Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-01 | Bugfix in FB-sharing header for empty profile avatar | Brion Vibber | |
2010-10-01 | Throw in a quick event hook to override the profile list type on showstream ↵ | Brion Vibber | |
(should be made more general in future). Replace with a NoticeList to have output include avatar and username -- but CSS still hides them in default theme. Event::addHandler('ShowStreamNoticeList', 'awesome'); function awesome($notice, $action, &$pnl) { $pnl = new NoticeList($notice, $action); return false; } | |||
2010-09-30 | Add helper metadata on individual notice pages to aid sharing to Facebook ↵ | Brion Vibber | |
(use poster's avatar as image, indicate the text content) | |||
2010-09-29 | Add Start/EndShowNoticeItem event hooks to single notice page | Zach Copley | |
2010-09-25 | Fix PHP syntax errors introduced during localization fixups in a few files. | Brion Vibber | |
2010-09-23 | Update OAuth actions in show application page so it will display the right ↵ | Zach Copley | |
endpoint URLs | |||
2010-09-23 | Merge branch '0.9.x' | Evan Prodromou | |
2010-09-22 | Fix for ticket 2756 - Calls to OAuth endpoints are redirected to the | Zach Copley | |
login page when a site is in private mode | |||
2010-09-22 | Fix for ticket 2756 - Calls to OAuth endpoints are redirected to the | Zach Copley | |
login page when a site is in private mode | |||
2010-09-21 | License admin panel should allow empty or valid URLs for (license | Zach Copley | |
URL and license image URL) when selecting private or allrightsreserved licenses. | |||
2010-09-21 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-09-20 | Fix #2323: typo on oauth connections page | Brion Vibber | |
2010-09-20 | Fix error when editing OAuth app registration and only changing the icon. | Brion Vibber | |
2010-09-20 | Fix for #2419: There is no function maxDescription in Oauth_application ↵ | Brion Vibber | |
class (broke the 'description too long' error message when editing oauth app registrations) | |||
2010-09-20 | Ticket #2750: fixes to HTTP caching behavior across login/logout boundaries | Brion Vibber | |
* now ignoring if-modified-since if we failed an etag if-none-match comparison, per spec * now including a hash of user id/nickname in most etags, so we'll update the view properly after login/logout For API methods, checking the API-auth'ed user. (Many change results to include things like 'you're subscribed to this user' or 'this is one of your favorites', so user info is again needed) There'll still be some last-modified stamps that aren't including user info properly, probably. | |||
2010-09-17 | Basic license admin panel (maybe we can make it fancier later) | Zach Copley | |
2010-09-17 | Removed periods from instructions on some admin panels for consistency | Zach Copley | |
2010-09-17 | Fixed typo, and updated copyright dates while I was there | Zach Copley | |
2010-09-13 | Ticket #2701: old color settings now get reset when changing themes, so you ↵ | Brion Vibber | |
don't end up with the previous theme's colors. | |||
2010-09-12 | Update translator documentation. | Siebrand Mazeland | |
2010-09-12 | Update/add translator documentation. | Siebrand Mazeland | |
2010-09-12 | Add translator hint. | Siebrand Mazeland | |
2010-09-08 | add a hook for when someone deletes their own notice | Evan Prodromou | |
2010-08-14 | Merge branch 'noticetitle' into 0.9.x | Evan Prodromou | |
2010-08-13 | add StartNoticeSaveWeb and EndNoticeSaveWeb to hook web-based UI for notices | Evan Prodromou | |
2010-08-12 | Fix regression in replies made from web (was saving reply_to value in wrong ↵ | Brion Vibber | |
array key) | |||
2010-08-11 | work in progress: prettier attachment mode for tinymce? | Brion Vibber | |
2010-08-11 | TinyMCE: core tweak; switching order of input processing so length limit is ↵ | Brion Vibber | |
applied to stripped version of the text | |||
2010-08-10 | First stab redoing argument loading for TinyMCE (to avoid hacking checks for ↵ | Brion Vibber | |
all notice saves everywhere) | |||
2010-08-01 | Tweak message per suggestion of The Evil IP Address[1]. | Siebrand Mazeland | |
[1] http://translatewiki.net/w/i.php?title=Thread:Translating_talk:StatusNet/to_their_attention%3F&oldid=2220913 | |||
2010-07-29 | Fix for issue ID 2290: make sure errors are returned in the right | Zach Copley | |
format, and use callback for errors when the request is JSONP | |||
2010-07-29 | Return HTTP 403 instead of 400 when silenced users try to post via API | Zach Copley | |
2010-07-19 | Make some messages gender neutral. | Eric Helgeson | |
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-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-18 | Catch a couple of missing XML namespace declarations on API XML output. ↵ | Brion Vibber | |
Missing NS declarations were breaking XML parsing for some clients since beaecb18d5b92b913473dfffd545dc436f50cf66 | |||
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-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-10 | Ticket #2350: fix for incorrect FOAF sioc:follows entries for users who are ↵ | Brion Vibber | |
followed by, but don't themselves follow the user whose FOAF we're displaying. | |||
2010-06-08 | added missing author | Brenda Wallace | |
2010-06-08 | added missing authors | Brenda Wallace | |
2010-06-08 | added missing authors | Brenda Wallace | |
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 | break up the giant form function in design admin panel into individual ↵ | Brion Vibber | |
sections to make it a little more manageable | |||
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 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-06-03 | - Fix bad argument being passed (error code) when invalid format specified | Zach Copley | |
- Reformat whitespace |