summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-03-18Remove xpm support (no one really uses it, and IMAGETYPE_XPM is undefined, ca...Craig Andrews
2010-03-18Merge branch 'master' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-03-18new exception class for when a user has no profileEvan Prodromou
2010-03-17Workaround for HTTP authentication in the API when running PHP as CGI/FastCGI...Brion Vibber
2010-03-16Pull back for now on switch of PEAR error mode to exceptions; seems to trigge...Brion Vibber
2010-03-15Throw an exception if we receive a document instead of a feed's root elementZach Copley
2010-03-15Background deletion of user accounts. Notices are deleted in chunks, then the...Brion Vibber
2010-03-15Initial Twitpic-like media upload endpoint /api/statusnet/media/uploadZach Copley
2010-03-15Ticket #2242: fix reading of inline XHTML content in Atom feeds for OStatus i...Brion Vibber
2010-03-14give preference to rel="photo" (per latest ActivityStreams spec), but still s...James Walker
2010-03-13* wrong param order to in_arrayJames Walker
2010-03-12Fixes for updating indices, charset/collation and engine type on plugin-creat...Brion Vibber
2010-03-12Merge commit 'origin/testing' into 0.9.xBrion Vibber
2010-03-12Merge commit 'origin/0.9.x' into 0.9.xBrion Vibber
2010-03-12Output enclosing geo elements and GeoRSS xmlns in XML timelinesZach Copley
2010-03-12Add Atom self link to tag timelineZach Copley
2010-03-11Don't switch people from the Memcache to Memcached plugin without their knowl...Brion Vibber
2010-03-11Remove stray whitespace at file start that snuck into last updateBrion Vibber
2010-03-11fubared a715271f847fed7d7c725c5b752ea7a00800520a - this is the fixCraig Andrews
2010-03-12More generalized method for calculating Atom rel="self" linksZach Copley
2010-03-11reuse Subscription::cancel instead of reimplementing it.Craig Andrews
2010-03-11move image type checking to constructor, so checking will be done in all casesCraig Andrews
2010-03-12Scrub all atom output with common_xml_safe_str()Zach Copley
2010-03-11Generator tag should have 'uri' attr not 'url'Zach Copley
2010-03-11Output self link in rss2 feeds, if availableZach Copley
2010-03-11- Output georss xmlns in rss elementZach Copley
2010-03-11Fixes the indenting bug for geo anchor. Also mention in trac ticket 2235Sarven Capadisli
2010-03-10Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-10Workaround intermittent bugs with HEAD requests by disabling keepalive in HTT...Brion Vibber
2010-03-10Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-10Merge branch 'master' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-03-10Detect when queuedaemon/xmppdaemon parent processes die and kill the child pr...Brion Vibber
2010-03-10A blank username should never be allowed.Zach Copley
2010-03-10Merge branch 'testing' into 0.9.xBrion Vibber
2010-03-10Merge branch 'master' into testingBrion Vibber
2010-03-10Ticket #2221: fix for missing whitespace between messages in en-gb.Brion Vibber
2010-03-10removed a stay bit of debugBrenda Wallace
2010-03-10map the mysql-ish column types to ones postgres likesBrenda Wallace
2010-03-10primary keys and unique indexes working in postgresBrenda Wallace
2010-03-10throw an error that looks like mysql errors.. :-SBrenda Wallace
2010-03-10A blank username should never be allowed.Zach Copley
2010-03-09Merge branch 'testing' into 0.9.xBrion Vibber
2010-03-09Added scripts/command.php, can be used to run commands such as subscription o...Brion Vibber
2010-03-09Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-09Merge branch 'commands' into testingBrion Vibber
2010-03-09Command input processing now has centralized places for looking up notice, us...Brion Vibber
2010-03-09Merge branch 'testing' into 0.9.xBrion Vibber
2010-03-09Merge commit 'origin/master' into testingBrion Vibber
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