]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Evan Prodromou [Wed, 12 Aug 2009 18:16:31 +0000 (11:16 -0700)]
ServerErrorAction always logs
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 .
Evan Prodromou [Mon, 10 Aug 2009 20:42:10 +0000 (16:42 -0400)]
Revert "Typo, session_name is a function."
This reverts commit
d0793c0f44aabb76af2556a690013c143ac9f7a3 .
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 .
Evan Prodromou [Mon, 10 Aug 2009 20:33:36 +0000 (16:33 -0400)]
Merge branch 'master' of git@gitorious.org:laconica/mainline
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.
Adrian Lang [Mon, 10 Aug 2009 13:24:27 +0000 (15:24 +0200)]
Typo, session_name is a function.
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.
Adrian Lang [Fri, 7 Aug 2009 10:21:36 +0000 (12:21 +0200)]
UnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling typo.
Zach Copley [Fri, 17 Jul 2009 19:39:54 +0000 (12:39 -0700)]
Only populate attachments array element if there are attachments
Zach Copley [Fri, 17 Jul 2009 19:33:51 +0000 (12:33 -0700)]
Also show XML representation of attachments in the API
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
Zach Copley [Mon, 27 Jul 2009 02:54:51 +0000 (02:54 +0000)]
Better error handling when updating Facebook
Zach Copley [Wed, 15 Jul 2009 23:09:07 +0000 (16:09 -0700)]
Update to lastest external Facebook libs
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
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.
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
Adrian Lang [Wed, 5 Aug 2009 14:05:29 +0000 (16:05 +0200)]
Argh, first commit for ages and such a stupid error. Sorry.
Adrian Lang [Wed, 5 Aug 2009 13:58:18 +0000 (15:58 +0200)]
Fix reference to undefined variable in Design::toWebColor.
Evan Prodromou [Sun, 2 Aug 2009 15:18:41 +0000 (11:18 -0400)]
don't delete during select
Evan Prodromou [Sun, 2 Aug 2009 14:34:40 +0000 (10:34 -0400)]
A script to GC sessions correctly
Evan Prodromou [Sun, 2 Aug 2009 14:34:23 +0000 (10:34 -0400)]
GC sessions one by one to make sure memcached gets cleared
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.
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
Craig Andrews [Sat, 18 Jul 2009 02:59:58 +0000 (22:59 -0400)]
Fix RDFS namespace declaration.
Thanks tobyink
Evan Prodromou [Mon, 27 Jul 2009 17:51:40 +0000 (13:51 -0400)]
better check for existing DB connection runs SET NAMES UTF8 less
Evan Prodromou [Mon, 27 Jul 2009 19:07:39 +0000 (15:07 -0400)]
change front page to link to max member groups
Evan Prodromou [Thu, 23 Jul 2009 21:22:22 +0000 (14:22 -0700)]
change NOTICE_GATEWAY to Notice::GATEWAY so autoloading works
Evan Prodromou [Tue, 21 Jul 2009 19:50:32 +0000 (12:50 -0700)]
update dbqueuemanager to respect handler timeout values
Evan Prodromou [Tue, 21 Jul 2009 18:31:34 +0000 (11:31 -0700)]
correctly gc sessions
Evan Prodromou [Thu, 16 Jul 2009 14:56:46 +0000 (10:56 -0400)]
update Piwik analytics code
Evan Prodromou [Wed, 15 Jul 2009 20:57:39 +0000 (16:57 -0400)]
conversation action is readonly
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
Evan Prodromou [Wed, 15 Jul 2009 20:03:17 +0000 (16:03 -0400)]
add some info about plugins
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
Sarven Capadisli [Wed, 15 Jul 2009 19:53:24 +0000 (19:53 +0000)]
Updated attachment view position. It is now closer to top.
Evan Prodromou [Wed, 15 Jul 2009 19:43:21 +0000 (15:43 -0400)]
update release date and some extra stuff in the features
Evan Prodromou [Wed, 15 Jul 2009 19:33:23 +0000 (15:33 -0400)]
Merge branch 'realtimeajax' into 0.8.x
Evan Prodromou [Wed, 15 Jul 2009 19:31:57 +0000 (15:31 -0400)]
better callback functions for comet plugin
Evan Prodromou [Wed, 15 Jul 2009 19:31:42 +0000 (15:31 -0400)]
build channel strings in CometPlugin
Evan Prodromou [Wed, 15 Jul 2009 19:31:06 +0000 (15:31 -0400)]
Build channel strings in Meteor plugin
Evan Prodromou [Wed, 15 Jul 2009 19:30:33 +0000 (15:30 -0400)]
let implementations build channel strings for realtime
Craig Andrews [Wed, 15 Jul 2009 14:37:50 +0000 (10:37 -0400)]
Added attachment information to the json responses
Evan Prodromou [Tue, 14 Jul 2009 21:06:29 +0000 (17:06 -0400)]
changes to make realtime work for Meteor
Evan Prodromou [Tue, 14 Jul 2009 19:40:58 +0000 (15:40 -0400)]
Change CometPlugin so it re-uses stuff from RealtimePlugin
Evan Prodromou [Tue, 14 Jul 2009 19:39:02 +0000 (15:39 -0400)]
pass proper args for realtime recipe methods
Evan Prodromou [Tue, 14 Jul 2009 19:26:39 +0000 (15:26 -0400)]
make RealtimePlugin work correctly
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
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.
Craig Andrews [Tue, 14 Jul 2009 17:38:26 +0000 (13:38 -0400)]
HTML "File"/attachments should probably not be considered enclosures.
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
Craig Andrews [Mon, 13 Jul 2009 18:58:39 +0000 (14:58 -0400)]
Merge branch 'tags-timeline-api' 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
Craig Andrews [Mon, 13 Jul 2009 18:27:22 +0000 (14:27 -0400)]
Merge branch 'groups-timeline-atom-fix' into 0.8.x
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.
Toby Inkster [Mon, 13 Jul 2009 14:37:15 +0000 (15:37 +0100)]
Add notice tags to RSS 1.0 output.
Toby Inkster [Mon, 13 Jul 2009 14:16:10 +0000 (15:16 +0100)]
Improve output for files/attachments.
Evan Prodromou [Mon, 13 Jul 2009 13:58:52 +0000 (09:58 -0400)]
added Realtime superclass
Evan Prodromou [Mon, 13 Jul 2009 07:25:08 +0000 (03:25 -0400)]
update README for Meteor plugin
Evan Prodromou [Mon, 13 Jul 2009 07:15:39 +0000 (03:15 -0400)]
correctly pass JSON object to receive function for Meteor
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
Craig Andrews [Sun, 12 Jul 2009 19:07:54 +0000 (15:07 -0400)]
Add timeline tags API (RSS 2.0 and Atom feeds)
Craig Andrews [Sun, 12 Jul 2009 19:06:37 +0000 (15:06 -0400)]
Fix atom self reference in the groups api
Evan Prodromou [Sat, 11 Jul 2009 20:23:37 +0000 (13:23 -0700)]
Some changes for debugging
Evan Prodromou [Fri, 10 Jul 2009 16:57:38 +0000 (09:57 -0700)]
first version of Meteord plugin, doesn't work
Evan Prodromou [Sat, 11 Jul 2009 14:30:26 +0000 (07:30 -0700)]
Merge branch 'testing'
Zach Copley [Sat, 11 Jul 2009 03:13:12 +0000 (20:13 -0700)]
Fix link for atom feed in showgroup action
Zach Copley [Sat, 11 Jul 2009 01:22:19 +0000 (18:22 -0700)]
Make get_group() behave more like get_user()
Zach Copley [Sat, 11 Jul 2009 01:15:18 +0000 (18:15 -0700)]
Group timeline API method doesn't require auth
Zach Copley [Sat, 11 Jul 2009 01:11:54 +0000 (18:11 -0700)]
Update showgroup action RSS 2.0 feed link
Zach Copley [Sat, 11 Jul 2009 01:08:10 +0000 (18:08 -0700)]
Fix alternate link for groups API feed
Zach Copley [Sat, 11 Jul 2009 00:56:01 +0000 (17:56 -0700)]
Move groups timeline API method into groups API action
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
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.
Zach Copley [Fri, 10 Jul 2009 21:46:19 +0000 (14:46 -0700)]
Add Craig Andrews to the credits list
Zach Copley [Fri, 10 Jul 2009 21:44:50 +0000 (14:44 -0700)]
Fix conflict from merge with 0.7.x; remove conflict markers
Zach Copley [Fri, 10 Jul 2009 21:03:44 +0000 (21:03 +0000)]
Merge branch 'candrews-review' into 0.8.x
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
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
Evan Prodromou [Fri, 10 Jul 2009 06:12:53 +0000 (23:12 -0700)]
add a little syntactical sugar for adding plugins
Evan Prodromou [Fri, 10 Jul 2009 00:40:11 +0000 (17:40 -0700)]
wrong order for span and a in profilesection
Evan Prodromou [Fri, 10 Jul 2009 00:28:38 +0000 (17:28 -0700)]
cache frequently-used subscriber, subscription, notice and fave count values
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
Evan Prodromou [Thu, 9 Jul 2009 22:22:10 +0000 (18:22 -0400)]
change version number to 0.8.0
Evan Prodromou [Thu, 9 Jul 2009 22:19:24 +0000 (18:19 -0400)]
update the README for 0.8.0
Evan Prodromou [Thu, 9 Jul 2009 22:19:13 +0000 (18:19 -0400)]
correct the newuser default setting in common.php
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
Evan Prodromou [Thu, 9 Jul 2009 19:25:59 +0000 (15:25 -0400)]
one more shot at servicing queues
Sarven Capadisli [Thu, 9 Jul 2009 19:12:50 +0000 (19:12 +0000)]
Added width/height attribute and values for the creative commons image
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).
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
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 .
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
Evan Prodromou [Thu, 9 Jul 2009 17:26:09 +0000 (13:26 -0400)]
Let the queue handlers drain their xmpp queues
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
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
Sarven Capadisli [Thu, 9 Jul 2009 17:01:45 +0000 (17:01 +0000)]
Updated max-width values for attachment view
Evan Prodromou [Thu, 9 Jul 2009 16:49:37 +0000 (12:49 -0400)]
yet another select() refinement
Evan Prodromou [Thu, 9 Jul 2009 16:33:38 +0000 (12:33 -0400)]
slightly more robust select() logic
Evan Prodromou [Thu, 9 Jul 2009 16:09:20 +0000 (12:09 -0400)]
use select() to bring down xmpp latency