summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-08Call $this->getNotices() always, becuase $this will be the right class.Brenda Wallace
e.g. TagrssAction or PublicrssAction
2009-08-05Argh, first commit for ages and such a stupid error. Sorry.Adrian Lang
2009-08-05Fix reference to undefined variable in Design::toWebColor.Adrian Lang
2009-08-02don't delete during selectEvan Prodromou
2009-08-02A script to GC sessions correctlyEvan Prodromou
2009-08-02GC sessions one by one to make sure memcached gets clearedEvan Prodromou
2009-07-30Removed default values from <input>s. JavaScript will now get theSarven Capadisli
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.
2009-07-30Site-wide design configurationEvan Prodromou
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
2009-07-28Fix RDFS namespace declaration.Craig Andrews
Thanks tobyink
2009-07-27better check for existing DB connection runs SET NAMES UTF8 lessEvan Prodromou
2009-07-27change front page to link to max member groupsEvan Prodromou
2009-07-23change NOTICE_GATEWAY to Notice::GATEWAY so autoloading worksEvan Prodromou
2009-07-21update dbqueuemanager to respect handler timeout valuesEvan Prodromou
2009-07-21correctly gc sessionsEvan Prodromou
2009-07-16update Piwik analytics codeEvan Prodromou
2009-07-15conversation action is readonlyEvan Prodromou
2009-07-15Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x0.8.0rc10.8.0Evan Prodromou
2009-07-15add some info about pluginsEvan Prodromou
2009-07-15Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xSarven Capadisli
2009-07-15Updated attachment view position. It is now closer to top.Sarven Capadisli
2009-07-15update release date and some extra stuff in the featuresEvan Prodromou
2009-07-15Merge branch 'realtimeajax' into 0.8.xEvan Prodromou
2009-07-15better callback functions for comet pluginEvan Prodromou
2009-07-15build channel strings in CometPluginEvan Prodromou
2009-07-15Build channel strings in Meteor pluginEvan Prodromou
2009-07-15let implementations build channel strings for realtimeEvan Prodromou
2009-07-15Added attachment information to the json responsesCraig Andrews
2009-07-14changes to make realtime work for MeteorEvan Prodromou
2009-07-14Change CometPlugin so it re-uses stuff from RealtimePluginEvan Prodromou
2009-07-14pass proper args for realtime recipe methodsEvan Prodromou
2009-07-14make RealtimePlugin work correctlyEvan Prodromou
2009-07-14Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xZach Copley
* '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
2009-07-14Updated master laconica.po file and merged in lastest translations work from ↵Zach Copley
Pootle.
2009-07-14HTML "File"/attachments should probably not be considered enclosures.Craig Andrews
2009-07-14Moved the decision logic as to whether an attachment should be an enclosure ↵Craig Andrews
to the File class
2009-07-13Merge branch 'tags-timeline-api' into 0.8.xCraig Andrews
2009-07-13Merge commit 'tobyinks/master' into 0.8.xCraig Andrews
2009-07-13Merge branch 'groups-timeline-atom-fix' into 0.8.xCraig Andrews
2009-07-13Copy isset($attachment->filename) fix from RSS 1.0 to RSS 2.0 and Atom 1.0 ↵Toby Inkster
feeds.
2009-07-13Add notice tags to RSS 1.0 output.Toby Inkster
2009-07-13Improve output for files/attachments.Toby Inkster
2009-07-13added Realtime superclassEvan Prodromou
2009-07-13update README for Meteor pluginEvan Prodromou
2009-07-13correctly pass JSON object to receive function for MeteorEvan Prodromou
2009-07-13add slashes to JSON so it goes across meteor.js channel correctlyEvan Prodromou
2009-07-12Add timeline tags API (RSS 2.0 and Atom feeds)Craig Andrews
2009-07-12Fix atom self reference in the groups apiCraig Andrews
2009-07-11Some changes for debuggingEvan Prodromou
2009-07-11first version of Meteord plugin, doesn't workEvan Prodromou
2009-07-11Merge branch 'testing'Evan Prodromou