]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Evan Prodromou [Mon, 31 May 2010 15:51:16 +0000 (08:51 -0700)]
Merge branch '1.0.x' into shortcontrol10x
Evan Prodromou [Mon, 31 May 2010 15:49:14 +0000 (08:49 -0700)]
Widgetize the design form
Squashed commit of the following:
commit
a4610db66974866fdeb98184ce7e2be1470fb4d7
Author: Evan Prodromou <evan@status.net>
Date: Mon May 31 08:48:35 2010 -0700
use selfUrl for designform action
commit
fd9f46ab33caa2c2d0df90d1d596c7b8c6453ce3
Author: Evan Prodromou <evan@status.net>
Date: Mon May 31 08:29:43 2010 -0700
fix design settings syntax
commit
d1797ef9f90bf038665463424ad962bfe039c9f0
Author: Evan Prodromou <evan@status.net>
Date: Mon Nov 9 23:23:53 2009 -0500
widgetizing design form
Evan Prodromou [Mon, 26 Apr 2010 06:43:33 +0000 (02:43 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Evan Prodromou [Mon, 26 Apr 2010 06:40:36 +0000 (02:40 -0400)]
Give users more control over URL shortening
Users and administrators can set how long an URL can be before it's
shortened, and how long a notice can be before all its URLs are
shortened. They can also turn off shortening altogether.
Squashed commit of the following:
commit
d136b390115829c4391b3666bb1967f190a0de35
Author: Evan Prodromou <evan@status.net>
Date: Mon Apr 26 02:39:00 2010 -0400
use site and user settings to determine when to shorten URLs
commit
1e1c851ff3cb2da5e0dc3a0b06239a9d9c618488
Author: Evan Prodromou <evan@status.net>
Date: Mon Apr 26 02:38:40 2010 -0400
add a method to force shortening URLs
commit
4d29ca0b91201f6df42940297ed5b64b070efe49
Author: Evan Prodromou <evan@status.net>
Date: Mon Apr 26 02:37:41 2010 -0400
static method for getting best URL shortening service
commit
a9c6a3bace0af44bcf38d1c790425a7be9c72147
Author: Evan Prodromou <evan@status.net>
Date: Mon Apr 26 02:37:11 2010 -0400
allow 0 in numeric entries in othersettings
commit
767ff2f7ecfd7e76e8418fc79d45e61898f09382
Author: Evan Prodromou <evan@status.net>
Date: Mon Apr 26 02:36:46 2010 -0400
allow 0 or blank string in inputs
commit
1e21af42a685f600f4a53f49a194013e78b12f20
Author: Evan Prodromou <evan@status.net>
Date: Mon Apr 26 02:01:11 2010 -0400
add more URL-shortening options to othersettings
commit
869a6be0f5779aff69018d02f9ac0273946040d9
Author: Evan Prodromou <evan@status.net>
Date: Sat Apr 24 14:22:51 2010 -0400
move url shortener superclass to lib from plugin
commit
9c0c9863d532942b99184f14e923fc3c050f8177
Author: Evan Prodromou <evan@status.net>
Date: Sat Apr 24 14:20:28 2010 -0400
documentation and whitespace on UrlShortenerPlugin
commit
7a1dd5798f0fcf2c03d1257a18ddcb9008879de0
Author: Evan Prodromou <evan@status.net>
Date: Sat Apr 24 14:05:46 2010 -0400
add defaults for URL shortening
commit
d259c37ad231ca0010c60e5cfd397bb1732874a4
Author: Evan Prodromou <evan@status.net>
Date: Sat Apr 24 13:40:10 2010 -0400
Add User_urlshortener_prefs
Add a table for URL shortener prefs, a corresponding class, and the
correct mumbo-jumbo in statusnet.ini to make everything work.
Evan Prodromou [Mon, 26 Apr 2010 06:39:00 +0000 (02:39 -0400)]
use site and user settings to determine when to shorten URLs
Evan Prodromou [Mon, 26 Apr 2010 06:38:40 +0000 (02:38 -0400)]
add a method to force shortening URLs
Evan Prodromou [Mon, 26 Apr 2010 06:37:41 +0000 (02:37 -0400)]
static method for getting best URL shortening service
Evan Prodromou [Mon, 26 Apr 2010 06:37:11 +0000 (02:37 -0400)]
allow 0 in numeric entries in othersettings
Evan Prodromou [Mon, 26 Apr 2010 06:36:46 +0000 (02:36 -0400)]
allow 0 or blank string in inputs
Evan Prodromou [Mon, 26 Apr 2010 06:01:11 +0000 (02:01 -0400)]
add more URL-shortening options to othersettings
Evan Prodromou [Sat, 24 Apr 2010 18:22:51 +0000 (14:22 -0400)]
move url shortener superclass to lib from plugin
Evan Prodromou [Sat, 24 Apr 2010 18:20:28 +0000 (14:20 -0400)]
documentation and whitespace on UrlShortenerPlugin
Evan Prodromou [Sat, 24 Apr 2010 18:05:46 +0000 (14:05 -0400)]
add defaults for URL shortening
Evan Prodromou [Sat, 24 Apr 2010 17:40:10 +0000 (13:40 -0400)]
Add User_urlshortener_prefs
Add a table for URL shortener prefs, a corresponding class, and the
correct mumbo-jumbo in statusnet.ini to make everything work.
Craig Andrews [Tue, 2 Mar 2010 02:53:10 +0000 (21:53 -0500)]
Don't attempt to retrieve the current user from the DB while processing a DB error
Craig Andrews [Tue, 2 Mar 2010 02:40:42 +0000 (21:40 -0500)]
Use PHP exceptions for PEAR error handling.
Allows for the common try/catch construct, which makes error handling cleaner and easier.
Craig Andrews [Sun, 18 Apr 2010 23:21:15 +0000 (19:21 -0400)]
Merge branch '0.9.x' into 1.0.x
Conflicts:
actions/confirmaddress.php
actions/imsettings.php
Craig Andrews [Sat, 17 Apr 2010 19:09:56 +0000 (15:09 -0400)]
don't attempt to read a user's ldap password
Craig Andrews [Sat, 17 Apr 2010 18:35:00 +0000 (14:35 -0400)]
json_encode strings put out as javascript
Brion Vibber [Thu, 15 Apr 2010 21:12:25 +0000 (23:12 +0200)]
Merge branch 'testing' into 0.9.x
Brion Vibber [Thu, 15 Apr 2010 21:07:58 +0000 (23:07 +0200)]
Merge branch 'master' into testing
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.
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.
Brion Vibber [Wed, 14 Apr 2010 13:59:12 +0000 (15:59 +0200)]
Merge branch 'testing' into 0.9.x
Brion Vibber [Wed, 14 Apr 2010 13:58:42 +0000 (15:58 +0200)]
Merge branch 'master' into testing
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)
Brion Vibber [Wed, 14 Apr 2010 09:15:48 +0000 (11:15 +0200)]
Merge branch 'testing' into 0.9.x
Brion Vibber [Wed, 14 Apr 2010 09:15:21 +0000 (11:15 +0200)]
Merge branch 'master' into testing
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.
Brion Vibber [Wed, 14 Apr 2010 09:09:54 +0000 (11:09 +0200)]
move comment to correct place
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>
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
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
Siebrand Mazeland [Sun, 11 Apr 2010 22:57:02 +0000 (00:57 +0200)]
Adding Dutch translation for OpenID plugin.
Siebrand Mazeland [Sun, 11 Apr 2010 21:57:18 +0000 (23:57 +0200)]
Number parameters
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>
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.
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.
Siebrand Mazeland [Sun, 11 Apr 2010 21:22:36 +0000 (23:22 +0200)]
Fix a typo and small error in 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.
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.
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.
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>
Brion Vibber [Sun, 11 Apr 2010 02:38:58 +0000 (19:38 -0700)]
Fix syntax errors that snuck in while documenting translations
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
Brion Vibber [Sun, 11 Apr 2010 00:54:37 +0000 (17:54 -0700)]
Merge branch 'master' of gitorious.org:statusnet/mainline into testing
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)
Siebrand Mazeland [Sat, 10 Apr 2010 23:08:51 +0000 (01:08 +0200)]
* DB -> Database in message
* some translator documentation added
Siebrand Mazeland [Sat, 10 Apr 2010 23:03:06 +0000 (01:03 +0200)]
Lower case "Web"
Siebrand Mazeland [Sat, 10 Apr 2010 20:50:15 +0000 (22:50 +0200)]
Add 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'
Siebrand Mazeland [Sat, 10 Apr 2010 19:59:17 +0000 (21:59 +0200)]
i18n for low level logging is not needed.
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>
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
Evan Prodromou [Sat, 10 Apr 2010 15:36:23 +0000 (11:36 -0400)]
catch UserNoProfileException and continue
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.
Siebrand Mazeland [Fri, 9 Apr 2010 23:48:16 +0000 (01:48 +0200)]
Document messages for which clarification was requested.
Siebrand Mazeland [Fri, 9 Apr 2010 23:47:27 +0000 (01:47 +0200)]
Fix double space in message
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>
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
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>
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
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
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.
Brion Vibber [Fri, 9 Apr 2010 16:56:19 +0000 (09:56 -0700)]
Clean up badly formatted strings in OembedAction
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
Brion Vibber [Fri, 9 Apr 2010 22:19:04 +0000 (15:19 -0700)]
Fix E_NOTICE and use of limit on userrss
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.
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>
Brion Vibber [Fri, 9 Apr 2010 21:02:01 +0000 (14:02 -0700)]
Ticket #946: annotate use of singular 'them' in invite mail messages to aid translators
Brion Vibber [Fri, 9 Apr 2010 18:36:51 +0000 (11:36 -0700)]
Fix for conversation check in @-reply notification email; i18n cleanup on mail messages: fixed some bad gettext usage, added trans doc comments.
Brion Vibber [Fri, 9 Apr 2010 19:01:53 +0000 (12:01 -0700)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Fri, 9 Apr 2010 18:36:51 +0000 (11:36 -0700)]
Fix for conversation check in @-reply notification email; i18n cleanup on mail messages: fixed some bad gettext usage, added trans doc comments.
Brion Vibber [Fri, 9 Apr 2010 18:36:02 +0000 (11:36 -0700)]
Fix for strip_geo's decaching; also added --all option to run over all notices by given profile to help in fixing up cache inconsistencies
Brion Vibber [Fri, 9 Apr 2010 18:36:02 +0000 (11:36 -0700)]
Fix for strip_geo's decaching; also added --all option to run over all notices by given profile to help in fixing up cache inconsistencies
Evan Prodromou [Fri, 9 Apr 2010 18:11:18 +0000 (14:11 -0400)]
fix attributes on homepage output
Evan Prodromou [Fri, 9 Apr 2010 18:06:24 +0000 (14:06 -0400)]
Merge branch 'master' of gitorious.org:statusnet/mainline
Brion Vibber [Fri, 9 Apr 2010 17:46:18 +0000 (10:46 -0700)]
Run block checks on remote OStatus replies
Brion Vibber [Fri, 9 Apr 2010 17:47:45 +0000 (10:47 -0700)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Fri, 9 Apr 2010 17:46:18 +0000 (10:46 -0700)]
Run block checks on remote OStatus replies
Brion Vibber [Fri, 9 Apr 2010 17:11:11 +0000 (10:11 -0700)]
i18n cleanup: fix bad string breakdown in license agreement checkbox on registration form.
Note that much of that form is duplicated several times for Twitter, Facebook, and OpenID registrations -- these need to be refactored to avoid having multiple out-of-sync copies of code and messages.
Brion Vibber [Fri, 9 Apr 2010 17:11:11 +0000 (10:11 -0700)]
i18n cleanup: fix bad string breakdown in license agreement checkbox on registration form.
Note that much of that form is duplicated several times for Twitter, Facebook, and OpenID registrations -- these need to be refactored to avoid having multiple out-of-sync copies of code and messages.
Brion Vibber [Fri, 9 Apr 2010 16:56:19 +0000 (09:56 -0700)]
Clean up badly formatted strings in OembedAction
Brion Vibber [Fri, 9 Apr 2010 16:43:34 +0000 (09:43 -0700)]
Cleanup bad i18n format for page title on bookmarklet posting window
Brion Vibber [Fri, 9 Apr 2010 16:43:34 +0000 (09:43 -0700)]
Cleanup bad i18n format for page title on bookmarklet posting window
Brion Vibber [Fri, 9 Apr 2010 16:22:33 +0000 (09:22 -0700)]
Initial version of everplay's RTL direction detector plugin, sets initial direction correctly for primarily RTL notices within an LTR site layout.
Brion Vibber [Fri, 9 Apr 2010 16:22:33 +0000 (09:22 -0700)]
Initial version of everplay's RTL direction detector plugin, sets initial direction correctly for primarily RTL notices within an LTR site layout.
Brion Vibber [Fri, 9 Apr 2010 15:56:43 +0000 (08:56 -0700)]
Fix localization for license notice in page footer (for ticket #2274: i18n cleanup)
Brion Vibber [Fri, 9 Apr 2010 15:56:43 +0000 (08:56 -0700)]
Fix localization for license notice in page footer (for ticket #2274: i18n cleanup)
Brion Vibber [Fri, 9 Apr 2010 15:56:43 +0000 (08:56 -0700)]
Fix localization for license notice in page footer (for ticket #2274: i18n cleanup)
Brion Vibber [Fri, 9 Apr 2010 15:40:15 +0000 (08:40 -0700)]
Merge branch 'testing' into 0.9.x
Brion Vibber [Fri, 9 Apr 2010 15:36:13 +0000 (08:36 -0700)]
Avoid E_NOTICE spew when listing group members who aren't admins
Christopher Vollick [Fri, 9 Apr 2010 10:03:53 +0000 (06:03 -0400)]
Undefined Variable in foafgroup.php
Probably just left over from the past.
Brion Vibber [Fri, 9 Apr 2010 15:36:13 +0000 (08:36 -0700)]
Avoid E_NOTICE spew when listing group members who aren't admins
Christopher Vollick [Fri, 9 Apr 2010 10:03:53 +0000 (06:03 -0400)]
Undefined Variable in foafgroup.php
Probably just left over from the past.
Evan Prodromou [Fri, 9 Apr 2010 13:55:06 +0000 (09:55 -0400)]
Merge branch 'master' of gitorious.org:statusnet/mainline
Brion Vibber [Fri, 9 Apr 2010 02:06:55 +0000 (19:06 -0700)]
Maintain 'page' parameter for block from subscribers list, block & make-admin from group members list.
Refactored some of the returnto handling code. It looks like we have several different ways of handling this in the software, icky!
Marked the session-based functions with fixmes (they'll stomp on other forms when multiple tabs/windows are used) and combined some commonish bits of code between ProfileFormAction and the group block & makeadmin actions where they're using hidden form parameters. Extended that to allow passing dynamic parameters (eg 'page') as well as static ones (action, target user/group).
Brion Vibber [Fri, 9 Apr 2010 00:05:02 +0000 (17:05 -0700)]
scripts/strip_geo.php to remove geodata from notices by a given user/profile.
May be slow or run out of memory if run on particularly prolific posters -- not yet optimized for that case.
Note that geodata that has already been sent out to other services (via ostatus, omb, twitter, etc) will not be removed from them.
(fixed version -- previous had accidentally undone another commit)
Brion Vibber [Thu, 8 Apr 2010 20:12:14 +0000 (13:12 -0700)]
In single-user mode, link #hashtags to the user's tagged stream rather than the global tag action, which isn't registered.
Previously they would end up pointing to the home URL.
Brion Vibber [Fri, 9 Apr 2010 00:05:02 +0000 (17:05 -0700)]
scripts/strip_geo.php to remove geodata from notices by a given user/profile.
May be slow or run out of memory if run on particularly prolific posters -- not yet optimized for that case.
Note that geodata that has already been sent out to other services (via ostatus, omb, twitter, etc) will not be removed from them.
(fixed version -- previous had accidentally undone another commit)