summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2010-05-17added notice.location to group byBrenda Wallace
2010-05-17fix the column modify on stuff for postgres. change serial to bigserialBrenda Wallace
2010-05-15added missing field to the group by. this makes postgres happyBrenda Wallace
2010-05-15comment out the extra bit, cos there's always mysql-only stuff in therre.Brenda Wallace
this isn't a very good idea
2010-05-15caitalise the sql keywordsBrenda Wallace
2010-05-15indexes now working in postgres schemasBrenda Wallace
2010-05-15removed sneaky debug echo that shouldn't be thereBrenda Wallace
2010-05-15sorted enums and auto_increments on postgres.Brenda Wallace
Still needs inline indexes on table creation
2010-05-14Merge branch 'testing' into 0.9.xBrion Vibber
2010-05-11Windows server fix: Use platform EOL in debug log fileBrion Vibber
2010-05-11Installer tweak for Windows: normalize line endings to platform standard in ↵Brion Vibber
generated config.php Added a comment that the writable directory checks are insufficient to catch ACL problems on Windows; need a better check for that.
2010-05-08Fix for repeats from the API having null source attributionZach Copley
2010-05-07Fix for repeats from the API having null source attributionZach Copley
2010-05-06Remove errant double HTML entity encoding in API source attributionZach Copley
2010-05-06Allow OStatusPlugin to set the source attribution titleZach Copley
2010-05-06- OStatusPlugin should return true if it doesn't need to handle sourceZach Copley
attribution - Remove stray break statement from NoticeList
2010-05-06HTML entity encode source link URLs in plain XML output and add ↵Zach Copley
rel="nofollow" to them
2010-05-06Refactor and centralize notice source link calculationZach Copley
2010-05-06Add xmlns:statusnet and statusnet:notice_info element to Atom entries for ↵Zach Copley
notices
2010-05-05Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
Conflicts: locale/ca/LC_MESSAGES/statusnet.po locale/de/LC_MESSAGES/statusnet.po locale/statusnet.pot
2010-05-05XMPP debugging: log the message source when discarding empty or unrecognized ↵Brion Vibber
messages.
2010-05-04Handle timeout more gracefully in background pingsBrion Vibber
Added a 2-second default timeout for XMLRPC/extended pings, configurable as [ping,timeout]. No longer repeating the entire ping section if we had an HTTP error during a submission. For now, dropping the bad item and continuing on with others. (Todo: individual retry and cleaner discards of blacklisted broken-for-now sites.)
2010-05-03When handling incoming mail, skip everything after a blank line if we ↵Craig Andrews
already have content
2010-04-29Merge branch 'testing' into 0.9.xBrion Vibber
2010-04-29Update codename in common.phpBrion Vibber
2010-04-29Update release notes and version number for 0.9.2Zachary Copley
2010-04-29Merge branch 'testing' into 0.9.xBrion Vibber
Conflicts: index.php
2010-04-29Merge branch 'master' into testingBrion Vibber
2010-04-28Fix charset setting for plugin localizations; default setting was blanking ↵Brion Vibber
out non-ASCII chars. Needed for eg Bulgarian translation of Facebook plugin, was previously showing all as ???s. Now works yay!
2010-04-23Test cases and fixes for Atom and RSS content decoding.Brion Vibber
Fix extraction of Atom <content type="text"> and <content type="html">; we were failing to escape plaintext source data to HTML, and doing an extraneous double-deescape on HTML source resulting in breakage of notices containing text that looks like HTML. Only <content type="xhtml"> was working correctly previously. Fixes for RSS2 content processing: we were failing to load <content:encoded> at all due to using wrong element name, and were applying an extraneous de-escape for <description> rather than the escaping that is required to turn plaintext into HTML. (Per spec, <description> must be plaintext.)
2010-04-22Add docs for public_timelineZach Copley
2010-04-22Some initial Doxygen-based documentation for the APIZach Copley
2010-04-21add 'always' parameter to common_shorten_linksCraig Andrews
2010-04-21Revert "Update release notes and version number for 0.9.2"Brion Vibber
This reverts commit 98f0d970da98e5b6de18972d033320a191152eb4. Per xopher we're not yet ready to push 0.9.2 theme directories live; we also haven't merged down various things from testing that need to be in the release such as installer fixes.
2010-04-20Update release notes and version number for 0.9.2Zachary Copley
2010-04-20Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-04-20Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-04-20Fix email notifications for @-replies that come via OStatus.Brion Vibber
* Moved notification sending from Notice::saveReplies to distrib queue handler, so it'll pull from the reply set we've saved regardless of how we got it. * Set up gettext infrastructure for command-line scripts; gets localization mail notifications etc working from background queues. * Adjusted locale switching: common_switch_locale() works at runtime for bg scripts, forces a message catalog update
2010-04-19Test for and use mysqli in installer, since that's what we use later, rather ↵Brion Vibber
than mysql.
2010-04-19Merge branch 'testing' into 0.9.xBrion Vibber
2010-04-19Merge branch 'master' into testingBrion Vibber
2010-04-19Fix ticket #2289: registration links were showing in top nav bar, login page ↵Brion Vibber
message when site set to invite-only or closed registration, when the 'register' action can't be used.
2010-04-17json_encode strings put out as javascriptCraig Andrews
2010-04-15Allow cross-site ajax with CORS.Craig Andrews
Only allows un-credentialed (as in, no cookies or basic auth), no custom headers, and get (no post, put, delete, etc) requests.
2010-04-14Merge branch 'testing' into 0.9.xBrion Vibber
2010-04-12showplugins.php: dump list of activated plugins and their settings on this siteBrion Vibber
2010-04-12showplugins.php: dump list of activated plugins and their settings on this siteBrion Vibber
2010-04-11Number parametersSiebrand Mazeland
2010-04-11Add translator documentation and number parameters if multiple are used in a ↵Siebrand Mazeland
message.
2010-04-11Add translator documentation and FIXMEs that plural support should be added ↵Siebrand Mazeland
for some messages.