Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-15 | added missing field to the group by. this makes postgres happy | Brenda Wallace | |
2010-05-15 | comment out the extra bit, cos there's always mysql-only stuff in therre. | Brenda Wallace | |
this isn't a very good idea | |||
2010-05-15 | caitalise the sql keywords | Brenda Wallace | |
2010-05-15 | indexes now working in postgres schemas | Brenda Wallace | |
2010-05-15 | removed sneaky debug echo that shouldn't be there | Brenda Wallace | |
2010-05-15 | sorted enums and auto_increments on postgres. | Brenda Wallace | |
Still needs inline indexes on table creation | |||
2010-05-14 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-05-13 | More direct text for registration licensing/tos checkbox for private and ↵ | Brion Vibber | |
all-rights-reserved sites. | |||
2010-05-13 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-05-12 | Need to always emit statusnet:notice_info so it's available in profile feeds | Zach Copley | |
2010-05-12 | Fix keys() / keyTypes() mixup in SamplePlugin | Brion Vibber | |
2010-05-11 | Windows server fix: Use platform EOL in debug log file | Brion Vibber | |
2010-05-11 | Installer 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-09 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-05-09 | Update pot and add Dutch translation | Siebrand Mazeland | |
2010-05-09 | Tweaks for DirectionDetector: | Siebrand Mazeland | |
* remove trailin whitespace * update use of capital letters * fix a few typos in comments * add translator documentation | |||
2010-05-08 | Fix for repeats from the API having null source attribution | Zach Copley | |
2010-05-07 | Fix for repeats from the API having null source attribution | Zach Copley | |
2010-05-06 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-05-07 | Allow plugins to load their styles for mobile view; fixes bad realtime ↵ | Brion Vibber | |
button layout | |||
2010-05-06 | Remove errant double HTML entity encoding in API source attribution | Zach Copley | |
2010-05-06 | Allow OStatusPlugin to set the source attribution title | Zach Copley | |
2010-05-06 | - OStatusPlugin should return true if it doesn't need to handle source | Zach Copley | |
attribution - Remove stray break statement from NoticeList | |||
2010-05-06 | HTML entity encode source link URLs in plain XML output and add ↵ | Zach Copley | |
rel="nofollow" to them | |||
2010-05-06 | Add source link attr to statusnet:notice_info element in Atom output for notices | Zach Copley | |
2010-05-06 | Refactor and centralize notice source link calculation | Zach Copley | |
2010-05-06 | Add xmlns:statusnet and statusnet:notice_info element to Atom entries for ↵ | Zach Copley | |
notices | |||
2010-05-06 | Ticket #2184: recognize Palm Pre / WebOS browsers for MobileProfile | Brion Vibber | |
One-line addition of 'webos' to the keywords list. | |||
2010-05-05 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: locale/ca/LC_MESSAGES/statusnet.po locale/de/LC_MESSAGES/statusnet.po locale/statusnet.pot | |||
2010-05-06 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-05-05 | Implement since_id and max_id param handling for /api/favorites | Zach Copley | |
2010-05-05 | XMPP debugging: log the message source when discarding empty or unrecognized ↵ | Brion Vibber | |
messages. | |||
2010-05-05 | Quick fix for DirectionDetector: only apply <span class="rtl"> once; if it's ↵ | Brion Vibber | |
already there in an incoming message (eg via OStatus), don't reapply it. Modified from patch from Everplays | |||
2010-05-05 | Clean up reference usage warnings in DirectionDetector plugin | Brion Vibber | |
2010-05-04 | Handle timeout more gracefully in background pings | Brion 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-04 | Avoid spewing giant debug backtrace into exception in certain OStatus ↵ | Brion Vibber | |
subscription failure cases. The code pattern 'new XXXException($e)' to chain exceptions doesn't actually work as intended, as exceptions are actually expecting a string message here. This caused an implicit string conversion from HTTP_Request2_Exception, which is a PEAR_Exception, which defines an absurdly detailed __toString() method including a giant HTML table with a backtrace if you happen to be on a web request. Simply passing $e->getMessage() instead clears this up, as we'll get the nice short message like 'Couldn't connect to tcp://blahblah:80' | |||
2010-05-04 | Add Emacs Identica-mode to notice sources | Zach Copley | |
2010-05-04 | Add Emacs Identica-mode to notice sources | Zach Copley | |
2010-05-04 | correct config.php.sample documentation of sendfile | Craig Andrews | |
2010-05-03 | When handling incoming mail, skip everything after a blank line if we ↵ | Craig Andrews | |
already have content | |||
2010-05-03 | Pull localization updates from 0.9.x branch0.9.2 | Brion Vibber | |
2010-05-03 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-05-03 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-05-03 | Updated README to include one-liner about fixed installer in the noteable ↵ | Zach Copley | |
changes section | |||
2010-05-03 | Update release date | Brion Vibber | |
2010-05-02 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-05-01 | Revert "Update PEAR::Mail to 1.2.0 release; fixes deprecation warnings ↵show | Brion Vibber | |
running under PHP 5.3." This reverts commit 9fd02a4f11881b3e0e1b3029c7c9e85a799c5ced. Looks like there's some changes I missed in there and getting this in'll involve updating some other packages. Will poke it after 0.9.2. | |||
2010-04-30 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2010-04-30 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-30 | Update translator documentation for OpenID plugin. | Siebrand Mazeland | |