summaryrefslogtreecommitdiff
path: root/lib/util.php
AgeCommit message (Expand)Author
2010-01-25Offload inbox updates to a queue handler to speed up posting onlineEvan Prodromou
2010-01-22XMPP queued output & initial retooling of DB queue manager to support non-Not...Brion Vibber
2010-01-13remove session info in syslogEvan Prodromou
2010-01-12remove some debugging statements from util.phpEvan Prodromou
2010-01-12Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-01-12Major refactoring of queue handlers to support running multiple sites in one ...Brion Vibber
2010-01-11strip out session ID from root URLEvan Prodromou
2010-01-11Merge branch 'sessionidparam' into 0.9.xEvan Prodromou
2010-01-11accept session fromEvan Prodromou
2010-01-10add session ID to local URL when server parts differEvan Prodromou
2010-01-10Sever -> server in error messageEvan Prodromou
2010-01-10Sever -> server in error messageEvan Prodromou
2010-01-10Merge branch 'master' into 0.9.xEvan Prodromou
2010-01-10debugging code to find passed-in objects in munge_passwordEvan Prodromou
2010-01-04Ticket 2141: bugs with weighted popularity lists across year boundary.Brion Vibber
2010-01-04Ticket 2141: bugs with weighted popularity lists across year boundary.Brion Vibber
2010-01-02Make caching a plugin systemEvan Prodromou
2010-01-02fixup memcache functionsEvan Prodromou
2009-12-30Enable memcache automatic compression, starting at 20k and only if compressio...Craig Andrews
2009-12-22Merge branch 'testing'Evan Prodromou
2009-12-21Ignore user language settings that aren't listed in language config; we'll th...Brion Vibber
2009-12-19Ignore user language settings that aren't listed in language config; we'll th...Brion Vibber
2009-12-16Add some doc comments and fixmes in util.phpBrion Vibber
2009-12-16PHP 5.3 closure-based implementation of curry(); old implementation used as f...Brion Vibber
2009-12-05Add 2 new events to enable logger pluginization: StartLog and EndLogCraig Andrews
2009-12-03Code style cleanup: dropped some unnecessary =& reference assignments where t...Brion Vibber
2009-11-27Drop the username from the log id for now; seems to trigger an error loop in ...Brion Vibber
2009-11-27Drop the username from the log id for now; seems to trigger an error loop in ...Brion Vibber
2009-11-27request id on logs... pid + random id per web request + username + method + urlBrion Vibber
2009-11-27request id on logs... pid + random id per web request + username + method + urlBrion Vibber
2009-11-25Drop error message on setlocale() failure; this is harmless, since we actuall...Brion Vibber
2009-11-25Drop error message on setlocale() failure; this is harmless, since we actuall...Brion Vibber
2009-11-18Added Authorization pluginCraig Andrews
2009-11-12blasted, that should not be thereCraig Andrews
2009-11-12Added a User_username table that links the external username with a StatusNet...Craig Andrews
2009-11-11Redid how URL shorteners work. This way is much more like how Evan wants even...Craig Andrews
2009-11-11Fix bug 1963: Web UI throws warnings during previously open login session aft...Brion Vibber
2009-11-10change credential check to work more like other eventsEvan Prodromou
2009-11-10Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-10fixup output of object attributes in db error codeEvan Prodromou
2009-11-09Revert "Remove more contractions"Brion Vibber
2009-11-08Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2009-11-08Remove more contractionsSiebrand Mazeland
2009-11-08Revert "* [Cc]an't -> [Cc]annot"Brion Vibber
2009-11-08* [Cc]an't -> [Cc]annotSiebrand Mazeland
2009-11-05Added an AutoRegister eventCraig Andrews
2009-11-04Added a CheckPassword eventCraig Andrews
2009-11-02Merge commit 'refs/merge-requests/1900' of git://gitorious.org/statusnet/main...Brion Vibber
2009-11-02allow <> to surround the url (like () or [])Craig Andrews
2009-11-02do not allow " in URLs - they are not legal URL charactersCraig Andrews