]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoServerErrorAction always logs
Evan Prodromou [Wed, 12 Aug 2009 18:16:31 +0000 (11:16 -0700)]
ServerErrorAction always logs

14 years agoRevert "common_config returns false if the config value is not set. Design::toWebColo...
Evan Prodromou [Mon, 10 Aug 2009 20:42:21 +0000 (16:42 -0400)]
Revert "common_config returns false if the config value is not set. Design::toWebColor checks with is_null. Hence the common_config value should be adjusted."

This reverts commit 5ba46186b7dd179253023426f6d7cdbbee67ad98.

14 years agoRevert "Typo, session_name is a function."
Evan Prodromou [Mon, 10 Aug 2009 20:42:10 +0000 (16:42 -0400)]
Revert "Typo, session_name is a function."

This reverts commit d0793c0f44aabb76af2556a690013c143ac9f7a3.

14 years agoRevert "UnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling...
Evan Prodromou [Mon, 10 Aug 2009 20:42:04 +0000 (16:42 -0400)]
Revert "UnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling typo."

This reverts commit e1270b26f5eae1c3d7ea4b954f0bc1f51d73494c.

14 years agoMerge branch 'master' of git@gitorious.org:laconica/mainline
Evan Prodromou [Mon, 10 Aug 2009 20:33:36 +0000 (16:33 -0400)]
Merge branch 'master' of git@gitorious.org:laconica/mainline

14 years ago$args Was Out Of Scope in CheckMirror.
Christopher Vollick [Fri, 7 Aug 2009 12:28:20 +0000 (08:28 -0400)]
$args Was Out Of Scope in CheckMirror.

It looks like when the code was factored out no one noticed this variable doesn't exist here.

14 years agoTypo, session_name is a function.
Adrian Lang [Mon, 10 Aug 2009 13:24:27 +0000 (15:24 +0200)]
Typo, session_name is a function.

14 years agocommon_config returns false if the config value is not set. Design::toWebColor checks...
Adrian Lang [Mon, 10 Aug 2009 13:01:00 +0000 (15:01 +0200)]
common_config returns false if the config value is not set. Design::toWebColor checks with is_null. Hence the common_config value should be adjusted.

14 years agoUnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling typo.
Adrian Lang [Fri, 7 Aug 2009 10:21:36 +0000 (12:21 +0200)]
UnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling typo.

14 years agoOnly populate attachments array element if there are attachments
Zach Copley [Fri, 17 Jul 2009 19:39:54 +0000 (12:39 -0700)]
Only populate attachments array element if there are attachments

14 years agoAlso show XML representation of attachments in the API
Zach Copley [Fri, 17 Jul 2009 19:33:51 +0000 (12:33 -0700)]
Also show XML representation of attachments in the API

14 years agoPost to Facebook user's stream if notice has an attachment, otherwise post notice...
Zach Copley [Tue, 4 Aug 2009 20:49:18 +0000 (20:49 +0000)]
Post to Facebook user's stream if notice has an attachment, otherwise post notice as a status update

14 years agoBetter error handling when updating Facebook
Zach Copley [Mon, 27 Jul 2009 02:54:51 +0000 (02:54 +0000)]
Better error handling when updating Facebook

14 years agoUpdate to lastest external Facebook libs
Zach Copley [Wed, 15 Jul 2009 23:09:07 +0000 (16:09 -0700)]
Update to lastest external Facebook libs

14 years agoAttempt to reduce the number of calls to FB to speed things up
Zach Copley [Thu, 30 Jul 2009 19:34:32 +0000 (19:34 +0000)]
Attempt to reduce the number of calls to FB to speed things up

14 years agoMore tinkering with logout. I think I got it this time! It's been driving me crazy.
Zach Copley [Thu, 16 Jul 2009 00:47:48 +0000 (00:47 +0000)]
More tinkering with logout. I think I got it this time! It's been driving me crazy.

14 years agoCall $this->getNotices() always, becuase $this will be the right class.
Brenda Wallace [Thu, 23 Jul 2009 09:46:20 +0000 (21:46 +1200)]
Call $this->getNotices() always, becuase $this will be the right class.
e.g.
TagrssAction
 or
PublicrssAction

14 years agoArgh, first commit for ages and such a stupid error. Sorry.
Adrian Lang [Wed, 5 Aug 2009 14:05:29 +0000 (16:05 +0200)]
Argh, first commit for ages and such a stupid error. Sorry.

14 years agoFix reference to undefined variable in Design::toWebColor.
Adrian Lang [Wed, 5 Aug 2009 13:58:18 +0000 (15:58 +0200)]
Fix reference to undefined variable in Design::toWebColor.

14 years agodon't delete during select
Evan Prodromou [Sun, 2 Aug 2009 15:18:41 +0000 (11:18 -0400)]
don't delete during select

14 years agoA script to GC sessions correctly
Evan Prodromou [Sun, 2 Aug 2009 14:34:40 +0000 (10:34 -0400)]
A script to GC sessions correctly

14 years agoGC sessions one by one to make sure memcached gets cleared
Evan Prodromou [Sun, 2 Aug 2009 14:34:23 +0000 (10:34 -0400)]
GC sessions one by one to make sure memcached gets cleared

14 years agoRemoved default values from <input>s. JavaScript will now get the
Sarven Capadisli [Thu, 30 Jul 2009 20:44:51 +0000 (20:44 +0000)]
Removed default values from <input>s. JavaScript will now get the
colours from the theme. This approach removes data that was
previously available in HTML. It was only necessary if the user wanted
to know the site's default values.

14 years agoSite-wide design configuration
Evan Prodromou [Thu, 30 Jul 2009 21:05:35 +0000 (17:05 -0400)]
Site-wide design configuration

I added some code so that the site-wide design can be set, using the
configuration interface.

I also moved the configuration option from
$config['site']['design']['background'] to just
$config['design']['background'], but the old syntax will still work.

Conflicts:

config.php.sample

14 years agoFix RDFS namespace declaration.
Craig Andrews [Sat, 18 Jul 2009 02:59:58 +0000 (22:59 -0400)]
Fix RDFS namespace declaration.

Thanks tobyink

14 years agobetter check for existing DB connection runs SET NAMES UTF8 less
Evan Prodromou [Mon, 27 Jul 2009 17:51:40 +0000 (13:51 -0400)]
better check for existing DB connection runs SET NAMES UTF8 less

14 years agochange front page to link to max member groups
Evan Prodromou [Mon, 27 Jul 2009 19:07:39 +0000 (15:07 -0400)]
change front page to link to max member groups

14 years agochange NOTICE_GATEWAY to Notice::GATEWAY so autoloading works
Evan Prodromou [Thu, 23 Jul 2009 21:22:22 +0000 (14:22 -0700)]
change NOTICE_GATEWAY to Notice::GATEWAY so autoloading works

14 years agoupdate dbqueuemanager to respect handler timeout values
Evan Prodromou [Tue, 21 Jul 2009 19:50:32 +0000 (12:50 -0700)]
update dbqueuemanager to respect handler timeout values

14 years agocorrectly gc sessions
Evan Prodromou [Tue, 21 Jul 2009 18:31:34 +0000 (11:31 -0700)]
correctly gc sessions

14 years agoupdate Piwik analytics code
Evan Prodromou [Thu, 16 Jul 2009 14:56:46 +0000 (10:56 -0400)]
update Piwik analytics code

14 years agoconversation action is readonly
Evan Prodromou [Wed, 15 Jul 2009 20:57:39 +0000 (16:57 -0400)]
conversation action is readonly

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Wed, 15 Jul 2009 20:03:38 +0000 (16:03 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoadd some info about plugins
Evan Prodromou [Wed, 15 Jul 2009 20:03:17 +0000 (16:03 -0400)]
add some info about plugins

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Sarven Capadisli [Wed, 15 Jul 2009 19:54:15 +0000 (19:54 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoUpdated attachment view position. It is now closer to top.
Sarven Capadisli [Wed, 15 Jul 2009 19:53:24 +0000 (19:53 +0000)]
Updated attachment view position. It is now closer to top.

14 years agoupdate release date and some extra stuff in the features
Evan Prodromou [Wed, 15 Jul 2009 19:43:21 +0000 (15:43 -0400)]
update release date and some extra stuff in the features

14 years agoMerge branch 'realtimeajax' into 0.8.x
Evan Prodromou [Wed, 15 Jul 2009 19:33:23 +0000 (15:33 -0400)]
Merge branch 'realtimeajax' into 0.8.x

14 years agobetter callback functions for comet plugin
Evan Prodromou [Wed, 15 Jul 2009 19:31:57 +0000 (15:31 -0400)]
better callback functions for comet plugin

14 years agobuild channel strings in CometPlugin
Evan Prodromou [Wed, 15 Jul 2009 19:31:42 +0000 (15:31 -0400)]
build channel strings in CometPlugin

14 years agoBuild channel strings in Meteor plugin
Evan Prodromou [Wed, 15 Jul 2009 19:31:06 +0000 (15:31 -0400)]
Build channel strings in Meteor plugin

14 years agolet implementations build channel strings for realtime
Evan Prodromou [Wed, 15 Jul 2009 19:30:33 +0000 (15:30 -0400)]
let implementations build channel strings for realtime

14 years agoAdded attachment information to the json responses
Craig Andrews [Wed, 15 Jul 2009 14:37:50 +0000 (10:37 -0400)]
Added attachment information to the json responses

14 years agochanges to make realtime work for Meteor
Evan Prodromou [Tue, 14 Jul 2009 21:06:29 +0000 (17:06 -0400)]
changes to make realtime work for Meteor

14 years agoChange CometPlugin so it re-uses stuff from RealtimePlugin
Evan Prodromou [Tue, 14 Jul 2009 19:40:58 +0000 (15:40 -0400)]
Change CometPlugin so it re-uses stuff from RealtimePlugin

14 years agopass proper args for realtime recipe methods
Evan Prodromou [Tue, 14 Jul 2009 19:39:02 +0000 (15:39 -0400)]
pass proper args for realtime recipe methods

14 years agomake RealtimePlugin work correctly
Evan Prodromou [Tue, 14 Jul 2009 19:26:39 +0000 (15:26 -0400)]
make RealtimePlugin work correctly

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Zach Copley [Tue, 14 Jul 2009 17:43:13 +0000 (10:43 -0700)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

* '0.8.x' of git@gitorious.org:laconica/mainline:
  HTML "File"/attachments should probably not be considered enclosures.
  Moved the decision logic as to whether an attachment should be an enclosure to the File class

14 years agoUpdated master laconica.po file and merged in lastest translations work from Pootle.
Zach Copley [Tue, 14 Jul 2009 17:39:18 +0000 (10:39 -0700)]
Updated master laconica.po file and merged in lastest translations work from Pootle.

14 years agoHTML "File"/attachments should probably not be considered enclosures.
Craig Andrews [Tue, 14 Jul 2009 17:38:26 +0000 (13:38 -0400)]
HTML "File"/attachments should probably not be considered enclosures.

14 years agoMoved the decision logic as to whether an attachment should be an enclosure to the...
Craig Andrews [Tue, 14 Jul 2009 17:33:40 +0000 (13:33 -0400)]
Moved the decision logic as to whether an attachment should be an enclosure to the File class

14 years agoMerge branch 'tags-timeline-api' into 0.8.x
Craig Andrews [Mon, 13 Jul 2009 18:58:39 +0000 (14:58 -0400)]
Merge branch 'tags-timeline-api' into 0.8.x

14 years agoMerge commit 'tobyinks/master' into 0.8.x
Craig Andrews [Mon, 13 Jul 2009 18:32:56 +0000 (14:32 -0400)]
Merge commit 'tobyinks/master' into 0.8.x

14 years agoMerge branch 'groups-timeline-atom-fix' into 0.8.x
Craig Andrews [Mon, 13 Jul 2009 18:27:22 +0000 (14:27 -0400)]
Merge branch 'groups-timeline-atom-fix' into 0.8.x

14 years agoCopy isset($attachment->filename) fix from RSS 1.0 to RSS 2.0 and Atom 1.0 feeds.
Toby Inkster [Mon, 13 Jul 2009 15:56:52 +0000 (16:56 +0100)]
Copy isset($attachment->filename) fix from RSS 1.0 to RSS 2.0 and Atom 1.0 feeds.

14 years agoAdd notice tags to RSS 1.0 output.
Toby Inkster [Mon, 13 Jul 2009 14:37:15 +0000 (15:37 +0100)]
Add notice tags to RSS 1.0 output.

14 years agoImprove output for files/attachments.
Toby Inkster [Mon, 13 Jul 2009 14:16:10 +0000 (15:16 +0100)]
Improve output for files/attachments.

14 years agoadded Realtime superclass
Evan Prodromou [Mon, 13 Jul 2009 13:58:52 +0000 (09:58 -0400)]
added Realtime superclass

14 years agoupdate README for Meteor plugin
Evan Prodromou [Mon, 13 Jul 2009 07:25:08 +0000 (03:25 -0400)]
update README for Meteor plugin

14 years agocorrectly pass JSON object to receive function for Meteor
Evan Prodromou [Mon, 13 Jul 2009 07:15:39 +0000 (03:15 -0400)]
correctly pass JSON object to receive function for Meteor

14 years agoadd slashes to JSON so it goes across meteor.js channel correctly
Evan Prodromou [Mon, 13 Jul 2009 07:15:12 +0000 (03:15 -0400)]
add slashes to JSON so it goes across meteor.js channel correctly

14 years agoAdd timeline tags API (RSS 2.0 and Atom feeds)
Craig Andrews [Sun, 12 Jul 2009 19:07:54 +0000 (15:07 -0400)]
Add timeline tags API (RSS 2.0 and Atom feeds)

14 years agoFix atom self reference in the groups api
Craig Andrews [Sun, 12 Jul 2009 19:06:37 +0000 (15:06 -0400)]
Fix atom self reference in the groups api

14 years agoSome changes for debugging
Evan Prodromou [Sat, 11 Jul 2009 20:23:37 +0000 (13:23 -0700)]
Some changes for debugging

14 years agofirst version of Meteord plugin, doesn't work
Evan Prodromou [Fri, 10 Jul 2009 16:57:38 +0000 (09:57 -0700)]
first version of Meteord plugin, doesn't work

14 years agoMerge branch 'testing'
Evan Prodromou [Sat, 11 Jul 2009 14:30:26 +0000 (07:30 -0700)]
Merge branch 'testing'

14 years agoFix link for atom feed in showgroup action
Zach Copley [Sat, 11 Jul 2009 03:13:12 +0000 (20:13 -0700)]
Fix link for atom feed in showgroup action

14 years agoMake get_group() behave more like get_user()
Zach Copley [Sat, 11 Jul 2009 01:22:19 +0000 (18:22 -0700)]
Make get_group() behave more like get_user()

14 years agoGroup timeline API method doesn't require auth
Zach Copley [Sat, 11 Jul 2009 01:15:18 +0000 (18:15 -0700)]
Group timeline API method doesn't require auth

14 years agoUpdate showgroup action RSS 2.0 feed link
Zach Copley [Sat, 11 Jul 2009 01:11:54 +0000 (18:11 -0700)]
Update showgroup action RSS 2.0 feed link

14 years agoFix alternate link for groups API feed
Zach Copley [Sat, 11 Jul 2009 01:08:10 +0000 (18:08 -0700)]
Fix alternate link for groups API feed

14 years agoMove groups timeline API method into groups API action
Zach Copley [Sat, 11 Jul 2009 00:56:01 +0000 (17:56 -0700)]
Move groups timeline API method into groups API action

14 years agoMerge branch 'candrews-review' into 0.8.x
Zach Copley [Fri, 10 Jul 2009 23:11:31 +0000 (16:11 -0700)]
Merge branch 'candrews-review' into 0.8.x

* candrews-review:
  added group status api, located at /api/statuses/group_timeline/ID.rss

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Zach Copley [Fri, 10 Jul 2009 22:28:26 +0000 (15:28 -0700)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

* '0.8.x' of git@gitorious.org:laconica/mainline:
  When a notice is posted with an attachment, the facebook stream update has media displayed inline, or as links.

14 years agoAdd Craig Andrews to the credits list
Zach Copley [Fri, 10 Jul 2009 21:46:19 +0000 (14:46 -0700)]
Add Craig Andrews to the credits list

14 years agoFix conflict from merge with 0.7.x; remove conflict markers
Zach Copley [Fri, 10 Jul 2009 21:44:50 +0000 (14:44 -0700)]
Fix conflict from merge with 0.7.x; remove conflict markers

14 years agoMerge branch 'candrews-review' into 0.8.x
Zach Copley [Fri, 10 Jul 2009 21:03:44 +0000 (21:03 +0000)]
Merge branch 'candrews-review' into 0.8.x

14 years agoadded group status api, located at /api/statuses/group_timeline/ID.rss
Craig Andrews [Fri, 10 Jul 2009 21:00:27 +0000 (17:00 -0400)]
added group status api, located at /api/statuses/group_timeline/ID.rss

http://laconi.ca/trac/ticket/1702

14 years agoMerge branch '0.7.x' into 0.8.x
Evan Prodromou [Fri, 10 Jul 2009 17:03:57 +0000 (10:03 -0700)]
Merge branch '0.7.x' into 0.8.x

Conflicts:
README
actions/twitapiusers.php

14 years agoadd a little syntactical sugar for adding plugins
Evan Prodromou [Fri, 10 Jul 2009 06:12:53 +0000 (23:12 -0700)]
add a little syntactical sugar for adding plugins

14 years agowrong order for span and a in profilesection
Evan Prodromou [Fri, 10 Jul 2009 00:40:11 +0000 (17:40 -0700)]
wrong order for span and a in profilesection

14 years agocache frequently-used subscriber, subscription, notice and fave count values
Evan Prodromou [Fri, 10 Jul 2009 00:28:38 +0000 (17:28 -0700)]
cache frequently-used subscriber, subscription, notice and fave count values

14 years agoWhen a notice is posted with an attachment, the facebook stream update has media...
Craig Andrews [Thu, 9 Jul 2009 22:42:19 +0000 (18:42 -0400)]
When a notice is posted with an attachment, the facebook stream update has media displayed inline, or as links.

http://laconi.ca/trac/ticket/1685

14 years agochange version number to 0.8.0
Evan Prodromou [Thu, 9 Jul 2009 22:22:10 +0000 (18:22 -0400)]
change version number to 0.8.0

14 years agoupdate the README for 0.8.0
Evan Prodromou [Thu, 9 Jul 2009 22:19:24 +0000 (18:19 -0400)]
update the README for 0.8.0

14 years agocorrect the newuser default setting in common.php
Evan Prodromou [Thu, 9 Jul 2009 22:19:13 +0000 (18:19 -0400)]
correct the newuser default setting in common.php

14 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Thu, 9 Jul 2009 19:26:22 +0000 (15:26 -0400)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

14 years agoone more shot at servicing queues
Evan Prodromou [Thu, 9 Jul 2009 19:25:59 +0000 (15:25 -0400)]
one more shot at servicing queues

14 years agoAdded width/height attribute and values for the creative commons image
Sarven Capadisli [Thu, 9 Jul 2009 19:12:50 +0000 (19:12 +0000)]
Added width/height attribute and values for the creative commons image

14 years agoMerge branch 'candrews-review' into 0.8.x
Zach Copley [Thu, 9 Jul 2009 18:28:21 +0000 (11:28 -0700)]
Merge branch 'candrews-review' into 0.8.x

* candrews-review:
  Notice attachments are enclosures in feeds (Atom, RSS 1.0/RDF, and RSS 2.0).

14 years agoMerge branch 'candrews-review' into 0.8.x
Zach Copley [Thu, 9 Jul 2009 18:22:07 +0000 (11:22 -0700)]
Merge branch 'candrews-review' into 0.8.x

* candrews-review:
  maildaemon makes mail attachments into notice attachments
  File classes does not use the $FILES array directly, as users of this class aren't necessarily from the web

14 years agoRevert "Let the queue handlers drain their xmpp queues"
Evan Prodromou [Thu, 9 Jul 2009 17:39:22 +0000 (13:39 -0400)]
Revert "Let the queue handlers drain their xmpp queues"

This reverts commit fc3442a041a43f2df29deedc0ad96fbd6ba92385.

14 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Thu, 9 Jul 2009 17:26:29 +0000 (13:26 -0400)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

14 years agoLet the queue handlers drain their xmpp queues
Evan Prodromou [Thu, 9 Jul 2009 17:26:09 +0000 (13:26 -0400)]
Let the queue handlers drain their xmpp queues

14 years agoNotice attachments are enclosures in feeds (Atom, RSS 1.0/RDF, and RSS 2.0).
Craig Andrews [Thu, 9 Jul 2009 17:18:57 +0000 (13:18 -0400)]
Notice attachments are enclosures in feeds (Atom, RSS 1.0/RDF, and RSS 2.0).

http://laconi.ca/trac/ticket/1690

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Sarven Capadisli [Thu, 9 Jul 2009 17:02:27 +0000 (17:02 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x

14 years agoUpdated max-width values for attachment view
Sarven Capadisli [Thu, 9 Jul 2009 17:01:45 +0000 (17:01 +0000)]
Updated max-width values for attachment view

14 years agoyet another select() refinement
Evan Prodromou [Thu, 9 Jul 2009 16:49:37 +0000 (12:49 -0400)]
yet another select() refinement

14 years agoslightly more robust select() logic
Evan Prodromou [Thu, 9 Jul 2009 16:33:38 +0000 (12:33 -0400)]
slightly more robust select() logic

14 years agouse select() to bring down xmpp latency
Evan Prodromou [Thu, 9 Jul 2009 16:09:20 +0000 (12:09 -0400)]
use select() to bring down xmpp latency