summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2009-03-04Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-03-04Made /api/account/verify_credentials.format return an extended user object. ↵Zach Copley
Updates to status and user API objects.
2009-03-04Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-03-04Plugins - added a new event (RouterInitialized) which allows a plugin to ↵CiaranG
register new paths to be routed
2009-03-04PostgreSQL - made all 'weight' calculating SQL expressions compatible with ↵CiaranG
both databases, and made some GROUP BY queries more explicit about the fields they are selecting, for the same reason.
2009-03-04Error actions use HTTP code name for titleEvan Prodromou
Change the title of error actions to the HTTP code name, like 'internal server error'.
2009-03-04Check for config file when runningEvan Prodromou
When running the full system, check for a config file, and throw an error if none is found.
2009-03-04fix pagination links with new URL mapperEvan Prodromou
2009-03-04Hooks for: Public group nav in order to place a list-anchor item atSarven Capadisli
the start or end of the list.
2009-03-04Additional (optional, defaults to off) logging of PEAR error details, which ↵CiaranG
allows database issues to be more easily diagnosed.
2009-02-28automatically handle non-laconica-named databasesEvan Prodromou
2009-02-28Add a flag for if there's no config fileEvan Prodromou
2009-02-27Add route for new message to user.Adrian Lang
2009-02-27Hopefully fixes #1260: Mess with norwegian languages. Moreover corrected ↵Adrian Lang
ltr/rtl for Italian and Hebrew and added Finnish.
2009-02-27Fixes #1258: A period in a hashtag leads to the tag being interpreted as url ↵Adrian Lang
and hence breaking the tag.
2009-02-27Route for remote subscribe link on profile page.Adrian Lang
2009-02-27More routes.Adrian Lang
2009-02-27Add finishremotesubscribe to the unrouted actions list.Adrian Lang
2009-02-27Auth_Yadis_Yadis::PlainHTTPFetcher expects plain arrays, not hashes.Adrian Lang
2009-02-27Adds some missing routes.Adrian Lang
2009-02-26Hook for setting document content type, charset, language, DOCTYPE andSarven Capadisli
html element properties
2009-02-24Print stylesheetSarven Capadisli
2009-02-22Ticket #1108 - Added 'social graph' methods to the APIZach Copley
2009-02-22Minor routing fix for friends_timeline API methodZach Copley
2009-02-21Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-20Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-02-20New doc page for Identi.ca badge and minor updates to badge's jsZach Copley
2009-02-20Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli
2009-02-20Hooks for: local navigationSarven Capadisli
2009-02-20Fixed routing for direct messages and favorites in the APIZach Copley
2009-02-20Change common_local_url() to take 4 argumentsEvan Prodromou
I changed common_local_url() to take an additional optional argument -- for query parameters. Being persnickety, I made it the third of four, and moved the last one ($fragment) down a slot. That required changing a couple of calls.
2009-02-20fix notices in lib/grouplist.phpEvan Prodromou
2009-02-20fix some notices in omb.phpEvan Prodromou
2009-02-20fix notice in searchactionEvan Prodromou
2009-02-20make check for ->value betterEvan Prodromou
2009-02-20change static in router to varEvan Prodromou
2009-02-20NOTICES_PER_SECTION already defined in lib/noticesection.php, causing a warningLeslie Michael Orchard
2009-02-20Attempt to access non-existent OPENID_COOKIE_KEY cookie causing a warningLeslie Michael Orchard
2009-02-20PROFILES_PER_PAGE already defined in lib/common.phpLeslie Michael Orchard
2009-02-20make tagother work with routerEvan Prodromou
2009-02-20Merge branch '0.7.x' of evan@dev.controlyourself.ca:/var/www/evan into 0.7.xEvan Prodromou
2009-02-20handle if-modified-since in RSS feedsEvan Prodromou
2009-02-20Merge branch '0.7.x' of evan@dev.controlyourself.ca:/var/www/evan into 0.7.xEvan Prodromou
2009-02-18more correct handling of etags and last-modifiedEvan Prodromou
2009-02-18move peoplesearchresults to its own moduleEvan Prodromou
2009-02-18Merge branch 'dev-0.7.x' into framebustingMeitar Moscovitz
Conflicts: lib/action.php
2009-02-17Merge branch 'mobile-style' of git://gitorious.org/laconica/meitar into reviewSarven Capadisli
Conflicts: lib/action.php
2009-02-16send mail when @-replies are receivedEvan Prodromou
2009-02-16error in hashtag link generationEvan Prodromou
2009-02-16Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou