lhc/web/wiklou.git
12 years ago[mediawiki.action.watch] Move re-used logic into local function
Krinkle [Thu, 15 Mar 2012 05:54:58 +0000 (05:54 +0000)]
[mediawiki.action.watch] Move re-used logic into local function
* Follows-up r112440, r107969, r107350

Change-Id: I8c63dcc8b2af0369c42b11837fda927671565ad2

12 years agoMerge "Darker colors for profileinfo"
Demon [Fri, 23 Mar 2012 12:56:25 +0000 (12:56 +0000)]
Merge "Darker colors for profileinfo"

12 years agoVector did not show watch star on Special:MovePage
Daniel Friesen [Fri, 23 Mar 2012 09:45:47 +0000 (02:45 -0700)]
Vector did not show watch star on Special:MovePage

Fix the bug where Vector leaves "unwatch" in an action in the menu
instead of converting it into an icon when you are on
Special:MovePage/Foo.

Apply to when using $wgVectorUseIconWatch = true;

Change-Id: Ie914ac50974aa473fa474931ca69776dd1c2fc54

12 years agoDarker colors for profileinfo
Niklas Laxström [Fri, 23 Mar 2012 07:31:46 +0000 (07:31 +0000)]
Darker colors for profileinfo

The original colors were indistinguishable on my screen.
Also adds bold on hover, to make it easier to match numbers to line.

Change-Id: I8e1ae3f123ad0ff57cb7531026f7ae8f83f79c67

12 years agoMerge "Swap $bytes .= $iv; for $buffer .= $iv;"
Tim Starling [Fri, 23 Mar 2012 06:56:19 +0000 (06:56 +0000)]
Merge "Swap $bytes .= $iv; for $buffer .= $iv;"

12 years agoMerge "Bring in https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114376"
Aaron Schulz [Fri, 23 Mar 2012 02:53:49 +0000 (02:53 +0000)]
Merge "Bring in https://mediawiki.org/wiki/Special:Code/MediaWiki/114376"

12 years agoMerge "* Use local context to get messages * Use Language::userTimeAndDate() instead...
Aaron Schulz [Fri, 23 Mar 2012 01:45:51 +0000 (01:45 +0000)]
Merge "* Use local context to get messages * Use Language::userTimeAndDate() instead of Language::timeanddate() to display the date with user preferences"

12 years agoSwap $bytes .= $iv; for $buffer .= $iv;
Reedy [Fri, 23 Mar 2012 00:45:17 +0000 (00:45 +0000)]
Swap $bytes .= $iv; for $buffer .= $iv;

Add a few bits of documentation

Change-Id: I0997d6eaaa37f312633db4556752cb38d8b4a3b0

12 years agoBring in https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114376
Reedy [Fri, 23 Mar 2012 00:37:18 +0000 (00:37 +0000)]
Bring in https://mediawiki.org/wiki/Special:Code/MediaWiki/114376

Change-Id: I8960213bdd73ce3b0a9eaba90f621156cd0fc224

12 years ago* Use local context to get messages
Alexandre Emsenhuber [Thu, 22 Mar 2012 20:27:47 +0000 (21:27 +0100)]
* Use local context to get messages
* Use Language::userTimeAndDate() instead of Language::timeanddate() to display the date with user preferences

Change-Id: Id0213cdb503229fb637a2ee51f3896b234e0547b

12 years agoAlso display get the short SHA-1 in SpecialVersion::getVersion() instead of only...
Alexandre Emsenhuber [Thu, 22 Mar 2012 16:44:09 +0000 (17:44 +0100)]
Also display get the short SHA-1 in SpecialVersion::getVersion() instead of only in getVersionLinked()

Change-Id: I2f4839fb587903524fdaf041597174003ccfdfeb

12 years agoTest. Removed a pointless date
Max Semenik [Thu, 22 Mar 2012 13:54:07 +0000 (17:54 +0400)]
Test. Removed a pointless date

Change-Id: I1c2d2882c5b1101de7dbb9f0db9cadf724c0bd9e

12 years agoMerge "(bug 32827) "[Regression] Block log for IP ranges not shown on Special:Block""
Demon [Thu, 22 Mar 2012 12:31:48 +0000 (12:31 +0000)]
Merge "(bug 32827) "[Regression] Block log for IP ranges not shown on Special:Block""

12 years agoMerge changes I40a10821,I9c0af860
Demon [Thu, 22 Mar 2012 12:23:14 +0000 (12:23 +0000)]
Merge changes I40a10821,I9c0af860

* changes:
  Code reformatting
  Refactoring dumpTextPass's error handling

12 years agoCode reformatting
Christian Aistleitner [Thu, 22 Mar 2012 11:11:42 +0000 (12:11 +0100)]
Code reformatting

Change-Id: I40a108216045aad9496bbbf723de2f42b084d009

12 years agoMerge "Added per-backend profiling calls."
Hashar [Thu, 22 Mar 2012 11:01:00 +0000 (11:01 +0000)]
Merge "Added per-backend profiling calls."

12 years agoRefactoring dumpTextPass's error handling
Christian Aistleitner [Thu, 22 Mar 2012 09:10:31 +0000 (10:10 +0100)]
Refactoring dumpTextPass's error handling

Change-Id: I9c0af860ca97489222b3cec071ed721ce72ad9e5

12 years agoMerge "Bug 35162 - Change in Database api break extension MSSQLBackCompat"
Demon [Thu, 22 Mar 2012 09:25:51 +0000 (09:25 +0000)]
Merge "Bug 35162 - Change in Database api break extension MSSQLBackCompat"

12 years agoMerge "Fix newline in the message per CR Change method visibility to private"
Aaron Schulz [Thu, 22 Mar 2012 00:23:42 +0000 (00:23 +0000)]
Merge "Fix newline in the message per CR Change method visibility to private"

12 years agoMerge "Trim trailing whitespace"
Aaron Schulz [Thu, 22 Mar 2012 00:20:21 +0000 (00:20 +0000)]
Merge "Trim trailing whitespace"

12 years agoFix newline in the message per CR
saper [Wed, 21 Mar 2012 23:57:16 +0000 (00:57 +0100)]
Fix newline in the message per CR
Change method visibility to private

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113888#c32433

Change-Id: I8ea562cb5346de6823b3c0f0259d438bbefa8bac

12 years agoAdded per-backend profiling calls.
Aaron Schulz [Wed, 21 Mar 2012 23:54:22 +0000 (16:54 -0700)]
Added per-backend profiling calls.

Change-Id: I380d06838649ab77f905cb6fed46b8068dbdcb9f

12 years agoA little fix in whitespace and comment spelling.
Amir E. Aharoni [Wed, 21 Mar 2012 23:07:06 +0000 (01:07 +0200)]
A little fix in whitespace and comment spelling.

Change-Id: I23887de1a5ee454037b6346c767e302f2e6f02f7

12 years ago(bug 32827) "[Regression] Block log for IP ranges not shown on Special:Block"
Aaron Schulz [Wed, 14 Mar 2012 01:42:14 +0000 (01:42 +0000)]
(bug 32827) "[Regression] Block log for IP ranges not shown on Special:Block"

(imported from SVN)

Change-Id: I16485d84553256ff6ad4932de7d17540e90af779

12 years agoBug 35162 - Change in Database api break extension MSSQLBackCompat
Sam Reed [Sun, 11 Mar 2012 23:40:33 +0000 (23:40 +0000)]
Bug 35162 - Change in Database api break extension MSSQLBackCompat

$canonicalDBTypes is probably superfluous information, but doesn't harm as a shortcut

Ping r108051

(imported from SVN)

Change-Id: I09ecf56d984405506f654919a822a939e5a9b1ee

12 years agoTrim trailing whitespace
Sam Reed [Sat, 17 Mar 2012 22:52:54 +0000 (22:52 +0000)]
Trim trailing whitespace

Add/improve documentation

Explicitly define a few variables

Change-Id: If0017770a0a47f8f6be178b5bde8ae6691f74b6a

12 years agoAdding .gitreview -- first official commit to mediawiki core in git \o/
Demon [Wed, 21 Mar 2012 21:09:36 +0000 (17:09 -0400)]
Adding .gitreview -- first official commit to mediawiki core in git \o/

Change-Id: Ica46ab303c89679ea8575f75f51830f36bf972d3

12 years ago* Removed the $method parameters from MWCryptRand. Apparently Dantman didn't know...
Tim Starling [Wed, 21 Mar 2012 10:27:34 +0000 (10:27 +0000)]
* Removed the $method parameters from MWCryptRand. Apparently Dantman didn't know about our awesome debug traceback functions like wfGetAllCallers(). The weird optional-middle-parameter calling convention thankfully disappears as a consequence.
* Reduced the amount of debug log noise slightly, removing a few redundant messages.

12 years agoFix Bug 13896: Rendering of devanagari numbers in automatic '#' number lists
Santhosh Thottingal [Wed, 21 Mar 2012 05:49:03 +0000 (05:49 +0000)]
Fix Bug 13896:  Rendering of devanagari numbers in automatic '#' number lists
Add -moz-devanagari as list type for mr and hi language ordered lists.

12 years agoRevert r107309, r113601, r113704, r113742, r113792, r113838, r113859, r113893, r11389...
Roan Kattouw [Wed, 21 Mar 2012 00:16:50 +0000 (00:16 +0000)]
Revert r107309, r113601, r113704, r113742, r113792, r113838, r113859, r113893, r113894, r113952, r114047, r114252, r114256, r114257. This reverts the remaining 'new' revisions in core.

All of these revisions are tagged with 'gerritmigration' and will be resubmitted into Gerrit after the Gerrit switchover. See also http://lists.wikimedia.org/pipermail/wikitech-l/2012-March/059124.html

12 years agoRevert r114067, r114071, r114075, r114079, r114081, r114082, r114084, r114086, r11408...
Roan Kattouw [Tue, 20 Mar 2012 23:03:59 +0000 (23:03 +0000)]
Revert r114067, r114071, r114075, r114079, r114081, r114082, r114084, r114086, r114088, r114089, r114101, r114118, r114137, r114147, r114164, r114172, r114175, r114180, r114208, r114209, r114215, r114219, r114226, r114321, r114322.

This reverts the SpecialCachedPage and formatDuration sagas, with some collateral damage here and there. All of these revisions are tagged with 'gerritmigration' and will be resubmitted into Gerrit after the Gerrit switchover. See also http://lists.wikimedia.org/pipermail/wikitech-l/2012-March/059124.html

12 years agoSecurity paranoia, reject requests to router.php that aren't from the cli-server...
Daniel Friesen [Tue, 20 Mar 2012 22:58:34 +0000 (22:58 +0000)]
Security paranoia, reject requests to router.php that aren't from the cli-server sapi.

12 years agoadded some tests using the intervals param
Jeroen De Dauw [Tue, 20 Mar 2012 22:48:28 +0000 (22:48 +0000)]
added some tests using the intervals param

12 years agohandle cases where an empty array is provided by using this as default, also correctl...
Jeroen De Dauw [Tue, 20 Mar 2012 22:47:50 +0000 (22:47 +0000)]
handle cases where an empty array is provided by using this as default, also correctly handle cases where the smallest unit is not the second and the result is 0 smallestunit

12 years ago* Use local context to get messages
Alexandre Emsenhuber [Tue, 20 Mar 2012 21:34:50 +0000 (21:34 +0000)]
* Use local context to get messages
* Use Language::userTimeAndDate() instead of Language::timeanddate() to display the date with user preferences
* Set the form's action to $wgScript instead of direct link to the page since it makes a GET request (and the title would be displayed twice with pretty URLs since there's already a <input name="title" .../>

12 years agoFollowup r114270 (essentially reverts it), and r114233, use class member variables...
Sam Reed [Tue, 20 Mar 2012 14:21:27 +0000 (14:21 +0000)]
Followup r114270 (essentially reverts it), and r114233, use class member variables as they are already defined

12 years agoFollowup r114233, define the method static variables to be used
Sam Reed [Tue, 20 Mar 2012 14:16:46 +0000 (14:16 +0000)]
Followup r114233, define the method static variables to be used

12 years agoFollow-up to r114256: Removing final assert
Christian Aistleitner [Tue, 20 Mar 2012 12:00:18 +0000 (12:00 +0000)]
Follow-up to r114256: Removing final assert

12 years agoFollow up to r114252: Removing asserts
Christian Aistleitner [Tue, 20 Mar 2012 11:53:35 +0000 (11:53 +0000)]
Follow up to r114252: Removing asserts

12 years agoRefactoring dumpTextPass's error handling
Christian Aistleitner [Tue, 20 Mar 2012 11:11:53 +0000 (11:11 +0000)]
Refactoring dumpTextPass's error handling

12 years ago* (bug 34735) Updated compressOld.php documentation to mention the different usages...
Alexandre Emsenhuber [Tue, 20 Mar 2012 10:07:51 +0000 (10:07 +0000)]
* (bug 34735) Updated compressOld.php documentation to mention the different usages of -s and -n parameters depending on compression type

Based on patch by christian@quelltextlich.at - http://bug-attachment.wikimedia.org/attachment.cgi?id=10105

12 years ago(bug 35316) On autocreate, use $this as the "doer" in the newuser log entry, since...
Tim Starling [Tue, 20 Mar 2012 06:19:02 +0000 (06:19 +0000)]
(bug 35316) On autocreate, use $this as the "doer" in the newuser log entry, since unlike User::addNewUserLogEntry(), there is no way the action could have been triggered by a different user. Usually $wgUser is set correctly, but there's no need to rely on it here.

12 years agoCommit the cryptrand project worked on in git:
Daniel Friesen [Tue, 20 Mar 2012 05:17:40 +0000 (05:17 +0000)]
Commit the cryptrand project worked on in git:
- MWCryptRand: A new api for generating cryptographic randomness for security tokens. Uses whatever cryptographic source is available and if not falls back to using random state and clock drift.
- wfRandomString - A simple non-cryptographic pesudo-random string generation function to replace wfGenerateToken which was written pretending to be secure when it's really not.
- Core updates to use MWCryptRand in various places:
-- user_token generation (to do this we stop generating user_token implicitly and only generate it when needed to avoid depleting the system's entropy pool by reading random data we'll never use)
-- email confirmation token generation
-- password salt generation
-- temporary password generation
-- Generation of the automatic watchlist token
-- login and create user tokens
-- session ids when php's entropy sources are not set
-- the installer when generating wgSecretKey and the upgrade key

12 years agoBetter bug reference for r114231.
Tim Starling [Tue, 20 Mar 2012 04:52:53 +0000 (04:52 +0000)]
Better bug reference for r114231.

12 years agoFixed a few "strip tag exposed" bugs.
Tim Starling [Tue, 20 Mar 2012 04:39:09 +0000 (04:39 +0000)]
Fixed a few "strip tag exposed" bugs.
* Introduced Parser::killMarkers() based on the concept from StringFunctions. Used it in cases where markerStripCallback() doesn't make sense semantically, namely grammar, padleft, padright and anchorencode. Used markerStripCallback() in other cases.
* Changed headline unstrip order as suggested by P.Copp on bug 18295
* In CPF::lc() and CPF::uc(), removed the is_callable(). This was a temporary testing hack committed by me in r30109, which allowed me to do differential testing against a copy of the parser from before that revision.

12 years ago[FileRepo] Added long-since missing FOR UPDATE to LocalFile::lock(). This might help...
Aaron Schulz [Tue, 20 Mar 2012 00:57:18 +0000 (00:57 +0000)]
[FileRepo] Added long-since missing FOR UPDATE to LocalFile::lock(). This might help with the weird mismatched metadata for files with two uploads at the same time that I keep seeing in the DB.

12 years agoadded enabled field so you can disable the cache thing if you need to before its...
Jeroen De Dauw [Tue, 20 Mar 2012 00:31:10 +0000 (00:31 +0000)]
added enabled field so you can disable the cache thing if you need to before its been initialized and fixed copypaste error

12 years agoFixed attempt to write to the wiki's upload directory during parser tests instead...
Tim Starling [Tue, 20 Mar 2012 00:28:30 +0000 (00:28 +0000)]
Fixed attempt to write to the wiki's upload directory during parser tests instead of /tmp, this is not allowed. I'm not sure what setupGlobals() is meant to do nowadays, that part is untested. It seems to be duplicated in ParserTest::__construct().

12 years agofollow up to r114215, fix some fails and added CachedAction implementing the same...
Jeroen De Dauw [Tue, 20 Mar 2012 00:04:36 +0000 (00:04 +0000)]
follow up to r114215, fix some fails and added CachedAction implementing the same stuff as SpecialCachedPage

12 years agoFollow up to r114126: Being more conservative for HipHop compiler
Christian Aistleitner [Mon, 19 Mar 2012 23:36:48 +0000 (23:36 +0000)]
Follow up to r114126: Being more conservative for HipHop compiler

12 years agosplit general cache helper functionality to its own class, so we can also easily...
Jeroen De Dauw [Mon, 19 Mar 2012 23:33:25 +0000 (23:33 +0000)]
split general cache helper functionality to its own class, so we can also easily use it in stuff that does not derive from SpecialPage, such as Action

12 years agofix subpage linking
Jeroen De Dauw [Mon, 19 Mar 2012 22:49:00 +0000 (22:49 +0000)]
fix subpage linking

12 years agoonly init if not already done so
Jeroen De Dauw [Mon, 19 Mar 2012 22:37:05 +0000 (22:37 +0000)]
only init if not already done so

12 years agoMore occurrence typos
Sam Reed [Mon, 19 Mar 2012 21:40:39 +0000 (21:40 +0000)]
More occurrence typos

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Mon, 19 Mar 2012 21:21:48 +0000 (21:21 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agoMake the first line of debug log more consitent between CLI and web call by putting...
Alexandre Emsenhuber [Mon, 19 Mar 2012 20:52:59 +0000 (20:52 +0000)]
Make the first line of debug log more consitent between CLI and web call by putting the method and the URL directly on the first line

12 years agomake more generic: do not assume we want to add html to the output. Also get rid...
Jeroen De Dauw [Mon, 19 Mar 2012 20:51:36 +0000 (20:51 +0000)]
make more generic: do not assume we want to add html to the output. Also get rid of action=purge from key args

12 years agofix for r114164
Jeroen De Dauw [Mon, 19 Mar 2012 20:05:11 +0000 (20:05 +0000)]
fix for r114164

12 years agoupdate docs
Jeroen De Dauw [Mon, 19 Mar 2012 19:24:04 +0000 (19:24 +0000)]
update docs

12 years agosome refactoring to allow for nicer usage in deriving classes
Jeroen De Dauw [Mon, 19 Mar 2012 18:40:54 +0000 (18:40 +0000)]
some refactoring to allow for nicer usage in deriving classes

12 years agoReverted r113688, r113691 per CR and filed #61440 upstream.
Aaron Schulz [Mon, 19 Mar 2012 18:28:47 +0000 (18:28 +0000)]
Reverted r113688, r113691 per CR and filed #61440 upstream.

12 years ago* Use local context to get message
Alexandre Emsenhuber [Mon, 19 Mar 2012 17:09:23 +0000 (17:09 +0000)]
* Use local context to get message
* Use $this->getTitle() instead of SpecialPage::getTitleFor( 'Preferences' )

12 years agoFollow up to r114081; address krinkles comment
Jeroen De Dauw [Mon, 19 Mar 2012 16:14:05 +0000 (16:14 +0000)]
Follow up to r114081; address krinkles comment

12 years agoFix switch fall through
Sam Reed [Mon, 19 Mar 2012 15:25:22 +0000 (15:25 +0000)]
Fix switch fall through

Remove code for getting svn rev from SVN less than 1.4 - Ubuntu 8.04 LTS has 1.4.6 so should be pretty safe

12 years ago[Html::namespaceSelector clean up] fix broken html from r114131
Krinkle [Mon, 19 Mar 2012 14:34:27 +0000 (14:34 +0000)]
[Html::namespaceSelector clean up] fix broken html from r114131

12 years agoFollow up to r114081;
Jeroen De Dauw [Mon, 19 Mar 2012 13:47:58 +0000 (13:47 +0000)]
Follow up to r114081;

12 years agoRemoved XmlTest::testNamespaceSelector(); it just breaks when $wgDevelopmentWarnings...
Alexandre Emsenhuber [Mon, 19 Mar 2012 12:44:36 +0000 (12:44 +0000)]
Removed XmlTest::testNamespaceSelector(); it just breaks when $wgDevelopmentWarnings is set to true due to the fact that Xml::namespaceSelector() calls wfDeprecated().

12 years agoChange calls from Xml::namespaceSelector() to Html::namespaceSelector() since the...
Alexandre Emsenhuber [Mon, 19 Mar 2012 12:30:52 +0000 (12:30 +0000)]
Change calls from Xml::namespaceSelector() to Html::namespaceSelector() since the former now throws deprecation warnings...

12 years agoSanitizing already existing use of PHP's assert
Christian Aistleitner [Mon, 19 Mar 2012 11:14:43 +0000 (11:14 +0000)]
Sanitizing already existing use of PHP's assert

12 years agofollow-up r114116: move release-notes
Krinkle [Mon, 19 Mar 2012 01:06:19 +0000 (01:06 +0000)]
follow-up r114116: move release-notes

12 years agoBug 35309 - formatDuration message missing/inconsistent
Sam Reed [Sun, 18 Mar 2012 23:22:20 +0000 (23:22 +0000)]
Bug 35309 - formatDuration message missing/inconsistent

Patch by Dan Collins

12 years ago* (bug 35303) Make proxy and DNS blacklist blocking work again
Alexandre Emsenhuber [Sun, 18 Mar 2012 22:19:00 +0000 (22:19 +0000)]
* (bug 35303) Make proxy and DNS blacklist blocking work again

12 years ago[jquery.byteLimit] Set vars in return this.each loop
Krinkle [Sun, 18 Mar 2012 22:13:55 +0000 (22:13 +0000)]
[jquery.byteLimit] Set vars in return this.each loop
* Set vars in return this.each loop. This is the defacto standard plugin structure
  but somehow it slipped through this one (it's a 2 line wrapper, easy to miss).
* Added unit test (which failed before this commit)
* Fixes:
-- (bug 35294) jquery.byteLimit shouldn't set element specific variables outside the "return this.each" loop.

12 years ago[jquery.byteLimit.test] clean up
Krinkle [Sun, 18 Mar 2012 21:40:46 +0000 (21:40 +0000)]
[jquery.byteLimit.test] clean up
* js conventions
* whitespace indention

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Sun, 18 Mar 2012 20:13:19 +0000 (20:13 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agoDisable callgraphs for the time being
Sam Reed [Sun, 18 Mar 2012 20:10:47 +0000 (20:10 +0000)]
Disable callgraphs for the time being

Per Yuvi, most people don't need them, and are a PITA on a slow connection

I'd be happy to re-enable them if we can get them on hyperlinks or subpages or some such

{{BeBold}}

12 years agofollow up to r114081: qqq, and to r114082: match rename
Jeroen De Dauw [Sun, 18 Mar 2012 16:27:37 +0000 (16:27 +0000)]
follow up to r114081: qqq, and to r114082: match rename

12 years agofollow up to r114084, add tests for stuff w/ multiple units
Jeroen De Dauw [Sat, 17 Mar 2012 23:26:37 +0000 (23:26 +0000)]
follow up to r114084, add tests for stuff w/ multiple units

12 years agoTrim trailing whitespace
Sam Reed [Sat, 17 Mar 2012 22:52:54 +0000 (22:52 +0000)]
Trim trailing whitespace

Add/improve documentation

Explicitly define a few variables

12 years agoNoralise a few of the magic numbers used in r114084
Sam Reed [Sat, 17 Mar 2012 22:47:02 +0000 (22:47 +0000)]
Noralise a few of the magic numbers used in r114084

12 years agoUnit tests for r114067
Sam Reed [Sat, 17 Mar 2012 22:39:38 +0000 (22:39 +0000)]
Unit tests for r114067

12 years agoFollowup r114067 rename to formatDuration to match other methods
Sam Reed [Sat, 17 Mar 2012 22:26:26 +0000 (22:26 +0000)]
Followup r114067 rename to formatDuration to match other methods

12 years agoadding special page with scaffolding for caching chunks of HTML
Jeroen De Dauw [Sat, 17 Mar 2012 22:26:02 +0000 (22:26 +0000)]
adding special page with scaffolding for caching chunks of HTML

12 years agoFollowup r114067
Sam Reed [Sat, 17 Mar 2012 22:14:44 +0000 (22:14 +0000)]
Followup r114067

Add centuries because the messages were already there but not used

Add decade and millennia for the luls/completeness

12 years agofollow up to r114067, use correct language
Jeroen De Dauw [Sat, 17 Mar 2012 21:47:17 +0000 (21:47 +0000)]
follow up to r114067, use correct language

12 years agoFollow-up r113939: Add divs to addWikiText().
Siebrand Mazeland [Sat, 17 Mar 2012 21:19:31 +0000 (21:19 +0000)]
Follow-up r113939: Add divs to addWikiText().

12 years agoFollow up to r114067;
Jeroen De Dauw [Sat, 17 Mar 2012 21:13:01 +0000 (21:13 +0000)]
Follow up to r114067;

12 years agoadding a duration function to language that converts seconds to text
Jeroen De Dauw [Sat, 17 Mar 2012 20:58:46 +0000 (20:58 +0000)]
adding a duration function to language that converts seconds to text

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Sat, 17 Mar 2012 20:51:46 +0000 (20:51 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agofollow up r113862 . changed public function name extensionTableExists to tableExists
Thomas Gries [Sat, 17 Mar 2012 08:22:58 +0000 (08:22 +0000)]
follow up r113862 . changed public function name extensionTableExists to tableExists

12 years agofix for bug33214 - catch all exceptions in api execute and provides necessary paramet...
Benny Situ [Sat, 17 Mar 2012 02:23:06 +0000 (02:23 +0000)]
fix for bug33214 - catch all exceptions in api execute and provides necessary parameters required by the custom printer

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Fri, 16 Mar 2012 20:39:04 +0000 (20:39 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years agopartial fix for bug 35057 - backporting a patch from jQuery 1.7.2pre
Ryan Kaldari [Fri, 16 Mar 2012 14:44:46 +0000 (14:44 +0000)]
partial fix for bug 35057 - backporting a patch from jQuery 1.7.2pre

12 years agoRemove incorrect "the" in 'filereadonlyerror'.
Siebrand Mazeland [Fri, 16 Mar 2012 04:38:00 +0000 (04:38 +0000)]
Remove incorrect "the" in 'filereadonlyerror'.
Make use of reasons more consistent in a few messages.

12 years agoMake UsageException extend MWException
Sam Reed [Fri, 16 Mar 2012 02:02:41 +0000 (02:02 +0000)]
Make UsageException extend MWException

12 years agoIn the $clearState=true case, remove strip marker prefixes from the Parser::parse...
Tim Starling [Fri, 16 Mar 2012 00:29:26 +0000 (00:29 +0000)]
In the $clearState=true case, remove strip marker prefixes from the Parser::parse() input. It's only possible for strip markers to be present in this case if the caller manages to guess the output of Parser::getRandomString() in advance. Even if that is possible, it's not recommended as a robust calling procedure.

Also cleaned up some old commented-out code in this area.

12 years agodocs++
Jeroen De Dauw [Thu, 15 Mar 2012 22:40:27 +0000 (22:40 +0000)]
docs++

12 years agoLocalisation updates for core and extension messages from translatewiki.net
Raimond Spekking [Thu, 15 Mar 2012 20:51:16 +0000 (20:51 +0000)]
Localisation updates for core and extension messages from translatewiki.net

12 years ago[FileRepo] Tweaked transformErrorOutput() to allow more useful error output (like...
Aaron Schulz [Thu, 15 Mar 2012 20:37:58 +0000 (20:37 +0000)]
[FileRepo] Tweaked transformErrorOutput() to allow more useful error output (like backend errors) for problems moving thumbnails into storage.

12 years ago* r113886: use <div> instead of span to wrap element that has p tags.
Aaron Schulz [Thu, 15 Mar 2012 17:50:55 +0000 (17:50 +0000)]
* r113886: use <div> instead of span to wrap element that has p tags.
* Also fixed an older instance of the same problem.