summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-07Added Twitter to notice sourcesZach Copley
2009-05-07Fil's Patch to DB_DataObject to make it reconnect to the DB ifZach Copley
there's no connection. This patch has been added upstream and will be in the next release, but I need it now for the bidirectional bridge to work.
2009-05-07Added TwitterStatusFetcher into daemon startup and shutdown subsystemZach Copley
2009-05-07Less pychotic debugging statementsZach Copley
2009-05-07Better nameZach Copley
2009-05-07Properly daemonized 2-way Twitter bridge codeZach Copley
2009-05-06Fix for previous bad patch I pushed (had conflict markers)Zach Copley
Sorry about that.
2009-05-06This finally works (provided the newer version of DB_DataObject thatZach Copley
auto-reconnects to the DB).
2009-05-05Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.xZach Copley
2009-05-05More work on 2-way Twitter sync. Works better now with lastest versionZach Copley
of DB_DataObject that automatically reconnects to the DB, but forked processes still lose connections occassionally.
2009-05-02Aligned shownotice page's entry-content to left. Fixing vcard photoSarven Capadisli
margin bottom value.
2009-05-01Minor CSS updates (No min-height on shownotice page, site_notice isSarven Capadisli
floated instead of positioned absolutely, notice entry-content is aligned with the nickname on shownotice page)
2009-05-01Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-05-0160 seconds hard timeout for XHR notice posting. JavaScript throws anSarven Capadisli
alert message to the client if the server doesn't respond back in any way.
2009-05-01Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-05-01Fix link to identi.ca in JavaScript badgeOri Avtalion
2009-05-01Several whitespace fixesOri Avtalion
2009-05-01Add s to user favorite noticesOri Avtalion
2009-05-01ignore Eclipse project filesEvan Prodromou
2009-05-01Giving more contrast between the background colour and the laconica logo.Sarven Capadisli
2009-05-01Added laconica logoSarven Capadisli
Updated installation page markup
2009-05-01Merge branch '0.7.x' into 0.8.xSarven Capadisli
Resolved Conflicts: lib/queuehandler.php lib/util.php theme/base/css/display.css
2009-04-29Fixed remote subscription, broken in fc6cedd2227d9d560736e494f431e2b40b26b45cCiaranG
2009-04-29Added 'mentions' the the list of API methods requiring bare authZach Copley
2009-04-29Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-29Public stream uses IDs methodEvan Prodromou
Public stream now uses IDs method
2009-04-29Move algorithm for caching to Notice classEvan Prodromou
Moved the algorithm for notice stream caching to the Notice class.
2009-04-28Ticket #1428 - Changed replies API method to "mentions".Zach Copley
2009-04-28Added dirty dates to Foreign_linkZach Copley
2009-04-28Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
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-28Only 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-28Fixed typo in stopdaemons.sh - was not stopping the new memcached queue handlerCiaranG
2009-04-27Merge branch '0.7.x' into querybyidEvan Prodromou
2009-04-27Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli
2009-04-27Minor CSS order/cleanup.Sarven Capadisli
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