]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agosome formatting changes to make inblobs work
Evan Prodromou [Thu, 31 Dec 2009 19:09:07 +0000 (09:09 -1000)]
some formatting changes to make inblobs work

14 years agoUse inbox instead of notice_inbox
Evan Prodromou [Wed, 30 Dec 2009 19:06:07 +0000 (09:06 -1000)]
Use inbox instead of notice_inbox

14 years agoReplace Notice_inbox with Inbox
Evan Prodromou [Wed, 30 Dec 2009 19:03:06 +0000 (09:03 -1000)]
Replace Notice_inbox with Inbox

14 years agoflip exe bit
Evan Prodromou [Wed, 30 Dec 2009 06:03:06 +0000 (22:03 -0800)]
flip exe bit

14 years agoadd inbox data class
Evan Prodromou [Wed, 30 Dec 2009 06:02:46 +0000 (22:02 -0800)]
add inbox data class

14 years agoadd an inbox blob table
Evan Prodromou [Wed, 30 Dec 2009 05:54:08 +0000 (21:54 -0800)]
add an inbox blob table

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Tue, 29 Dec 2009 20:48:59 +0000 (12:48 -0800)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoMerge branch 'master' into 0.9.x
Evan Prodromou [Tue, 29 Dec 2009 20:09:17 +0000 (12:09 -0800)]
Merge branch 'master' into 0.9.x

14 years agoFix for saving user location preferences -- user_id field was marked as an auto-incre...
Brion Vibber [Tue, 29 Dec 2009 19:46:10 +0000 (11:46 -0800)]
Fix for saving user location preferences -- user_id field was marked as an auto-increment and wasn't getting saved with new inserts.

14 years agonotices are immutable, use created date for updated
Evan Prodromou [Tue, 29 Dec 2009 01:51:04 +0000 (17:51 -0800)]
notices are immutable, use created date for updated

14 years agodon't add flag if it's already there at block time
Evan Prodromou [Tue, 29 Dec 2009 00:35:29 +0000 (16:35 -0800)]
don't add flag if it's already there at block time

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Mon, 28 Dec 2009 23:50:41 +0000 (15:50 -0800)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

Conflicts:
scripts/setconfig.php

14 years agoMerge branch 'locshunt' into 0.9.x
Evan Prodromou [Mon, 28 Dec 2009 23:49:27 +0000 (15:49 -0800)]
Merge branch 'locshunt' into 0.9.x

14 years agoMerge branch 'master' into 0.9.x
Evan Prodromou [Mon, 28 Dec 2009 23:49:14 +0000 (15:49 -0800)]
Merge branch 'master' into 0.9.x

14 years agoMove location-argument-handling code into a single function
Evan Prodromou [Mon, 28 Dec 2009 23:13:15 +0000 (15:13 -0800)]
Move location-argument-handling code into a single function

Moved the important parts of the location-argument-handling stuff
to a single function. Handles defaults and overrides correctly, and
easy to use. Changed Web and API channels to use it.

14 years agolet users set location prefs from profile form
Evan Prodromou [Mon, 28 Dec 2009 22:44:05 +0000 (14:44 -0800)]
let users set location prefs from profile form

14 years agoMore configuration options for location sharing
Evan Prodromou [Mon, 28 Dec 2009 22:43:34 +0000 (14:43 -0800)]
More configuration options for location sharing

14 years agouser_id is primary key for user_location_prefs
Evan Prodromou [Mon, 28 Dec 2009 22:43:14 +0000 (14:43 -0800)]
user_id is primary key for user_location_prefs

14 years agoremove namespace setting from location; it's unused
Evan Prodromou [Mon, 28 Dec 2009 22:21:07 +0000 (14:21 -0800)]
remove namespace setting from location; it's unused

14 years agoturn off exe bits
Evan Prodromou [Mon, 28 Dec 2009 21:59:31 +0000 (13:59 -0800)]
turn off exe bits

14 years agoadd user-location-prefs data objects
Evan Prodromou [Mon, 28 Dec 2009 21:59:03 +0000 (13:59 -0800)]
add user-location-prefs data objects

14 years agoAdd user_location_prefs to upgrade script
Evan Prodromou [Mon, 28 Dec 2009 21:54:09 +0000 (13:54 -0800)]
Add user_location_prefs to upgrade script

14 years agoadd table user_location_prefs
Evan Prodromou [Mon, 28 Dec 2009 21:53:28 +0000 (13:53 -0800)]
add table user_location_prefs

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Evan Prodromou [Mon, 28 Dec 2009 20:45:22 +0000 (12:45 -0800)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

14 years agoFirst version of blacklist plugin
Evan Prodromou [Mon, 28 Dec 2009 20:42:22 +0000 (12:42 -0800)]
First version of blacklist plugin

First version of blacklist plugin. Replaces custom code in identi.ca's
config.php, which was getting scary and long. Also correctly handles
changed nicknames or URLs in profile settings and using 'forbidden'
URLs in notice text.

14 years agoDrop the Google Client API-based AJAX geolocation lookup shim -- it fails to ask...
Brion Vibber [Mon, 28 Dec 2009 20:27:28 +0000 (12:27 -0800)]
Drop the Google Client API-based AJAX geolocation lookup shim -- it fails to ask for user permission, causing us quite a bit of difficulty.

14 years agoDrop the Google Client API-based AJAX geolocation lookup shim -- it fails to ask...
Brion Vibber [Mon, 28 Dec 2009 20:27:28 +0000 (12:27 -0800)]
Drop the Google Client API-based AJAX geolocation lookup shim -- it fails to ask for user permission, causing us quite a bit of difficulty.

14 years agooptionally flag a profile for review when blocked
Evan Prodromou [Mon, 28 Dec 2009 19:02:44 +0000 (11:02 -0800)]
optionally flag a profile for review when blocked

14 years agomove flag creation to a method of data object
Evan Prodromou [Mon, 28 Dec 2009 18:58:49 +0000 (10:58 -0800)]
move flag creation to a method of data object

14 years agoadd events for unblocking a profile
Evan Prodromou [Mon, 28 Dec 2009 18:50:12 +0000 (10:50 -0800)]
add events for unblocking a profile

14 years agoevents for blocking a user
Evan Prodromou [Mon, 28 Dec 2009 18:42:55 +0000 (10:42 -0800)]
events for blocking a user

14 years agocheck if other user exists before unsub
Evan Prodromou [Mon, 28 Dec 2009 18:42:31 +0000 (10:42 -0800)]
check if other user exists before unsub

14 years agophpcs-clean User_flag_profile as best as possible
Evan Prodromou [Mon, 28 Dec 2009 17:15:07 +0000 (09:15 -0800)]
phpcs-clean User_flag_profile as best as possible

14 years agophpcs-clean flagprofile.php
Evan Prodromou [Mon, 28 Dec 2009 17:08:28 +0000 (09:08 -0800)]
phpcs-clean flagprofile.php

14 years agophpcs-clean clearflag.php
Evan Prodromou [Mon, 28 Dec 2009 17:06:38 +0000 (09:06 -0800)]
phpcs-clean clearflag.php

14 years agoPHPCS-clean adminprofileflags.php
Evan Prodromou [Mon, 28 Dec 2009 16:45:21 +0000 (08:45 -0800)]
PHPCS-clean adminprofileflags.php

14 years agoPHPCS-clean UserFlagPlugin
Evan Prodromou [Mon, 28 Dec 2009 16:37:30 +0000 (08:37 -0800)]
PHPCS-clean UserFlagPlugin

14 years agoclear flags and show flaggers in adminflagprofile
Evan Prodromou [Mon, 28 Dec 2009 16:19:56 +0000 (08:19 -0800)]
clear flags and show flaggers in adminflagprofile

14 years agoadd stuff for clearing flags to UserFlagPlugin
Evan Prodromou [Mon, 28 Dec 2009 16:19:22 +0000 (08:19 -0800)]
add stuff for clearing flags to UserFlagPlugin

14 years agoAdd tools to clear flags
Evan Prodromou [Mon, 28 Dec 2009 15:58:33 +0000 (07:58 -0800)]
Add tools to clear flags

Added a form to clear all flags for a profile, when showed on
adminprofileflags list. Add an action to handle the form, and a right
for the action.

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Mon, 28 Dec 2009 08:15:35 +0000 (09:15 +0100)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

14 years agoAdjusted showstream , shownotice notice max width
Sarven Capadisli [Sun, 27 Dec 2009 21:50:48 +0000 (16:50 -0500)]
Adjusted showstream , shownotice notice max width

14 years agopagination works for flagged profiles
Evan Prodromou [Sun, 27 Dec 2009 19:47:54 +0000 (11:47 -0800)]
pagination works for flagged profiles

14 years agoadmin page checks for right to review flags
Evan Prodromou [Sun, 27 Dec 2009 19:04:53 +0000 (11:04 -0800)]
admin page checks for right to review flags

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Fri, 25 Dec 2009 09:49:32 +0000 (10:49 +0100)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

14 years agochmod a+x setconfig.php
Brion Vibber [Fri, 25 Dec 2009 00:53:44 +0000 (16:53 -0800)]
chmod a+x setconfig.php

14 years agoadd setconfig.php script to set configuration options
Evan Prodromou [Thu, 24 Dec 2009 23:13:30 +0000 (15:13 -0800)]
add setconfig.php script to set configuration options

14 years agoPaths admin panel should not insist on an ssl server being specified,
Zach Copley [Thu, 24 Dec 2009 22:50:28 +0000 (16:50 -0600)]
Paths admin panel should not insist on an ssl server being specified,
ever.

14 years agoMove ssl settings from site admin panel to paths admin panel
Zach Copley [Thu, 24 Dec 2009 21:25:59 +0000 (15:25 -0600)]
Move ssl settings from site admin panel to paths admin panel

14 years agoadd setconfig.php script to set configuration options
Evan Prodromou [Thu, 24 Dec 2009 23:13:30 +0000 (15:13 -0800)]
add setconfig.php script to set configuration options

14 years agoPaths admin panel should not insist on an ssl server being specified,
Zach Copley [Thu, 24 Dec 2009 22:50:28 +0000 (16:50 -0600)]
Paths admin panel should not insist on an ssl server being specified,
ever.

14 years agoMove ssl settings from site admin panel to paths admin panel
Zach Copley [Thu, 24 Dec 2009 21:25:59 +0000 (15:25 -0600)]
Move ssl settings from site admin panel to paths admin panel

14 years agoMerge branch 'geonamesxml' into 0.9.x
Evan Prodromou [Wed, 23 Dec 2009 23:53:58 +0000 (15:53 -0800)]
Merge branch 'geonamesxml' into 0.9.x

14 years agoMerge branch 'master' into 0.9.x
Evan Prodromou [Wed, 23 Dec 2009 23:53:55 +0000 (15:53 -0800)]
Merge branch 'master' into 0.9.x

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Wed, 23 Dec 2009 22:31:56 +0000 (14:31 -0800)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoUpdated default theme to match identica theme's Repeat notice option styles
Sarven Capadisli [Wed, 23 Dec 2009 21:01:43 +0000 (16:01 -0500)]
Updated default theme to match identica theme's Repeat notice option styles

14 years agoUpdated Repeat notice option submit button style
Sarven Capadisli [Wed, 23 Dec 2009 20:59:31 +0000 (15:59 -0500)]
Updated Repeat notice option submit button style

14 years agoInit UI for Repeat notice option confirmation dialog.
Sarven Capadisli [Wed, 23 Dec 2009 20:42:37 +0000 (15:42 -0500)]
Init UI for Repeat notice option confirmation dialog.

14 years agomake sure Geonames API queries use correct arg separator
Evan Prodromou [Wed, 23 Dec 2009 20:16:22 +0000 (12:16 -0800)]
make sure Geonames API queries use correct arg separator

14 years agoConvert Geonames plugin to use XML API instead of JSON
Evan Prodromou [Wed, 23 Dec 2009 20:09:11 +0000 (12:09 -0800)]
Convert Geonames plugin to use XML API instead of JSON

The XML API for Geonames contains much more detailed error information
than the JSON one. So, I've converted this plugin to use it instead.
It seems to be the preferred format for Geonames, so biting the bullet
on this makes sense.

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Wed, 23 Dec 2009 18:31:27 +0000 (10:31 -0800)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoBetter error notification for Geonames plugin
Evan Prodromou [Wed, 23 Dec 2009 17:26:43 +0000 (09:26 -0800)]
Better error notification for Geonames plugin

14 years agoBetter error notification for Geonames plugin
Evan Prodromou [Wed, 23 Dec 2009 17:26:43 +0000 (09:26 -0800)]
Better error notification for Geonames plugin

14 years agodon't email replies to yourself
Evan Prodromou [Wed, 23 Dec 2009 17:00:05 +0000 (09:00 -0800)]
don't email replies to yourself

14 years agowhitespace fixup
Evan Prodromou [Wed, 23 Dec 2009 15:38:09 +0000 (07:38 -0800)]
whitespace fixup

14 years agoMerge branch 'master' into 0.9.x
Evan Prodromou [Wed, 23 Dec 2009 06:12:15 +0000 (22:12 -0800)]
Merge branch 'master' into 0.9.x

14 years agosave location at notice post time
Evan Prodromou [Wed, 23 Dec 2009 05:58:23 +0000 (21:58 -0800)]
save location at notice post time

14 years agoFix for massively slow friends timeline query due to indexing bug introduced with...
Brion Vibber [Wed, 23 Dec 2009 04:18:27 +0000 (20:18 -0800)]
Fix for massively slow friends timeline query due to indexing bug introduced with repeats.
Sorting on notice.id when our primary selector was notice_inbox.user_id caused a filesort and table scan of the notice table.
Switchng to notice_inbox's notice_id means we can use our index, and everything comes right up.

Before:
mysql> explain SELECT notice.id AS id FROM notice JOIN notice_inbox ON notice.id = notice_inbox.notice_id WHERE notice_inbox.user_id = 18574 AND notice.repeat_of IS NULL ORDER BY notice.id DESC LIMIT 61 OFFSET 0;
+----+-------------+--------------+--------+------------------------------------+---------+---------+-------------------------------+--------+----------------------------------------------+
| id | select_type | table        | type   | possible_keys                      | key     | key_len | ref                           | rows   | Extra                                        |
+----+-------------+--------------+--------+------------------------------------+---------+---------+-------------------------------+--------+----------------------------------------------+
|  1 | SIMPLE      | notice_inbox | ref    | PRIMARY,notice_inbox_notice_id_idx | PRIMARY | 4       | const                         | 102600 | Using index; Using temporary; Using filesort |
|  1 | SIMPLE      | notice       | eq_ref | PRIMARY                            | PRIMARY | 4       | stoica.notice_inbox.notice_id |      1 | Using index                                  |
+----+-------------+--------------+--------+------------------------------------+---------+---------+-------------------------------+--------+----------------------------------------------+

After:
mysql> explain SELECT notice.id AS id FROM notice JOIN notice_inbox ON notice.id = notice_inbox.notice_id WHERE notice_inbox.user_id = 18574 AND notice.repeat_of IS NULL ORDER BY notice_id DESC LIMIT 61 OFFSET 0;
+----+-------------+--------------+--------+------------------------------------+---------+---------+-------------------------------+--------+--------------------------+
| id | select_type | table        | type   | possible_keys                      | key     | key_len | ref                           | rows   | Extra                    |
+----+-------------+--------------+--------+------------------------------------+---------+---------+-------------------------------+--------+--------------------------+
|  1 | SIMPLE      | notice_inbox | ref    | PRIMARY,notice_inbox_notice_id_idx | PRIMARY | 4       | const                         | 102816 | Using where; Using index |
|  1 | SIMPLE      | notice       | eq_ref | PRIMARY,notice_repeatof_idx        | PRIMARY | 4       | stoica.notice_inbox.notice_id |      1 | Using where              |
+----+-------------+--------------+--------+------------------------------------+---------+---------+-------------------------------+--------+--------------------------+

14 years agoFix for massively slow friends timeline query due to indexing bug introduced with...
Brion Vibber [Wed, 23 Dec 2009 04:18:27 +0000 (20:18 -0800)]
Fix for massively slow friends timeline query due to indexing bug introduced with repeats.
Sorting on notice.id when our primary selector was notice_inbox.user_id caused a filesort and table scan of the notice table.
Switchng to notice_inbox's notice_id means we can use our index, and everything comes right up.

Before:
mysql> explain SELECT notice.id AS id FROM notice JOIN notice_inbox ON notice.id = notice_inbox.notice_id WHERE notice_inbox.user_id = 18574 AND notice.repeat_of IS NULL ORDER BY notice.id DESC LIMIT 61 OFFSET 0;
+----+-------------+--------------+--------+------------------------------------+---------+---------+-------------------------------+--------+----------------------------------------------+
| id | select_type | table        | type   | possible_keys                      | key     | key_len | ref                           | rows   | Extra                                        |
+----+-------------+--------------+--------+------------------------------------+---------+---------+-------------------------------+--------+----------------------------------------------+
|  1 | SIMPLE      | notice_inbox | ref    | PRIMARY,notice_inbox_notice_id_idx | PRIMARY | 4       | const                         | 102600 | Using index; Using temporary; Using filesort |
|  1 | SIMPLE      | notice       | eq_ref | PRIMARY                            | PRIMARY | 4       | stoica.notice_inbox.notice_id |      1 | Using index                                  |
+----+-------------+--------------+--------+------------------------------------+---------+---------+-------------------------------+--------+----------------------------------------------+

After:
mysql> explain SELECT notice.id AS id FROM notice JOIN notice_inbox ON notice.id = notice_inbox.notice_id WHERE notice_inbox.user_id = 18574 AND notice.repeat_of IS NULL ORDER BY notice_id DESC LIMIT 61 OFFSET 0;
+----+-------------+--------------+--------+------------------------------------+---------+---------+-------------------------------+--------+--------------------------+
| id | select_type | table        | type   | possible_keys                      | key     | key_len | ref                           | rows   | Extra                    |
+----+-------------+--------------+--------+------------------------------------+---------+---------+-------------------------------+--------+--------------------------+
|  1 | SIMPLE      | notice_inbox | ref    | PRIMARY,notice_inbox_notice_id_idx | PRIMARY | 4       | const                         | 102816 | Using where; Using index |
|  1 | SIMPLE      | notice       | eq_ref | PRIMARY,notice_repeatof_idx        | PRIMARY | 4       | stoica.notice_inbox.notice_id |      1 | Using where              |
+----+-------------+--------------+--------+------------------------------------+---------+---------+-------------------------------+--------+--------------------------+

14 years agoMerge branch 'testing'
Evan Prodromou [Wed, 23 Dec 2009 00:44:19 +0000 (16:44 -0800)]
Merge branch 'testing'

14 years agoupdate to rc2
Evan Prodromou [Wed, 23 Dec 2009 00:41:39 +0000 (16:41 -0800)]
update to rc2

14 years agoupdate README for 0.9.0rc2
Evan Prodromou [Wed, 23 Dec 2009 00:41:07 +0000 (16:41 -0800)]
update README for 0.9.0rc2

14 years agoSkip DB_DataObject's in-process cache for static gets on CLI processes.
Brion [Tue, 22 Dec 2009 23:08:44 +0000 (15:08 -0800)]
Skip DB_DataObject's in-process cache for static gets on CLI processes.
The local process cache would grow forever, keeping things stuck in memory and preventing GC.

14 years agoMerge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Siebrand Mazeland [Tue, 22 Dec 2009 23:17:05 +0000 (00:17 +0100)]
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x

14 years agoFirst version of a CAS authentication plugin
Craig Andrews [Tue, 22 Dec 2009 22:53:24 +0000 (17:53 -0500)]
First version of a CAS authentication plugin

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Tue, 22 Dec 2009 22:48:18 +0000 (23:48 +0100)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Tue, 22 Dec 2009 16:53:50 +0000 (08:53 -0800)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoremove some merge cruft from README
Evan Prodromou [Tue, 22 Dec 2009 16:53:20 +0000 (08:53 -0800)]
remove some merge cruft from README

14 years agoTicket 2083: use site.textlimit setting instead of hardcoding 140 into documentation
Brion Vibber [Tue, 22 Dec 2009 15:02:46 +0000 (07:02 -0800)]
Ticket 2083: use site.textlimit setting instead of hardcoding 140 into documentation

14 years agoAdjusted notice option alignment in MobileProfile
Sarven Capadisli [Tue, 22 Dec 2009 00:06:59 +0000 (00:06 +0000)]
Adjusted notice option alignment in MobileProfile

14 years agoMoving & replacing to the end of html and source data
Sarven Capadisli [Mon, 21 Dec 2009 23:19:34 +0000 (23:19 +0000)]
Moving & replacing to the end of html and source data

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Mon, 21 Dec 2009 22:07:59 +0000 (22:07 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoRight aligned delete notice option so that when repeat option is
Sarven Capadisli [Mon, 21 Dec 2009 22:06:49 +0000 (22:06 +0000)]
Right aligned delete notice option so that when repeat option is
present there is a consistent layout

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Mon, 21 Dec 2009 21:23:36 +0000 (22:23 +0100)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

14 years agoTicket 1982: define LC_MESSAGES and friends if PHP didn't predefine them for us....
Brion Vibber [Sun, 20 Dec 2009 23:33:33 +0000 (15:33 -0800)]
Ticket 1982: define LC_MESSAGES and friends if PHP didn't predefine them for us. (Known problem on Win32)

14 years agoAdded admin navigation item to MobileProfile
Sarven Capadisli [Mon, 21 Dec 2009 15:09:12 +0000 (15:09 +0000)]
Added admin navigation item to MobileProfile

14 years agoIgnore user language settings that aren't listed in language config; we'll then fall...
Brion Vibber [Sat, 19 Dec 2009 19:03:31 +0000 (14:03 -0500)]
Ignore user language settings that aren't listed in language config; we'll then fall back to current autodetection. This prevents the surprises where your profile suddenly switches to Arabic because it was selected by default due to lack of a match in the drop-down box.

14 years agoRemove pleonasm in UI text
Siebrand Mazeland [Sun, 20 Dec 2009 19:20:35 +0000 (20:20 +0100)]
Remove pleonasm in UI text

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Sun, 20 Dec 2009 14:52:43 +0000 (15:52 +0100)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans
* Adding Persian language

14 years agoLocalisation updates for !StatusNet from !translatewiki.net !sntrans
Siebrand Mazeland [Sun, 20 Dec 2009 09:41:10 +0000 (10:41 +0100)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans

14 years agoIgnore user language settings that aren't listed in language config; we'll then fall...
Brion Vibber [Sat, 19 Dec 2009 19:03:31 +0000 (14:03 -0500)]
Ignore user language settings that aren't listed in language config; we'll then fall back to current autodetection. This prevents the surprises where your profile suddenly switches to Arabic because it was selected by default due to lack of a match in the drop-down box.

14 years agoCache the LDAP schema in memcache (if memcache is available)
Craig Andrews [Sat, 19 Dec 2009 20:10:57 +0000 (15:10 -0500)]
Cache the LDAP schema in memcache (if memcache is available)

14 years agoAllow caching of ldap schema, greatly improves performance.
Eric Helgeson [Sat, 19 Dec 2009 00:27:45 +0000 (18:27 -0600)]
Allow caching of ldap schema, greatly improves performance.

14 years agosearch->count() doesnt seem to be cached, so we will
Eric Helgeson [Sat, 19 Dec 2009 00:27:15 +0000 (18:27 -0600)]
search->count() doesnt seem to be cached, so we will

14 years agoLimit search to only the basedn we're looking in
Eric Helgeson [Sat, 19 Dec 2009 00:26:41 +0000 (18:26 -0600)]
Limit search to only the basedn we're looking in

14 years agoSet returnto when redirected to login of a private install (for 0.9.x)
Jeffery To [Thu, 17 Dec 2009 06:38:14 +0000 (14:38 +0800)]
Set returnto when redirected to login of a private install (for 0.9.x)

Can't use returnToArgs() because we don't have an action object yet.

14 years agoFollowup fix for ticket 1672: Twitter bridge !group->#hash conversion will now happen...
Brion Vibber [Fri, 18 Dec 2009 14:36:30 +0000 (09:36 -0500)]
Followup fix for ticket 1672: Twitter bridge !group->#hash conversion will now happen regardless of whether account was configured with oauth or basic auth (previously applied only on the oauth path)

14 years agoFollowup fix for ticket 1672: Twitter bridge !group->#hash conversion will now happen...
Brion Vibber [Fri, 18 Dec 2009 14:36:30 +0000 (09:36 -0500)]
Followup fix for ticket 1672: Twitter bridge !group->#hash conversion will now happen regardless of whether account was configured with oauth or basic auth (previously applied only on the oauth path)

14 years agoMake useremail.php executable
Brion Vibber [Fri, 11 Dec 2009 21:14:40 +0000 (13:14 -0800)]
Make useremail.php executable

14 years agoAdded UserEmail script.
Christopher Vollick [Fri, 11 Dec 2009 15:34:57 +0000 (10:34 -0500)]
Added UserEmail script.

Used to query user's emails.

Mostly used for administration, to see if a user requesting something is who they say.

Also, some people assume that the admin knows this data, and says things like:
"If you could do _____ with the account connected to this email".

It'd be nice if we could do that without raw SQL.