Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-03 | add pingvine notice source | Evan Prodromou | |
2009-05-01 | make faves work with ids | Evan Prodromou | |
2009-05-01 | Make user group stream use IDs | Evan Prodromou | |
2009-05-01 | make profile notice getting use ids | Evan Prodromou | |
2009-05-01 | Merge branch '0.7.x' into querybyid | Evan Prodromou | |
2009-05-01 | 60 seconds hard timeout for XHR notice posting. JavaScript throws an | Sarven Capadisli | |
alert message to the client if the server doesn't respond back in any way. | |||
2009-05-01 | optionally add a username/password on server side for Comet | Evan Prodromou | |
2009-05-01 | add in_reply_to link and make HTML in source work correctly | Evan Prodromou | |
2009-05-01 | Merge branch '0.7.x' into cometplugin | Evan Prodromou | |
2009-05-01 | add favor, reply, delete buttons for cometed notices | Evan Prodromou | |
2009-05-01 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-05-01 | Fix link to identi.ca in JavaScript badge | Ori Avtalion | |
2009-05-01 | Several whitespace fixes | Ori Avtalion | |
2009-05-01 | Add s to user favorite notices | Ori Avtalion | |
2009-05-01 | ignore Eclipse project files | Evan Prodromou | |
2009-04-29 | make replies use new query format | Evan Prodromou | |
2009-04-29 | Fixed remote subscription, broken in fc6cedd2227d9d560736e494f431e2b40b26b45c | CiaranG | |
2009-04-29 | Added 'mentions' the the list of API methods requiring bare auth | Zach Copley | |
2009-04-29 | Make the tag stream use ID mechanism | Evan Prodromou | |
2009-04-29 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-04-29 | Public stream uses IDs method | Evan Prodromou | |
Public stream now uses IDs method | |||
2009-04-29 | Move algorithm for caching to Notice class | Evan Prodromou | |
Moved the algorithm for notice stream caching to the Notice class. | |||
2009-04-28 | Ticket #1428 - Changed replies API method to "mentions". | Zach Copley | |
2009-04-28 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-04-28 | Remove some debug comments in query-by-id | Evan Prodromou | |
2009-04-28 | Change to avoid a join in notice inbox | Evan Prodromou | |
The join in notice_inbox is causing temp-table sorting on identi.ca, so I'm trying a finer-tuned approach. | |||
2009-04-28 | Only start daemons that are required, according to the site config. There is ↵ | CiaranG | |
the potential to not start some more - see the checks in getvaliddaemons.php | |||
2009-04-28 | Fixed typo in stopdaemons.sh - was not stopping the new memcached queue handler | CiaranG | |
2009-04-27 | Merge branch '0.7.x' into querybyid | Evan Prodromou | |
2009-04-27 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Sarven Capadisli | |
2009-04-27 | Minor CSS order/cleanup. | Sarven Capadisli | |
2009-04-27 | Merge branch 'cometplugin' into 0.7.x | Evan Prodromou | |
2009-04-26 | Don't add a node if it's already there | Evan 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-26 | Don't add a notice if it already exists on the page | Evan Prodromou | |
Try not to interfere with Ajax posting; don't show something if it's already on the page. | |||
2009-04-26 | Display rendered HTML for a notice | Evan Prodromou | |
Display the rendered HTML for a notice | |||
2009-04-26 | add live updating for tag pages | Evan Prodromou | |
2009-04-26 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-04-26 | Merge branch 'cometplugin' into 0.7.x | Evan Prodromou | |
2009-04-26 | README for the comet plugin | Evan Prodromou | |
2009-04-26 | Make notice auto-update | Evan Prodromou | |
Shows notices auto-updating | |||
2009-04-26 | Lots of tweaking to make things work | Evan 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-26 | Revert "Revert "run 'set names' after each connection to deal with UTF8 ↵ | Evan Prodromou | |
correctly"" This reverts commit 86770ccde7914219a0a572ced6dd21fa65566e1d. | |||
2009-04-26 | Revert "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-26 | Revert "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-26 | run 'set names' after each connection to deal with UTF8 correctly | Evan Prodromou | |
2009-04-26 | run 'set names' after each connection to deal with UTF8 correctly | Evan Prodromou | |
2009-04-26 | Some updates for testing Comet | Evan Prodromou | |
2009-04-25 | remove unused duplicate file | Evan Prodromou | |
2009-04-25 | first pass at Comet plugin; doesn't yet update | Evan Prodromou | |
2009-04-24 | fixed subscriptions dropdown action | Robin Millette | |