lhc/web/wiklou.git
16 years agoAPI: Adding thumbnailing support to prop=imageinfo
Roan Kattouw [Fri, 18 Jan 2008 20:17:26 +0000 (20:17 +0000)]
API: Adding thumbnailing support to prop=imageinfo

16 years ago* Changing PageArchive::undelete() and undeleteRevisions() to return false rather...
Roan Kattouw [Fri, 18 Jan 2008 19:38:28 +0000 (19:38 +0000)]
* Changing PageArchive::undelete() and undeleteRevisions() to return false rather than an error code
* Refactoring ApiUndelete to use ApiBase::dieUsageMsg()
* Adding new messages to ApiBase::$messageMap

16 years ago* Refactored IPUnblockForm::doUnblock() to return an array of message keys and parameters
Roan Kattouw [Fri, 18 Jan 2008 18:53:57 +0000 (18:53 +0000)]
* Refactored IPUnblockForm::doUnblock() to return an array of message keys and parameters
* Refactored IPUnblockForm::doSubmit() and ApiUnblock accordingly
* Added even more messages to ApiBase::$messageMap

16 years ago* Refactoring IPBlockForm::doBlock() to return message keys
Roan Kattouw [Fri, 18 Jan 2008 17:48:03 +0000 (17:48 +0000)]
* Refactoring IPBlockForm::doBlock() to return message keys
* Refactoring ApiBlock accordingly
* Adding check for blockemail right to ApiBlock
* Adding more messages to ApiBase::$messageMap
* Fixing E_NOTICE in SpecialIpblocklist.php

16 years agoUpdate.
Rotem Liss [Fri, 18 Jan 2008 17:18:36 +0000 (17:18 +0000)]
Update.

16 years ago* (bug 10049) Prefix index search and namespaces in Special:Withoutinterwiki
Victor Vasiliev [Fri, 18 Jan 2008 17:15:27 +0000 (17:15 +0000)]
* (bug 10049) Prefix index search and namespaces in Special:Withoutinterwiki

16 years agoAPI:
Roan Kattouw [Fri, 18 Jan 2008 16:34:40 +0000 (16:34 +0000)]
API:
* Refactored ApiProtect. No need for core modifications this time :)
* Added permissions check to ApiMove to protect against messages with arguments getting none. moveTo()'s return value should really be modified, see also comment

16 years agoCheck both the old and the new title of course. What was I smoking?
Roan Kattouw [Fri, 18 Jan 2008 16:19:38 +0000 (16:19 +0000)]
Check both the old and the new title of course. What was I smoking?

16 years agoAPI: Unifying "the ... parameter must be set" messages into one ('missingparam')...
Roan Kattouw [Fri, 18 Jan 2008 16:01:31 +0000 (16:01 +0000)]
API: Unifying "the ... parameter must be set" messages into one ('missingparam'), expanding $1 in error codes as well.

16 years agoWhoops, we should check for move *and* edit permissions.
Roan Kattouw [Fri, 18 Jan 2008 15:54:59 +0000 (15:54 +0000)]
Whoops, we should check for move *and* edit permissions.

16 years agoCore:
Roan Kattouw [Fri, 18 Jan 2008 15:52:40 +0000 (15:52 +0000)]
Core:
* Using getUserPermissionsErrors() rather than userCan() in Title::isValidMoveOperation()
* Removing blocked check from Article::doRollback(): Title::getUserPermissionsErrors() checks for that already

API:
* Refactoring ApiMove to use new messages system
* Adding more messages to ApiBase::$messageMap
* Removing unused parameter to 'notanarticle' in ApiDelete::execute()

16 years agoFix srn UI display name
Siebrand Mazeland [Fri, 18 Jan 2008 15:29:24 +0000 (15:29 +0000)]
Fix srn UI display name

16 years agoAPI:
Roan Kattouw [Fri, 18 Jan 2008 14:34:14 +0000 (14:34 +0000)]
API:
* Refactored ApiDelete to use the new dieUsageMsg() system
* Adding some more messages to ApiBase::$messageMap
* Also using dieUsageMsg() for API-related errors in ApiRollback
* Removing 'lo' prefix for ApiLogout as it doesn't have any parameters anyway

16 years agoFixing parser bug that broke API rollback: use $this->mTitle instead of $wgTitle...
Roan Kattouw [Fri, 18 Jan 2008 14:27:15 +0000 (14:27 +0000)]
Fixing parser bug that broke API rollback: use $this->mTitle instead of $wgTitle (the latter is NULL in API calls).

16 years agoAdded Persian translations
Huji [Fri, 18 Jan 2008 12:09:24 +0000 (12:09 +0000)]
Added Persian translations

16 years agoLocalisation updates for core messages from Betawiki (2008-01-18 9:45 CET)
Siebrand Mazeland [Fri, 18 Jan 2008 08:58:03 +0000 (08:58 +0000)]
Localisation updates for core messages from Betawiki (2008-01-18 9:45 CET)

16 years agoLocalisation updates for core messages from Betawiki
Siebrand Mazeland [Thu, 17 Jan 2008 21:18:58 +0000 (21:18 +0000)]
Localisation updates for core messages from Betawiki
* adding messages imported from av.wikipedia

16 years agoLocalisation updates for core messages from Betawiki (2008-01-17 22:50 CET)
Siebrand Mazeland [Thu, 17 Jan 2008 21:06:53 +0000 (21:06 +0000)]
Localisation updates for core messages from Betawiki (2008-01-17 22:50 CET)

16 years ago* Update Chinese translations
Shinjiman [Thu, 17 Jan 2008 18:40:59 +0000 (18:40 +0000)]
* Update Chinese translations
* Update Cantonese translations
* Update Old Chinese / Late Time Chinese translations

16 years agoLocalisation updates. Output of import from te.wikipedia.
Siebrand Mazeland [Thu, 17 Jan 2008 17:58:34 +0000 (17:58 +0000)]
Localisation updates. Output of import from te.wikipedia.

16 years agoMake Title::newFromIDs() work properly when given an empty array.
Tim Starling [Thu, 17 Jan 2008 12:33:35 +0000 (12:33 +0000)]
Make Title::newFromIDs() work properly when given an empty array.

16 years agoOn edit, purge the cache of pages redirecting to the page in question. Obvious perhap...
Tim Starling [Thu, 17 Jan 2008 12:31:54 +0000 (12:31 +0000)]
On edit, purge the cache of pages redirecting to the page in question. Obvious perhaps, but apparently never done.

16 years ago Localisation updates for extensions from Betawiki (2008-01-17 12:00 UTC)
Bertrand Grondin [Thu, 17 Jan 2008 12:00:06 +0000 (12:00 +0000)]
 Localisation updates for extensions from Betawiki (2008-01-17 12:00 UTC)

16 years agoUndoing change committed in r29836 return to r 29817
Bertrand Grondin [Thu, 17 Jan 2008 11:25:19 +0000 (11:25 +0000)]
Undoing change committed in r29836 return to r 29817

16 years agoLocalisation updates for core messages from Betawiki (2008-01-17 09:50 CET)
Siebrand Mazeland [Thu, 17 Jan 2008 09:45:20 +0000 (09:45 +0000)]
Localisation updates for core messages from Betawiki (2008-01-17 09:50 CET)

16 years agoAdded ParserFirstCallInit hook. Deferred function registration in ParserFunctions...
Tim Starling [Thu, 17 Jan 2008 08:58:24 +0000 (08:58 +0000)]
Added ParserFirstCallInit hook. Deferred function registration in ParserFunctions until this hook is called.

16 years agoUpdate recently added messages.
Siebrand Mazeland [Thu, 17 Jan 2008 08:13:03 +0000 (08:13 +0000)]
Update recently added messages.

16 years agoUpdate.
Rotem Liss [Thu, 17 Jan 2008 07:52:24 +0000 (07:52 +0000)]
Update.

16 years agoIt was a bit too early to remove OnlyIncludeReplacer... still used by Parser_OldPP.
Tim Starling [Thu, 17 Jan 2008 04:02:57 +0000 (04:02 +0000)]
It was a bit too early to remove OnlyIncludeReplacer... still used by Parser_OldPP.

16 years ago* Fixed "Morwen/13" from http://meta.wikimedia.org/w/index.php?title=Migration_to_the...
Tim Starling [Thu, 17 Jan 2008 03:23:07 +0000 (03:23 +0000)]
* Fixed "Morwen/13" from meta.wikimedia.org/w/index.php?title=Migration_to_the_new_preprocessor&oldid=837845 . The fix is heuristic, to avoid infinite backtracking or "alternate-reality" style branching in the preprocessToDom stack. Some edit section links will go missing despite my best efforts.
* Split the PPD stack out to its own class. Verified with a differential fuzz test.
* Added parser tests for Morwen/13 (including new heuristic behaviour) and bug 5678.

16 years agoSlap some prettier warnings on too-big deletions.
Brion Vibber [Thu, 17 Jan 2008 00:29:05 +0000 (00:29 +0000)]
Slap some prettier warnings on too-big deletions.

16 years agoLocalisation updates for core messages from Betawiki
Siebrand Mazeland [Thu, 17 Jan 2008 00:10:09 +0000 (00:10 +0000)]
Localisation updates for core messages from Betawiki
* added Kotava/avk

16 years agoQuick hack in: $wgDeleteRevisionsLimit and 'bigdelete' permission.
Brion Vibber [Wed, 16 Jan 2008 23:08:19 +0000 (23:08 +0000)]
Quick hack in: $wgDeleteRevisionsLimit and 'bigdelete' permission.
Should keep us from the couple-of-times-yearly "oops someone deleted the sandbox" fun.

16 years agoPut image redirects behind $wgFileRedirects config option for now (defaulting off).
Brion Vibber [Wed, 16 Jan 2008 22:37:19 +0000 (22:37 +0000)]
Put image redirects behind $wgFileRedirects config option for now (defaulting off).

Several issues off the top of my head:
* Redirect behavior doesn't match between the image and the page.
* Upload form doesn't appear to pick up conflicts with existing redirects; this leads to confusion when after the upload you see a page showing the already-present redirect target, but the newly uploaded file is what you get when you use the name.
* [[Image:]] link to a redirect to a non-image page links to Special:Upload with the redirect name; [[Image:]] link to a redirect to a non-existent image page just links to the redirect page... behavior seems very hard to predict.
* Caching issues; pages using the redirected image don't appear to get invalidated when the redirect page is deleted
* Upload permissions can't be matched easily to creating-redirect permissions, which may be an issue (eg, create a billion redirects to Image:Goatse.jpg with innocent names)

16 years agoPlease keep site-specific temporary directories out of svn -- they're supposed to...
Brion Vibber [Wed, 16 Jan 2008 21:54:52 +0000 (21:54 +0000)]
Please keep site-specific temporary directories out of svn -- they're supposed to be locally created, so they have proper permissions and they need to not interfere with live behavior

16 years agoAdd an explicit Cache-control: no-cache header on external edit; possible reports...
Brion Vibber [Wed, 16 Jan 2008 20:59:24 +0000 (20:59 +0000)]
Add an explicit Cache-control: no-cache header on external edit; possible reports that our caches are aggressively caching these, though they shouldn't in an ideal world.

16 years agoAdded Persian translations
Huji [Wed, 16 Jan 2008 20:59:06 +0000 (20:59 +0000)]
Added Persian translations

16 years agoFix call to non-static method
Victor Vasiliev [Wed, 16 Jan 2008 18:49:41 +0000 (18:49 +0000)]
Fix call to non-static method

16 years agoForgot to commit this file
Victor Vasiliev [Wed, 16 Jan 2008 18:31:00 +0000 (18:31 +0000)]
Forgot to commit this file

16 years ago* Support redirects in image namespace
Victor Vasiliev [Wed, 16 Jan 2008 18:27:43 +0000 (18:27 +0000)]
* Support redirects in image namespace
Now doesn't require schema change

16 years ago* Add DBA-caching to installer
Victor Vasiliev [Wed, 16 Jan 2008 18:03:52 +0000 (18:03 +0000)]
* Add DBA-caching to installer

16 years agoImprove sanity check on site name a bit: ban '#' (number sign). There are undoubtedl...
Aryeh Gregor [Wed, 16 Jan 2008 17:42:46 +0000 (17:42 +0000)]
Improve sanity check on site name a bit: ban '#' (number sign).  There are undoubtedly several other characters that should be checked for, e.g., ':'.

16 years agoLocalisation updates for core messages from Betawiki (2008-01-16 16:44 CET)
Siebrand Mazeland [Wed, 16 Jan 2008 16:10:48 +0000 (16:10 +0000)]
Localisation updates for core messages from Betawiki (2008-01-16 16:44 CET)
* added Gagauz/gag

16 years agouse label.htmlFor=... instead of label.setAttribute('for', ...): the former works...
River Tarnell [Wed, 16 Jan 2008 10:38:54 +0000 (10:38 +0000)]
use label.htmlFor=... instead of label.setAttribute('for', ...): the former works in IE7, Firefox, Safari and Opera, while the latter does not work in IE7

16 years agoadjust footer padding and left portlet header size
River Tarnell [Wed, 16 Jan 2008 07:49:15 +0000 (07:49 +0000)]
adjust footer padding and left portlet header size

16 years ago#tag changes as per #wikimedia-tech committee
Tim Starling [Wed, 16 Jan 2008 07:46:27 +0000 (07:46 +0000)]
#tag changes as per #wikimedia-tech committee

16 years ago Localisation updates for extensions from Betawiki (2008-01-16 06:55 UTC)
Bertrand Grondin [Wed, 16 Jan 2008 06:56:01 +0000 (06:56 +0000)]
 Localisation updates for extensions from Betawiki (2008-01-16 06:55 UTC)

16 years agostyling for toc, categories
River Tarnell [Wed, 16 Jan 2008 05:06:33 +0000 (05:06 +0000)]
styling for toc, categories

16 years agoplainlinks
River Tarnell [Wed, 16 Jan 2008 04:32:36 +0000 (04:32 +0000)]
plainlinks

16 years agoimport image styling from monobook
River Tarnell [Wed, 16 Jan 2008 04:28:35 +0000 (04:28 +0000)]
import image styling from monobook

16 years agoincrease line-height slightly in navigation
River Tarnell [Wed, 16 Jan 2008 04:15:57 +0000 (04:15 +0000)]
increase line-height slightly in navigation

16 years agorearrange the content area so clear'd elements don't shift the navigation out of...
River Tarnell [Wed, 16 Jan 2008 04:06:48 +0000 (04:06 +0000)]
rearrange the content area so clear'd elements don't shift the navigation out of whack

16 years agoprint stylesheet
River Tarnell [Wed, 16 Jan 2008 02:59:30 +0000 (02:59 +0000)]
print stylesheet

16 years agostyling for prefs form, external links
River Tarnell [Wed, 16 Jan 2008 02:51:58 +0000 (02:51 +0000)]
styling for prefs form, external links

16 years ago* Strip fragments from $parser->mTitle to avoid having them show up in odd places...
Tim Starling [Wed, 16 Jan 2008 02:47:31 +0000 (02:47 +0000)]
* Strip fragments from $parser->mTitle to avoid having them show up in odd places, like section edit links. Potential fix for a bug which is reproducible on test.wikipedia.org but not locally.
* Identifiable heading for limit report

16 years agoRespect $wgEnableParserCache
Tim Starling [Wed, 16 Jan 2008 02:20:49 +0000 (02:20 +0000)]
Respect $wgEnableParserCache

16 years agonew skin: modern
River Tarnell [Wed, 16 Jan 2008 02:15:06 +0000 (02:15 +0000)]
new skin: modern

16 years ago* Rollback should not work if the wiki is read-only
Aryeh Gregor [Wed, 16 Jan 2008 00:06:42 +0000 (00:06 +0000)]
* Rollback should not work if the wiki is read-only
* Spacing, 80-char lines, adjust some comments

16 years agoLocalisation updates for core messages from Betawiki (2008-01-16 0:44 CET)
Siebrand Mazeland [Wed, 16 Jan 2008 00:01:23 +0000 (00:01 +0000)]
Localisation updates for core messages from Betawiki (2008-01-16 0:44 CET)

16 years agoAPI:
Roan Kattouw [Tue, 15 Jan 2008 21:33:08 +0000 (21:33 +0000)]
API:
* Removing action=render module (which was deprecated) in favor of action=parse
* Added prop parameter to action=parse so certain parts of the output can be left out
* action=parse&prop=text behaves pretty much exactly like action=render used to

16 years agoLimiting image history listings to 500 for now. A hard-coded limit sucks, but an...
Roan Kattouw [Tue, 15 Jan 2008 21:09:44 +0000 (21:09 +0000)]
Limiting image history listings to 500 for now. A hard-coded limit sucks, but an alternative isn't really available as the File handling code doesn't allow it (see also bug 12645). Besides, very few image histories are that long.

16 years agoFixing hinky indentation in ApiQueryImageInfo.php
Roan Kattouw [Tue, 15 Jan 2008 20:45:58 +0000 (20:45 +0000)]
Fixing hinky indentation in ApiQueryImageInfo.php

16 years agoWhoops, removed one check too many.
Roan Kattouw [Tue, 15 Jan 2008 20:23:50 +0000 (20:23 +0000)]
Whoops, removed one check too many.

16 years agoAPI:
Roan Kattouw [Tue, 15 Jan 2008 20:21:16 +0000 (20:21 +0000)]
API:
* Introducing ApiBase::dieUsageMsg() function which outputs the error associated with a certain message key
* Updating rollback module to use dieUsageMsg(). Other modules will follow.

16 years agoLarge refactoring of rollback code:
Roan Kattouw [Tue, 15 Jan 2008 17:31:07 +0000 (17:31 +0000)]
Large refactoring of rollback code:
* DB code is now in Article::commitRollback(), permissions checks in Article::doRollback()
* doRollback() no longer returns named constants but an OutputPage::showPermissionsErrorPage() compatible array

16 years agoAPI: Adding wlshow parameter to list=watchlist to allow for filtering (non-)minor...
Roan Kattouw [Tue, 15 Jan 2008 16:08:21 +0000 (16:08 +0000)]
API: Adding wlshow parameter to list=watchlist to allow for filtering (non-)minor, (non-)bot and (non-)anon edits

16 years agoReverting r29798 on the committer's request, part 1 of 2
Roan Kattouw [Tue, 15 Jan 2008 16:04:50 +0000 (16:04 +0000)]
Reverting r29798 on the committer's request, part 1 of 2

16 years agofix for IE
ThomasV [Tue, 15 Jan 2008 15:53:09 +0000 (15:53 +0000)]
fix for IE

16 years ago(bug 12585) Added a bunch of parameters to the revertpage message (rollback summary...
Roan Kattouw [Tue, 15 Jan 2008 15:38:30 +0000 (15:38 +0000)]
(bug 12585) Added a bunch of parameters to the revertpage message (rollback summary). These parameters currently aren't used in the default message, but custom messages could use them.

$3: revid of the revision reverted to
$4: timestamp of the revision reverted to
$5: revid of the revision reverted from
$6: timestamp of the revision reverted from

16 years agoAPI: Adding cascade flag to prop=info&inprop=protection
Roan Kattouw [Tue, 15 Jan 2008 15:23:27 +0000 (15:23 +0000)]
API: Adding cascade flag to prop=info&inprop=protection

16 years agoAdjust some function definitions for abstract classes to stop annoying PHP strict...
Aryeh Gregor [Tue, 15 Jan 2008 15:02:36 +0000 (15:02 +0000)]
Adjust some function definitions for abstract classes to stop annoying PHP strict warnings.  Also moved some @public notices to the public keyword.

16 years agoUpdate for he.
Rotem Liss [Tue, 15 Jan 2008 14:49:17 +0000 (14:49 +0000)]
Update for he.

16 years ago(bug 12202) Strict standards: mark static methods static.
Aryeh Gregor [Tue, 15 Jan 2008 14:48:24 +0000 (14:48 +0000)]
(bug 12202) Strict standards: mark static methods static.

16 years agoLocalisation updates German
Raimond Spekking [Tue, 15 Jan 2008 10:56:57 +0000 (10:56 +0000)]
Localisation updates German

16 years agoAnother fix for r29765: Avoid PHP notices
Raimond Spekking [Tue, 15 Jan 2008 07:51:01 +0000 (07:51 +0000)]
Another fix for r29765: Avoid PHP notices
Thanks to ialex

16 years agoFix for r9765:
Raimond Spekking [Tue, 15 Jan 2008 07:27:16 +0000 (07:27 +0000)]
Fix for r9765:
* Readd 'userrights-available-remove', still in use
* Update messages.inc

16 years ago* (bug 12567) Fix for misformatted read-only messages on edit, protect.
Brion Vibber [Tue, 15 Jan 2008 01:55:48 +0000 (01:55 +0000)]
* (bug 12567) Fix for misformatted read-only messages on edit, protect.
  Also added proper read-only checks to several special pages.
  Have removed read-only checks from the general user permission framework
  since it doesn't belong there; user authorization is independent from
  the database's read-only state, and the way we check and present error
  conditions is necessarily different. Further, as a detail it was formatting
  the actual message incorrectly as an inline message when historically it's a
  big block message with tables and images and stuff.

16 years agoRemove default 'deleted' directory; gets in the way and makes it impossible to delete...
Brion Vibber [Tue, 15 Jan 2008 01:20:12 +0000 (01:20 +0000)]
Remove default 'deleted' directory; gets in the way and makes it impossible to delete images in a default install unless you then go on to figure out what's wrong and fix the permissions. A fresh directory will be created when needed.

16 years ago* $wgGroupsAddToSelf, $wgGroupsRemoveFromSelf: allow users to add or remove
River Tarnell [Mon, 14 Jan 2008 23:57:43 +0000 (23:57 +0000)]
* $wgGroupsAddToSelf, $wgGroupsRemoveFromSelf: allow users to add or remove
  themselves from specified groups via Special:Userrights.

16 years ago* (bug 12617) Decimal and thousands separators for Romanian
Brion Vibber [Mon, 14 Jan 2008 23:36:36 +0000 (23:36 +0000)]
* (bug 12617) Decimal and thousands separators for Romanian

16 years agoRevert r29705. Simply provide rollback permission if you want people to be able to...
Brion Vibber [Mon, 14 Jan 2008 20:17:05 +0000 (20:17 +0000)]
Revert r29705. Simply provide rollback permission if you want people to be able to use rollback.
Otherwise you're going to end up with the restricted portions of it incorrectly allowed when they're not meant to be by accident, which seems pretty senseless.

16 years agoAutopromotion:
Victor Vasiliev [Mon, 14 Jan 2008 18:52:55 +0000 (18:52 +0000)]
Autopromotion:
* Add APCOND_INGROUPS
* Fix comment
* Don't use array_unique() since we have groups as *keys* of $wgAutopromote

16 years agoUpdate README
Victor Vasiliev [Mon, 14 Jan 2008 18:48:57 +0000 (18:48 +0000)]
Update README

16 years agoTweak profileinfo.php:
Victor Vasiliev [Mon, 14 Jan 2008 18:46:31 +0000 (18:46 +0000)]
Tweak profileinfo.php:
* Added average calls per request column
* Added time % column

16 years ago* Add caching to the AJAX search
Victor Vasiliev [Mon, 14 Jan 2008 18:44:29 +0000 (18:44 +0000)]
* Add caching to the AJAX search

16 years ago* (bug 12536) User should be able to get MediaWiki version from any page
Victor Vasiliev [Mon, 14 Jan 2008 18:42:39 +0000 (18:42 +0000)]
* (bug 12536) User should be able to get MediaWiki version from any page
* (bug 12622) A JavaScript constant to declare whether api.php is available

16 years ago(bug 12614) Prevent logging of null change on Userrights . . . for real this time.
Aryeh Gregor [Mon, 14 Jan 2008 18:12:43 +0000 (18:12 +0000)]
(bug 12614) Prevent logging of null change on Userrights . . . for real this time.

16 years agoLocalisation updates. Specific German messages for formal address only.
Raimond Spekking [Mon, 14 Jan 2008 16:04:08 +0000 (16:04 +0000)]
Localisation updates. Specific German messages for formal address only.

16 years agoLocalisation updates.
Raimond Spekking [Mon, 14 Jan 2008 15:20:54 +0000 (15:20 +0000)]
Localisation updates.
Set fallback to 'de'. Specific formal address messages follows soon.

16 years agoLocalisation updates. Introduce formal address of German ("Sie")
Raimond Spekking [Mon, 14 Jan 2008 15:02:38 +0000 (15:02 +0000)]
Localisation updates. Introduce formal address of German ("Sie")
See next commit too.

16 years agoLocalisation updates Kazakh translations
Raimond Spekking [Mon, 14 Jan 2008 14:22:32 +0000 (14:22 +0000)]
Localisation updates Kazakh translations
(bug 12145) Patch by AlefZet

16 years agoRevert accidentally commited image moving stuff
Victor Vasiliev [Mon, 14 Jan 2008 13:57:40 +0000 (13:57 +0000)]
Revert accidentally commited image moving stuff

16 years ago* Introduce getUserPermissionsErrorsExpensive hook
Victor Vasiliev [Mon, 14 Jan 2008 13:50:55 +0000 (13:50 +0000)]
* Introduce getUserPermissionsErrorsExpensive hook

16 years agoCleanup for Special:Randompage and Special: Randomredirect after r29725 - http:/...
Domas Mituzas [Mon, 14 Jan 2008 12:50:20 +0000 (12:50 +0000)]
Cleanup for Special:Randompage and Special: Randomredirect after r29725 - bugzilla.wikimedia.org/show_bug.cgi?id=12624
Thanks to: alex.emsenhuber

16 years agoUpdate for he.
Rotem Liss [Mon, 14 Jan 2008 12:47:15 +0000 (12:47 +0000)]
Update for he.

16 years ago* Updates German
Raimond Spekking [Mon, 14 Jan 2008 12:02:33 +0000 (12:02 +0000)]
* Updates German

16 years agoLocalisation updates for core messages from Betawiki (2008-01-14 12:52 CET)
Siebrand Mazeland [Mon, 14 Jan 2008 12:01:14 +0000 (12:01 +0000)]
Localisation updates for core messages from Betawiki (2008-01-14 12:52 CET)

16 years ago* Updates German
Raimond Spekking [Mon, 14 Jan 2008 11:13:51 +0000 (11:13 +0000)]
* Updates German
Patch by Tim 'avatar' Bartel

16 years ago* Shortcutted Title::userCanRead() for public wikis
Domas Mituzas [Mon, 14 Jan 2008 10:23:48 +0000 (10:23 +0000)]
* Shortcutted Title::userCanRead() for public wikis
* Moved redirects code in OutputPage before skins and ajax stuff, to handle likely scenario better
* Stripped off lots of fat (like... 30-50% of execution time) from Special:Randompage - mwahaha... ha... hahaha...

16 years ago(bug 12608) (in continuation of r29719) Unifying the spelling of getDBkey() in the...
Huji [Mon, 14 Jan 2008 09:26:36 +0000 (09:26 +0000)]
(bug 12608) (in continuation of r29719) Unifying the spelling of getDBkey() in the code.