Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-24 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-23 | Shorten text after paste operation | Craig Andrews | |
Abort ajax shorten request if the user pastes/pushes another key | |||
2010-04-22 | Add docs for public_timeline | Zach Copley | |
2010-04-22 | use onAutoload instead of always requiring | Craig Andrews | |
2010-04-22 | Only shorten after the user presses space, or following a paste operation | Craig Andrews | |
2010-04-22 | Some initial Doxygen-based documentation for the API | Zach Copley | |
2010-04-21 | add ClientSideShortenPlugin | Craig Andrews | |
see plugins/ClientSideShorten/README | |||
2010-04-21 | add 'always' parameter to common_shorten_links | Craig Andrews | |
2010-04-21 | docgen.php no longer depends on having a working installation; uses ↵ | Brion Vibber | |
Console_GetOpt directly and regexes the STATUSNET_VERSION from common.php | |||
2010-04-20 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-04-20 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-04-20 | Fix email notifications for @-replies that come via OStatus. | Brion Vibber | |
* Moved notification sending from Notice::saveReplies to distrib queue handler, so it'll pull from the reply set we've saved regardless of how we got it. * Set up gettext infrastructure for command-line scripts; gets localization mail notifications etc working from background queues. * Adjusted locale switching: common_switch_locale() works at runtime for bg scripts, forces a message catalog update | |||
2010-04-20 | Ticket #2291: fix typo in SMS doc | Brion Vibber | |
2010-04-19 | Test for and use mysqli in installer, since that's what we use later, rather ↵ | Brion Vibber | |
than mysql. | |||
2010-04-19 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-19 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-19 | Disable the send-notice form at the top of the page OStatus subscription ↵ | Brion Vibber | |
confirmation page to work around bugs in Cloudy theme. This is really just a hack for the broken CSS in the Cloudy theme, I think; copying from other non-notice-navigation pages that do this as well. There will be plenty of others also broken. | |||
2010-04-19 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-19 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-19 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-19 | Fix ticket #2289: registration links were showing in top nav bar, login page ↵ | Brion Vibber | |
message when site set to invite-only or closed registration, when the 'register' action can't be used. | |||
2010-04-18 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-17 | don't attempt to read a user's ldap password | Craig Andrews | |
2010-04-17 | json_encode strings put out as javascript | Craig Andrews | |
2010-04-15 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-15 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-15 | Allow setconfig.php to Print Entire Config | Christopher Vollick | |
Previously it only printed out the configuration in the DB. Now it can also print out the entire current configuration. | |||
2010-04-15 | Allow cross-site ajax with CORS. | Craig Andrews | |
Only allows un-credentialed (as in, no cookies or basic auth), no custom headers, and get (no post, put, delete, etc) requests. | |||
2010-04-14 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-14 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-14 | Ticket #2205: pass geo locations over Twitter bridge (will only be used if ↵ | Brion Vibber | |
enabled on the Twitter side) | |||
2010-04-14 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-14 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-14 | Fix for "#foo !foo" in same notice failing during save, causing failout ↵ | Brion Vibber | |
before distribution. Move saveGroups after saveTags when saving notices; groups may save additional tags, so need to be moved after so the check for duplicates actually works. | |||
2010-04-14 | move comment to correct place | Brion Vibber | |
2010-04-12 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-12 | showplugins.php: dump list of activated plugins and their settings on this site | Brion Vibber | |
2010-04-12 | showplugins.php: dump list of activated plugins and their settings on this site | Brion Vibber | |
2010-04-12 | Adding Dutch translation for OpenID plugin. | Siebrand Mazeland | |
2010-04-11 | Number parameters | Siebrand Mazeland | |
2010-04-11 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-11 | Add translator documentation and number parameters if multiple are used in a ↵ | Siebrand Mazeland | |
message. | |||
2010-04-11 | Add translator documentation. | Siebrand Mazeland | |
Fixed a few inconsistencies in the process. Confused about the e-mail related messages in the code. | |||
2010-04-11 | Fix a typo and small error in translator documentation | Siebrand Mazeland | |
2010-04-11 | Add translator documentation. | Siebrand Mazeland | |
Fixed a few inconsistencies in the process. Apparently this code has been copied to imsettings.php, and some cases of 'email' had not been changed to 'IM'. Added FIXME for using globals/macros (?) in messages like "%%site.name%%". For easier/more consistent translation, this should preferably be plain %s parameters. | |||
2010-04-11 | Add translator documentation and FIXMEs that plural support should be added ↵ | Siebrand Mazeland | |
for some messages. | |||
2010-04-11 | Add translator documentation for uses of 'Yes' and 'No' in the interface. | Siebrand Mazeland | |
2010-04-11 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-10 | Fix syntax errors that snuck in while documenting translations | Brion Vibber | |
2010-04-10 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: actions/confirmaddress.php |