summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2009-08-08Post to Facebook user's stream if notice has an attachment, otherwise post ↵Zach Copley
notice as a status update
2009-08-08Better error handling when updating FacebookZach Copley
2009-08-08Call $this->getNotices() always, becuase $this will be the right class.Brenda Wallace
e.g. TagrssAction or PublicrssAction
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-21update dbqueuemanager to respect handler timeout valuesEvan Prodromou
2009-07-15Added attachment information to the json responsesCraig 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-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-12Add timeline tags API (RSS 2.0 and Atom feeds)Craig Andrews
2009-07-10Make get_group() behave more like get_user()Zach Copley
2009-07-10Move groups timeline API method into groups API actionZach Copley
2009-07-10Merge branch 'candrews-review' into 0.8.xZach Copley
* candrews-review: added group status api, located at /api/statuses/group_timeline/ID.rss
2009-07-10Merge branch 'candrews-review' into 0.8.xZach Copley
2009-07-10added group status api, located at /api/statuses/group_timeline/ID.rssCraig Andrews
http://laconi.ca/trac/ticket/1702
2009-07-09add a little syntactical sugar for adding pluginsEvan Prodromou
2009-07-09wrong order for span and a in profilesectionEvan Prodromou
2009-07-09cache frequently-used subscriber, subscription, notice and fave count valuesEvan Prodromou
2009-07-09When a notice is posted with an attachment, the facebook stream update has ↵Craig Andrews
media displayed inline, or as links. http://laconi.ca/trac/ticket/1685
2009-07-09change version number to 0.8.0Evan Prodromou
2009-07-09correct the newuser default setting in common.phpEvan Prodromou
2009-07-09Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-07-09one more shot at servicing queuesEvan Prodromou
2009-07-09Added width/height attribute and values for the creative commons imageSarven Capadisli
2009-07-09Merge branch 'candrews-review' into 0.8.xZach Copley
* candrews-review: Notice attachments are enclosures in feeds (Atom, RSS 1.0/RDF, and RSS 2.0).
2009-07-09Revert "Let the queue handlers drain their xmpp queues"Evan Prodromou
This reverts commit fc3442a041a43f2df29deedc0ad96fbd6ba92385.
2009-07-09Let the queue handlers drain their xmpp queuesEvan Prodromou
2009-07-09Notice attachments are enclosures in feeds (Atom, RSS 1.0/RDF, and RSS 2.0).Craig Andrews
http://laconi.ca/trac/ticket/1690
2009-07-09yet another select() refinementEvan Prodromou
2009-07-09slightly more robust select() logicEvan Prodromou
2009-07-09use select() to bring down xmpp latencyEvan Prodromou
2009-07-09slightly better timingEvan Prodromou
2009-07-09Revert "give processtime a minimum of 1s"Evan Prodromou
This reverts commit d2e83b6a67fec311f9bc36a7d886f40169d9de15.
2009-07-09give processtime a minimum of 1sEvan Prodromou
2009-07-09Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-07-09timeouts and pings for xmppqueuehandlersEvan Prodromou
2009-07-09Better error handling for FacebookQueueHandlerZach Copley
2009-07-09Better error handling for TwitterQueueHandlerZach Copley
2009-07-08manually re-enqueue failed noticesEvan Prodromou
2009-07-08Get rid of the other error trying to property on a non-objZach Copley
2009-07-08Get rid of error ('Trying to get property of non-object')Zach Copley
2009-07-08log errors in handling noticesEvan Prodromou
2009-07-07Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-07-07check for array before checking xmlrpc faultEvan Prodromou
2009-07-08Removed OpenID link from the primary global navigation in order toSarven Capadisli
keep a single Login idea because we have several ways to login already: regular login, OpenID and Facebook (and probably LDAP, Open Social in the future)
2009-07-07Merge commit 'br3nda/0.8.x-noticesfix' into 0.8.xCiaranG