summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-27add rsd to the list of login actionsCraig Andrews
Allows rsd.xml to be reached on private sites. Fixes http://status.net/trac/ticket/2309
2010-04-27Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-04-26Only shorten when notice length exceeds max lengthCraig Andrews
2010-04-24Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-04-23Shorten text after paste operationCraig Andrews
Abort ajax shorten request if the user pastes/pushes another key
2010-04-22Add docs for public_timelineZach Copley
2010-04-22use onAutoload instead of always requiringCraig Andrews
2010-04-22Only shorten after the user presses space, or following a paste operationCraig Andrews
2010-04-22Some initial Doxygen-based documentation for the APIZach Copley
2010-04-21add ClientSideShortenPluginCraig Andrews
see plugins/ClientSideShorten/README
2010-04-21add 'always' parameter to common_shorten_linksCraig Andrews
2010-04-21docgen.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-20Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-04-20Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-04-20Fix 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-20Ticket #2291: fix typo in SMS docBrion Vibber
2010-04-19Test for and use mysqli in installer, since that's what we use later, rather ↵Brion Vibber
than mysql.
2010-04-19Merge branch 'testing' into 0.9.xBrion Vibber
2010-04-19Merge branch 'master' into testingBrion Vibber
2010-04-19Disable 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-19Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-04-19Merge branch 'testing' into 0.9.xBrion Vibber
2010-04-19Merge branch 'master' into testingBrion Vibber
2010-04-19Fix 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-18Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-04-17don't attempt to read a user's ldap passwordCraig Andrews
2010-04-17json_encode strings put out as javascriptCraig Andrews
2010-04-15Merge branch 'testing' into 0.9.xBrion Vibber
2010-04-15Merge branch 'master' into testingBrion Vibber
2010-04-15Allow setconfig.php to Print Entire ConfigChristopher Vollick
Previously it only printed out the configuration in the DB. Now it can also print out the entire current configuration.
2010-04-15Allow 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-14Merge branch 'testing' into 0.9.xBrion Vibber
2010-04-14Merge branch 'master' into testingBrion Vibber
2010-04-14Ticket #2205: pass geo locations over Twitter bridge (will only be used if ↵Brion Vibber
enabled on the Twitter side)
2010-04-14Merge branch 'testing' into 0.9.xBrion Vibber
2010-04-14Merge branch 'master' into testingBrion Vibber
2010-04-14Fix 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-14move comment to correct placeBrion Vibber
2010-04-12Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-04-12showplugins.php: dump list of activated plugins and their settings on this siteBrion Vibber
2010-04-12showplugins.php: dump list of activated plugins and their settings on this siteBrion Vibber
2010-04-12Adding Dutch translation for OpenID plugin.Siebrand Mazeland
2010-04-11Number parametersSiebrand Mazeland
2010-04-11Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-04-11Add translator documentation and number parameters if multiple are used in a ↵Siebrand Mazeland
message.
2010-04-11Add translator documentation.Siebrand Mazeland
Fixed a few inconsistencies in the process. Confused about the e-mail related messages in the code.
2010-04-11Fix a typo and small error in translator documentationSiebrand Mazeland
2010-04-11Add 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-11Add translator documentation and FIXMEs that plural support should be added ↵Siebrand Mazeland
for some messages.
2010-04-11Add translator documentation for uses of 'Yes' and 'No' in the interface.Siebrand Mazeland