Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-03 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-28 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-23 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-18 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-10-09 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-05 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-10-03 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-10-01 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-09-28 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
* first export of L10n for languages other than English. Could use some testing/QA. | |||
2010-09-28 | Update POT files. | Siebrand Mazeland | |
2010-09-23 | Update POT files for plugins. | Siebrand Mazeland | |
2010-09-19 | Update pot files for plugins. | Siebrand Mazeland | |
2010-09-19 | Update pot files for plugins. | Siebrand Mazeland | |
2010-09-15 | Update/add pot files for plugins. | Siebrand Mazeland | |
2010-04-30 | Remove .po source files. Using pot files. | Siebrand Mazeland | |
2010-04-30 | Update gettext localisation files. | Siebrand Mazeland | |
2010-04-06 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-04-05 | Some localization cleanup and doc to aid in customization: | Brion Vibber | |
* added locale/en/LC_MESSAGES/statusnet.po to make it easier to start customizing English texts * added notes to locale/README about customizing and how to disable languages you haven't customized * renamed PO templates from *.po to *.pot to match general conventions and reduce confusion for people trying to find which file they're supposed to edit | |||
2010-03-13 | Throw a quick button label into ostatus .po file for french to test with | Brion Vibber | |
2010-03-04 | Pull latest .po files from 0.9.x to testing | Brion Vibber | |
2010-03-01 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: db/08to09.sql locale/statusnet.po scripts/update_po_templates.php | |||
2010-03-01 | Localization tweak: include doc comments marked as 'TRANS' in .po file ↵ | Brion Vibber | |
output; these should now get automatically pulled through to the TranslateWiki interface as translator help hints. | |||
2010-02-08 | First steps on converting FeedSub into the pub/sub basis for OStatus ↵ | Brion Vibber | |
communications: * renamed FeedSub plugin to OStatus * now setting avatar on subscriptions * general fixes for subscription * integrated PuSH hub to handle only user timelines on canonical ID url; sends updates directly * set $config['feedsub']['nohub'] = true to test w/ foreign feeds that don't have hubs (won't actually receive updates though) * a few bits of code documentation * HMAC support for verified distributions (safest if sub setup is on HTTPS) And a couple core changes: * minimizing HTML output for exceptions in API requests to aid in debugging * fix for rel=self link in apitimelineuser when id given This does not not yet include any of the individual subscription management (Salmon notifications for sub/unsub, etc) nor a nice UI for user subscriptions. Needs some further cleanup to treat posts as status updates instead of link references. |