Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-28 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
* add support for Hungarian (hu) | |||
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 | Merge branch '0.9.x' into activityexport | Evan Prodromou | |
Conflicts: plugins/OStatus/OStatusPlugin.php | |||
2010-09-21 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-09-21 | Merge branch 'twitter-avatar' | Brion Vibber | |
2010-09-21 | Workaround for #2485: in profile output on feeds, fall back to the Twitter ↵ | Brion Vibber | |
73x73 avatar instead of going straight to the 96x96 default image on twitter-import profiles. | |||
2010-09-21 | change the location and title of the feeds section | Evan Prodromou | |
2010-09-20 | Don't spew a notice warning to output while processing logging for PEAR DB ↵ | Brion Vibber | |
errors | |||
2010-09-20 | Clean up notice spew from accessing member variables of null when opening ↵ | Brion Vibber | |
the add/edit oauth application form | |||
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-20 | Fix bug in db queue manager: when receiving an invalid or deleted notice, we ↵ | Brion Vibber | |
were running it through the 'temporary fail, release it to try again' path instead of the 'done, discard item' path. Should fix some infinite-loop-of-doom-in-queue cases. | |||
2010-09-17 | Basic license admin panel (maybe we can make it fancier later) | Zach Copley | |
2010-09-16 | Explicitly mark a translator note on the command list help message that the ↵ | Brion Vibber | |
command names must not be translated | |||
2010-09-15 | Merge branch '0.9.x' into activityexport | Evan Prodromou | |
2010-09-16 | Add plural support for minutes/hours/days/months ago. | Siebrand Mazeland | |
Reapply of revised b27882c9166191de4aaea298ba1b1a524cfe9ac7 that was reverted by Brion Vibber in 2d4c0f9a47f6534c578a37abe79670cec699caae. | |||
2010-09-15 | Revert "Add plural support for minutes/hours/days/months ago." -- currently ↵ | Brion Vibber | |
doesn't work and spews error messages This reverts commit b27882c9166191de4aaea298ba1b1a524cfe9ac7. | |||
2010-09-15 | move useractivitystream class to its own module | Evan Prodromou | |
2010-09-15 | flag to leave out author information in activity output | Evan Prodromou | |
2010-09-15 | change user attribute from private to protected so subclasses can use it | Evan Prodromou | |
2010-09-14 | L10n: Fix punctuation. | Siebrand Mazeland | |
2010-09-13 | Activity::asString() should format numerical not string time | Evan Prodromou | |
2010-09-13 | accept null constructor for ActivityContext | Evan Prodromou | |
2010-09-13 | * update/add translator documentation | Siebrand Mazeland | |
* remove superfluous whitespace | |||
2010-09-13 | * update/add translator documentation | Siebrand Mazeland | |
* remove superfluous whitespace | |||
2010-09-13 | Move translator hint to where gettext will actually see it and replace tab ↵ | Siebrand Mazeland | |
by spaces. | |||
2010-09-13 | Fix typos in translator comments. | Siebrand Mazeland | |
2010-09-13 | Remove trailing whitespace and update comment consistency on methods. | Siebrand Mazeland | |
2010-09-13 | Add plural support for minutes/hours/days/months ago. | Siebrand Mazeland | |
2010-09-12 | Update translator documentation. | Siebrand Mazeland | |
2010-09-12 | Update translator documentation and add punctuation where missing to ↵ | Siebrand Mazeland | |
exception messages. | |||
2010-09-12 | Fix i18n issue and add translator documentation. | Siebrand Mazeland | |
2010-09-12 | Update translator documentation. | Siebrand Mazeland | |
2010-09-12 | * add two FIXMEs for gettext messages not being processed. | Siebrand Mazeland | |
* update translator documentation. | |||
2010-09-12 | Update/add translator documentation. | Siebrand Mazeland | |
2010-09-12 | Update incomplete documentation. | Siebrand Mazeland | |
2010-09-08 | Bump version to 0.9.5 | Brion Vibber | |
2010-09-08 | Pragma was accidentally triggering some underwear-catapult-connected hardware | Evan Prodromou | |
2010-09-07 | Merge branch 'apinamespace' into 0.9.x | Evan Prodromou | |
2010-09-05 | Add basic support for Georgian (ka) | Siebrand Mazeland | |
2010-09-02 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2010-09-02 | use etag preferably for caching | Evan Prodromou | |
2010-09-02 | add some caching headers | Evan Prodromou | |
2010-09-02 | combine our standard scripts into one big script | Evan Prodromou | |
2010-09-02 | Merge branch 'master' into testing | Brion Vibber | |
2010-09-02 | Fixes for Mac metadata files mucking up theme zip files | Brion Vibber | |
2010-09-02 | Ticket #2638: allow themes to specify a base theme to load with 'include' ↵ | Brion Vibber | |
setting in a theme.ini file | |||
2010-09-02 | hooks for showing <title> and <h1> elements | Evan Prodromou | |
2010-09-02 | Merge branch 'testing' into 0.9.x | Evan Prodromou | |
2010-09-02 | Fixes for custom theme upload: | Brion Vibber | |
* skip more files (.xcf image sources, .html docs) * skip files before rejecting them for funky filenames! * allow period in filenames (eg foo-1.4.ttf) but blacklist some unsafe extensions-within-extensions | |||
2010-09-02 | Fix for #2635: use ssl-sometimes settings for Twitter settings & auth pages | Brion Vibber | |