Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-07 | Less pychotic debugging statements | Zach Copley | |
2009-05-07 | Better name | Zach Copley | |
2009-05-07 | Properly daemonized 2-way Twitter bridge code | Zach Copley | |
2009-05-06 | Fix for previous bad patch I pushed (had conflict markers) | Zach Copley | |
Sorry about that. | |||
2009-05-06 | This finally works (provided the newer version of DB_DataObject that | Zach Copley | |
auto-reconnects to the DB). | |||
2009-05-05 | Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x | Zach Copley | |
2009-05-05 | More work on 2-way Twitter sync. Works better now with lastest version | Zach Copley | |
of DB_DataObject that automatically reconnects to the DB, but forked processes still lose connections occassionally. | |||
2009-05-02 | Aligned shownotice page's entry-content to left. Fixing vcard photo | Sarven Capadisli | |
margin bottom value. | |||
2009-05-01 | Minor CSS updates (No min-height on shownotice page, site_notice is | Sarven Capadisli | |
floated instead of positioned absolutely, notice entry-content is aligned with the nickname on shownotice page) | |||
2009-05-01 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
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 | 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-05-01 | Giving more contrast between the background colour and the laconica logo. | Sarven Capadisli | |
2009-05-01 | Added laconica logo | Sarven Capadisli | |
Updated installation page markup | |||
2009-05-01 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
Resolved Conflicts: lib/queuehandler.php lib/util.php theme/base/css/display.css | |||
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 | 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 | Added dirty dates to Foreign_link | 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 "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 | 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 | Merge branch 'twitter-import' into 0.8.x | Zach Copley | |