lhc/web/wiklou.git
13 years agoFix more grammar in r67360's comment
Aryeh Gregor [Wed, 30 Jun 2010 21:37:19 +0000 (21:37 +0000)]
Fix more grammar in r67360's comment

(see also r67401)

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 30 Jun 2010 18:02:40 +0000 (18:02 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-30 17:45:00 UTC)

13 years agoNormalise # to // comments
Sam Reed [Wed, 30 Jun 2010 15:50:37 +0000 (15:50 +0000)]
Normalise # to // comments

13 years agoFollowup r65037, do the same for the other route of badtitle
Sam Reed [Wed, 30 Jun 2010 15:34:59 +0000 (15:34 +0000)]
Followup r65037, do the same for the other route of badtitle

13 years agoLocalization update for he.
Rotem Liss [Wed, 30 Jun 2010 14:42:44 +0000 (14:42 +0000)]
Localization update for he.

13 years agoFix r65069 per CR: put logo setting outside of block hidden when uploads are disabled
Roan Kattouw [Wed, 30 Jun 2010 10:44:51 +0000 (10:44 +0000)]
Fix r65069 per CR: put logo setting outside of block hidden when uploads are disabled

13 years agoMention the other supported accelerators
Niklas Laxström [Wed, 30 Jun 2010 07:42:43 +0000 (07:42 +0000)]
Mention the other supported accelerators

13 years agoExtra whitespace which annoys me
Niklas Laxström [Wed, 30 Jun 2010 07:42:07 +0000 (07:42 +0000)]
Extra whitespace which annoys me

13 years agoPut \n in double-quotes
Mark A. Hershberger [Wed, 30 Jun 2010 07:39:17 +0000 (07:39 +0000)]
Put \n in double-quotes

13 years agoFix error suppression from r63209.
Tim Starling [Wed, 30 Jun 2010 05:30:29 +0000 (05:30 +0000)]
Fix error suppression from r63209.

13 years agor68756 - Make the use of MW_CONFIG_CALLBACK compatible with PHP 5.1
Mark A. Hershberger [Wed, 30 Jun 2010 04:25:23 +0000 (04:25 +0000)]
r68756 - Make the use of MW_CONFIG_CALLBACK compatible with PHP 5.1

13 years ago* Removed mockup code from WebInstallerPage::execute(), made it abstract instead.
Tim Starling [Wed, 30 Jun 2010 03:36:20 +0000 (03:36 +0000)]
* Removed mockup code from WebInstallerPage::execute(), made it abstract instead.
* Updated URL for session.save_path documentation.
* Fixed documentation typo.

13 years agoFix for r68645: <doclink> was removed in refactor
Chad Horohoe [Wed, 30 Jun 2010 00:52:11 +0000 (00:52 +0000)]
Fix for r68645: <doclink> was removed in refactor

13 years agoSimpleSearch - fixing positioning problems with the button
Adam Miller [Tue, 29 Jun 2010 22:02:20 +0000 (22:02 +0000)]
SimpleSearch - fixing positioning problems with the button

13 years agoRem superfluous code, as per comments on r68338
Sam Reed [Tue, 29 Jun 2010 20:22:52 +0000 (20:22 +0000)]
Rem superfluous code, as per comments on r68338

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 29 Jun 2010 19:51:55 +0000 (19:51 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-29 19:28:00 UTC)

13 years agoFollow-up r68719: Simplify a bit per suggestions of Nikerabbit.
Raimond Spekking [Tue, 29 Jun 2010 14:37:39 +0000 (14:37 +0000)]
Follow-up r68719: Simplify a bit per suggestions of Nikerabbit.

13 years ago* Bug 8507 - Group file links by namespace:title on image pages
Raimond Spekking [Tue, 29 Jun 2010 13:38:55 +0000 (13:38 +0000)]
* Bug 8507 -  Group file links by namespace:title on image pages
* Use proper Html::functions
* Add namespace specific CSS Id to the li elements to allow styling per namespace

13 years agoAdding new namespace alises for Persian.
Huji [Tue, 29 Jun 2010 11:34:25 +0000 (11:34 +0000)]
Adding new namespace alises for Persian.

13 years agoFixed yet another borkage from r67707
Max Semenik [Tue, 29 Jun 2010 09:20:09 +0000 (09:20 +0000)]
Fixed yet another borkage from r67707

13 years agoFixed a fatal installer failure on PG introduced in r67707. 1.16 is unaffected
Max Semenik [Tue, 29 Jun 2010 09:11:37 +0000 (09:11 +0000)]
Fixed a fatal installer failure on PG introduced in r67707. 1.16 is unaffected

13 years agoadded normalization for parameter 'page', based on pageCount, as by tims comment...
Daniel Kinzler [Tue, 29 Jun 2010 08:40:23 +0000 (08:40 +0000)]
added normalization for parameter 'page', based on pageCount, as by tims comment to r68418

13 years agoRevert r66835, r66846: it's too late to break interfaces in 1.16.
Tim Starling [Tue, 29 Jun 2010 06:39:32 +0000 (06:39 +0000)]
Revert r66835, r66846: it's too late to break interfaces in 1.16.

13 years agoFix comment typo
Sam Reed [Tue, 29 Jun 2010 06:32:18 +0000 (06:32 +0000)]
Fix comment typo

13 years agoLet CookieJar work for hostnames without dots in them, so that ApiTest can work on...
Tim Starling [Tue, 29 Jun 2010 03:49:35 +0000 (03:49 +0000)]
Let CookieJar work for hostnames without dots in them, so that ApiTest can work on my test wiki (and presumably most other localhost wikis).

13 years agoRemoved the hacks from r62948 to skip ApiTest if the parser test database is currentl...
Tim Starling [Tue, 29 Jun 2010 03:44:08 +0000 (03:44 +0000)]
Removed the hacks from r62948 to skip ApiTest if the parser test database is currently active. This is no longer necessary since the parser tests tear down the database environment properly.

13 years ago* remove bogus outputFooter call
Mark A. Hershberger [Tue, 29 Jun 2010 02:46:11 +0000 (02:46 +0000)]
* remove bogus outputFooter call
* strip tags + de-code entities before outputing messages to CLI (need an un-wiki call)
* Make LocalSettings::writeLocalSettings return a Status object instead of true/false so we can use the text in out cli output.

13 years ago* Remove error classes from revmove messages. Used with OutputPage::showErrorPage...
Siebrand Mazeland [Mon, 28 Jun 2010 22:28:13 +0000 (22:28 +0000)]
* Remove error classes from revmove messages. Used with OutputPage::showErrorPage, and other special pages using that method do not have marked up messages either.
* Reword 'revmove-nullmove' per suggestion of Nikerabbit (http://translatewiki.net/wiki/Thread:Support/MediaWiki:Revmove-nullmove).
* Remove references to the "back" button, and use "Go back to the previous page" in three messages.
* Add newlines between sentences.

13 years agoRemove trailing whitespace, run stylize.php, update whitespace
Siebrand Mazeland [Mon, 28 Jun 2010 22:13:02 +0000 (22:13 +0000)]
Remove trailing whitespace, run stylize.php, update whitespace

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 28 Jun 2010 19:46:38 +0000 (19:46 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-28 19:36:00 UTC)

13 years agoAdded @noflip to div.tleft and div.rleft
Trevor Parscal [Mon, 28 Jun 2010 19:46:31 +0000 (19:46 +0000)]
Added @noflip to div.tleft and div.rleft

13 years agoAdded a new hook that allows extensions to add their own tests to the core test suite
Max Semenik [Mon, 28 Jun 2010 18:17:47 +0000 (18:17 +0000)]
Added a new hook that allows extensions to add their own tests to the core test suite

13 years ago* (bug 24155) Import no longer produces errors with php 5.2 and before
Alexandre Emsenhuber [Mon, 28 Jun 2010 17:51:49 +0000 (17:51 +0000)]
* (bug 24155) Import no longer produces errors with php 5.2 and before

13 years agoUniformly indent things that have already been completed. Sort of addresses bug 22753.
Chad Horohoe [Mon, 28 Jun 2010 13:44:51 +0000 (13:44 +0000)]
Uniformly indent things that have already been completed. Sort of addresses bug 22753.

13 years agoOne place forgot intval() mLatestID causing bugs with strict comparisons. Fixed it...
Niklas Laxström [Mon, 28 Jun 2010 12:02:09 +0000 (12:02 +0000)]
One place forgot intval() mLatestID causing bugs with strict comparisons. Fixed it and added extra intval() conversion.

13 years agoLocalization update for he.
Rotem Liss [Mon, 28 Jun 2010 11:04:26 +0000 (11:04 +0000)]
Localization update for he.

13 years agoCode cleanup
Niklas Laxström [Mon, 28 Jun 2010 07:17:16 +0000 (07:17 +0000)]
Code cleanup

13 years ago* consolidate some installer functionals into the Installer class
Mark A. Hershberger [Sun, 27 Jun 2010 21:48:51 +0000 (21:48 +0000)]
* consolidate some installer functionals into the Installer class
* add beginning of CliInstallerOutput class
* make it possible to override LocalSettings from a maint script
* make basic cli installation possible (only tested mysql so far)

13 years agoMinor followup to r68636, add to getPossibleErrors
Sam Reed [Sun, 27 Jun 2010 20:30:43 +0000 (20:30 +0000)]
Minor followup to r68636, add to getPossibleErrors

13 years ago* (bug 24136) unknownerror when adding new section without summary, but forceditsummary
Sam Reed [Sun, 27 Jun 2010 19:22:46 +0000 (19:22 +0000)]
* (bug 24136) unknownerror when adding new section without summary, but forceditsummary

Handle AS_SUMMARY_NEEDED in ApiEditPage

Fixup some braces

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 27 Jun 2010 18:58:30 +0000 (18:58 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-27 18:45:00 UTC)

13 years agoFix SearchSqlite::updateTitle()
Max Semenik [Sun, 27 Jun 2010 17:40:34 +0000 (17:40 +0000)]
Fix SearchSqlite::updateTitle()

13 years agoFollow-up to r68604: recognise ATTACH DATABASE as a read-only statement
Max Semenik [Sun, 27 Jun 2010 12:35:25 +0000 (12:35 +0000)]
Follow-up to r68604: recognise ATTACH DATABASE as a read-only statement

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sat, 26 Jun 2010 21:40:08 +0000 (21:40 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-2+ 21:25:00 UTC)

13 years agoRevert r68598. Broken.
Siebrand Mazeland [Sat, 26 Jun 2010 20:39:21 +0000 (20:39 +0000)]
Revert r68598. Broken.

Special:Preferences tabs were no longer displayed, was shown all in one page, Gadgets didn't load any longer.

13 years agoFollow-up r68606, per comments:
Matěj Grabovský [Sat, 26 Jun 2010 19:52:52 +0000 (19:52 +0000)]
Follow-up r68606, per comments:
* Made proper use of Article::doEdit's return value (hopefully)

13 years ago(bug 18891) Deprecated Article::insertNewArticle still used in core
Matěj Grabovský [Sat, 26 Jun 2010 13:25:08 +0000 (13:25 +0000)]
(bug 18891) Deprecated Article::insertNewArticle still used in core

13 years agoSupport for $wgSharedDB in SQlite
Max Semenik [Sat, 26 Jun 2010 12:10:47 +0000 (12:10 +0000)]
Support for $wgSharedDB in SQlite

13 years agoFix accesskeys for chrome
Daniel Friesen [Sat, 26 Jun 2010 05:23:01 +0000 (05:23 +0000)]
Fix accesskeys for chrome

13 years agoClean up the mess of horrid javascript in wikibits before I fix a bug
Daniel Friesen [Sat, 26 Jun 2010 05:22:18 +0000 (05:22 +0000)]
Clean up the mess of horrid javascript in wikibits before I fix a bug

13 years agoSome import-related fixes for LiquidThreads dump importation.
Andrew Garrett [Fri, 25 Jun 2010 21:03:48 +0000 (21:03 +0000)]
Some import-related fixes for LiquidThreads dump importation.

13 years agoFollow-up r68307: Rephrased sp-contributions-toponly message as suggested by Siebrand
Matěj Grabovský [Fri, 25 Jun 2010 19:38:37 +0000 (19:38 +0000)]
Follow-up r68307: Rephrased sp-contributions-toponly message as suggested by Siebrand

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 25 Jun 2010 18:39:41 +0000 (18:39 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-25 18:25:00 UTC)

13 years agoFollow-up to r68544: restored the ability to run tests from separate files
Max Semenik [Fri, 25 Jun 2010 16:19:25 +0000 (16:19 +0000)]
Follow-up to r68544: restored the ability to run tests from separate files

13 years agoRemove some simple skin elements that are provided by the shared CSS.
Derk-Jan Hartman [Fri, 25 Jun 2010 14:41:16 +0000 (14:41 +0000)]
Remove some simple skin elements that are provided by the shared CSS.

13 years agoMake sure that simple skin has the shared CSS and print CSS.
Derk-Jan Hartman [Fri, 25 Jun 2010 14:40:45 +0000 (14:40 +0000)]
Make sure that simple skin has the shared CSS and print CSS.
Simple was the last skin not to support the shared elements.

13 years agoSuppress warnings
Niklas Laxström [Fri, 25 Jun 2010 14:21:07 +0000 (14:21 +0000)]
Suppress warnings

13 years agoremove unused classes for article validation from Monobook's and Modern's main CSS...
Jack Phoenix [Fri, 25 Jun 2010 13:38:30 +0000 (13:38 +0000)]
remove unused classes for article validation from Monobook's and Modern's main CSS files, related to old Special:Validate feature. This reverts Magnus' r9552.

13 years agoPermission warnings are annoying and should be transparent to end users
Chad Horohoe [Fri, 25 Jun 2010 13:33:39 +0000 (13:33 +0000)]
Permission warnings are annoying and should be transparent to end users

13 years agoRun texvc via wfShellExec(), so that execution time is limited.
Tim Starling [Fri, 25 Jun 2010 10:58:29 +0000 (10:58 +0000)]
Run texvc via wfShellExec(), so that execution time is limited.

13 years agor68558 fixes: add some escaping (just in case, not really needed), as well as import...
Domas Mituzas [Fri, 25 Jun 2010 09:36:39 +0000 (09:36 +0000)]
r68558 fixes: add some escaping (just in case, not really needed), as well as import the variable via global

13 years agoAdding $wgSQLMode
Domas Mituzas [Fri, 25 Jun 2010 09:19:34 +0000 (09:19 +0000)]
Adding $wgSQLMode
* default is disabling all modes ('')
* null disables the SET operation (we will use this at WMF deployment)
* String override can be used as configuration parameter

13 years ago* Fixed the makefile to only run enabled tests, instead of every file in the director...
Tim Starling [Fri, 25 Jun 2010 09:01:41 +0000 (09:01 +0000)]
* Fixed the makefile to only run enabled tests, instead of every file in the directory with "test" in its name. Did this by moving the test list to a common PHP file, accessible by both the makefile and a new PHPUnit_TextUI_Command subclass.
* Removed the perl dependency from the default "make test". There doesn't seem to be a memory issue anymore, but you can always use one of the non-default targets if it recurs.
* Fixed a couple of test/suite names broken in r68544.
* Added custom CSS to Special:Selenium, accidentally missing from r68555.

13 years agoFollow-up r68555: Add new message key to maintenance script
Raimond Spekking [Fri, 25 Jun 2010 06:34:44 +0000 (06:34 +0000)]
Follow-up r68555: Add new message key to maintenance script
Add new special page to $specialPageAliase

13 years ago* Integrated the selenium tests into MediaWiki properly, and removed the insecure...
Tim Starling [Fri, 25 Jun 2010 05:55:23 +0000 (05:55 +0000)]
* Integrated the selenium tests into MediaWiki properly, and removed the insecure LocalSeleniumSettings.php concept.
* Removed the insecure web entry point hiding in the maintenance directory, in RunSeleniumTests.php. Replaced it with a special page interface, with CSRF protection and access control. If you wanted a secure web entry point, then I suppose this is how it would be done, but I think it should be killed ASAP.
* As in r68544, removed as many require() calls as possible, since nobody seems to know how to do them properly. Made the usual changes to make classes autoloader-compatible: class constants instead of define(), no file-scope registration code.

13 years agoFixes for r68544: fixed notices, added phpunit.bat to duplicate the functionality...
Max Semenik [Fri, 25 Jun 2010 05:55:11 +0000 (05:55 +0000)]
Fixes for r68544: fixed notices, added phpunit.bat to duplicate the functionality on Windows

13 years ago* Removed require/require_once from maintenance scripts where possible, replaced...
Tim Starling [Fri, 25 Jun 2010 02:55:51 +0000 (02:55 +0000)]
* Removed require/require_once from maintenance scripts where possible, replaced by the AutoLoader, since register_globals vulnerabilities and inappropriate include_path dependencies are so common.
* Rearranged PHPUnit startup so that MediaWiki can be started from the file scope, as required by Setup.php and other core MediaWiki startup files. The custom entry point maintenance/tests/phpunit starts MediaWiki and then passes its arguments through to PHPUnit.
* Moved the parser test tag hooks into classes and moved their registration to parserTests.inc, to allow autoloading.
* Renamed ApiSetup to ApiTestSetup, MediaWiki_Setup to MediaWikiTestSetup, PTShell to ParserTestSuiteBackend.
* Moved command-line initialisation code from the file scope of parserTests.inc to parserTests.php to allow autoloading
* Rewrote the interface between PHPUnit and the parser tests. Removed all the hacks designed to make the rest of the PHPUnit tests work without proper teardown of the parser test environment. Moved the PHPUnit_Framework_TestSuite subclass to a file that's not scanned by PHPUnit, to avoid "no tests found" warnings".
* Removed the {{NUMBEROFARTICLES}} parser test, too hard to make it work consistently.

13 years agoAnd one more \n in wfDebug.
Derk-Jan Hartman [Thu, 24 Jun 2010 22:14:35 +0000 (22:14 +0000)]
And one more \n in wfDebug.

13 years agoAdd a \n to the debug of the HTTP functions, so my debug log is readable.
Derk-Jan Hartman [Thu, 24 Jun 2010 22:13:11 +0000 (22:13 +0000)]
Add a \n to the debug of the HTTP functions, so my debug log is readable.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 24 Jun 2010 20:23:20 +0000 (20:23 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-24 20:00:00 UTC)

13 years agoFollow up r68491.
Platonides [Thu, 24 Jun 2010 13:44:50 +0000 (13:44 +0000)]
Follow up r68491.
Perform doAllQuotes before external links.
Added test case from http://es.wikipedia.org/w/index.php?title=Pablo_Picasso&action=edit&section=5&oldid=38079844

13 years agoFollow up r54225. DumpRenderer::handleRevision needs to be public in order to be...
Platonides [Thu, 24 Jun 2010 12:44:21 +0000 (12:44 +0000)]
Follow up r54225. DumpRenderer::handleRevision needs to be public in order to be called from WikiImporter.
Follow up r66267. Make WikiImporter use isset instead of is_callable, so errors like the above aren't silently ignored..
Remove wrong $this->stderr

13 years agoFollow up r66267.
Platonides [Thu, 24 Jun 2010 12:19:42 +0000 (12:19 +0000)]
Follow up r66267.
The length of strings is given by strlen, not count.

It's strange that this worked before. Although for big files it gave a String size overflow fatal error.

13 years agoWhitespace & documentation fix
Niklas Laxström [Thu, 24 Jun 2010 12:10:08 +0000 (12:10 +0000)]
Whitespace & documentation fix

13 years agoApply patch from bug 24104 by John Du Hart for allowing custom port.
Niklas Laxström [Thu, 24 Jun 2010 06:20:11 +0000 (06:20 +0000)]
Apply patch from bug 24104 by John Du Hart for allowing custom port.
Also updated the function documentation while at it.

13 years agoDisable pretty italics inside links. Now the italics inside a link alternate text...
Platonides [Wed, 23 Jun 2010 23:29:54 +0000 (23:29 +0000)]
Disable pretty italics inside links. Now the italics inside a link alternate text will be handled on its own scope but if they come from the page title, they won't be parsed at all. This is a middle way solution to bug 4598. Now all bug 4598 tests pass.

Pretty italics mean that italics go across links: ''Some [[Link|pretty ''italics'' and stuff]]! -> ''Some [[Link|pretty ''italics'' and stuff]]! -> <i>Some <a>pretty <i>italics</i> and stuff</a>!</i>

This also fixes bug 24093, where interface messages saying '''[[$1]]''' has been deleted/renamed/links here were being bitten by this feature.

The best resolution would be to make pretty italics still work inside alternates, feel free to do so, but doesn't seem worth at this point. The right solution should be to rewrite the quotes handling so it takes its scope into account.

13 years agoMinor followup to r68482, fix the fail I introduced
Sam Reed [Wed, 23 Jun 2010 19:49:02 +0000 (19:49 +0000)]
Minor followup to r68482, fix the fail I introduced

+ 1 minor improvement to reused method

13 years ago* (bug 23473) - Give description of properties on all modules
Sam Reed [Wed, 23 Jun 2010 19:36:26 +0000 (19:36 +0000)]
* (bug 23473) - Give description of properties on all modules

Commit patch by John Du Hart with a few minor tweaks/fixes

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 23 Jun 2010 19:23:47 +0000 (19:23 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-23 19:10:00 UTC)

13 years agoConverting MySQL's ENUM to SQLite BLOB doesn't make sense, changed it to TEXT. Also...
Max Semenik [Wed, 23 Jun 2010 18:59:46 +0000 (18:59 +0000)]
Converting MySQL's ENUM to SQLite BLOB doesn't make sense, changed it to TEXT. Also fixed a bug in conversion regex

13 years agoFollow-up r68409: shut up PHP Strict Standards notices about "Declaration of Blah...
Siebrand Mazeland [Wed, 23 Jun 2010 18:18:14 +0000 (18:18 +0000)]
Follow-up r68409: shut up PHP Strict Standards notices about "Declaration of Blah::getThumbType() should be compatible with that of MediaHandler::getThumbType()"

13 years agoFixes for r66013: fixed syntax, switched interwiki.list to use more customary comment...
Max Semenik [Wed, 23 Jun 2010 16:06:34 +0000 (16:06 +0000)]
Fixes for r66013: fixed syntax, switched interwiki.list to use more customary comments starting with #

13 years agoMove bug 19910 / r68374 RELEASE-NOTES
Sam Reed [Wed, 23 Jun 2010 12:35:54 +0000 (12:35 +0000)]
Move bug 19910 / r68374 RELEASE-NOTES

13 years ago* (bug 24089) Logevents causes PHP Notice if leprop=title isn't supplied
Sam Reed [Wed, 23 Jun 2010 12:34:59 +0000 (12:34 +0000)]
* (bug 24089) Logevents causes PHP Notice if leprop=title isn't supplied

Patch by John Du Hart

Add a couple of missing braces

13 years ago* Adapt install.php to a more “traditional” maintenance-style script so it can extend...
Mark A. Hershberger [Wed, 23 Jun 2010 01:08:34 +0000 (01:08 +0000)]
* Adapt install.php to a more “traditional” maintenance-style script so it can extend and use Maintenance class convenience methods.
* Add CliInstaller class and put it in the autoloads.

13 years agoremove todo tag now that its done.
Mark A. Hershberger [Wed, 23 Jun 2010 01:02:36 +0000 (01:02 +0000)]
remove todo tag now that its done.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 22 Jun 2010 20:07:49 +0000 (20:07 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-22 19:30:00 UTC)

13 years agopassing thumbnail params to getThumbType, as suggested by TimStarling in a comment...
Daniel Kinzler [Tue, 22 Jun 2010 16:01:54 +0000 (16:01 +0000)]
passing thumbnail params to getThumbType, as suggested by TimStarling in a comment to bug 23258

13 years agoResolve fixme of r66539
Sam Reed [Tue, 22 Jun 2010 12:10:26 +0000 (12:10 +0000)]
Resolve fixme of r66539

Move getWatchlistUser to ApiBase

13 years agoFix typo (and change wrong variable)
Sam Reed [Tue, 22 Jun 2010 06:05:20 +0000 (06:05 +0000)]
Fix typo (and change wrong variable)

13 years ago(bug 21475) Add \mathtt and \textsf to compliment \mathsf and \texttt in <math>
Conrad Irwin [Tue, 22 Jun 2010 00:14:06 +0000 (00:14 +0000)]
(bug 21475) Add \mathtt and \textsf to compliment \mathsf and \texttt in <math>

13 years ago(bug 11641) support \dots[cmio] in <math>
Conrad Irwin [Mon, 21 Jun 2010 23:22:22 +0000 (23:22 +0000)]
(bug 11641) support \dots[cmio] in <math>

Thanks to Brian Foley for the patch.

13 years ago(bug 21477) Add \& to texvc
Conrad Irwin [Mon, 21 Jun 2010 22:09:05 +0000 (22:09 +0000)]
(bug 21477) Add \& to texvc

13 years ago(bug 19910) Preprocess headings of the form "===+\s+" in the same way as Parser:...
Conrad Irwin [Mon, 21 Jun 2010 20:33:07 +0000 (20:33 +0000)]
(bug 19910) Preprocess headings of the form "===+\s+" in the same way as Parser::doHeadings()

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Mon, 21 Jun 2010 20:02:33 +0000 (20:02 +0000)]
Fixed some doxygen warnings

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 21 Jun 2010 19:42:03 +0000 (19:42 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-21 19:25:00 UTC)

13 years ago(bug 18431) Remove initial whitespace from fragment in Title::secureAndSplit()
Conrad Irwin [Mon, 21 Jun 2010 14:08:46 +0000 (14:08 +0000)]
(bug 18431) Remove initial whitespace from fragment in Title::secureAndSplit()

13 years agoAdd a copyright line for myself to SpecialComparePages
Derk-Jan Hartman [Mon, 21 Jun 2010 13:55:55 +0000 (13:55 +0000)]
Add a copyright line for myself to SpecialComparePages

13 years agoLocalization update for he.
Rotem Liss [Mon, 21 Jun 2010 13:51:27 +0000 (13:51 +0000)]
Localization update for he.

13 years agoCorrect the address of the FSF in some of the GPL headers
Derk-Jan Hartman [Mon, 21 Jun 2010 13:16:32 +0000 (13:16 +0000)]
Correct the address of the FSF in some of the GPL headers
59 Temple Place -> 51 Franklin Street
Follow up to r68351