lhc/web/wiklou.git
14 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

14 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.

14 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

14 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

14 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

14 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.

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

14 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).

14 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.

14 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.

14 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.

14 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

14 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)

14 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

14 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

14 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

14 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.

14 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.

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

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

14 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)

14 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

14 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

14 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)

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

14 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

14 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)

14 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.

14 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)

14 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

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

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

14 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

14 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.

14 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

14 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)

14 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

14 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.

14 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.

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

14 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.

14 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

14 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.

14 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

14 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

14 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.

14 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

14 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.

14 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

14 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.

14 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.

14 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.

14 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)

14 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

14 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

14 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.

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

14 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.

14 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.

14 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

14 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

14 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)

14 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

14 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()"

14 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 #

14 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

14 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

14 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.

14 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.

14 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)

14 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

14 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

14 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)

14 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>

14 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.

14 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

14 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()

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

14 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)

14 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()

14 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

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

14 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

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

14 years agoGPL Headers for all!
Sam Reed [Mon, 21 Jun 2010 12:59:04 +0000 (12:59 +0000)]
GPL Headers for all!

14 years agoFollow-up r68324: Add usage of PLURAL to message 'file-info-png-repeat'. Code already...
Siebrand Mazeland [Mon, 21 Jun 2010 11:15:06 +0000 (11:15 +0000)]
Follow-up r68324: Add usage of PLURAL to message 'file-info-png-repeat'. Code already supports PLURAL (wfMsgExt with parseinline).

14 years ago(bug 22784) Fix normalization of whitespace in autocomment links
Conrad Irwin [Mon, 21 Jun 2010 01:17:36 +0000 (01:17 +0000)]
(bug 22784) Fix normalization of whitespace in autocomment links

put this specific normalisation into Sanitizer::normalizeSectionNameWhitespace
instead of repeating it three times.

14 years ago(bug 17857) Make {{anchorencode}} work in a manner more similar to the way that
Conrad Irwin [Sun, 20 Jun 2010 23:43:39 +0000 (23:43 +0000)]
(bug 17857) Make {{anchorencode}} work in a manner more similar to the way that
section links are created by the parser. Also useful for (bug 18431).

14 years agoFollow up r66566. Rename uploadLink() to getUploadLink() per Bryan's comments
Derk-Jan Hartman [Sun, 20 Jun 2010 22:24:47 +0000 (22:24 +0000)]
Follow up r66566. Rename uploadLink() to getUploadLink() per Bryan's comments

14 years agoFollow up r68279. epub is 'not' an opc archive
Derk-Jan Hartman [Sun, 20 Jun 2010 22:21:33 +0000 (22:21 +0000)]
Follow up r68279. epub is 'not' an opc archive

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

14 years agoDo ApiQueryAllUsers per r68337 (was using while (true)..)
Sam Reed [Sun, 20 Jun 2010 18:52:46 +0000 (18:52 +0000)]
Do ApiQueryAllUsers per r68337 (was using while (true)..)

14 years agoPer http://www.mediawiki.org/wiki/Special:Code/MediaWiki/66168#c7252 switch while...
Sam Reed [Sun, 20 Jun 2010 18:48:34 +0000 (18:48 +0000)]
Per mediawiki.org/wiki/Special:Code/MediaWiki/66168#c7252 switch while ( $row = $db->fectchObject( $res ) ) to foreach ( $res as row )

On ApiQueryUsers switch $r to row, and remove nested brackets

14 years agoDelete r68326. Too many fixmes and I don't care right now.
Chad Horohoe [Sun, 20 Jun 2010 17:54:07 +0000 (17:54 +0000)]
Delete r68326. Too many fixmes and I don't care right now.

14 years agoNuke $db->freeResult() from Api stuffs
Sam Reed [Sun, 20 Jun 2010 17:48:21 +0000 (17:48 +0000)]
Nuke $db->freeResult() from Api stuffs

14 years agoFollowup r68157 and r68161 per Bryans comment (anons aren't in the group user)
Sam Reed [Sun, 20 Jun 2010 17:30:23 +0000 (17:30 +0000)]
Followup r68157 and r68161 per Bryans comment (anons aren't in the group user)

14 years agoFollow-up r68324: Fix syntax error
Raimond Spekking [Sun, 20 Jun 2010 16:35:37 +0000 (16:35 +0000)]
Follow-up r68324: Fix syntax error

14 years agoFollow up to r68324. Fix undefined constant.
Derk-Jan Hartman [Sun, 20 Jun 2010 16:17:19 +0000 (16:17 +0000)]
Follow up to r68324. Fix undefined constant.

14 years agoFollow up r68324.
Derk-Jan Hartman [Sun, 20 Jun 2010 16:15:20 +0000 (16:15 +0000)]
Follow up r68324.
Init PNG info array before we use it. Much cleaner.

14 years agoFun little script to destroy your wiki
Chad Horohoe [Sun, 20 Jun 2010 16:15:00 +0000 (16:15 +0000)]
Fun little script to destroy your wiki