Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-13 | Exceptions are caught and continued on JSON, XML, Atom and RSS output in API | Evan Prodromou | |
2010-07-13 | handle missing profile for notices better in Rss10Action | Evan Prodromou | |
2010-07-13 | handle missing profile for notices better in NoticeList | Evan Prodromou | |
2010-07-13 | log exceptions in atom feeds, but don't let them kill the output | Evan Prodromou | |
2010-07-13 | push exception on missing profile down to Notice::getProfile() | Evan Prodromou | |
2010-07-13 | handle notices without profiles better in RSS output | Evan Prodromou | |
2010-06-28 | - Fix bugs with block and friendship API methods | Zach Copley | |
- Friendship API methods now use a Profile instead of User for target | |||
2010-06-28 | Update version and code name: 0.9.3 Half a World Away | Brion Vibber | |
2010-06-28 | Fix for PHP notice when given an integer degrees in decimalDegreesToDMS(); ↵ | Brion Vibber | |
using math instead of string manipulation to split integer portion from decimal remainder. | |||
2010-06-28 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-06-28 | Enhanced upload file type detection. If given an original filename, we'll ↵ | Brion Vibber | |
attempt to detect type from the extension if we were unable to make a definitive match from content. Generic octet-stream, zip, and MS Office type are explicitly singled out for re-checks, which fixes OpenOffice and MS Office documents to come up with the proper types when misdetected. File extensions can also be added to the upload type whitelist; they'll be normalized to types for the actual comparison, so only known extensions will work. | |||
2010-06-26 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-06-26 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-06-26 | Fix for bug #2382: releasing claim on failed queue item works again with ↵ | Brion Vibber | |
DB-based queues. Warning: DB-based queue doesn't currently implement discarding of items after a retry limit. Failed items will be retried until they succeed. | |||
2010-06-26 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openidserver.php (cleaned up mismatched comment) | |||
2010-06-26 | Merge branch 'master' into testing | Brion Vibber | |
2010-06-24 | Have API methods for search subclass ApiPrivateAuthAction | Zach Copley | |
2010-06-22 | - Add profile_info tag to Atom author | Zach Copley | |
- Normalize xmlns:statusnet links in the API | |||
2010-06-21 | Improve error message per discussion on ↵ | Siebrand Mazeland | |
http://translatewiki.net/wiki/Thread:Support/Unclear_message. Spotted by Peter17 and changed per suggestion of McDutchie with approval of Brion. | |||
2010-06-16 | Fix problem with AvatarLink in which it was sometimes leaving the width ↵ | Zach Copley | |
attribute empty | |||
2010-06-16 | - More useful group info from api/statusnet/group/show | Zach Copley | |
- Add statusnet:group_info tag to group Atom feeds | |||
2010-06-16 | Merge branch 'master' into testing | Brion Vibber | |
2010-06-14 | fix URL regex for tags to use UTF-8 | Evan Prodromou | |
2010-06-14 | Merge branch 'master' into testing | Brion Vibber | |
2010-06-11 | Fix for DB error reporting in installer (MySQL path) | Brion Vibber | |
2010-06-11 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-06-11 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-06-11 | Fix a couple bad format entries in router setup (format param had 'xmljson' ↵ | Brion Vibber | |
instead of 'xml|json'). Warning: the format strings aren't actually being enforced here which is probably why they weren't caught earlier. Not quite sure why, it should be looked at! | |||
2010-06-09 | Revert "added notice.location to group by" | Brenda Wallace | |
This reverts commit 48dc899acb9a0ac87140353092dab1f5e67753d8. | |||
2010-06-07 | Merge branch 'integration' into testing | Brion Vibber | |
2010-06-07 | Basic custom CSS and theme uploading features. 'local' subdir can now be ↵ | Brion Vibber | |
customized to a distinct directory and URL path to make it easier to separate custom themes for a multi-site farm running a common code base. Currently only one custom theme may be uploaded per site, saved with the name 'custom' and stored into the local/themes subdirectory. Administrators can upload a .ZIP archive containing a theme through the design admin panel; its contents are validated to ensure that only legit files are saved, and a 5M size quota is enforced. Theme upload requires the zip extension for PHP; if not present, theme uploading is disabled by default. Uploading and the custom CSS can be controlled via $config['theme_upload']['enabled'] and $config['custom_css']['enabled']. Configurable directory/path/server for 'local' subdirectory (currently only as used for themes; local plugins not yet switched over) Can set $config['local']['dir'] etc; not currently exposed in the admin panels. Per-site directories on a separate themes server could be set up such as: $config['local']['dir'] = '/path/to/themes/local/' . $_nickname; $config['local']['server'] = 'themes.example.com'; $config['local']['path'] = '/local/' . $_nickname; $config['local']['ssl'] = 'never'; | |||
2010-06-07 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-06-07 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openid.php | |||
2010-06-03 | Option to divert PuSH items directly to the target site's queue when local | Brion Vibber | |
2010-06-03 | Skip enqueueing to outgoing bridges on incoming remote messages. Twitter, ↵ | Brion Vibber | |
Facebook, RSSCloud, and OStatus checks were enqueued on these when they'd never do anything but churn the queue servers. Notice::isLocal() can replace a number of manual checks for $notice->is_local being LOCAL_PUBLIC or LOCAL_NONPUBLIC. | |||
2010-06-03 | Stomp blocking writes fix | Brion Vibber | |
2010-06-03 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-06-03 | Installer tweak to aid with IIS setup: if config.php exists, but is both ↵ | Brion Vibber | |
empty and writable, let the installer proceed and overwrite it. | |||
2010-06-01 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-05-28 | Ticket 2329 followup: my clever 'let it use the default' was foiled by PHP ↵ | Brion Vibber | |
gettext module not quite exposing a compatible interface as the backend gettext library. (Most funcs squash null domain parameter into '' empty string, which isn't interpreted as 'use the current default'.) | |||
2010-05-27 | Assigning my copyrights to the Free Software Foundation | Craig Andrews | |
2010-05-27 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: lib/language.php plugins/OpenID/finishaddopenid.php | |||
2010-05-27 | Merge branch 'master' of gitorious.org:statusnet/mainline | Brion Vibber | |
2010-05-27 | Ticket #2329: fix for use of _m() translation functions from outside of ↵ | Brion Vibber | |
plugin directories | |||
2010-05-27 | Pass auth user into Atom feed generators (needed for outputting favorited ↵ | Zach Copley | |
status in statusnet:notice_info tag) | |||
2010-05-21 | Add $config['queue']['stomp_enqueue_to'] override for which queue server to ↵ | Brion Vibber | |
send to. Must be set to a value that matches one of the entries in $config['queue']['stomp_server'] array, otherwise ignored. | |||
2010-05-21 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-05-21 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-05-21 | Disable SSL peer/hostname verification for HTTPClient unless we've ↵ | Brion Vibber | |
configured a trusted CA bundle like this: $config['http']['ssl_cafile'] = '/usr/lib/ssl/certs/ca-certificates.crt'; The previous state was failing on all HTTPS hits due to HTTP_Request2 library turning on the validation check but not specifying a CA file. | |||
2010-05-20 | Added block link to subscription notification emails; block action can now ↵ | Brion Vibber | |
take a profile ID on the URL; added profile details to block page so there's an indication of who you're blocking before you pull the trigger. Fixed typo in RedirectingAction when no return-to data provided in form submission. RedirectingAction::returnToArgs() has been renamed to returnToPrevious() to avoid conflict with Action::returnToArgs() which returns arguments to be passed to other actions as return-to arguments. All callers should now be updated. More profile settings actions will now redirect through a login form if visited as a GET request, as would be expected from a bookmark, link sent in e-mail etc. |