]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoUpdate gettext localisation files.
Siebrand Mazeland [Thu, 29 Apr 2010 23:43:06 +0000 (23:43 +0000)]
Update gettext localisation files.

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Thu, 29 Apr 2010 23:25:50 +0000 (01:25 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Thu, 29 Apr 2010 23:10:16 +0000 (16:10 -0700)]
Merge branch 'testing' into 0.9.x

14 years agoUpdate codename in common.php
Brion Vibber [Thu, 29 Apr 2010 23:08:20 +0000 (16:08 -0700)]
Update codename in common.php

14 years agoUpdate release notes and version number for 0.9.2
Zachary Copley [Tue, 20 Apr 2010 22:01:23 +0000 (15:01 -0700)]
Update release notes and version number for 0.9.2

14 years agoPull localization updates from 0.9.x
Brion Vibber [Thu, 29 Apr 2010 22:49:59 +0000 (15:49 -0700)]
Pull localization updates from 0.9.x

14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Thu, 29 Apr 2010 22:14:51 +0000 (15:14 -0700)]
Merge branch 'testing' into 0.9.x

Conflicts:
index.php

14 years agoMerge branch 'master' into testing
Brion Vibber [Thu, 29 Apr 2010 22:12:02 +0000 (15:12 -0700)]
Merge branch 'master' into testing

14 years agoFix charset setting for plugin localizations; default setting was blanking out non...
Brion Vibber [Wed, 28 Apr 2010 23:06:08 +0000 (23:06 +0000)]
Fix charset setting for plugin localizations; default setting was blanking out non-ASCII chars. Needed for eg Bulgarian translation of Facebook plugin, was previously showing all as ???s. Now works yay!

14 years agoadd rsd to the list of login actions
Brion Vibber [Wed, 28 Apr 2010 18:05:31 +0000 (11:05 -0700)]
add rsd to the list of login actions

Allows rsd.xml to be reached on private sites. Fixes http://status.net/trac/ticket/2309

Conflicts:

index.php

14 years agoadd rsd to the list of login actions
Craig Andrews [Wed, 28 Apr 2010 02:00:26 +0000 (22:00 -0400)]
add rsd to the list of login actions

Allows rsd.xml to be reached on private sites. Fixes http://status.net/trac/ticket/2309

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Mon, 26 Apr 2010 22:21:31 +0000 (00:21 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoOnly shorten when notice length exceeds max length
Craig Andrews [Mon, 26 Apr 2010 19:58:35 +0000 (15:58 -0400)]
Only shorten when notice length exceeds max length

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Sat, 24 Apr 2010 14:25:40 +0000 (16:25 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoTest cases and fixes for Atom and RSS content decoding.
Brion Vibber [Fri, 23 Apr 2010 22:40:48 +0000 (15:40 -0700)]
Test cases and fixes for Atom and RSS content decoding.

Fix extraction of Atom <content type="text"> and <content type="html">; we were failing to escape plaintext source data to HTML, and doing an extraneous double-deescape on HTML source resulting in breakage of notices containing text that looks like HTML. Only <content type="xhtml"> was working correctly previously.
Fixes for RSS2 content processing: we were failing to load <content:encoded> at all due to using wrong element name, and were applying an extraneous de-escape for <description> rather than the escaping that is required to turn plaintext into HTML. (Per spec, <description> must be plaintext.)

14 years agoMerge branch 'master' into testing
Brion Vibber [Fri, 23 Apr 2010 21:26:57 +0000 (14:26 -0700)]
Merge branch 'master' into testing

14 years agoRerun feed discovery and update the feed, salmon, and hub for the given OStatus remot...
Brion Vibber [Fri, 23 Apr 2010 19:54:31 +0000 (12:54 -0700)]
Rerun feed discovery and update the feed, salmon, and hub for the given OStatus remote profile. Restarts subscription fresh as well.

update-profile.php -sexample.com http://example.com/path/to/profile/url

14 years agoTicket #93: pretty up the auto-submit for OpenID logins a bit.
Brion Vibber [Fri, 23 Apr 2010 18:28:50 +0000 (11:28 -0700)]
Ticket #93: pretty up the auto-submit for OpenID logins a bit.

* throwing in our spinner
* cleanup of texts
* "If this doesn't go through click the button" instead of just a mystery button
* slightly faster submission: immediate at end of page rather than waiting for jQuery to confirm document setup completion

14 years agoShorten text after paste operation
Craig Andrews [Fri, 23 Apr 2010 16:13:46 +0000 (12:13 -0400)]
Shorten text after paste operation
Abort ajax shorten request if the user pastes/pushes another key

14 years agoFix to regression in last commit; wrong field name for homepage blacklist
Brion Vibber [Fri, 23 Apr 2010 15:24:53 +0000 (08:24 -0700)]
Fix to regression in last commit; wrong field name for homepage blacklist

14 years agoFix for Blacklist plugin: was saving an empty entry if blacklist was empty, which...
Brion Vibber [Fri, 23 Apr 2010 14:17:52 +0000 (07:17 -0700)]
Fix for Blacklist plugin: was saving an empty entry if blacklist was empty, which would match *all* possible nickname registrations, preventing all registration on mozilla.status.net.
Now saving only non-empty lines, and only matching non-empty lines so we don't fail if we still have a bogus entry.

14 years agoFix keys / keyTypes for Blacklist plugin - was spewing notices for undefined array...
Brion Vibber [Fri, 23 Apr 2010 14:10:36 +0000 (07:10 -0700)]
Fix keys / keyTypes for Blacklist plugin - was spewing notices for undefined array indexes when saving blacklist entries from admin panel

14 years agoFix to make blowing of replies stream cache more consistent when receiving replies...
Brion Vibber [Fri, 23 Apr 2010 13:55:46 +0000 (06:55 -0700)]
Fix to make blowing of replies stream cache more consistent when receiving replies. (Was being done at mail notify time instead of at save time for local replies; now moved to reply save time internally so it can't get forgotten)

14 years agoAdd docs for public_timeline
Zach Copley [Sat, 17 Apr 2010 00:54:43 +0000 (17:54 -0700)]
Add docs for public_timeline

14 years agouse onAutoload instead of always requiring
Craig Andrews [Thu, 22 Apr 2010 22:03:05 +0000 (18:03 -0400)]
use onAutoload instead of always requiring

14 years agoOnly shorten after the user presses space, or following a paste operation
Craig Andrews [Thu, 22 Apr 2010 21:57:57 +0000 (17:57 -0400)]
Only shorten after the user presses space, or following a paste operation

14 years agoSome initial Doxygen-based documentation for the API
Zach Copley [Wed, 31 Mar 2010 01:52:21 +0000 (18:52 -0700)]
Some initial Doxygen-based documentation for the API

14 years agoOStatus: CLI script to force a renewal on the given PuSH subscription. May help when...
Brion Vibber [Thu, 22 Apr 2010 04:14:40 +0000 (06:14 +0200)]
OStatus: CLI script to force a renewal on the given PuSH subscription. May help when we get out of sync with the hub.

php plugins/OStatus/scripts/resub-feed.php -smysite http://example.com/some/atom/feed

14 years agoFix exceptions with bad gravatar URLs
Evan Prodromou [Thu, 22 Apr 2010 01:19:16 +0000 (18:19 -0700)]
Fix exceptions with bad gravatar URLs

14 years agofix reference error in RSSCloud plugin
Evan Prodromou [Thu, 22 Apr 2010 01:11:29 +0000 (18:11 -0700)]
fix reference error in RSSCloud plugin

14 years agoadd ClientSideShortenPlugin
Craig Andrews [Wed, 21 Apr 2010 21:14:54 +0000 (17:14 -0400)]
add ClientSideShortenPlugin

see plugins/ClientSideShorten/README

14 years agoadd 'always' parameter to common_shorten_links
Craig Andrews [Wed, 21 Apr 2010 21:14:25 +0000 (17:14 -0400)]
add 'always' parameter to common_shorten_links

14 years agodocgen.php no longer depends on having a working installation; uses Console_GetOpt...
Brion Vibber [Wed, 21 Apr 2010 18:20:43 +0000 (20:20 +0200)]
docgen.php no longer depends on having a working installation; uses Console_GetOpt directly and regexes the STATUSNET_VERSION from common.php

14 years agoRevert "Update release notes and version number for 0.9.2"
Brion Vibber [Wed, 21 Apr 2010 14:24:15 +0000 (16:24 +0200)]
Revert "Update release notes and version number for 0.9.2"

This reverts commit 98f0d970da98e5b6de18972d033320a191152eb4.

Per xopher we're not yet ready to push 0.9.2 theme directories live; we also haven't merged down various things from testing that need to be in the release such as installer fixes.

14 years agoUpdate release notes and version number for 0.9.2
Zachary Copley [Tue, 20 Apr 2010 22:01:23 +0000 (15:01 -0700)]
Update release notes and version number for 0.9.2

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Tue, 20 Apr 2010 11:52:58 +0000 (13:52 +0200)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x

14 years agoMerge branch 'master' of gitorious.org:statusnet/mainline into testing
Brion Vibber [Tue, 20 Apr 2010 11:52:18 +0000 (13:52 +0200)]
Merge branch 'master' of gitorious.org:statusnet/mainline into testing

14 years agoFix email notifications for @-replies that come via OStatus.
Brion Vibber [Tue, 20 Apr 2010 10:06:54 +0000 (12:06 +0200)]
Fix email notifications for @-replies that come via OStatus.

* 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

14 years agoTicket #2291: fix typo in SMS doc
Brion Vibber [Tue, 20 Apr 2010 08:44:14 +0000 (10:44 +0200)]
Ticket #2291: fix typo in SMS doc

14 years agoTest for and use mysqli in installer, since that's what we use later, rather than...
Brion Vibber [Mon, 19 Apr 2010 18:57:12 +0000 (20:57 +0200)]
Test for and use mysqli in installer, since that's what we use later, rather than mysql.

14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Mon, 19 Apr 2010 17:46:46 +0000 (19:46 +0200)]
Merge branch 'testing' into 0.9.x

14 years agoMerge branch 'master' into testing
Brion Vibber [Mon, 19 Apr 2010 17:46:11 +0000 (19:46 +0200)]
Merge branch 'master' into testing

14 years agoDisable the send-notice form at the top of the page OStatus subscription confirmation...
Brion Vibber [Mon, 19 Apr 2010 17:45:01 +0000 (19:45 +0200)]
Disable the send-notice form at the top of the page OStatus subscription 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.

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Mon, 19 Apr 2010 17:17:47 +0000 (19:17 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Mon, 19 Apr 2010 16:47:56 +0000 (18:47 +0200)]
Merge branch 'testing' into 0.9.x

14 years agoMerge branch 'master' into testing
Brion Vibber [Mon, 19 Apr 2010 16:47:11 +0000 (18:47 +0200)]
Merge branch 'master' into testing

14 years agoFix ticket #2289: registration links were showing in top nav bar, login page message...
Brion Vibber [Mon, 19 Apr 2010 16:45:50 +0000 (18:45 +0200)]
Fix ticket #2289: registration links were showing in top nav bar, login page message when site set to invite-only or closed registration, when the 'register' action can't be used.

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Sun, 18 Apr 2010 20:07:51 +0000 (22:07 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agodon't attempt to read a user's ldap password
Craig Andrews [Sat, 17 Apr 2010 19:09:56 +0000 (15:09 -0400)]
don't attempt to read a user's ldap password

14 years agojson_encode strings put out as javascript
Craig Andrews [Sat, 17 Apr 2010 18:35:00 +0000 (14:35 -0400)]
json_encode strings put out as javascript

14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Thu, 15 Apr 2010 21:12:25 +0000 (23:12 +0200)]
Merge branch 'testing' into 0.9.x

14 years agoMerge branch 'master' into testing
Brion Vibber [Thu, 15 Apr 2010 21:07:58 +0000 (23:07 +0200)]
Merge branch 'master' into testing

14 years agoAllow setconfig.php to Print Entire Config
Christopher Vollick [Thu, 15 Apr 2010 16:43:54 +0000 (12:43 -0400)]
Allow setconfig.php to Print Entire Config

Previously it only printed out the configuration in the DB.

Now it can also print out the entire current configuration.

14 years agoAllow cross-site ajax with CORS.
Craig Andrews [Thu, 15 Apr 2010 16:52:59 +0000 (12:52 -0400)]
Allow cross-site ajax with CORS.

Only allows un-credentialed (as in, no cookies or basic auth), no custom headers, and get (no post, put, delete, etc) requests.

14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Wed, 14 Apr 2010 13:59:12 +0000 (15:59 +0200)]
Merge branch 'testing' into 0.9.x

14 years agoMerge branch 'master' into testing
Brion Vibber [Wed, 14 Apr 2010 13:58:42 +0000 (15:58 +0200)]
Merge branch 'master' into testing

14 years agoTicket #2205: pass geo locations over Twitter bridge (will only be used if enabled...
Brion Vibber [Wed, 14 Apr 2010 13:45:00 +0000 (15:45 +0200)]
Ticket #2205: pass geo locations over Twitter bridge (will only be used if enabled on the Twitter side)

14 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Wed, 14 Apr 2010 09:15:48 +0000 (11:15 +0200)]
Merge branch 'testing' into 0.9.x

14 years agoMerge branch 'master' into testing
Brion Vibber [Wed, 14 Apr 2010 09:15:21 +0000 (11:15 +0200)]
Merge branch 'master' into testing

14 years agoFix for "#foo !foo" in same notice failing during save, causing failout before distri...
Brion Vibber [Wed, 14 Apr 2010 09:11:02 +0000 (11:11 +0200)]
Fix for "#foo !foo" in same notice failing during save, causing failout 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.

14 years agomove comment to correct place
Brion Vibber [Wed, 14 Apr 2010 09:09:54 +0000 (11:09 +0200)]
move comment to correct place

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Mon, 12 Apr 2010 21:54:09 +0000 (23:54 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoshowplugins.php: dump list of activated plugins and their settings on this site
Brion Vibber [Mon, 12 Apr 2010 18:49:59 +0000 (11:49 -0700)]
showplugins.php: dump list of activated plugins and their settings on this site

14 years agoshowplugins.php: dump list of activated plugins and their settings on this site
Brion Vibber [Mon, 12 Apr 2010 18:49:59 +0000 (11:49 -0700)]
showplugins.php: dump list of activated plugins and their settings on this site

14 years agoAdding Dutch translation for OpenID plugin.
Siebrand Mazeland [Sun, 11 Apr 2010 22:57:02 +0000 (00:57 +0200)]
Adding Dutch translation for OpenID plugin.

14 years agoNumber parameters
Siebrand Mazeland [Sun, 11 Apr 2010 21:57:18 +0000 (23:57 +0200)]
Number parameters

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Sun, 11 Apr 2010 21:47:04 +0000 (23:47 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoAdd translator documentation and number parameters if multiple are used in a message.
Siebrand Mazeland [Sun, 11 Apr 2010 21:39:24 +0000 (23:39 +0200)]
Add translator documentation and number parameters if multiple are used in a message.

14 years agoAdd translator documentation.
Siebrand Mazeland [Sun, 11 Apr 2010 21:24:38 +0000 (23:24 +0200)]
Add translator documentation.

Fixed a few inconsistencies in the process. Confused about the e-mail related messages in the code.

14 years agoFix a typo and small error in translator documentation
Siebrand Mazeland [Sun, 11 Apr 2010 21:22:36 +0000 (23:22 +0200)]
Fix a typo and small error in translator documentation

14 years agoAdd translator documentation.
Siebrand Mazeland [Sun, 11 Apr 2010 20:37:03 +0000 (22:37 +0200)]
Add translator documentation.

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.

14 years agoAdd translator documentation and FIXMEs that plural support should be added for some...
Siebrand Mazeland [Sun, 11 Apr 2010 20:15:41 +0000 (22:15 +0200)]
Add translator documentation and FIXMEs that plural support should be added for some messages.

14 years agoAdd translator documentation for uses of 'Yes' and 'No' in the interface.
Siebrand Mazeland [Sun, 11 Apr 2010 19:04:07 +0000 (21:04 +0200)]
Add translator documentation for uses of 'Yes' and 'No' in the interface.

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Sun, 11 Apr 2010 18:40:25 +0000 (20:40 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoFix syntax errors that snuck in while documenting translations
Brion Vibber [Sun, 11 Apr 2010 02:38:58 +0000 (19:38 -0700)]
Fix syntax errors that snuck in while documenting translations

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Sun, 11 Apr 2010 00:56:11 +0000 (17:56 -0700)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x

Conflicts:
actions/confirmaddress.php

14 years agoMerge branch 'master' of gitorious.org:statusnet/mainline into testing
Brion Vibber [Sun, 11 Apr 2010 00:54:37 +0000 (17:54 -0700)]
Merge branch 'master' of gitorious.org:statusnet/mainline into testing

14 years agoAllow blocking someone who's not currently subscribed to you (prevents seeing @-repli...
Brion Vibber [Sun, 11 Apr 2010 00:52:40 +0000 (17:52 -0700)]
Allow blocking someone who's not currently subscribed to you (prevents seeing @-replies from them, or them subbing to you in future)

14 years ago* DB -> Database in message
Siebrand Mazeland [Sat, 10 Apr 2010 23:08:51 +0000 (01:08 +0200)]
* DB -> Database in message
* some translator documentation added

14 years agoLower case "Web"
Siebrand Mazeland [Sat, 10 Apr 2010 23:03:06 +0000 (01:03 +0200)]
Lower case "Web"

14 years agoAdd translator documentation.
Siebrand Mazeland [Sat, 10 Apr 2010 20:50:15 +0000 (22:50 +0200)]
Add translator documentation.

14 years agoAdd translator documentation
Siebrand Mazeland [Sat, 10 Apr 2010 20:49:33 +0000 (22:49 +0200)]
Add translator documentation
* approved message had not been i18n-ed
* also had to i18n 'read-only' and 'read-write'

14 years agoi18n for low level logging is not needed.
Siebrand Mazeland [Sat, 10 Apr 2010 19:59:17 +0000 (21:59 +0200)]
i18n for low level logging is not needed.

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Sat, 10 Apr 2010 19:19:45 +0000 (21:19 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoAdd translator documentation for a few files
Siebrand Mazeland [Sat, 10 Apr 2010 19:12:14 +0000 (21:12 +0200)]
Add translator documentation for a few files
* added a few XXX (that's StatusNet for FIXME, right?)
** proposing de-duplication of a message appearing ~50 times
** marking bad pagination implementation
* moved the TRANS: comments in action.php down to exactly before the line in which the message appears. Otherwise gettext does not put them in the pot file
* fixed a XXX in action.php removing double spaces

14 years agocatch UserNoProfileException and continue
Evan Prodromou [Sat, 10 Apr 2010 15:36:23 +0000 (11:36 -0400)]
catch UserNoProfileException and continue

14 years agoDocument messages for which clarification was requested.
Siebrand Mazeland [Fri, 9 Apr 2010 23:49:25 +0000 (01:49 +0200)]
Document messages for which clarification was requested.

Because N/S/E/W were on the same lines, and the "// TRANS:" comment must be directly above the line in which the message is located to work, I added the messages to a variable first.

14 years agoDocument messages for which clarification was requested.
Siebrand Mazeland [Fri, 9 Apr 2010 23:48:16 +0000 (01:48 +0200)]
Document messages for which clarification was requested.

14 years agoFix double space in message
Siebrand Mazeland [Fri, 9 Apr 2010 23:47:27 +0000 (01:47 +0200)]
Fix double space in message

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Fri, 9 Apr 2010 23:20:25 +0000 (01:20 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoFix inconsistencies in clientError() messages
Siebrand Mazeland [Fri, 9 Apr 2010 22:58:57 +0000 (00:58 +0200)]
Fix inconsistencies in clientError() messages
* use correct punctuation
* single quotes when replace was possible
* wording updated when needed

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Fri, 9 Apr 2010 23:03:39 +0000 (01:03 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
14 years agoMerge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Siebrand Mazeland [Fri, 9 Apr 2010 22:59:21 +0000 (00:59 +0200)]
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x

14 years agoFix inconsistencies in clientError() messages
Siebrand Mazeland [Fri, 9 Apr 2010 22:58:57 +0000 (00:58 +0200)]
Fix inconsistencies in clientError() messages
* use correct punctuation
* single quotes when replace was possible
* wording updated when needed

14 years agoUpdate message formatting for serverError to use a starting capital and a leading...
Siebrand Mazeland [Fri, 9 Apr 2010 22:07:20 +0000 (00:07 +0200)]
Update message formatting for serverError to use a starting capital and a leading period.

14 years agoClean up badly formatted strings in OembedAction
Brion Vibber [Fri, 9 Apr 2010 16:56:19 +0000 (09:56 -0700)]
Clean up badly formatted strings in OembedAction

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Fri, 9 Apr 2010 22:20:14 +0000 (15:20 -0700)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoFix E_NOTICE and use of limit on userrss
Brion Vibber [Fri, 9 Apr 2010 22:19:04 +0000 (15:19 -0700)]
Fix E_NOTICE and use of limit on userrss

14 years agoUpdate message formatting for serverError to use a starting capital and a leading...
Siebrand Mazeland [Fri, 9 Apr 2010 22:07:20 +0000 (00:07 +0200)]
Update message formatting for serverError to use a starting capital and a leading period.

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Fri, 9 Apr 2010 21:30:08 +0000 (23:30 +0200)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>