lhc/web/wiklou.git
15 years agoAdd proper dateformats too, bug 18308
Niklas Laxström [Mon, 1 Jun 2009 11:00:38 +0000 (11:00 +0000)]
Add proper dateformats too, bug 18308

15 years agoLocalisation updates for core messages from translatewiki.net
Siebrand Mazeland [Mon, 1 Jun 2009 09:55:52 +0000 (09:55 +0000)]
Localisation updates for core messages from translatewiki.net
* fixes (bug 18308) Updated date formatting in Occitan

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Mon, 1 Jun 2009 05:25:22 +0000 (05:25 +0000)]
Update the Chinese conversion tables.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-05-31 21:03 UTC)
Siebrand Mazeland [Sun, 31 May 2009 21:28:19 +0000 (21:28 +0000)]
Localisation updates for core messages from translatewiki.net (2009-05-31 21:03 UTC)

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sun, 31 May 2009 21:03:10 +0000 (21:03 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoWhitespace after the "check" label.
Robert Stojnić [Sun, 31 May 2009 19:25:52 +0000 (19:25 +0000)]
Whitespace after the "check" label.

15 years agoBug 19039: new "(un)select all" buttons misplaced at advanced search form
Robert Stojnić [Sun, 31 May 2009 19:15:17 +0000 (19:15 +0000)]
Bug 19039: new "(un)select all" buttons misplaced at advanced search form
* put the all/none buttons into upper right corner
* use input instead of button

15 years agospacing tweaks to Vector.php
Jack Phoenix [Sun, 31 May 2009 19:13:21 +0000 (19:13 +0000)]
spacing tweaks to Vector.php

15 years agoOn second thought, use idFromName and edits() instead, load() loads a whole bunch...
Alex Z [Sun, 31 May 2009 19:06:04 +0000 (19:06 +0000)]
On second thought, use idFromName and edits() instead, load() loads a whole bunch of stuff we don't need

15 years agoSome followup to r51200:
Alex Z [Sun, 31 May 2009 18:55:38 +0000 (18:55 +0000)]
Some followup to r51200:
* Save a query by not using User::edits()
* Mark as an expensive function (it needs at least 1 query for each use)
* Use number formatting/raw option rather than pointless wfEscapeWikiText()

15 years agoLocalization update for he, and fixes.
Rotem Liss [Sun, 31 May 2009 18:08:50 +0000 (18:08 +0000)]
Localization update for he, and fixes.

15 years agoDon't use submit buttons in r51228 for select all/none since that confuses the browse...
Robert Stojnić [Sun, 31 May 2009 17:35:08 +0000 (17:35 +0000)]
Don't use submit buttons in r51228 for select all/none since that confuses the browser as to which submit button
is the main one. Instead use normal html buttons. Also actually work for localized values.

15 years agoLocalisation updates for core namespace names and namespace aliases from translatewik...
Siebrand Mazeland [Sun, 31 May 2009 17:31:21 +0000 (17:31 +0000)]
Localisation updates for core namespace names and namespace aliases from translatewiki.net

15 years agoLastest followup to r50207: show create article link only for content and everything...
Robert Stojnić [Sun, 31 May 2009 17:10:22 +0000 (17:10 +0000)]
Lastest followup to r50207: show create article link only for content and everything searches.. when searching in other
groups of namespaces this link might be a bit misplaced and confused.

15 years agoAnother follow-up for 50207: show form header for empty searches as well
Robert Stojnić [Sun, 31 May 2009 16:58:01 +0000 (16:58 +0000)]
Another follow-up for 50207: show form header for empty searches as well

15 years agoLocalisation updates for core magic words from translatewiki.net
Siebrand Mazeland [Sun, 31 May 2009 16:55:30 +0000 (16:55 +0000)]
Localisation updates for core magic words from translatewiki.net

15 years agoNew search option:
Robert Stojnić [Sun, 31 May 2009 16:46:52 +0000 (16:46 +0000)]
New search option:
* new option to search all namespaces: searcheverything
* add a switch ($wgSearchEverythingOnlyLoggedIn) to limit this option only to logged-in users, this way one
  can set different default values of this option for logged-in and logged-out (disabled by default)

15 years agoLocalisation updates for core special page aliases from translatewiki.net
Siebrand Mazeland [Sun, 31 May 2009 16:41:58 +0000 (16:41 +0000)]
Localisation updates for core special page aliases from translatewiki.net

15 years agoRemove trailing space
Siebrand Mazeland [Sun, 31 May 2009 16:40:54 +0000 (16:40 +0000)]
Remove trailing space

15 years agoFixes for r51236 per CR comments
Roan Kattouw [Sun, 31 May 2009 15:02:43 +0000 (15:02 +0000)]
Fixes for r51236 per CR comments

15 years agoFix weird bug that caused IP::isInRange("80.0.0.0", "94.0.0.0/24") to return true...
Roan Kattouw [Sun, 31 May 2009 14:52:16 +0000 (14:52 +0000)]
Fix weird bug that caused IP::isInRange("80.0.0.0", "94.0.0.0/24") to return true because "52000000" >= "5E000000" (52000000 >= 5). Thanks, PHP.

15 years agoRemove trailing space in powersearch-togglelabel
Robert Stojnić [Sun, 31 May 2009 13:31:46 +0000 (13:31 +0000)]
Remove trailing space in powersearch-togglelabel

15 years agoUpdate $checkBlacklist
Siebrand Mazeland [Sun, 31 May 2009 13:23:37 +0000 (13:23 +0000)]
Update $checkBlacklist

15 years agoMore work on new search UI (follow-up to r50207):
Robert Stojnić [Sun, 31 May 2009 13:22:35 +0000 (13:22 +0000)]
More work on new search UI (follow-up to r50207):
* introduce search.js (loaded only for Special:Search):
** updates target links when search term is changed and one of the header links clicked
** added Aude's code for toggling advanced search checkboxes
* fix minor styling issues in IE

Tried different ways to make prefix: queries look smarter, but will leave it alone for now, since there is
no neat way of fixing them.

15 years agoLocalization update.
Rotem Liss [Sun, 31 May 2009 07:27:22 +0000 (07:27 +0000)]
Localization update.

15 years agoLocalisation updates for core messages from translatewiki.net
Siebrand Mazeland [Sun, 31 May 2009 00:01:34 +0000 (00:01 +0000)]
Localisation updates for core messages from translatewiki.net

15 years agoFollow-up to r51210: update messages.inc
Siebrand Mazeland [Sat, 30 May 2009 22:25:02 +0000 (22:25 +0000)]
Follow-up to r51210: update messages.inc

15 years agoremoved unused global declaration
Alexandre Emsenhuber [Sat, 30 May 2009 21:23:44 +0000 (21:23 +0000)]
removed unused global declaration

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sat, 30 May 2009 21:23:40 +0000 (21:23 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years ago(bug 19014) If user had deletedhistory right, but not undeleted right, then
X! [Sat, 30 May 2009 21:17:17 +0000 (21:17 +0000)]
(bug 19014) If user had deletedhistory right, but not undeleted right, then
  show "view" instead of "view/restore" on logs.

15 years ago(bug 18957) Update number formatting for German. Same behaviour as for Ukranian;...
Siebrand Mazeland [Sat, 30 May 2009 21:00:44 +0000 (21:00 +0000)]
(bug 18957) Update number formatting for German. Same behaviour as for Ukranian; "12 345,67" and "1234,56"

15 years ago* (bug 10837) Introducing the StubUserVariant class to determine the variant variable...
Shinjiman [Sat, 30 May 2009 19:49:51 +0000 (19:49 +0000)]
* (bug 10837) Introducing the StubUserVariant class to determine the variant variable instead of using this to overrules the user language preference.

15 years ago(bug 19012) Added {{NUMBEROFCONTRIBS}} variable
X! [Sat, 30 May 2009 17:27:16 +0000 (17:27 +0000)]
(bug 19012) Added {{NUMBEROFCONTRIBS}} variable

15 years agointroudce 'file-anchor-link' message on the File description page instead of the...
Shinjiman [Sat, 30 May 2009 09:24:20 +0000 (09:24 +0000)]
introudce 'file-anchor-link' message on the File description page instead of the message from the "File namespace"
rebuild messages for all languages

15 years agoLocalization update for he.
Rotem Liss [Sat, 30 May 2009 08:26:21 +0000 (08:26 +0000)]
Localization update for he.

15 years agoFollow up on r51177. Need use is_array().
Philip Tzou [Sat, 30 May 2009 05:14:24 +0000 (05:14 +0000)]
Follow up on r51177. Need use is_array().

15 years ago1. Follow up on r49157, r50902 and r50938. According RFC 2616 section 14.4, language...
Philip Tzou [Sat, 30 May 2009 05:07:46 +0000 (05:07 +0000)]
1. Follow up on r49157, r50902 and r50938. According RFC 2616 section 14.4, language code name should always use '-' but not '_'.

2. metadata 'keywords' should have all variant forms of keyword.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-05-29 23:28 UTC)
Siebrand Mazeland [Fri, 29 May 2009 23:37:48 +0000 (23:37 +0000)]
Localisation updates for core messages from translatewiki.net (2009-05-29 23:28 UTC)

15 years agoAdded EditPageBeforeEditToolbar hook to provide a way to override the toolbar - makin...
Trevor Parscal [Fri, 29 May 2009 21:40:19 +0000 (21:40 +0000)]
Added EditPageBeforeEditToolbar hook to provide a way to override the toolbar - making way for the new one the Wikipedia Usability Initiative is working on.

15 years agoMoved the visualClear class to common/shared.css because it is being used by code...
Trevor Parscal [Fri, 29 May 2009 20:34:47 +0000 (20:34 +0000)]
Moved the visualClear class to common/shared.css because it is being used by code which is not exclusive to MonoBook

15 years agoTweaks to profileinfo.php:
Alexandre Emsenhuber [Fri, 29 May 2009 16:48:12 +0000 (16:48 +0000)]
Tweaks to profileinfo.php:
* whitespaces fixes
* changed "<form method="profiling.php">" to "<form method="get" action="profileinfo.php">" since "method" should be either "get" or "post" and the script's name was incorrect

15 years agoEnable subpages in NS_MEDIAWIKI. This does not affect the message cache, which was...
Ilmari Karonen [Fri, 29 May 2009 16:32:10 +0000 (16:32 +0000)]
Enable subpages in NS_MEDIAWIKI.  This does not affect the message cache, which was already in effect using subpages for localized messages, but allows multi-page moves within (or into or out of) NS_MEDIAWIKI and provides convenient backlinks when viewing localized message pages.

15 years agoPer Tim's comment on r50192: $res->free(); is useless and should not be used
Alexandre Emsenhuber [Thu, 28 May 2009 19:56:19 +0000 (19:56 +0000)]
Per Tim's comment on r50192: $res->free(); is useless and should not be used

15 years agoLocalisation updates for core messages from translatewiki.net (2009-05-28 18:55 UTC)
Raimond Spekking [Thu, 28 May 2009 19:15:21 +0000 (19:15 +0000)]
Localisation updates for core messages from translatewiki.net (2009-05-28 18:55 UTC)

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Thu, 28 May 2009 18:57:44 +0000 (18:57 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoChanged view to read as per reccomendation made in design review.
Trevor Parscal [Thu, 28 May 2009 18:48:26 +0000 (18:48 +0000)]
Changed view to read as per reccomendation made in design review.

15 years agofollow up r51128, update more of RELEASE-NOTES
Shinjiman [Thu, 28 May 2009 18:31:52 +0000 (18:31 +0000)]
follow up r51128, update more of RELEASE-NOTES

15 years agofollow up r51128, reverting special page aliases which was accidentally committed.
Shinjiman [Thu, 28 May 2009 18:22:24 +0000 (18:22 +0000)]
follow up r51128, reverting special page aliases which was accidentally committed.

15 years ago* (bug 18958) Added ability to disable entire variant conversion engine per user...
Shinjiman [Thu, 28 May 2009 18:13:52 +0000 (18:13 +0000)]
* (bug 18958) Added ability to disable entire variant conversion engine per user preferences (languages with language converter class only)

15 years agoPer Tim's comment on r49782 (and fix for that rev): put the $n assignment out of...
Alexandre Emsenhuber [Thu, 28 May 2009 17:15:58 +0000 (17:15 +0000)]
Per Tim's comment on r49782 (and fix for that rev): put the $n assignment out of the if clause

15 years ago* break lines at 80 chars
Alexandre Emsenhuber [Thu, 28 May 2009 17:05:09 +0000 (17:05 +0000)]
* break lines at 80 chars
* spacing consistency

15 years ago(bug 8873) follow up r46434, update the RELEASE-NOTES
Shinjiman [Thu, 28 May 2009 12:53:34 +0000 (12:53 +0000)]
(bug 8873) follow up r46434, update the RELEASE-NOTES

15 years agoFix bug 18947 LiquidThreads thread renaming silently fails if user is not allowed...
Andrew Garrett [Thu, 28 May 2009 12:32:43 +0000 (12:32 +0000)]
Fix bug 18947 LiquidThreads thread renaming silently fails if user is not allowed to move pages.
It now fails gracefully, but really I'd like to be able to disable that subject bar altogether instead of letting users change it only to be told off.

15 years agoPrevent Tor users from emailing other users
Andrew Garrett [Thu, 28 May 2009 10:00:53 +0000 (10:00 +0000)]
Prevent Tor users from emailing other users

15 years agofix parse error on r51094.
Shinjiman [Thu, 28 May 2009 03:16:51 +0000 (03:16 +0000)]
fix parse error on r51094.

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Thu, 28 May 2009 01:37:02 +0000 (01:37 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoNew skin based on MonoBook with improvements inspired by research conducted by the...
Trevor Parscal [Wed, 27 May 2009 23:27:25 +0000 (23:27 +0000)]
New skin based on MonoBook with improvements inspired by research conducted by the Wikipedia Usability Initiative

15 years agoLocalisation updates for core messages from translatewiki.net (2009-05-27 22:45 UTC)
Siebrand Mazeland [Wed, 27 May 2009 23:00:50 +0000 (23:00 +0000)]
Localisation updates for core messages from translatewiki.net (2009-05-27 22:45 UTC)

15 years agoNew skin based on MonoBook with improvements inspired by research conducted by the...
Trevor Parscal [Wed, 27 May 2009 22:05:58 +0000 (22:05 +0000)]
New skin based on MonoBook with improvements inspired by research conducted by the Wikipedia Usability Initiative

15 years agoAdded view message for use in the new Vector skin
Trevor Parscal [Wed, 27 May 2009 22:01:03 +0000 (22:01 +0000)]
Added view message for use in the new Vector skin

15 years agoFix a usability issue on protect and [file ]delete forms. "Edit ... reasons" link...
Siebrand Mazeland [Wed, 27 May 2009 20:35:16 +0000 (20:35 +0000)]
Fix a usability issue on protect and [file ]delete forms. "Edit ... reasons" link now contains action=edit to save a click.

15 years ago* (bug 18943) Handle invalid titles gracefully at Special:Mostlinked
Niklas Laxström [Wed, 27 May 2009 19:07:27 +0000 (19:07 +0000)]
* (bug 18943) Handle invalid titles gracefully at Special:Mostlinked

15 years agoCorrected the padding of the siteNotice box.
Trevor Parscal [Wed, 27 May 2009 18:23:40 +0000 (18:23 +0000)]
Corrected the padding of the siteNotice box.

15 years agoReimplement Special:MoveThread with the new HTMLForm interface, fixing several bugs...
Andrew Garrett [Wed, 27 May 2009 16:11:23 +0000 (16:11 +0000)]
Reimplement Special:MoveThread with the new HTMLForm interface, fixing several bugs in the process:
* Bug 18949 LiquidThreads allows threads to be moved to pages without LiquidThreads enabled.
* You could move a thread to the page it was already on, which would leave strange placeholders that don't make sense.
* Allowing wikitext in some new places where it makes sense.

15 years agoreverted r49742 per CR; also it doesn't handle subpages anyway
Aaron Schulz [Wed, 27 May 2009 13:46:46 +0000 (13:46 +0000)]
reverted r49742 per CR; also it doesn't handle subpages anyway

15 years agoImplemented save/restore logic for sql_big_selects, per CR comments on r50168.
Tim Starling [Wed, 27 May 2009 06:10:48 +0000 (06:10 +0000)]
Implemented save/restore logic for sql_big_selects, per CR comments on r50168.

15 years agoReverted r50065, restInPeace does this since r49684.
Tim Starling [Wed, 27 May 2009 05:32:32 +0000 (05:32 +0000)]
Reverted r50065, restInPeace does this since r49684.

15 years agoReverted r47352, $wgRateLimitsExcludedIPs is to be replaced by APCOND_ISIP.
Tim Starling [Wed, 27 May 2009 05:30:09 +0000 (05:30 +0000)]
Reverted r47352, $wgRateLimitsExcludedIPs is to be replaced by APCOND_ISIP.

15 years ago(bug 18747) Show only page deletion log extracts, not revisiondelete ones
Aaron Schulz [Wed, 27 May 2009 02:19:58 +0000 (02:19 +0000)]
(bug 18747) Show only page deletion log extracts, not revisiondelete ones

15 years ago* (bug 11484) Added ISO speed rating to default collapsed EXIF metadata view
Brion Vibber [Tue, 26 May 2009 21:22:42 +0000 (21:22 +0000)]
* (bug 11484) Added ISO speed rating to default collapsed EXIF metadata view
One-line addition to [[MediaWiki:Metadata-fields]], can be done locally where sites already have this customized (as on Commons).

15 years agoLocalisation updates for core messages from translatewiki.net (2009-05-26 20:00 UTC)
Raimond Spekking [Tue, 26 May 2009 20:13:39 +0000 (20:13 +0000)]
Localisation updates for core messages from translatewiki.net (2009-05-26 20:00 UTC)

15 years agoPer comment at r50961: keep the messages saying "you need to be logged in to ......
Robin Pepermans [Tue, 26 May 2009 19:16:49 +0000 (19:16 +0000)]
Per comment at r50961: keep the messages saying "you need to be logged in to ...", but only show it when normal logged-in users can upload

15 years agoLocalization update for he.
Rotem Liss [Tue, 26 May 2009 17:08:52 +0000 (17:08 +0000)]
Localization update for he.

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Tue, 26 May 2009 15:49:11 +0000 (15:49 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese
(bug 18847) Adding {{GENDER:}} support

15 years agoFix for r50955, don't use the skin of the target user when linking to them.
Tim Starling [Tue, 26 May 2009 15:20:04 +0000 (15:20 +0000)]
Fix for r50955, don't use the skin of the target user when linking to them.

15 years agofix bug 17736
Alex Shih-Han Lin [Tue, 26 May 2009 15:09:40 +0000 (15:09 +0000)]
fix bug 17736

15 years agoMinor consistency updates for 'right-reupload', 'right-reupload-own', 'right-upload_b...
Siebrand Mazeland [Tue, 26 May 2009 15:05:07 +0000 (15:05 +0000)]
Minor consistency updates for 'right-reupload', 'right-reupload-own', 'right-upload_by_url' and 'action-upload_by_url'

15 years agoCleanup: removing obsolete/outdated messages for zh-tw/zh-hk which are same as zh...
Shinjiman [Tue, 26 May 2009 13:40:13 +0000 (13:40 +0000)]
Cleanup: removing obsolete/outdated messages for zh-tw/zh-hk which are same as zh-hant and zh-cn/zh-sg which are same as zh-hans respectively.

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Tue, 26 May 2009 13:24:57 +0000 (13:24 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoFollow-up on r51009. Remove unused 'deletedrev'
Siebrand Mazeland [Tue, 26 May 2009 13:06:30 +0000 (13:06 +0000)]
Follow-up on r51009. Remove unused 'deletedrev'

15 years ago(bug 18772) Removed redundant 'deletedrev' message instances
Aaron Schulz [Tue, 26 May 2009 12:29:16 +0000 (12:29 +0000)]
(bug 18772) Removed redundant 'deletedrev' message instances

15 years agoModification of r50714, adding element to the li class, rather than a separate div...
X! [Tue, 26 May 2009 11:03:50 +0000 (11:03 +0000)]
Modification of r50714, adding element to the li class, rather than a separate div class.

15 years agoReverted r49855, r49656, r49401, r49399, r49397. The language converter cannot be...
Tim Starling [Tue, 26 May 2009 07:46:29 +0000 (07:46 +0000)]
Reverted r49855, r49656, r49401, r49399, r49397. The language converter cannot be used outside the parser at present without generating a large number of bugs, due to global lifetime state variables, inappropriate $wgParser references, etc. Some refactoring needs to be done before it can be used in this way.

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Tue, 26 May 2009 04:27:23 +0000 (04:27 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoLocalisation updates for core messages from translatewiki.net (2009-05-25 21:04 UTC)
Siebrand Mazeland [Mon, 25 May 2009 21:23:11 +0000 (21:23 +0000)]
Localisation updates for core messages from translatewiki.net (2009-05-25 21:04 UTC)

15 years ago(bug 17093) Separate date and time in Special:BlockList
Siebrand Mazeland [Mon, 25 May 2009 18:02:58 +0000 (18:02 +0000)]
(bug 17093) Separate date and time in Special:BlockList

15 years agourlencode not needed anymore
Niklas Laxström [Mon, 25 May 2009 14:02:54 +0000 (14:02 +0000)]
urlencode not needed anymore

15 years ago* feed arrays into getFullURL() for readability
Siebrand Mazeland [Mon, 25 May 2009 13:53:48 +0000 (13:53 +0000)]
* feed arrays into getFullURL() for readability
* fix indentation (spaces to tab)

15 years agoWork around parser madness, because I have no idea what is going on. The following...
Niklas Laxström [Mon, 25 May 2009 13:49:01 +0000 (13:49 +0000)]
Work around parser madness, because I have no idea what is going on. The following renders each line as a paragraph:
<div>a
b
c/div>

15 years agoFix r50972
Purodha B Blissenbach [Mon, 25 May 2009 13:42:47 +0000 (13:42 +0000)]
Fix r50972

15 years agoMisguiding message text amended. See hint at
Purodha B Blissenbach [Mon, 25 May 2009 09:48:22 +0000 (09:48 +0000)]
Misguiding message text amended. See hint at
http://translatewiki.net/w/i.php?title=Support&oldid=1234364#Original_message_problem_-_filepage-nofile-link

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Mon, 25 May 2009 03:02:06 +0000 (03:02 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoFix per comments at r50961: Update MessagesEn.php (remove unused messages and acciden...
Robin Pepermans [Sun, 24 May 2009 22:36:53 +0000 (22:36 +0000)]
Fix per comments at r50961: Update MessagesEn.php (remove unused messages and accidentally committed change)

15 years agoLocalisation updates for core messages from translatewiki.net (2009-05-24 21:49 UTC)
Siebrand Mazeland [Sun, 24 May 2009 21:56:54 +0000 (21:56 +0000)]
Localisation updates for core messages from translatewiki.net (2009-05-24 21:49 UTC)

15 years agoFixing part of bug 14688 (upload restrictions):
Robin Pepermans [Sun, 24 May 2009 20:45:31 +0000 (20:45 +0000)]
Fixing part of bug 14688 (upload restrictions):
* Only show upload links on file description if $wgEnableUploads = true and user *can* upload
* Don't say "You need to log in to upload", because it's possible that uploading is disabled for registered users as well and e.g. only sysops can upload (same for moving pages)
* And a small tweak: less code in SkinTemplate.php with same result

15 years agoadded functionality to removing a array key specified on a source file in the rebuild...
Shinjiman [Sun, 24 May 2009 14:21:27 +0000 (14:21 +0000)]
added functionality to removing a array key specified on a source file in the rebuildLanguage.php, to incorporate the functionality of the checkDupeMessages.php file.

15 years agoUpdate per r50782:
Robin Pepermans [Sun, 24 May 2009 12:09:15 +0000 (12:09 +0000)]
Update per r50782:
* Remove all $wgAllowRealName, check $wgHiddenPrefs instead
* Make $wgAllowUserSkin obsolete too, check $wgHiddenPrefs instead
* And also only call globals if really needed, and remove unused globals

15 years agoFix special page case
Siebrand Mazeland [Sun, 24 May 2009 09:23:40 +0000 (09:23 +0000)]
Fix special page case

15 years agoRemove deprecated getInterwikiLink(). Method was deprecated in r41377 (2008-09-29...
Siebrand Mazeland [Sun, 24 May 2009 09:05:49 +0000 (09:05 +0000)]
Remove deprecated getInterwikiLink(). Method was deprecated in r41377 (2008-09-29) and is no longer used in current trunk or extensions.

15 years agoRemove deprecated userCanCreate(), userCanEdit(), userCanMove(). Methods were depreca...
Siebrand Mazeland [Sun, 24 May 2009 08:59:39 +0000 (08:59 +0000)]
Remove deprecated userCanCreate(), userCanEdit(), userCanMove(). Methods were deprecated in r19193 (2007-01-13) and are no longer used in current trunk or extensions.