lhc/web/wiklou.git
15 years agofix for old image deletion log params
Aaron Schulz [Wed, 25 Mar 2009 18:21:22 +0000 (18:21 +0000)]
fix for old image deletion log params

15 years agoFix url params for multi-item deletion by converting to CVS
Aaron Schulz [Wed, 25 Mar 2009 17:52:40 +0000 (17:52 +0000)]
Fix url params for multi-item deletion by converting to CVS

15 years agoFollow up on r48015, fix a bug which caused 'A' and 'D' won't work.
Philip Tzou [Wed, 25 Mar 2009 17:30:59 +0000 (17:30 +0000)]
Follow up on r48015, fix a bug which caused 'A' and 'D' won't work.

15 years agoRemoved 'font-family: monospace;' from revdelete links
Aaron Schulz [Wed, 25 Mar 2009 15:10:37 +0000 (15:10 +0000)]
Removed 'font-family: monospace;' from revdelete links

15 years agoAdd suppression block log if allowed
Aaron Schulz [Wed, 25 Mar 2009 14:52:28 +0000 (14:52 +0000)]
Add suppression block log if allowed

15 years agoDouble check 'hideuser' before blocking
Aaron Schulz [Wed, 25 Mar 2009 14:48:04 +0000 (14:48 +0000)]
Double check 'hideuser' before blocking

15 years agoFix fatals in ApiQueryImageInfo.php where no metadata exists
Andrew Garrett [Wed, 25 Mar 2009 13:59:06 +0000 (13:59 +0000)]
Fix fatals in ApiQueryImageInfo.php where no metadata exists

15 years agoRemove constraint that $user must be a User object in SpecialUserrights, can also...
Andrew Garrett [Wed, 25 Mar 2009 13:44:58 +0000 (13:44 +0000)]
Remove constraint that $user must be a User object in SpecialUserrights, can also be a UserrightsProxy

15 years agoCheck for title validity in ApiQueryCategories
Andrew Garrett [Wed, 25 Mar 2009 13:43:45 +0000 (13:43 +0000)]
Check for title validity in ApiQueryCategories

15 years agoConvert formatdate to a hashed parserfunction
Andrew Garrett [Wed, 25 Mar 2009 12:27:04 +0000 (12:27 +0000)]
Convert formatdate to a hashed parserfunction

15 years agorelease note lines for r47771, r47773, r47776
Brion Vibber [Wed, 25 Mar 2009 11:47:27 +0000 (11:47 +0000)]
release note lines for r47771, r47773, r47776

15 years agoRevert r47755 "(bug 16899) DISPLAYTITLE should allow Arabic and Persian harakats"
Brion Vibber [Wed, 25 Mar 2009 11:35:02 +0000 (11:35 +0000)]
Revert r47755 "(bug 16899) DISPLAYTITLE should allow Arabic and Persian harakats"
This doesn't seem to allow things in DISPLAYTITLE, but rather forbid things in regular titles. Reasoning behind it is unclear.

15 years agoAdd a class if 'missingsummary' is triggered to allow styling of the summary line
Raimond Spekking [Wed, 25 Mar 2009 10:11:33 +0000 (10:11 +0000)]
Add a class if 'missingsummary' is triggered to allow styling of the summary line

15 years agoRevert r47619 "Add an ID if 'missingsummary' is triggered to allow styling of the...
Brion Vibber [Wed, 25 Mar 2009 09:24:05 +0000 (09:24 +0000)]
Revert r47619 "Add an ID if 'missingsummary' is triggered to allow styling of the summary line"
Invalid HTML -- an element may have only one id value, they're not like classes.

15 years agoRevert r47530 "Fix bug 17571, now page1 would add to both cat1 and cat2."
Brion Vibber [Wed, 25 Mar 2009 08:46:22 +0000 (08:46 +0000)]
Revert r47530 "Fix bug 17571, now page1 would add to both cat1 and cat2."
Code is unclear; needs cleanup before adding more instances of this :D

15 years agoFix per comment in r48720: Remove style from code and use same table stylings as...
Raimond Spekking [Wed, 25 Mar 2009 08:09:08 +0000 (08:09 +0000)]
Fix per comment in r48720: Remove style from code and use same table stylings as other tables.

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Wed, 25 Mar 2009 07:52:00 +0000 (07:52 +0000)]
Update the Chinese conversion tables.

15 years agoFollow up r48780: Remove message from maintenance script too
Raimond Spekking [Wed, 25 Mar 2009 07:17:53 +0000 (07:17 +0000)]
Follow up r48780: Remove message from maintenance script too

15 years agoMissed hunk
Andrew Garrett [Wed, 25 Mar 2009 06:03:00 +0000 (06:03 +0000)]
Missed hunk

15 years agoTweak r47992 to use instead of a new configuration variable. Also moved its preceden...
Andrew Garrett [Wed, 25 Mar 2009 06:00:36 +0000 (06:00 +0000)]
Tweak r47992 to use  instead of a new configuration variable. Also moved its precedence higher to make its behaviour more logical.

15 years ago* Follow-up r48067 -- move new Daddio skin from core to extensions.
Brion Vibber [Wed, 25 Mar 2009 02:38:49 +0000 (02:38 +0000)]
* Follow-up r48067 -- move new Daddio skin from core to extensions.

Can be easily enabled locally with:
* require "$IP/extensions/skins/Daddio/Daddio.php";

15 years agoRename a test for date autoformatting disabled
Andrew Garrett [Wed, 25 Mar 2009 02:31:54 +0000 (02:31 +0000)]
Rename a test for date autoformatting disabled

15 years agoRevert r47569 and subsequent related revisions. These still break logging in with...
Andrew Garrett [Wed, 25 Mar 2009 02:27:30 +0000 (02:27 +0000)]
Revert r47569 and subsequent related revisions. These still break logging in with temporary passwords despite two attempts to fix the issue.

15 years agoRevert r48090 " * Modified wfMsg behaviour to do transform after substituting variabl...
Brion Vibber [Wed, 25 Mar 2009 02:07:09 +0000 (02:07 +0000)]
Revert r48090 " * Modified wfMsg behaviour to do transform after substituting variables * If this works, wfMsg should now work similarly to wfMsgExt with parsemag"
While having the parser functions in the message strings work is a laudable goal, the problem here is that it'll *also* execute parser functions it finds in the replaced parameter strings, which may include, say, comment plaintext talking *about* parser functions.
A better fix for this is probably to expand the message placeholders when the parameters are passed in to the parser functions.

15 years agoAdd tests for autoformatting enabled AND disabled. Some enabling changes in parserTes...
Andrew Garrett [Wed, 25 Mar 2009 01:24:13 +0000 (01:24 +0000)]
Add tests for autoformatting enabled AND disabled. Some enabling changes in parserTests.inc

15 years agoLocalisation updates for core messages from translatewiki.net
Siebrand Mazeland [Wed, 25 Mar 2009 00:04:43 +0000 (00:04 +0000)]
Localisation updates for core messages from translatewiki.net
* adding Veps

15 years agoFix up r48728 "Allow User: prefix in parameter to GENDER parser function"
Brion Vibber [Tue, 24 Mar 2009 23:04:51 +0000 (23:04 +0000)]
Fix up r48728 "Allow User: prefix in parameter to GENDER parser function"
Wasn't checking return value for null, or actually calling the getNamespace() method correctly.

15 years ago* not sure where that extra ] came from...
Ryan Schmidt [Tue, 24 Mar 2009 22:39:42 +0000 (22:39 +0000)]
* not sure where that extra ] came from...

15 years ago* Added $wgInvalidUsernameCharacters to disallow certain characters in
Ryan Schmidt [Tue, 24 Mar 2009 22:36:53 +0000 (22:36 +0000)]
* Added $wgInvalidUsernameCharacters to disallow certain characters in
  usernames during registration (such as "@")
* Added $wgUserrightsInterwikiDelimiter to allow changing the delimiter
  used in Special:UserRights to denote the user should be searched for
  on a different database

15 years agoLocalisation updates for core messages from translatewiki.net (2009-03-24 19:35 UTC)
Raimond Spekking [Tue, 24 Mar 2009 19:59:43 +0000 (19:59 +0000)]
Localisation updates for core messages from translatewiki.net (2009-03-24 19:35 UTC)

15 years agoAdd $wgExportFromNamespaces for enabling/disabling the "export all from namespace...
Chad Horohoe [Tue, 24 Mar 2009 18:48:50 +0000 (18:48 +0000)]
Add $wgExportFromNamespaces for enabling/disabling the "export all from namespace" option (disabled by default).

15 years agoAPI: (bug 18099) Editing a non-existent page with appendtext caused the contents...
Roan Kattouw [Tue, 24 Mar 2009 16:15:43 +0000 (16:15 +0000)]
API: (bug 18099) Editing a non-existent page with appendtext caused the contents of the noarticletext(anon) message to appear in the page text

15 years agosvn:keywords=Id
Roan Kattouw [Tue, 24 Mar 2009 16:08:29 +0000 (16:08 +0000)]
svn:keywords=Id

15 years agoFollowup to r48746: forgot to add new file
Roan Kattouw [Tue, 24 Mar 2009 16:06:57 +0000 (16:06 +0000)]
Followup to r48746: forgot to add new file

15 years ago* API: (bug 15935) Add action=userrights to the API
Roan Kattouw [Tue, 24 Mar 2009 16:04:50 +0000 (16:04 +0000)]
* API: (bug 15935) Add action=userrights to the API
* Add ustoken=userrights to list=users
* Move the non-UI part of UserrightsPage::saveUserGroups() to the static and more generic doSaveUserGroups()
* Add a $reason parameter to UserrightsPage::addLogEntry() and make it and its helpers static
* Move UserrightsPage::changeableGroups() and changeableByGroup() to the User class and make the latter static
* In doSaveUserGroups(), drop groups that the user doesn't have from $remove (and those that they do have from $add), and return array($add, $remove)
* Fix up a comment in ApiQueryRecentChanges

15 years ago(bug 18122) Fix fatal require() errors and typo in the README.
Chad Horohoe [Tue, 24 Mar 2009 15:03:36 +0000 (15:03 +0000)]
(bug 18122) Fix fatal require() errors and typo in the README.

15 years agoWrap message into a div and add a class
Raimond Spekking [Tue, 24 Mar 2009 14:38:13 +0000 (14:38 +0000)]
Wrap message into a div and add a class

15 years agoWe can rely on usesuper and not just usecreatedb here.
Greg Sabino Mullane [Tue, 24 Mar 2009 13:37:50 +0000 (13:37 +0000)]
We can rely on usesuper and not just usecreatedb here.

15 years agochange limit to reflect one in interface. :)
Domas Mituzas [Tue, 24 Mar 2009 10:44:24 +0000 (10:44 +0000)]
change limit to reflect one in interface. :)

15 years agoUpdates for zh-tw and zh-hant by jidanni
Siebrand Mazeland [Tue, 24 Mar 2009 07:08:16 +0000 (07:08 +0000)]
Updates for zh-tw and zh-hant by jidanni
s/义/義/g;
s/删/刪/g;
s/着/著/g;
s/覧/覽/g;
s/鈎/鉤/g;

15 years agoAllow User: prefix in parameter to GENDER parser function
Andrew Garrett [Tue, 24 Mar 2009 06:58:43 +0000 (06:58 +0000)]
Allow User: prefix in parameter to GENDER parser function

15 years agoAdd a class to the table and use a nice Xml::function
Raimond Spekking [Mon, 23 Mar 2009 21:20:05 +0000 (21:20 +0000)]
Add a class to the table and use a nice Xml::function
Wrap text of intro in a div with own class

15 years agoFollowup on r48713: fix a very stupid typo
Roan Kattouw [Mon, 23 Mar 2009 20:06:16 +0000 (20:06 +0000)]
Followup on r48713: fix a very stupid typo

15 years agoAPI: Add a check for PHP bug 45314 (PHP's WDDX formatter messes up UTF-8) and fix...
Roan Kattouw [Mon, 23 Mar 2009 19:58:07 +0000 (19:58 +0000)]
API: Add a check for PHP bug 45314 (PHP's WDDX formatter messes up UTF-8) and fix up a similar check for JSON, which couldn't possibly succeed due to missing quotes. See also lists.wikimedia.org/pipermail/mediawiki-api/2009-March/001039.html

15 years ago* svn:mime-type application/octet-stream -> svn:eol-style native in includes/zhtable
Alexandre Emsenhuber [Mon, 23 Mar 2009 19:10:28 +0000 (19:10 +0000)]
* svn:mime-type application/octet-stream -> svn:eol-style native in includes/zhtable
* svn:eol-style native elsewhere

15 years agoLocalisation updates for core messages from translatewiki.net (2009-03-23 18:54 UTC)
Siebrand Mazeland [Mon, 23 Mar 2009 19:08:03 +0000 (19:08 +0000)]
Localisation updates for core messages from translatewiki.net (2009-03-23 18:54 UTC)

15 years ago* (bug 18116) 'edittools' is now output identically on edit and upload pages
Brion Vibber [Mon, 23 Mar 2009 19:05:28 +0000 (19:05 +0000)]
* (bug 18116) 'edittools' is now output identically on edit and upload pages

15 years agoAllow direct INDEX clause specification for Postgres.
Greg Sabino Mullane [Mon, 23 Mar 2009 14:16:46 +0000 (14:16 +0000)]
Allow direct INDEX clause specification for Postgres.

15 years agoLocalization update.
Rotem Liss [Mon, 23 Mar 2009 14:05:59 +0000 (14:05 +0000)]
Localization update.

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Mon, 23 Mar 2009 11:56:24 +0000 (11:56 +0000)]
Update the Chinese conversion tables.

15 years agoRemove unneeded "on {{SITENAME}}" in 'rev-deleted-text-view' and 'rev-deleted-unhide...
Siebrand Mazeland [Sun, 22 Mar 2009 22:43:17 +0000 (22:43 +0000)]
Remove unneeded "on {{SITENAME}}" in 'rev-deleted-text-view' and 'rev-deleted-unhide-diff'

15 years agoprefix two input IDs on Special:Log with 'mw-log-' to avoid too generic IDs
Jack Phoenix [Sun, 22 Mar 2009 16:36:37 +0000 (16:36 +0000)]
prefix two input IDs on Special:Log with 'mw-log-' to avoid too generic IDs

15 years agoLocalization update for he, and rebuilding English file.
Rotem Liss [Sun, 22 Mar 2009 14:57:28 +0000 (14:57 +0000)]
Localization update for he, and rebuilding English file.

15 years agoAdd convenience links for bug 18068
Aaron Schulz [Sun, 22 Mar 2009 13:26:27 +0000 (13:26 +0000)]
Add convenience links for bug 18068

15 years agoExpand on r48665 - include multi-rev case
Aaron Schulz [Sun, 22 Mar 2009 13:22:41 +0000 (13:22 +0000)]
Expand on r48665 - include multi-rev case

15 years agoFollow up r48679: Update the Chinese conversion tables.
Philip Tzou [Sun, 22 Mar 2009 12:57:44 +0000 (12:57 +0000)]
Follow up r48679: Update the Chinese conversion tables.

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Sun, 22 Mar 2009 12:48:37 +0000 (12:48 +0000)]
Update the Chinese conversion tables.

15 years ago*Use appropriate notarget message
Aaron Schulz [Sun, 22 Mar 2009 12:34:07 +0000 (12:34 +0000)]
*Use appropriate notarget message
*Moved token check

15 years ago(bug 17440) Avoid slave lag
Aaron Schulz [Sun, 22 Mar 2009 06:01:55 +0000 (06:01 +0000)]
(bug 17440) Avoid slave lag

15 years agoRevisionDelete - Improved handling of page moves
Aaron Schulz [Sun, 22 Mar 2009 01:16:15 +0000 (01:16 +0000)]
RevisionDelete - Improved handling of page moves

15 years agoAdded diff links to revision delete log items
Aaron Schulz [Sun, 22 Mar 2009 01:07:42 +0000 (01:07 +0000)]
Added diff links to revision delete log items

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Sat, 21 Mar 2009 20:22:49 +0000 (20:22 +0000)]
Update the Chinese conversion tables.

15 years agoLocalization update.
Rotem Liss [Sat, 21 Mar 2009 17:04:50 +0000 (17:04 +0000)]
Localization update.

15 years agoSame as r48631; added "@file" when needed, also added doc in redirect.php and install...
Alexandre Emsenhuber [Sat, 21 Mar 2009 16:48:09 +0000 (16:48 +0000)]
Same as r48631; added "@file" when needed, also added doc in redirect.php and install-utils.inc

15 years ago(bug 17405) have "Did you mean..." mirror the Go/Search character of original request.
Robert Stojnić [Sat, 21 Mar 2009 10:51:08 +0000 (10:51 +0000)]
(bug 17405) have "Did you mean..." mirror the Go/Search character of original request.
If the user reached the search page using "Go", "Did you mean" will also use "Go" and
directly link to article.

15 years ago* Disabled one query for now since index is still pending
Aaron Schulz [Sat, 21 Mar 2009 06:12:49 +0000 (06:12 +0000)]
* Disabled one query for now since index is still pending
* Removed duplicate expiry check
* Tweaked editcount limit handling

15 years agoHTTP proxy usage tweaks:
Brion Vibber [Sat, 21 Mar 2009 00:01:44 +0000 (00:01 +0000)]
HTTP proxy usage tweaks:
* Use $wgHTTPProxy if set for Special:Upload upload-by-URL (it does its own CURL fetch instead of using Http class)
* Explicitly disable HTTP proxy for MWSearch fetches -- we know that'll be local network.

15 years agoLocalization update for he.
Rotem Liss [Fri, 20 Mar 2009 21:56:48 +0000 (21:56 +0000)]
Localization update for he.

15 years agoAdd missing group cond to query
Aaron Schulz [Fri, 20 Mar 2009 20:39:13 +0000 (20:39 +0000)]
Add missing group cond to query

15 years agobolden username hiding option
Aaron Schulz [Fri, 20 Mar 2009 20:32:40 +0000 (20:32 +0000)]
bolden username hiding option

15 years agoEvery time someone relies on equality propagation, god kills a kitten
Domas Mituzas [Fri, 20 Mar 2009 20:21:38 +0000 (20:21 +0000)]
Every time someone relies on equality propagation, god kills a kitten

15 years ago(bug 17831) Go ahead and hide where the username appears as needed. Also, don't let...
Aaron Schulz [Fri, 20 Mar 2009 20:19:38 +0000 (20:19 +0000)]
(bug 17831) Go ahead and hide where the username appears as needed. Also, don't let admins accidentally undo the blocks.

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Fri, 20 Mar 2009 18:01:47 +0000 (18:01 +0000)]
Update the Chinese conversion tables.

15 years agoMake ParserCache::getKey backward-compatible, so it doesn't break FlaggedRevs
Victor Vasiliev [Fri, 20 Mar 2009 16:53:22 +0000 (16:53 +0000)]
Make ParserCache::getKey backward-compatible, so it doesn't break FlaggedRevs

15 years ago* Added "@file" so that doxygen doesn't attribute the comment to the first instruction
Alexandre Emsenhuber [Fri, 20 Mar 2009 12:00:38 +0000 (12:00 +0000)]
* Added "@file" so that doxygen doesn't attribute the comment to the first instruction
* whitespaces fixes

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Fri, 20 Mar 2009 11:50:43 +0000 (11:50 +0000)]
Update the Chinese conversion tables.

15 years ago* API: Really fix bug 17673 this time: exportnowrap still returned fatal errors when...
Roan Kattouw [Fri, 20 Mar 2009 11:40:54 +0000 (11:40 +0000)]
* API: Really fix bug 17673 this time: exportnowrap still returned fatal errors when no titles were given or generated
* Move export/exportnowrap handling code out of the if(count($pages)) branch
* Add an error fallback to ApiFormatRaw (exportnowrap uses the XML formatter for errors), since Raw doesn't know how to format errors

15 years agoFix typo in tables.sql, pointed out by Jidanni
Roan Kattouw [Fri, 20 Mar 2009 11:20:39 +0000 (11:20 +0000)]
Fix typo in tables.sql, pointed out by Jidanni

15 years agoLocalisation updates for core messages from translatewiki.net (2009-03-20 09:25 UTC)
Raimond Spekking [Fri, 20 Mar 2009 09:34:47 +0000 (09:34 +0000)]
Localisation updates for core messages from translatewiki.net (2009-03-20 09:25 UTC)

15 years ago* Don't use wgLang for dates in emails
Niklas Laxström [Fri, 20 Mar 2009 06:11:04 +0000 (06:11 +0000)]
* Don't use wgLang for dates in emails

15 years agoDon't apply DELETED_USER restriction on query for users with 'suppressrevision'
Aaron Schulz [Fri, 20 Mar 2009 04:29:49 +0000 (04:29 +0000)]
Don't apply DELETED_USER restriction on query for users with 'suppressrevision'

15 years agoFix typo - suppressrevision
Aaron Schulz [Fri, 20 Mar 2009 04:24:40 +0000 (04:24 +0000)]
Fix typo - suppressrevision

15 years agoVisibility tweak on ar_deleted per bug 17792
Aaron Schulz [Fri, 20 Mar 2009 04:13:08 +0000 (04:13 +0000)]
Visibility tweak on ar_deleted per bug 17792

15 years agoTweaked r48158 to show error in more cases
Aaron Schulz [Fri, 20 Mar 2009 02:58:18 +0000 (02:58 +0000)]
Tweaked r48158 to show error in more cases

15 years agoRevert r48212 "Add user_hidden field to complement ipb_deleted and gu_hidden"
Brion Vibber [Fri, 20 Mar 2009 01:15:41 +0000 (01:15 +0000)]
Revert r48212 "Add user_hidden field to complement ipb_deleted and gu_hidden"
Unauthorized schema change, also appears to be unused.

15 years agoFollow up to r47876, make spamregex check on move summary use $wgSummarySpamRegex
Alex Z [Thu, 19 Mar 2009 21:48:16 +0000 (21:48 +0000)]
Follow up to r47876, make spamregex check on move summary use $wgSummarySpamRegex

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Thu, 19 Mar 2009 17:11:42 +0000 (17:11 +0000)]
Update the Chinese conversion tables.

15 years agoWe have User::isAllowed() for that :)
Alexandre Emsenhuber [Thu, 19 Mar 2009 11:52:05 +0000 (11:52 +0000)]
We have User::isAllowed() for that :)

15 years agoParser tests for date autoformatting
Andrew Garrett [Thu, 19 Mar 2009 06:17:18 +0000 (06:17 +0000)]
Parser tests for date autoformatting

15 years agoFixed bug #11213 - [edit] section links in printable version interfere with cut-and...
Arash Boostani [Wed, 18 Mar 2009 23:27:48 +0000 (23:27 +0000)]
Fixed bug #11213 - [edit] section links in printable version interfere with cut-and-paste of article text

15 years agoDocumenting this, because it makes no sense.
Chad Horohoe [Wed, 18 Mar 2009 21:32:58 +0000 (21:32 +0000)]
Documenting this, because it makes no sense.

15 years ago* (bug 17537) Disable bad zlib.output_compression output on HTTP 304 responses
Brion Vibber [Wed, 18 Mar 2009 21:26:57 +0000 (21:26 +0000)]
* (bug 17537) Disable bad zlib.output_compression output on HTTP 304 responses
Patch by ezyang - http://bug-attachment.wikimedia.org/attachment.cgi?id=5829

15 years agoDon't bolden pages that any anon/user could see
Aaron Schulz [Wed, 18 Mar 2009 21:13:34 +0000 (21:13 +0000)]
Don't bolden pages that any anon/user could see

15 years ago'tooltip-undo' grammar
Aaron Schulz [Wed, 18 Mar 2009 20:44:26 +0000 (20:44 +0000)]
'tooltip-undo' grammar

15 years agoUse a content type that's not an XSS risk
Tim Starling [Wed, 18 Mar 2009 20:20:10 +0000 (20:20 +0000)]
Use a content type that's not an XSS risk

15 years agoFollow up to r47976 (bug 17722). For real this time: fix the regression where users...
Chad Horohoe [Wed, 18 Mar 2009 19:55:48 +0000 (19:55 +0000)]
Follow up to r47976 (bug 17722). For real this time: fix the regression where users can't reset passwords. Release notes were in previous commit.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-03-18 19:38 UTC)
Raimond Spekking [Wed, 18 Mar 2009 19:51:22 +0000 (19:51 +0000)]
Localisation updates for core messages from translatewiki.net (2009-03-18 19:38 UTC)

15 years agoChanged ereg(i)_replace to preg_replace, the former is throwing E_DEPRECATED since...
Alexandre Emsenhuber [Wed, 18 Mar 2009 19:25:29 +0000 (19:25 +0000)]
Changed ereg(i)_replace to preg_replace, the former is throwing E_DEPRECATED since PHP 5.3

15 years ago(bug 18001) Rollback of null edit should restore flag
Aaron Schulz [Wed, 18 Mar 2009 07:55:19 +0000 (07:55 +0000)]
(bug 18001) Rollback of null edit should restore flag

15 years agoFollow up to r48379, move getSlaveDB() and getMasterDB() up a level too.
Chad Horohoe [Wed, 18 Mar 2009 05:17:49 +0000 (05:17 +0000)]
Follow up to r48379, move getSlaveDB() and getMasterDB() up a level too.