summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-28Remove some debug comments in query-by-idEvan Prodromou
2009-04-28Change to avoid a join in notice inboxEvan Prodromou
The join in notice_inbox is causing temp-table sorting on identi.ca, so I'm trying a finer-tuned approach.
2009-04-27Merge branch '0.7.x' into querybyidEvan Prodromou
2009-04-27Merge branch 'cometplugin' into 0.7.xEvan Prodromou
2009-04-26Don't add a node if it's already thereEvan Prodromou
Try not to double-add a node on Ajax submit. Normally not a big deal, but may happen if the CometPlugin (or in the future Strophe or other auto-update plugins) is enabled.
2009-04-26Don't add a notice if it already exists on the pageEvan Prodromou
Try not to interfere with Ajax posting; don't show something if it's already on the page.
2009-04-26Display rendered HTML for a noticeEvan Prodromou
Display the rendered HTML for a notice
2009-04-26add live updating for tag pagesEvan Prodromou
2009-04-26Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-26Merge branch 'cometplugin' into 0.7.xEvan Prodromou
2009-04-26README for the comet pluginEvan Prodromou
2009-04-26Make notice auto-updateEvan Prodromou
Shows notices auto-updating
2009-04-26Lots of tweaking to make things workEvan Prodromou
Did some tweaking and maneuvering to make things work. This version will now show a "notice received" alert box -- lots of progress! Had to test with Java server, not Python server.
2009-04-26Revert "run 'set names' after each connection to deal with UTF8 correctly"Evan Prodromou
This reverts commit 84072aa5cf6124d59a06a7f0a7945c00ee2836da. This commit caused grievous harm to old notices on identi.ca. Reverting until we figure out how to convert the old notices.
2009-04-26run 'set names' after each connection to deal with UTF8 correctlyEvan Prodromou
2009-04-26Some updates for testing CometEvan Prodromou
2009-04-25remove unused duplicate fileEvan Prodromou
2009-04-25first pass at Comet plugin; doesn't yet updateEvan Prodromou
2009-04-24fixed subscriptions dropdown actionRobin Millette
2009-04-24Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xRobin Millette
2009-04-24fixed trac#1215, 1216, 1217 and 1219: subscribers/subscriptions people ↵Robin Millette
tagclouds.
2009-04-24Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-24check for existence of xmlrpc extension in LinkbackPluginEvan Prodromou
2009-04-24UI for server errors.Sarven Capadisli
2009-04-23The real 7 seconds (7000) timeout for XHR posting.Sarven Capadisli
2009-04-23XHR alerts for server-side errors: 404, 502, 503, 504. There is also aSarven Capadisli
7 second timeout if the server doesn't get back with a response.
2009-04-23insert into user's inbox at Web timeEvan Prodromou
2009-04-238-char limit on transportsEvan Prodromou
2009-04-23blow subs cache after updating inboxesEvan Prodromou
2009-04-23alert to what transport we're checking forEvan Prodromou
2009-04-23some basic fixes for inbox and memcached queue handlersEvan Prodromou
2009-04-23incorrect config setting for inboxesEvan Prodromou
2009-04-23incorrect config setting for queuesEvan Prodromou
2009-04-23Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-23fix parse error in memcachedqueuehandlerEvan Prodromou
2009-04-23Add an inbox queue handlerEvan Prodromou
Handle distributing a notice to multiple inboxes in a queue handler rather than in the Web action.
2009-04-23A queuehandler for blowing caches offlineEvan Prodromou
We add a queuehandler for blowing the memcached caches off-line. This should speed up the processing of new notices.
2009-04-23Allowing XHR for Inbox/Outbox pages.Sarven Capadisli
2009-04-23Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-04-23Added ajax responsesZach Copley
2009-04-23fix join a group link from user homepage when he hasn't posted anything yetRobin Millette
2009-04-21Suppress errors when checking for the existence of files that might be ↵CiaranG
restricted by open_basedir - should resolve issue #1310
2009-04-21Add feed2omb to notice sourcesCiaranG
2009-04-20Merge branch '0.7.x' of git://gitorious.org/laconica/mgrdcm-twitapibools ↵Adrian Lang
into review/master
2009-04-20Merge branch '0.7.x' of git://gitorious.org/laconica/bAvatar-clone without ↵Adrian Lang
the unintended deletion.
2009-04-18Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-18add reply_to index to noticeEvan Prodromou
2009-04-18Fixing spaces/tabs.Dan Moore
2009-04-18This should change the JSON representation of the booleans 'following' and ↵Dan Moore
'notifications', but unlike the previous change, I was unable to test this.
2009-04-18Bringing the presentation of boolean variables (favorited, truncated, ↵Dan Moore
profile_background_tile) and the result from friendships/exist in JSON results from the Twitter Compatible API in line with what the real Twitter API does. Currently, laconica returns text strings enclosed in quotes instead of bare Javascript booleans. This change fixes that. See http://laconi.ca/trac/ticket/1326 for one open issue related to this.