lhc/web/wiklou.git
16 years agoTweak message
Aaron Schulz [Wed, 4 Jun 2008 00:16:36 +0000 (00:16 +0000)]
Tweak message

16 years agoFix and revert revert of 35819. is_writable() should apply to the parent, not the...
Tim Starling [Wed, 4 Jun 2008 00:14:13 +0000 (00:14 +0000)]
Fix and revert revert of 35819. is_writable() should apply to the parent, not the nonexistent new directory.

16 years agoAs Brion points out, this needs an htmlspecialchars.
Aryeh Gregor [Tue, 3 Jun 2008 23:54:02 +0000 (23:54 +0000)]
As Brion points out, this needs an htmlspecialchars.

16 years agoMake link to current not be misleading if the diff is outdated (also bug 14395)
Aaron Schulz [Tue, 3 Jun 2008 23:51:32 +0000 (23:51 +0000)]
Make link to current not be misleading if the diff is outdated (also bug 14395)

16 years agoRevert r35819 -- broke thumbnailing.
Brion Vibber [Tue, 3 Jun 2008 23:46:56 +0000 (23:46 +0000)]
Revert r35819 -- broke thumbnailing.

  10 previously passing test(s) now FAILING! :(
      * Thumbnail image caption with a free URL  [Introduced between 03-Jun-2008 19:49:16, 1.13alpha (r35816) and 03-Jun-2008 23:42:22, 1.13alpha (r35827)]
      * BUG 1887: A ISBN with a thumbnail  [Introduced between 03-Jun-2008 19:49:16, 1.13alpha (r35816) and 03-Jun-2008 23:42:22, 1.13alpha (r35827)]
      * BUG 1887: A RFC with a thumbnail  [Introduced between 03-Jun-2008 19:49:16, 1.13alpha (r35816) and 03-Jun-2008 23:42:22, 1.13alpha (r35827)]
      * BUG 1887: A mailto link with a thumbnail  [Introduced between 03-Jun-2008 19:49:16, 1.13alpha (r35816) and 03-Jun-2008 23:42:22, 1.13alpha (r35827)]
      * BUG 1887: A <math> with a thumbnail- we don't render math in the parsertests by default,
so math is not stripped and turns up as escaped &lt;math&gt; tags.  [Introduced between 03-Jun-2008 19:49:16, 1.13alpha (r35816) and 03-Jun-2008 23:42:22, 1.13alpha (r35827)]
      * BUG 1887, part 2: A <math> with a thumbnail- math enabled  [Introduced between 03-Jun-2008 19:49:16, 1.13alpha (r35816) and 03-Jun-2008 23:42:22, 1.13alpha (r35827)]
      * Image caption containing another image  [Introduced between 03-Jun-2008 19:49:16, 1.13alpha (r35816) and 03-Jun-2008 23:42:22, 1.13alpha (r35827)]
      * Bug 3090: External links other than http: in image captions  [Introduced between 03-Jun-2008 19:49:16, 1.13alpha (r35816) and 03-Jun-2008 23:42:22, 1.13alpha (r35827)]
      * Width + Height sized image (using px) (height is ignored)  [Introduced between 03-Jun-2008 19:49:16, 1.13alpha (r35816) and 03-Jun-2008 23:42:22, 1.13alpha (r35827)]
      * <references> after <gallery> (bug 6164)  [Introduced between 03-Jun-2008 19:49:16, 1.13alpha (r35816) and 03-Jun-2008 23:42:22, 1.13alpha (r35827)]

16 years agoRevert r35812 (link icons for RTL).
Brion Vibber [Tue, 3 Jun 2008 23:36:48 +0000 (23:36 +0000)]
Revert r35812 (link icons for RTL).
Icons overlap text in Firefox 2 and IE 6 (seems worse in IE); haven't tested other browsers extensively yet.

16 years agoRevert r35769.
Brion Vibber [Tue, 3 Jun 2008 23:33:46 +0000 (23:33 +0000)]
Revert r35769.
The star-shaped bullet isn't really ideal; it doesn't display properly in some browsers (overlaps with square bullet), and isn't particularly clear.

Might be best to break the pages back out again so things are visible and accessible.

16 years agoRevert r35794, r35795, r35797, r35798 for now.
Brion Vibber [Tue, 3 Jun 2008 22:43:24 +0000 (22:43 +0000)]
Revert r35794, r35795, r35797, r35798 for now.
Release notes claimed that this would deprecate $wgRateLimitsExcludedGroups, but in fact the code made it non-functional and removed it entirely.
Deprecation means that you *recommend against use of it*, but it continues to work.

16 years ago(bug 14385) "Move subpages" option no longer tries to move to invalid titles. Patch...
Aryeh Gregor [Tue, 3 Jun 2008 21:57:53 +0000 (21:57 +0000)]
(bug 14385) "Move subpages" option no longer tries to move to invalid titles.  Patch based on one by Mr.Z-man.

16 years agoMove bottomscripts down to just above the </body>, outside of the globalWrapper ...
Brion Vibber [Tue, 3 Jun 2008 20:58:44 +0000 (20:58 +0000)]
Move bottomscripts down to just above the </body>, outside of the globalWrapper </div>.
This seems to make JS a little more robust against horrible flaming death in MSIE -- bad HTML in site messages combined with some anonnotice DOM work has been known to cause complete page load failure.
This might also be the cause of intermittent IE 7 load failures we haven't been able to reproduce.

16 years ago* Second try of split message caches with changes suggested by Tim Starling and other...
Niklas Laxström [Tue, 3 Jun 2008 20:41:57 +0000 (20:41 +0000)]
* Second try of split message caches with changes suggested by Tim Starling and other small fixes
 * removed use of umask, wfMkdirParents works now
 * splitting of messages per language is now unconditional
 * storing cached messages in 2-d array of code => messages
 * fixed a bug in replace(), now deletion works properly
 * clear() should actually do something now
 * try to delay parser creation in transform()
 * removed the use of $memcPrefix and wfMemcKeyLang() in favour of wfMemcKey()
 * escape $code in loadFromDb()
 * use member variable instead of static variable for tracking loaded languages

16 years ago* When passing invalid or nonexistent language code to wfMsgExt, fallback to English...
Niklas Laxström [Tue, 3 Jun 2008 20:32:13 +0000 (20:32 +0000)]
* When passing invalid or nonexistent language code to wfMsgExt, fallback to English instead of some random interface language we are currently using

16 years ago* Revert wfMkdirParents back to old method not using recursive mkdir
Niklas Laxström [Tue, 3 Jun 2008 20:28:28 +0000 (20:28 +0000)]
* Revert wfMkdirParents back to old method not using recursive mkdir
 * mkdir is affected by umask
 * modifying umask is not thread safe
 * work around is to use chmod... which the old code already did

16 years ago* Cache sidebar for all languages
Niklas Laxström [Tue, 3 Jun 2008 20:24:00 +0000 (20:24 +0000)]
* Cache sidebar for all languages

16 years ago* Fix redundant assignment
Niklas Laxström [Tue, 3 Jun 2008 20:15:16 +0000 (20:15 +0000)]
* Fix redundant assignment

16 years agoRemove bullshit "deprecated" warnings about MediaWiki:Monobook.js
Brion Vibber [Tue, 3 Jun 2008 19:33:24 +0000 (19:33 +0000)]
Remove bullshit "deprecated" warnings about MediaWiki:Monobook.js
Skin-specific JS pages are *PERFECTLY APPROPRIATE* for *SKIN-SPECIFIC* JS.
MediaWiki:Common.js should be used for *GENERAL JS*.

16 years agoLocalisation updates for core messages from Betawiki (2008-06-03 21:03 CEST)
Siebrand Mazeland [Tue, 3 Jun 2008 19:14:02 +0000 (19:14 +0000)]
Localisation updates for core messages from Betawiki (2008-06-03 21:03 CEST)

16 years agoEnable external link icon (along with other links icons too) again on RTL wikis after...
Mohamed Magdy [Tue, 3 Jun 2008 18:55:44 +0000 (18:55 +0000)]
Enable external link icon (along with other links icons too) again on RTL wikis after correcting its behavior.
This time it only adds 1.7kb of code. tested it on Arabic and English wikis. patch by Ahmad Sherif.

16 years agoLocalisation updates German
Raimond Spekking [Tue, 3 Jun 2008 18:49:59 +0000 (18:49 +0000)]
Localisation updates German

16 years agoRevert r35802. Not adding languages before there is sufficient message content. Using...
Siebrand Mazeland [Tue, 3 Jun 2008 16:55:57 +0000 (16:55 +0000)]
Revert r35802. Not adding languages before there is sufficient message content. Using $wgExtraLanguageNames in LocalSetting.php in Betawiki.

16 years agoAllow wikisyntax in these messages. Makes it easier to link to help pages in tbe...
Raimond Spekking [Tue, 3 Jun 2008 16:43:11 +0000 (16:43 +0000)]
Allow wikisyntax in these messages. Makes it easier to link to help pages in tbe projects

16 years agoprepare for Europanto localization on Betawiki
Purodha B Blissenbach [Tue, 3 Jun 2008 16:37:01 +0000 (16:37 +0000)]
prepare for Europanto localization on Betawiki

16 years ago(bug 12145) Kazakh message updates
Alexandre Emsenhuber [Tue, 3 Jun 2008 16:35:31 +0000 (16:35 +0000)]
(bug 12145) Kazakh message updates

16 years agoClean up DefaultSettings.php documentation for (now useless) $wgRateLimitsExcludedGroups
Chad Horohoe [Tue, 3 Jun 2008 15:12:16 +0000 (15:12 +0000)]
Clean up DefaultSettings.php documentation for  (now useless) $wgRateLimitsExcludedGroups

16 years agoFatal error: Call to undefined method User::userCan()
Alexandre Emsenhuber [Tue, 3 Jun 2008 15:05:14 +0000 (15:05 +0000)]
Fatal error: Call to undefined method User::userCan()

16 years agoPartial revert of r35794. Additional file added to commit that shouldn't have gone.
Chad Horohoe [Tue, 3 Jun 2008 14:56:25 +0000 (14:56 +0000)]
Partial revert of r35794. Additional file added to commit that shouldn't have gone.

16 years ago(bug 12859) Deprecate $wgRateLimitsExcludedGroups in favor of adding the 'noratelimit...
Chad Horohoe [Tue, 3 Jun 2008 14:53:47 +0000 (14:53 +0000)]
(bug 12859) Deprecate $wgRateLimitsExcludedGroups in favor of adding the 'noratelimit' user right.

16 years agoCode cleanup.
Rotem Liss [Tue, 3 Jun 2008 13:32:18 +0000 (13:32 +0000)]
Code cleanup.

16 years agoLink to the group pages in Special:Preferences.
Rotem Liss [Tue, 3 Jun 2008 13:07:28 +0000 (13:07 +0000)]
Link to the group pages in Special:Preferences.

16 years agoFix for r35787 commit message: the list bullets were indented to the right, not to...
Rotem Liss [Tue, 3 Jun 2008 13:00:21 +0000 (13:00 +0000)]
Fix for r35787 commit message: the list bullets were indented to the right, not to the left.

16 years agoRemoving obsolete messages, referring to the division of special pages to normal...
Rotem Liss [Tue, 3 Jun 2008 12:58:57 +0000 (12:58 +0000)]
Removing obsolete messages, referring to the division of special pages to normal and restricted, and moving the messages of Special:Specialpages to this page section.

16 years agoReverting new Special:SpecialPages layout: Problems in RTL wikis in Firefox (didn...
Rotem Liss [Tue, 3 Jun 2008 12:56:33 +0000 (12:56 +0000)]
Reverting new Special:SpecialPages layout: Problems in RTL wikis in Firefox (didn't check other browsers), list bullets are indented to the left. The change to the restricted special pages was not reverted, and they are still in the combined list.

16 years agoUpdate.
Rotem Liss [Tue, 3 Jun 2008 12:32:11 +0000 (12:32 +0000)]
Update.

16 years agoFixing display of RTL Special:Specialpages: Display is not ideal yet (bullets are...
Rotem Liss [Tue, 3 Jun 2008 12:07:46 +0000 (12:07 +0000)]
Fixing display of RTL Special:Specialpages: Display is not ideal yet (bullets are out of display, at least in Firefox), but is better.

16 years agoFixing regression from r35298: wasn't adding enough ampersands.
Roan Kattouw [Tue, 3 Jun 2008 10:58:45 +0000 (10:58 +0000)]
Fixing regression from r35298: wasn't adding enough ampersands.

16 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Tue, 3 Jun 2008 06:07:49 +0000 (06:07 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

16 years agoAlso remove leftover "</li>" from previous commit
Siebrand Mazeland [Tue, 3 Jun 2008 05:38:04 +0000 (05:38 +0000)]
Also remove leftover "</li>" from previous commit

16 years agoReduce HTML in 'specialpages-note'
Siebrand Mazeland [Tue, 3 Jun 2008 05:36:52 +0000 (05:36 +0000)]
Reduce HTML in 'specialpages-note'

16 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Tue, 3 Jun 2008 03:56:53 +0000 (03:56 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

16 years agoTweak system message to fit better.
Daniel Friesen [Tue, 3 Jun 2008 01:44:29 +0000 (01:44 +0000)]
Tweak system message to fit better.

16 years agoCleaning out old comments and changing display of restricted pages.
Daniel Friesen [Tue, 3 Jun 2008 00:56:47 +0000 (00:56 +0000)]
Cleaning out old comments and changing display of restricted pages.
Splarka suggested marking restricted pages with a star bullet rather than bolding them.

16 years ago* (bug 14367) Failed block no longer adds phantom watchlist entry
Brion Vibber [Mon, 2 Jun 2008 21:52:57 +0000 (21:52 +0000)]
* (bug 14367) Failed block no longer adds phantom watchlist entry
^demon's patch from https://bugzilla.wikimedia.org/attachment.cgi?id=4945

16 years ago* (bug 14258, 14368) Fix for subpage renames in replication environments
Brion Vibber [Mon, 2 Jun 2008 21:48:02 +0000 (21:48 +0000)]
* (bug 14258, 14368) Fix for subpage renames in replication environments

16 years agoLocalisation updates for core messages from Betawiki (2008-06-02 23:23 CEST)
Siebrand Mazeland [Mon, 2 Jun 2008 21:27:03 +0000 (21:27 +0000)]
Localisation updates for core messages from Betawiki (2008-06-02 23:23 CEST)

16 years ago... and should have also made this an array
Bryan Tong Minh [Mon, 2 Jun 2008 20:15:22 +0000 (20:15 +0000)]
... and should have also made this an array

16 years agoForgot to return success
Bryan Tong Minh [Mon, 2 Jun 2008 20:11:11 +0000 (20:11 +0000)]
Forgot to return success

16 years agoPut ratelimiter and edittoken checking in backend.
Bryan Tong Minh [Mon, 2 Jun 2008 19:15:56 +0000 (19:15 +0000)]
Put ratelimiter and edittoken checking in backend.

16 years agoLocalisation updates German
Raimond Spekking [Mon, 2 Jun 2008 18:54:54 +0000 (18:54 +0000)]
Localisation updates German

16 years agoAdd bug and comment for r35609: * (bug 13434) Show a warning when hash identical...
Raimond Spekking [Mon, 2 Jun 2008 18:45:09 +0000 (18:45 +0000)]
Add bug and comment for r35609: * (bug 13434) Show a warning when hash identical files exist

16 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Mon, 2 Jun 2008 18:36:42 +0000 (18:36 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese
Localisation updates Chinese for extension messages

16 years agoLocalisation updates for core messages from Betawiki
Siebrand Mazeland [Mon, 2 Jun 2008 18:34:41 +0000 (18:34 +0000)]
Localisation updates for core messages from Betawiki
* cu: renamed namespaces according to new Unicode 5.1 standard
* eo: update magic words
* uk: update Special: namespace

16 years agoLocalisation updates. Rebuilt all languages files, removed obsolete messages
Siebrand Mazeland [Mon, 2 Jun 2008 17:59:32 +0000 (17:59 +0000)]
Localisation updates. Rebuilt all languages files, removed obsolete messages

16 years agoLocalisation updates for core messages from Betawiki (2008-06-02 19:43 CEST)
Siebrand Mazeland [Mon, 2 Jun 2008 17:53:51 +0000 (17:53 +0000)]
Localisation updates for core messages from Betawiki (2008-06-02 19:43 CEST)

16 years agoFixed Doxygen warnings
Alexandre Emsenhuber [Mon, 2 Jun 2008 17:50:59 +0000 (17:50 +0000)]
Fixed Doxygen warnings

16 years ago* Clarify comment about ListGroupRights change to indicate what behaviour was changed...
Robert Leverington [Mon, 2 Jun 2008 17:34:41 +0000 (17:34 +0000)]
* Clarify comment about ListGroupRights change to indicate what behaviour was changed, not the undesirable behaviour that existed before it was changed.

16 years agoUpdate.
Rotem Liss [Mon, 2 Jun 2008 17:26:34 +0000 (17:26 +0000)]
Update.

16 years agoFormulate 'file-exists-duplicate' more certain
Siebrand Mazeland [Mon, 2 Jun 2008 17:23:22 +0000 (17:23 +0000)]
Formulate 'file-exists-duplicate' more certain

16 years agoLocalisation updates German
Raimond Spekking [Mon, 2 Jun 2008 16:05:27 +0000 (16:05 +0000)]
Localisation updates German

16 years agoPrevent E_STRICT warning on editing a non-existent page / starting a new page:
Nick Jenkins [Mon, 2 Jun 2008 06:44:05 +0000 (06:44 +0000)]
Prevent E_STRICT warning on editing a non-existent page / starting a new page:
-------------------------------
Strict Standards: Only variables should be passed by reference in includes/EditPage.php on line 2233
     EditPage.showDeletionLog(Object:OutputPage) # line 685, file: includes/EditPage.php
    EditPage.showIntro() # line 450, file: includes/EditPage.php
   EditPage.edit() # line 348, file: includes/EditPage.php
  EditPage.submit() # line 490, file: includes/Wiki.php
 MediaWiki.performAction(Object:OutputPage, Object:Article, Object:Title, Object:User, Object:WebRequest) # line 59, file: includes/Wiki.php
MediaWiki.initialize(Object:Title, Object:Article, Object:OutputPage, Object:User, Object:WebRequest) # line 92, file: index.php
-------------------------------

16 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Mon, 2 Jun 2008 03:29:04 +0000 (03:29 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

16 years agoSplarka wanted a way to hide the diff so here's &hidediff=1. Whether it's useful...
Daniel Friesen [Mon, 2 Jun 2008 00:13:08 +0000 (00:13 +0000)]
Splarka wanted a way to hide the diff so here's &hidediff=1. Whether it's useful or not is an IRC Discussion away, and I already have the code, so, click...

16 years agoshowDiff needs headers as parameters, even though they aren't needed here. Just give...
Daniel Friesen [Sun, 1 Jun 2008 23:47:32 +0000 (23:47 +0000)]
showDiff needs headers as parameters, even though they aren't needed here. Just give it two empty strings to avoid a PHP error.

16 years agoSolved bug 14263, showing a diff on revert.
Daniel Friesen [Sun, 1 Jun 2008 23:35:42 +0000 (23:35 +0000)]
Solved bug 14263, showing a diff on revert.

16 years ago(bug 11659) Urldecode image names in galleries (fixed in a similar way as done for...
Bryan Tong Minh [Sun, 1 Jun 2008 18:31:40 +0000 (18:31 +0000)]
(bug 11659) Urldecode image names in galleries (fixed in a similar way as done for regular links)

16 years agoFix options with an argument
Alexandre Emsenhuber [Sun, 1 Jun 2008 18:09:02 +0000 (18:09 +0000)]
Fix options with an argument

16 years agoAPI: Add action=emailuser
Bryan Tong Minh [Sun, 1 Jun 2008 17:58:27 +0000 (17:58 +0000)]
API: Add action=emailuser

16 years agoPer r35670: Bump $wgStyleVersion
Alexandre Emsenhuber [Sun, 1 Jun 2008 16:13:58 +0000 (16:13 +0000)]
Per r35670: Bump $wgStyleVersion

16 years ago* (bug 14370) When a grouppage-x message does not exist the entry on the ListGroupRig...
Robert Leverington [Sun, 1 Jun 2008 16:00:02 +0000 (16:00 +0000)]
* (bug 14370) When a grouppage-x message does not exist the entry on the ListGroupRights special page links to the main namespace page not the project namespace page.

16 years agoSometimes, blanks get into these fields somehow, so we'll handle them on upgrade.
Greg Sabino Mullane [Sun, 1 Jun 2008 15:53:55 +0000 (15:53 +0000)]
Sometimes, blanks get into these fields somehow, so we'll handle them on upgrade.

16 years agoLocalisation updates: Adding/updating Persian translations
Huji [Sun, 1 Jun 2008 15:14:19 +0000 (15:14 +0000)]
Localisation updates: Adding/updating Persian translations

16 years agoOn second thought, we should be using a lowercase form of the special page name.
Daniel Friesen [Sun, 1 Jun 2008 09:27:22 +0000 (09:27 +0000)]
On second thought, we should be using a lowercase form of the special page name.

16 years agoAllow use of a mediawiki message to '''override''' the group used to group a special...
Daniel Friesen [Sun, 1 Jun 2008 09:24:09 +0000 (09:24 +0000)]
Allow use of a mediawiki message to '''override''' the group used to group a special page.
Form is specialpages-specialpagegroup-$specialpage
Tim suggested letting a message override the group to let someone with a better hand at organization in the community try organizing the pages. So we could then import those changes back into MediaWiki at some point in time.

16 years agoUpdate and fixes.
Rotem Liss [Sun, 1 Jun 2008 05:51:37 +0000 (05:51 +0000)]
Update and fixes.

16 years agoAll the needy pages were moved into maintenance, this message is useless now.
Daniel Friesen [Sun, 1 Jun 2008 05:20:58 +0000 (05:20 +0000)]
All the needy pages were moved into maintenance, this message is useless now.

Someone changed the 'Pages' into a 'Page lists' group, so now some of the pages were removed because they don't fit there anymore with the new definition.

Adding a 'redirects' group, for special pages which redirect to another one ie: Random page redirects, and redirects to a user's pages.

16 years agoChanging the UI for [[Special:Specialpages]].
Daniel Friesen [Sun, 1 Jun 2008 04:27:47 +0000 (04:27 +0000)]
Changing the UI for [[Special:Specialpages]].
* Restricted pages are now with the normal pages (Special pages of a group are grouped together rather than split up on whether they are restricted or not [which does not matter to the user since they can use the page anyways])
* Restricted pages are still marked so the user can identify them. (CSS Class allows this behavior to be customized, default is to bold the link)
* New layout change. Rather than a poor table based column layout, using a dynamic CSS based one. This one uses floats and list items. With CSS disabled you get a single list. In 800x640px you get 2 columns, in 1042x860px you still get two columns, and in large screens like my 1280x1240px you get 3 columns. (770px width and below you get a single column) so this scales well no matter what screen size you have.

16 years agoMake things easier to find on specialpages by tweaking groups
Aaron Schulz [Sun, 1 Jun 2008 04:01:58 +0000 (04:01 +0000)]
Make things easier to find on specialpages by tweaking groups

16 years agoRevert r35478, r35264, r35262: $wgPerLanguageCaching feature. Bug found with $wgPerLa...
Tim Starling [Sun, 1 Jun 2008 03:27:48 +0000 (03:27 +0000)]
Revert r35478, r35264, r35262: $wgPerLanguageCaching feature. Bug found with $wgPerLanguageCaching=false. Nikerabbit, please see me for a detailed code review.

16 years agoAdding missing items to the list.
Huji [Sat, 31 May 2008 18:47:50 +0000 (18:47 +0000)]
Adding missing items to the list.

16 years agoLocalisation updates: Adding/updating Persian translations
Huji [Sat, 31 May 2008 18:47:18 +0000 (18:47 +0000)]
Localisation updates: Adding/updating Persian translations

16 years agoRemove the AlternateEdit hook from the API: it is a hook meant to show a different...
Bryan Tong Minh [Sat, 31 May 2008 14:07:15 +0000 (14:07 +0000)]
Remove the AlternateEdit hook from the API: it is a hook meant to show a different EditForm which is not what we want to do.

16 years ago* (bug 14362) Change interwiki names of Erzya and Moksha Wikipedias
Victor Vasiliev [Sat, 31 May 2008 12:04:28 +0000 (12:04 +0000)]
* (bug 14362) Change interwiki names of Erzya and Moksha Wikipedias

16 years ago* (bug 12145) Localisation updates Kazakh
Shinjiman [Sat, 31 May 2008 10:58:25 +0000 (10:58 +0000)]
* (bug 12145) Localisation updates Kazakh
  patch by AlefZet

16 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Sat, 31 May 2008 10:27:00 +0000 (10:27 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

16 years agoAdd wpSkipCookieCheck to allow bots to skip the cookie check
Bryan Tong Minh [Sat, 31 May 2008 08:54:45 +0000 (08:54 +0000)]
Add wpSkipCookieCheck to allow bots to skip the cookie check

16 years ago* mmm, trying to be a bit more informative than just "pages". Goes a bit over the...
Niklas Laxström [Sat, 31 May 2008 08:33:16 +0000 (08:33 +0000)]
* mmm, trying to be a bit more informative than just "pages". Goes a bit over the maintenance category though...

16 years ago* Use plural, some language may need it
Niklas Laxström [Sat, 31 May 2008 08:26:07 +0000 (08:26 +0000)]
* Use plural, some language may need it

16 years ago* Fixing syntax errors
Niklas Laxström [Sat, 31 May 2008 08:15:18 +0000 (08:15 +0000)]
* Fixing syntax errors
One should run either 1) rebuild messages or 2) php -l to check syntax errors before doing manual commits

16 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Sat, 31 May 2008 08:10:25 +0000 (08:10 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

16 years agoAdd a message for a 'Spam tools' group.
Daniel Friesen [Sat, 31 May 2008 02:43:33 +0000 (02:43 +0000)]
Add a message for a 'Spam tools' group.
Many extensions fall under this category, however there isn't a single one which would dominate this category.
It's best to localize this one inside of core to avoid multiple extensions trying to localize the same message, or worse, different id's with the same purpose. And ending up duplicating translations, with some lagging behind and potentially overriding newer translations in other extensions.

16 years agoImprove default groups for special pages: 23 out of 29 remaining ungrouped pages...
Daniel Friesen [Sat, 31 May 2008 02:36:22 +0000 (02:36 +0000)]
Improve default groups for special pages: 23 out of 29 remaining ungrouped pages have been grouped. This leaves us with only 6 stragglers.
+ pages (For page lists like Allpages, Redirect lists, random pages, and other special pages listing or pointing to certain pages)
+ pagetools (For tools used to work on pages such as page movement, importing/exporting pages, and anything to do with (un)deleteion or history management of pages)
+ wiki (For special pages which list or modify data about the wiki and/or it's software such as Wiki statistics, Software version, Locking/Unlocking the database, and listing software messages)
- Preferences and password resets also moved to users.

16 years agoUse proper title to give to hook
Aaron Schulz [Fri, 30 May 2008 21:42:05 +0000 (21:42 +0000)]
Use proper title to give to hook

16 years agoAlways return an array if an error has occurred in Title::moveTo.
Bryan Tong Minh [Fri, 30 May 2008 19:59:47 +0000 (19:59 +0000)]
Always return an array if an error has occurred in Title::moveTo.

16 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Fri, 30 May 2008 19:07:54 +0000 (19:07 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

16 years agoForgot to remove the newFileFrom row thingies from ForeignDBRepo
Bryan Tong Minh [Fri, 30 May 2008 18:19:02 +0000 (18:19 +0000)]
Forgot to remove the newFileFrom row thingies from ForeignDBRepo

16 years agoUpdate.
Rotem Liss [Fri, 30 May 2008 18:02:00 +0000 (18:02 +0000)]
Update.

16 years agoforce an index here :)
Domas Mituzas [Fri, 30 May 2008 17:52:26 +0000 (17:52 +0000)]
force an index here :)

16 years agoPerform a duplicate check on upload and throw a warning which can be observed or...
Brion Vibber [Fri, 30 May 2008 17:50:04 +0000 (17:50 +0000)]
Perform a duplicate check on upload and throw a warning which can be observed or ignored.

16 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Fri, 30 May 2008 16:38:59 +0000 (16:38 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

16 years agoFixed excessive memory usage in PCRE in wfMangleFlashPolicy(). Was causing OOM on...
Tim Starling [Fri, 30 May 2008 14:58:29 +0000 (14:58 +0000)]
Fixed excessive memory usage in PCRE in wfMangleFlashPolicy(). Was causing OOM on various big pages. Possible upstream regression, deserves investigation.

16 years ago* Use a proper factory for newFromRow
Bryan Tong Minh [Fri, 30 May 2008 13:16:08 +0000 (13:16 +0000)]
* Use a proper factory for newFromRow
* Don't remove found files from the $titles parameter in findFiles