lhc/web/wiklou.git
12 years agoFix Bug 29299 - Zero should be considered plural for pt-br
Santhosh Thottingal [Sat, 1 Oct 2011 18:42:36 +0000 (18:42 +0000)]
Fix Bug 29299 - Zero should be considered plural for pt-br

12 years agoAdd support for namespaces in Special:RecentChanges subpage filter (bug 31297)
Krinkle [Sat, 1 Oct 2011 18:20:31 +0000 (18:20 +0000)]
Add support for namespaces in Special:RecentChanges subpage filter (bug 31297)

12 years agoFixed case of ID in selector
Aaron Schulz [Sat, 1 Oct 2011 06:16:08 +0000 (06:16 +0000)]
Fixed case of ID in selector

12 years agoFixed bogus addModules() call which broke the JS on the block form (didn't load)
Aaron Schulz [Sat, 1 Oct 2011 05:55:12 +0000 (05:55 +0000)]
Fixed bogus addModules() call which broke the JS on the block form (didn't load)

12 years agoTweak r98602: keep the other IP normalization for non-ranges, such as upper case...
Aaron Schulz [Sat, 1 Oct 2011 05:11:21 +0000 (05:11 +0000)]
Tweak r98602: keep the other IP normalization for non-ranges, such as upper case for v6. This keeps it a bit more consistent.

12 years agoReverted stuff from r98602 committed by mistake
Aaron Schulz [Sat, 1 Oct 2011 05:03:10 +0000 (05:03 +0000)]
Reverted stuff from r98602 committed by mistake

12 years agoMade provideIPCIDRs() not add a '/' if there is no prefix length. Fixes bug 31234.
Aaron Schulz [Sat, 1 Oct 2011 04:54:44 +0000 (04:54 +0000)]
Made provideIPCIDRs() not add a '/' if there is no prefix length. Fixes bug 31234.

12 years agoRefactored out new sendResponseHeaders() and tryRespondLastModified() functions out...
Aaron Schulz [Sat, 1 Oct 2011 04:15:07 +0000 (04:15 +0000)]
Refactored out new sendResponseHeaders() and tryRespondLastModified() functions out of respond() code. These changes were made for $wgUseFileCache support (haven't committed the other stuff here).

12 years ago* (bug 31289) Fix fatal error on special pages using $this->msg() on PHP 5.2
Brion Vibber [Sat, 1 Oct 2011 02:03:05 +0000 (02:03 +0000)]
* (bug 31289) Fix fatal error on special pages using $this->msg() on PHP 5.2

According to online PHP docs, func_get_args() doesn't work in function parameter lists until PHP 5.3.0.
It does, however, work as the *first* parameter, which happens here and there in older code (eg array_slice(func_get_args(),1)).
Assigning to a variable and passing through works fine for this case on PHP 5.2.17.

12 years agoRevert r97788
Santhosh Thottingal [Sat, 1 Oct 2011 01:35:06 +0000 (01:35 +0000)]
Revert r97788

12 years ago* (bug 12130) Initial newlines are now preserved correctly during editing
Brion Vibber [Fri, 30 Sep 2011 22:50:48 +0000 (22:50 +0000)]
* (bug 12130) Initial newlines are now preserved correctly during editing

HTML browsers strip the first newline from the literal contents of a <textarea>, but keep any additional newlines beyond that.

Prepending an extra newline in Html::textarea() when the contained text started with a newline makes our output basically look like this:

<textarea>             <-- (this added newline is ignored)
                       <-- (any original newline here is preserved)
blah blah</textarea>

This seems to consistently resolve the stripping of single initial newlines from every edit operation as seen on bug 12130; as noted on comments there <https://bugzilla.wikimedia.org/show_bug.cgi?id=12130#c17> this had deleterious effects on Wikisource, where transcription/proofreading tends to involve breaking up lots of little pages, which may have a significant newline at the start of a page boundary.

Text that didn't have initial newlines won't see any difference in the HTML output.

Followup to test cases in r98576, which confirm that supported browsers consistently have this behavior.

12 years agoQUnit test case to confirm consistent browser behavior with initial newlines inside...
Brion Vibber [Fri, 30 Sep 2011 22:16:37 +0000 (22:16 +0000)]
QUnit test case to confirm consistent browser behavior with initial newlines inside <textarea> HTML source. (for bug 12130)

12 years agoFU r98559: added 'cannotchangeemail' msg
Aaron Schulz [Fri, 30 Sep 2011 21:40:03 +0000 (21:40 +0000)]
FU r98559: added 'cannotchangeemail' msg

12 years ago(bug 31283) Made ChangeEmail check $wgAuth->allowPropChange( 'emailaddress' ). Fix...
Aaron Schulz [Fri, 30 Sep 2011 20:43:45 +0000 (20:43 +0000)]
(bug 31283) Made ChangeEmail check $wgAuth->allowPropChange( 'emailaddress' ). Fix for r92924. Mark beat me to committing the rest of the fix in r98558, which just hid the link to the special page.

12 years agore r92924 andFix Bug #31283 - "Change E-mail" option in Preference should be hidden
Mark A. Hershberger [Fri, 30 Sep 2011 20:36:52 +0000 (20:36 +0000)]
re r92924 andFix Bug #31283 - "Change E-mail" option in Preference should be hidden
when AuthPlugin#allowEmailChange() returns false

Patch from Rusty Burchfield

12 years agoMade addNewUserLogEntry() return the ID of the new log entry to be more useful
Aaron Schulz [Fri, 30 Sep 2011 17:31:36 +0000 (17:31 +0000)]
Made addNewUserLogEntry() return the ID of the new log entry to be more useful

12 years agoSyntax error fix for r98528
Chad Horohoe [Fri, 30 Sep 2011 15:57:32 +0000 (15:57 +0000)]
Syntax error fix for r98528

12 years agoAdding two maintenance classes to autoloader - Translate extension is using them
Niklas Laxström [Fri, 30 Sep 2011 15:45:48 +0000 (15:45 +0000)]
Adding two maintenance classes to autoloader - Translate extension is using them

12 years agoRevert tests
Roan Kattouw [Fri, 30 Sep 2011 13:57:06 +0000 (13:57 +0000)]
Revert tests

12 years agoDemonstrating that committing to SVN works for me, Sam was complaining about it being...
Roan Kattouw [Fri, 30 Sep 2011 13:52:00 +0000 (13:52 +0000)]
Demonstrating that committing to SVN works for me, Sam was complaining about it being broken.

12 years agoAddress fixme on r96978: expand URLs fed to the client-side loader
Roan Kattouw [Fri, 30 Sep 2011 10:14:39 +0000 (10:14 +0000)]
Address fixme on r96978: expand URLs fed to the client-side loader

12 years agoRevision::newFromTitle() returns null sometimes. Protect against the errors.
Sean Colombo [Thu, 29 Sep 2011 23:11:31 +0000 (23:11 +0000)]
Revision::newFromTitle() returns null sometimes.  Protect against the errors.

12 years agoKill the updater remnants from r98467
Sam Reed [Thu, 29 Sep 2011 22:28:10 +0000 (22:28 +0000)]
Kill the updater remnants from r98467

12 years agoMore spurious code r98467
Sam Reed [Thu, 29 Sep 2011 22:17:20 +0000 (22:17 +0000)]
More spurious code r98467

12 years agoAnd another brace... r98467
Sam Reed [Thu, 29 Sep 2011 22:16:00 +0000 (22:16 +0000)]
And another brace... r98467

12 years agoAnd an extra brace from r98467
Sam Reed [Thu, 29 Sep 2011 22:14:44 +0000 (22:14 +0000)]
And an extra brace from r98467

12 years agoAnother reverse merge artefact from r98467
Sam Reed [Thu, 29 Sep 2011 22:11:51 +0000 (22:11 +0000)]
Another reverse merge artefact from r98467

12 years agoFix comment syntax error from r98467
Sam Reed [Thu, 29 Sep 2011 22:10:06 +0000 (22:10 +0000)]
Fix comment syntax error from r98467

12 years agoBack out r95396 and friends
Sam Reed [Thu, 29 Sep 2011 22:08:00 +0000 (22:08 +0000)]
Back out r95396 and friends

12 years agoFR r98459: forgot to commit this!
Aaron Schulz [Thu, 29 Sep 2011 21:34:34 +0000 (21:34 +0000)]
FR r98459: forgot to commit this!

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Thu, 29 Sep 2011 21:33:17 +0000 (21:33 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agoFU r98412: added version to wfDeprecated call
Aaron Schulz [Thu, 29 Sep 2011 21:30:00 +0000 (21:30 +0000)]
FU r98412: added version to wfDeprecated call

12 years agoRefactored HistoryPage to use RequestContext
Aaron Schulz [Thu, 29 Sep 2011 21:20:51 +0000 (21:20 +0000)]
Refactored HistoryPage to use RequestContext

12 years agoFU r98405: various document cleanup
Aaron Schulz [Thu, 29 Sep 2011 21:17:43 +0000 (21:17 +0000)]
FU r98405: various document cleanup

12 years agoFollowup r98452, move RELEASE-NOTES from r97403
Sam Reed [Thu, 29 Sep 2011 21:11:03 +0000 (21:11 +0000)]
Followup r98452, move RELEASE-NOTES from r97403

12 years agoFix eaten line from r98447
Sam Reed [Thu, 29 Sep 2011 21:08:04 +0000 (21:08 +0000)]
Fix eaten line from r98447

Also remove from RELEASE-NOTES-1.19

12 years agoFollowup r98446, move RELEASE-NOTES from r95318
Sam Reed [Thu, 29 Sep 2011 21:00:17 +0000 (21:00 +0000)]
Followup r98446, move RELEASE-NOTES from r95318

12 years agoFollowup r95921, clearer PHPDoc and better variable names per CR
John Du Hart [Thu, 29 Sep 2011 20:21:32 +0000 (20:21 +0000)]
Followup r95921, clearer PHPDoc and better variable names per CR

12 years agoUse data providers
Bryan Tong Minh [Thu, 29 Sep 2011 19:08:08 +0000 (19:08 +0000)]
Use data providers

12 years agoPer Aaron, fix for r98012: make Title object be handled correctly and document where...
Alexandre Emsenhuber [Thu, 29 Sep 2011 19:03:57 +0000 (19:03 +0000)]
Per Aaron, fix for r98012: make Title object be handled correctly and document where there can now be a Title object

12 years ago(bug 30202) Restrict file names on upload to 240 bytes, because wfTimestamp( TS_MW...
Bryan Tong Minh [Thu, 29 Sep 2011 19:00:45 +0000 (19:00 +0000)]
(bug 30202) Restrict file names on upload to 240 bytes, because wfTimestamp( TS_MW ) . '!' . $fileName should fit in oi_archive_name, which is 255 bytes, and also the maximum file name length on many file systems is 255 bytes.

Commit to fix UploadTest to use @dataProvider will follow

12 years ago(bug 31213) Exception thrown when trying to move file cross-namespace.
Bryan Tong Minh [Thu, 29 Sep 2011 18:35:34 +0000 (18:35 +0000)]
(bug 31213) Exception thrown when trying to move file cross-namespace.
* Don't try to construct a File object when the namespace is wrong
* Start on some tests

12 years agoFU r98421: forgot to move mParserOptions field
Aaron Schulz [Thu, 29 Sep 2011 17:54:19 +0000 (17:54 +0000)]
FU r98421: forgot to move mParserOptions field

12 years agoMoved getParserOptions() crap back to Article.php due to $wgUser dependency. Callers...
Aaron Schulz [Thu, 29 Sep 2011 17:51:27 +0000 (17:51 +0000)]
Moved getParserOptions() crap back to Article.php due to $wgUser dependency. Callers updated.

12 years agoMade getParserOutput() actually use the right parserOptions for the user
Aaron Schulz [Thu, 29 Sep 2011 17:44:43 +0000 (17:44 +0000)]
Made getParserOutput() actually use the right parserOptions for the user

12 years agoFix for r97091: Extensions can cause anons to have their own language settings. Disti...
Aaron Schulz [Thu, 29 Sep 2011 17:39:14 +0000 (17:39 +0000)]
Fix for r97091: Extensions can cause anons to have their own language settings. Distinguish anon options from canonical options.

12 years agoPer Aaron, follow-up r96859: add @deprecated comment, a wfDeprecated() and mark it...
Alexandre Emsenhuber [Thu, 29 Sep 2011 15:21:54 +0000 (15:21 +0000)]
Per Aaron, follow-up r96859: add @deprecated comment, a wfDeprecated() and mark it for removal in next version since it's not used anywhere

12 years agoFix handling of qplimit/qpoffset and cachedtimestamp in QueryPage api module
Brian Wolff [Thu, 29 Sep 2011 15:16:35 +0000 (15:16 +0000)]
Fix handling of qplimit/qpoffset and cachedtimestamp in QueryPage api module

Basically api was thinking qplimit was the offset, and qpoffset was the limit. Also remove an extra ! when checking for the cached timestamp which was stopping the display of cachedtimestamp property in the api output.

I'm going to tag this 1.18 since this module was introduced in 1.18, and I assume we'd want to fix the limit/offset parameter before the wrong behaviour gets released and people depend on it, etc.

12 years agoPer Aaron, follow-up r93758: add coments and fix typos
Alexandre Emsenhuber [Thu, 29 Sep 2011 15:14:34 +0000 (15:14 +0000)]
Per Aaron, follow-up r93758: add coments and fix typos

12 years agoFollow-up r89568: use local context instead of $wgOut
Alexandre Emsenhuber [Thu, 29 Sep 2011 15:07:13 +0000 (15:07 +0000)]
Follow-up r89568: use local context instead of $wgOut

12 years agoHTMLFileCache refactoring:
Aaron Schulz [Thu, 29 Sep 2011 08:18:20 +0000 (08:18 +0000)]
HTMLFileCache refactoring:
* Rewrote class and split into three classes: a base class, and html cache and a more generic cache to be used later.
* The new classes now use RequestContext.
* Renamed fetchPageText() -> fetchText().
* Split out new saveText() function from saveToFileCache().
* Various other cleanups and fixes.
Also fixed backwards setting of $wgDisableCounters in rebuildFileCache.php.

12 years agoclean up Html::inlineScript usage
Krinkle [Wed, 28 Sep 2011 22:47:05 +0000 (22:47 +0000)]
clean up Html::inlineScript usage
* ResourceLoader::makeLoaderConditionalScript:
-- window.mediaWiki -> window.mw; Not just because it's shorter but because that's the variable that is actually being used inside the script.
* ProtectionForm::buildCleanupScript
-- Use a single quote string and no new line
-- Use ResourceLoader::makeLoaderConditionalScript instead of duplicating this logic everywhere
* ProtectionForm::buildCleanupScript:
-- Use Xml::encodeJsCall to render javascript code
-- Use ResourceLoader::makeLoaderConditionalScript
-- Fix bug 31230 by using the new OutputPage->addJsConfigVars( r98374 )
(had to use $wgOut for now since there wasn't an obvious route to a context that I could find here (Article has context, but ProtectionForm::__construct takes any WikiPage, not just Article)
* EditPage::getEditToolbar:
-- Use Xml::encodeJsCall
-- Use ResourceLoader::makeLoaderConditionalScript

Fixes:
* (bug 31230) ProtectionForm should set wgCascadeableLevels in mw.confg instead of globally

12 years agoNew OutputPage::addJsConfigVars() method (bug 31233)
Krinkle [Wed, 28 Sep 2011 22:08:08 +0000 (22:08 +0000)]
New OutputPage::addJsConfigVars() method (bug 31233)
* to make the output page specific mw.config map extendable.
* fixes (bug 31233) Make OutputPage's mw.config array extendable internally instead of hard coded
* fixes weird unfinished comment from r61690

12 years agoshared.css clean up:
Krinkle [Wed, 28 Sep 2011 22:00:51 +0000 (22:00 +0000)]
shared.css clean up:
* Use background-color instead of background when possible (to support cascading rules and don't reset the entire thing)
* no parens around url()

12 years agoinexisting -> inexistent (typo)
Krinkle [Wed, 28 Sep 2011 20:33:27 +0000 (20:33 +0000)]
inexisting -> inexistent (typo)
* tests/qunit
* resources/mediawiki

12 years agoFollowup r98135
Niklas Laxström [Wed, 28 Sep 2011 20:28:40 +0000 (20:28 +0000)]
Followup r98135
* Added gender parameter to newuserlog-create2-entry
* Hide old comments (for all log types!)
* logentry-newusers-newusers needs a message after all
* Move user tool links away from the action links and drop the User: prefix from create2

12 years agoFollowup r98339, r98355
Sam Reed [Wed, 28 Sep 2011 19:38:34 +0000 (19:38 +0000)]
Followup r98339, r98355

Let's pretend the column never existed

12 years agoFollowup r98339
Sam Reed [Wed, 28 Sep 2011 19:28:19 +0000 (19:28 +0000)]
Followup r98339

Don't try and remove the user_options column in SQLite

Added 'user.user_options' to ignores

12 years ago* Use local context instead of global variables
Alexandre Emsenhuber [Wed, 28 Sep 2011 19:22:19 +0000 (19:22 +0000)]
* Use local context instead of global variables
* Call Linker methods statically

12 years agoRelease notes for r98253
Robin Pepermans [Wed, 28 Sep 2011 19:02:13 +0000 (19:02 +0000)]
Release notes for r98253

12 years agoFollowup r98339
Sam Reed [Wed, 28 Sep 2011 18:19:57 +0000 (18:19 +0000)]
Followup r98339

Add RELEASE-NOTES-1.19

Fix runChild in DatabaseUpdater.php

12 years ago* (bug 31204) Remove old user.user_options
Sam Reed [Wed, 28 Sep 2011 18:08:48 +0000 (18:08 +0000)]
* (bug 31204) Remove old user.user_options

Added run of ConvertUserOptions maintenance script into update.php before dropping the column

Removed usages of user_options in code

Marked User::decodeOptions() deprecated as of 1.19.

Made ConvertUserOptions drop out early if the user_options field doesn't exist

Made ConvertUserOptions update user_options to '' after migration of user options to mOptions

12 years agoFollowup r98329
Sam Reed [Wed, 28 Sep 2011 17:01:53 +0000 (17:01 +0000)]
Followup r98329

Change ApiQueryInfo to match also

12 years agoFix whitespace
Sam Reed [Wed, 28 Sep 2011 16:37:27 +0000 (16:37 +0000)]
Fix whitespace

12 years agoBug 31199 - Fix notification of implicit groups so it doesn't massively change json...
Sam Reed [Wed, 28 Sep 2011 16:36:17 +0000 (16:36 +0000)]
Bug 31199 - Fix notification of implicit groups so it doesn't massively change json output

Needs merging to 1.18, 1.18wmf1 and pushing to site

12 years ago(bug 31206) "Altering blocks doesn't appear to be working". Don't compare string...
Aaron Schulz [Wed, 28 Sep 2011 01:28:29 +0000 (01:28 +0000)]
(bug 31206) "Altering blocks doesn't appear to be working". Don't compare string to User objects :)

12 years ago(bug 31194) Add linkTrail for Northern Sami.
Siebrand Mazeland [Wed, 28 Sep 2011 01:07:55 +0000 (01:07 +0000)]
(bug 31194) Add linkTrail for Northern Sami.

12 years ago* (bug 31187) Fix for user JavaScript validation to allow identifiers with valid...
Brion Vibber [Tue, 27 Sep 2011 22:51:36 +0000 (22:51 +0000)]
* (bug 31187) Fix for user JavaScript validation to allow identifiers with valid Unicode letter characters

Followup r91591, r93020: patch to jsminplus to support Unicode chars and char escapes in identifiers

Fast-path check keeps runtime about the same on most scripts (eg jquery.js parsing was abround 4100ms both before and after on my test machine)
Slow-path code kicks in if plain ASCII word chars don't extend all the way to the next whitespace or punctuation char.
Using PCRE's Unicode properties magic to ensure that we're catching everything, following ECMA-262 edition 5.1 spec.

Note that identifiers using escapes don't get normalized to their UTF-8 form; this might be a nice thing to do as it saves a couple bytes, but currently there's no change made to output.

Added QUnit tests to verify that unicode letter & escapes work in identifiers in all supported browsers (ok back to IE 6, yay)

12 years ago(bug 31193) Set fallback language of Assamese from Bengali to English
Robin Pepermans [Tue, 27 Sep 2011 21:00:38 +0000 (21:00 +0000)]
(bug 31193) Set fallback language of Assamese from Bengali to English

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Tue, 27 Sep 2011 19:58:34 +0000 (19:58 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years ago(bug 31191) Followup to r90934: do this in the successful login code path too. The...
Roan Kattouw [Tue, 27 Sep 2011 19:21:53 +0000 (19:21 +0000)]
(bug 31191) Followup to r90934: do this in the successful login code path too. The bug didn't surface in most cases because the user is redirected immediately after a successful login, except when CentralAuth stops that from happening.

12 years agoAlso add $wgRequest to the forbidden globals...thought it was common sense.
Chad Horohoe [Tue, 27 Sep 2011 18:56:44 +0000 (18:56 +0000)]
Also add $wgRequest to the forbidden globals...thought it was common sense.

12 years ago(bug 31088) [Regression] "Create account/log in" should use the current title and...
Aaron Schulz [Tue, 27 Sep 2011 18:55:15 +0000 (18:55 +0000)]
(bug 31088) [Regression] "Create account/log in" should use the current title and query in returnto

12 years agoFix character access
Sam Reed [Tue, 27 Sep 2011 16:15:29 +0000 (16:15 +0000)]
Fix character access

12 years ago* Use local context instead of global variables
Alexandre Emsenhuber [Tue, 27 Sep 2011 15:13:37 +0000 (15:13 +0000)]
* Use local context instead of global variables
* Call Linker methods statically
* Changed link to Special:Whatlinkshere on Special:Mostlinkedtemplates to pass the page in the subpage parameter instead of "target" to match Special:Mostlinked's behaviour

12 years agoPer OverlordQ, fix for r87164: let's use an aggregate function that exists in postgresql
Alexandre Emsenhuber [Tue, 27 Sep 2011 14:47:42 +0000 (14:47 +0000)]
Per OverlordQ, fix for r87164: let's use an aggregate function that exists in postgresql

12 years agoFollowup r98210; Add an ugly hack to support old extensions using the SkinTemplateToo...
Daniel Friesen [Tue, 27 Sep 2011 07:58:23 +0000 (07:58 +0000)]
Followup r98210; Add an ugly hack to support old extensions using the SkinTemplateToolboxEnd hook, erm... 'thanks' Tim.
((Also fix an extra htmlspecialchars that shouldn't have been there))

12 years agoImproved filecache short-circuit slightly (catching NS_MEDIA and such)
Aaron Schulz [Tue, 27 Sep 2011 06:45:58 +0000 (06:45 +0000)]
Improved filecache short-circuit slightly (catching NS_MEDIA and such)

12 years agoAdd getSidebar method to BaseTemplate to simplify the sidebar boilerplate.
Daniel Friesen [Tue, 27 Sep 2011 05:31:57 +0000 (05:31 +0000)]
Add getSidebar method to BaseTemplate to simplify the sidebar boilerplate.

12 years agoDebug logging and possible fix for bug 31177: mystery sidebar message failures
Brion Vibber [Tue, 27 Sep 2011 00:41:24 +0000 (00:41 +0000)]
Debug logging and possible fix for bug 31177: mystery sidebar message failures

This may be related to things failing on load from External Storage; however we have not yet been able to verify this.

Tweaks MessageCache::loadFromDB() and MessageCache::getMsgFromNamespace() to avoid storing empty cache entries when loading text fails.
When building initial cache if we get a failure we'll log and store a '!TOO BIG' message which requests on-demand load later.
If an on-demand load failures, we'll log and return the false through but won't update the cache with the bad value.

To enable the logging in production, set up a $wgDebugLogFiles entry for 'MessageCache'.

Note that MessageCache::loadFromDB() bypasses Revision's text entry memcaching and may cause a lot of ES fetches at once.
However any ES failures *should* already be logged in the 'ExternalStoreDB' log file.

12 years agoFix stupid typo in r98193, thanks Dantman
Roan Kattouw [Mon, 26 Sep 2011 23:16:32 +0000 (23:16 +0000)]
Fix stupid typo in r98193, thanks Dantman

12 years ago(bug 31176) {{SERVERNAME}} doesn't play nice with protocol-relative URLs
Roan Kattouw [Mon, 26 Sep 2011 23:14:20 +0000 (23:14 +0000)]
(bug 31176) {{SERVERNAME}} doesn't play nice with protocol-relative URLs

12 years agoFU r98109: !EMPTY -> !NONEXISTENT (more consistent with elsewhere)
Aaron Schulz [Mon, 26 Sep 2011 22:46:40 +0000 (22:46 +0000)]
FU r98109: !EMPTY -> !NONEXISTENT (more consistent with elsewhere)

12 years agoRemove italic styling for .mw-specialpagecached (See r83554 CR)
Krinkle [Mon, 26 Sep 2011 22:13:57 +0000 (22:13 +0000)]
Remove italic styling for .mw-specialpagecached (See r83554 CR)
* Partially reverts r83554
* Was moved into mediawiki.special.css in r83789

12 years agoreverting r98172 by popular demand
Ryan Kaldari [Mon, 26 Sep 2011 21:49:00 +0000 (21:49 +0000)]
reverting r98172 by popular demand

12 years agoadding an obvious alias that is much easier to remember: Prefixindex => Subpages
Ryan Kaldari [Mon, 26 Sep 2011 21:07:24 +0000 (21:07 +0000)]
adding an obvious alias that is much easier to remember: Prefixindex => Subpages

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Mon, 26 Sep 2011 20:30:18 +0000 (20:30 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agoFollowup to r97342 to remove the now-unneeded checks for empty username & to add...
Sean Colombo [Mon, 26 Sep 2011 18:49:47 +0000 (18:49 +0000)]
Followup to r97342 to remove the now-unneeded checks for empty username & to add some spaces ;)

12 years agoFix ignored message key (r98135)
Raimond Spekking [Mon, 26 Sep 2011 16:00:11 +0000 (16:00 +0000)]
Fix ignored message key (r98135)

12 years agoConverted display part of new user log to new system
Niklas Laxström [Mon, 26 Sep 2011 15:12:44 +0000 (15:12 +0000)]
Converted display part of new user log to new system

12 years agoLocalization update for he.
Rotem Liss [Mon, 26 Sep 2011 13:10:50 +0000 (13:10 +0000)]
Localization update for he.

12 years ago* Call Linker methods statically
Alexandre Emsenhuber [Mon, 26 Sep 2011 11:33:30 +0000 (11:33 +0000)]
* Call Linker methods statically
* Use local context instead of global variables

12 years agoAdd mediawiki.language/languages/nl.js and mediawiki.language/languages/pt.js
Santhosh Thottingal [Mon, 26 Sep 2011 06:08:46 +0000 (06:08 +0000)]
Add mediawiki.language/languages/nl.js and mediawiki.language/languages/pt.js

12 years agoAdd digitTransformTable for pt, pt-br and nl
Santhosh Thottingal [Mon, 26 Sep 2011 05:23:50 +0000 (05:23 +0000)]
Add digitTransformTable for pt, pt-br and nl

12 years agoCache negative results for interwiki prefix checks. Also helps filecache fail-over...
Aaron Schulz [Mon, 26 Sep 2011 03:37:20 +0000 (03:37 +0000)]
Cache negative results for interwiki prefix checks. Also helps filecache fail-over mode if DB is down.

12 years agoFollowup r98056; Add to this screwed up NewParserTest phpunit stuff as well.
Daniel Friesen [Mon, 26 Sep 2011 02:04:17 +0000 (02:04 +0000)]
Followup r98056; Add to this screwed up NewParserTest phpunit stuff as well.

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Sun, 25 Sep 2011 19:40:13 +0000 (19:40 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agoemail -> e-mail for consistency
Raimond Spekking [Sun, 25 Sep 2011 18:43:57 +0000 (18:43 +0000)]
email -> e-mail for consistency

12 years agoRaise the specificity of the sortable header.
Derk-Jan Hartman [Sun, 25 Sep 2011 17:26:33 +0000 (17:26 +0000)]
Raise the specificity of the sortable header.
Many installations have something like: table.wikitable th {background:color;} which would override the background of the sortable header.

12 years agoTalk page links were bluelinks if the root page existed instead of the subpage (i...
Robin Pepermans [Sun, 25 Sep 2011 16:32:15 +0000 (16:32 +0000)]
Talk page links were bluelinks if the root page existed instead of the subpage (i.e. a link to MediaWiki talk:Xyz/nl was blue if MediaWiki talk:Xyz existed). This is present in at least MW 1.16 - now.