summaryrefslogtreecommitdiff
path: root/lib/util.php
AgeCommit message (Expand)Author
2010-02-16Merge branch 'testing' into 0.9.xBrion Vibber
2010-02-16move some nickname-guessing code to lib/util.php from OpenIDEvan Prodromou
2010-02-12Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-02-12Session fix for PHP 5.3 configurations where cookies are excluded from $_REQU...Brion Vibber
2010-02-12Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-02-09OStatus partial support for group subscriptions:Brion Vibber
2010-02-08Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-02-08OStatus cleanup...Brion Vibber
2010-02-01Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-02-01Don't enqueue into plugin or SMS queues when disabled (breaks unqueuehandler ...Brion Vibber
2010-01-31Merge branch 'testing' into 0.9.xEvan Prodromou
2010-01-27dropping the setcookie() call from common_ensure_session() since we're pretty...Brion Vibber
2010-01-27append '/' on cookie path for now (may still need some refactoring)Brion Vibber
2010-01-28set session cookie correctlyEvan Prodromou
2010-01-25Merge branch 'master' into 0.9.xEvan Prodromou
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-22Updated some references to the long gnone "isEnclosure" function to the new "...Craig Andrews
2010-01-21XMPP 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