summaryrefslogtreecommitdiff
path: root/lib/util.php
AgeCommit message (Expand)Author
2010-03-10Merge branch 'testing' into 0.9.xBrion Vibber
2010-03-10A blank username should never be allowed.Zach Copley
2010-03-09Ticket #2210: adjust locale setup fallback to try more locales on the system ...Brion Vibber
2010-03-08make common_copy_args() work when the post/get request includes arrays (form ...Craig Andrews
2010-03-03Language setting fixes:Brion Vibber
2010-03-03Use poster's subscribed groups to disambiguate group linking when a remote gr...Brion Vibber
2010-03-02Updated some references to the long gnone "isEnclosure" function to the new "...Craig Andrews
2010-03-02Merge branch 'master' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-03-02Fix for regression in updated mention checks, sometimes lost links to folks m...Brion Vibber
2010-03-01Upgrade XML output scrubbing to better deal with newline and a few other charsZach Copley
2010-02-27Use notice for context when deciding who @nickname refers toEvan Prodromou
2010-02-26add a flag to impede adding sessions to URLs (for permanent stuff)Evan Prodromou
2010-02-25Tweak common_url_to_nickname to take the last path component; fixes pulling n...Brion Vibber
2010-02-25Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-25Normalize nickname case on login; fixes failed logins where people were typin...Brion Vibber
2010-02-25Ensure that shortened URLs haven't accumulated whitespace when fetched by a p...Brion Vibber
2010-02-24- break OMB profile update pings to a background queueBrion Vibber
2010-02-21Combine code that finds mentions into one place and add hook pointsEvan Prodromou
2010-02-16move some nickname-guessing code to lib/util.php from OpenIDEvan Prodromou
2010-02-12Session fix for PHP 5.3 configurations where cookies are excluded from $_REQU...Brion Vibber
2010-02-09OStatus partial support for group subscriptions:Brion Vibber
2010-02-08OStatus cleanup...Brion Vibber
2010-02-01Don't enqueue into plugin or SMS queues when disabled (breaks unqueuehandler ...Brion Vibber
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-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