lhc/web/wiklou.git
14 years agoAPI: fix copyright symbol, coding style cleanup, more braces
Jack Phoenix [Wed, 24 Feb 2010 14:00:23 +0000 (14:00 +0000)]
API: fix copyright symbol, coding style cleanup, more braces

14 years agoAPI: fix copyright symbol, coding style cleanup, more braces
Jack Phoenix [Wed, 24 Feb 2010 13:34:11 +0000 (13:34 +0000)]
API: fix copyright symbol, coding style cleanup, more braces

14 years agoAdd OptIn.sql to addwiki.php
Roan Kattouw [Wed, 24 Feb 2010 12:18:51 +0000 (12:18 +0000)]
Add OptIn.sql to addwiki.php

14 years ago* Moved truncateHtml() to language.php
Aaron Schulz [Wed, 24 Feb 2010 04:14:45 +0000 (04:14 +0000)]
* Moved truncateHtml() to language.php
* Renamed $maxLen -> $length
* Made $length=0 case match truncate()

14 years agoRemoved unused var
Aaron Schulz [Wed, 24 Feb 2010 03:38:06 +0000 (03:38 +0000)]
Removed unused var

14 years agofollow up r62806 - use “wb” for windows
Mark A. Hershberger [Wed, 24 Feb 2010 00:45:54 +0000 (00:45 +0000)]
follow up r62806 - use “wb” for windows

14 years agoReduce code duplication by adding conditions to $conds directly, rather than adding...
Chad Horohoe [Tue, 23 Feb 2010 20:37:52 +0000 (20:37 +0000)]
Reduce code duplication by adding conditions to $conds directly, rather than adding them to a temporary variable and then later adding them

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 23 Feb 2010 19:46:25 +0000 (19:46 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-02-23 19:00 UTC)

14 years agoDrop unused variable assignment
Chad Horohoe [Tue, 23 Feb 2010 18:40:24 +0000 (18:40 +0000)]
Drop unused variable assignment

14 years agoUpdate doxygen a bit
Max Semenik [Tue, 23 Feb 2010 18:36:46 +0000 (18:36 +0000)]
Update doxygen a bit

14 years agoAPI: fix copyright symbol, coding style cleanup, more braces
Jack Phoenix [Tue, 23 Feb 2010 18:05:46 +0000 (18:05 +0000)]
API: fix copyright symbol, coding style cleanup, more braces

14 years agoRestore IE5/5.5 support to MonoBook and Chick
Aryeh Gregor [Tue, 23 Feb 2010 17:46:18 +0000 (17:46 +0000)]
Restore IE5/5.5 support to MonoBook and Chick

This reverts r61083 and r61085, per my Code Review comments at r61083.
IE5 and 5.5 work okay right now in MonoBook, and there's not really any
benefit to removing support where it already exists.

I'll backport this to 1.16 and revert r61128 there too shortly.

14 years agoAPI: coding style cleanup, fix copyright symbol, more braces
Jack Phoenix [Tue, 23 Feb 2010 12:30:23 +0000 (12:30 +0000)]
API: coding style cleanup, fix copyright symbol, more braces

14 years agoFixes for r62870. It still needs a patch for Oracle though
Max Semenik [Tue, 23 Feb 2010 12:24:19 +0000 (12:24 +0000)]
Fixes for r62870. It still needs a patch for Oracle though

14 years agoChanged all *_mime_minor field lengths to 100; current 32 does not support some OpenD...
Jure Kajzer [Tue, 23 Feb 2010 11:24:40 +0000 (11:24 +0000)]
Changed all *_mime_minor field lengths to 100; current 32 does not support some OpenDocument mimes
* changed tables.sql for mysql and oracle
* added patch script for mysql and included it in updaters.inc

14 years agotableName calls moved inside fieldInfoMulti and removed call that existed only for...
Jure Kajzer [Tue, 23 Feb 2010 10:38:06 +0000 (10:38 +0000)]
tableName calls moved inside fieldInfoMulti and removed call that existed only for this call

14 years agoset password the correct way for apitests
Mark A. Hershberger [Tue, 23 Feb 2010 06:55:16 +0000 (06:55 +0000)]
set password the correct way for apitests

14 years agoUse globals correctly to make tests work again.
Mark A. Hershberger [Tue, 23 Feb 2010 05:14:42 +0000 (05:14 +0000)]
Use globals correctly to make tests work again.

14 years agoFixup whitespace
Sam Reed [Mon, 22 Feb 2010 22:44:41 +0000 (22:44 +0000)]
Fixup whitespace

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Mon, 22 Feb 2010 21:34:19 +0000 (21:34 +0000)]
Fixed some doxygen warnings

14 years agoApiExpandTemplates.php: fix copyright symbol, coding style tweaks, more braces
Jack Phoenix [Mon, 22 Feb 2010 20:27:06 +0000 (20:27 +0000)]
ApiExpandTemplates.php: fix copyright symbol, coding style tweaks, more braces

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 22 Feb 2010 20:24:42 +0000 (20:24 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-02-22 20:00 UTC)

14 years agoApiMove.php: fix copyright symbol, spacing & coding style tweaks, more braces
Jack Phoenix [Mon, 22 Feb 2010 12:25:53 +0000 (12:25 +0000)]
ApiMove.php: fix copyright symbol, spacing & coding style tweaks, more braces

14 years ago(bug 22617), FileRepo::append() definition does not match child, change it to be...
Chad Horohoe [Mon, 22 Feb 2010 12:24:50 +0000 (12:24 +0000)]
(bug 22617), FileRepo::append() definition does not match child, change it to be like all the children

14 years agoApiEmailUser.php: fix copyright symbol, spacing and coding style tweaks, spaces ...
Jack Phoenix [Mon, 22 Feb 2010 12:20:54 +0000 (12:20 +0000)]
ApiEmailUser.php: fix copyright symbol, spacing and coding style tweaks, spaces -> tabs, trimmed off trailing whitespace

14 years agoApiEditPage.php: fix copyright symbol, spacing and coding style cleanup, more braces
Jack Phoenix [Mon, 22 Feb 2010 12:18:42 +0000 (12:18 +0000)]
ApiEditPage.php: fix copyright symbol, spacing and coding style cleanup, more braces

14 years agoUpdates for new major version (1.17)
Tim Starling [Mon, 22 Feb 2010 11:27:52 +0000 (11:27 +0000)]
Updates for new major version (1.17)

14 years agoFix r62774 in a different way.
Tim Starling [Mon, 22 Feb 2010 10:48:30 +0000 (10:48 +0000)]
Fix r62774 in a different way.

14 years agoFollow-up r62806: Add new message key
Raimond Spekking [Mon, 22 Feb 2010 07:33:39 +0000 (07:33 +0000)]
Follow-up r62806: Add new message key

14 years agoFixes for r62505:
Tim Starling [Mon, 22 Feb 2010 07:02:12 +0000 (07:02 +0000)]
Fixes for r62505:
* In MagicWordArray::matchStartAndRemove(), fixed the case where the length of localised synonym is not precisely the length of the magic word ID plus one
* Fixed the case where matchStartAndRemove() removes the entire string, send empty string not false
* Fix brace style

14 years ago* Fixes Bug #22268
Mark A. Hershberger [Mon, 22 Feb 2010 05:12:20 +0000 (05:12 +0000)]
* Fixes Bug #22268
* Document parseHeader()
* Separate out setStatus() so it can be called from execute()
* Avoid core dumps on older PHPs when using PhpHttpRequest and doing redirects
* Add getResponseHeader() for getting the response headers
* Add special handling on tests for older PHP

14 years agows-only cleanup
Mark A. Hershberger [Mon, 22 Feb 2010 03:34:56 +0000 (03:34 +0000)]
ws-only cleanup

14 years agofollow up r53282
Mark A. Hershberger [Mon, 22 Feb 2010 03:07:28 +0000 (03:07 +0000)]
follow up r53282
Recover the use of verifyExtension that was lost in r53282

14 years agoIn fixBug20757.php:
Tim Starling [Mon, 22 Feb 2010 02:33:44 +0000 (02:33 +0000)]
In fixBug20757.php:
* Don't use buildLike() just yet, for easy backporting to wmf-deployment.
* Don't try to fetch old_flags=object,external rows
* Skip rows with the wrong class using a MySQL condition since we really don't care about them
* Propagate old_flags to the new pointer row. This could be necessary if moveToExternal.php was run after compressOld.php from MW>1.5. This never actually happened at Wikimedia.
* Don't skip rows with bt_moved=0, we need to resolve these stubs if RCT is to continue.
* Fix isUnbrokenStub() to not overwrite its input, fixes minor progress message issue
* Tested locally.

In resolveStubs.php:
* Fixed two bugs in the condition intended to limit the rows acted on to HistoryBlobStub: the string we compared against was not all in lower case, and the character set was binary, making LOWER() do nothing.
* Resolve stubs with old_flags='object,utf-8', analysis showed that we have some of these on enwiki
* Tested locally.

In trackBlobs.php:
* Fixed a bug causing incorrect values to be inserted into bt_cgz_hash. There was no impact on RCT or any other script since bt_cgz_hash is unused at present. Tested locally.

14 years agofollow up r62231, r61779, r62175
Mark A. Hershberger [Mon, 22 Feb 2010 02:15:30 +0000 (02:15 +0000)]
follow up r62231, r61779, r62175
* Fix up messages
* For new FileRepo::append(), use flags to determine whether to delete or not
* Add more error checking for appending
* Fix a couple of places in Revision.php and LogPage.php where DB errors were produced when comment was null
* Remove bogus checking for !$comment, etc on the DONE phase of chunked uploading
* Don't pretend to return a value when raising an exception
* Add more tests for chunked uploads
* Verify that Status::getErrorsArray() (at least where it is used in ApiUpload::execute()) returns an array that we can pass to dieUsageMessage()
* Ensure that checkWarnings(), etc work only on the complete file

14 years agofollow up r62800 fix typo
Mark A. Hershberger [Mon, 22 Feb 2010 01:12:50 +0000 (01:12 +0000)]
follow up r62800 fix typo

14 years agoCleanup r62798: If you add a new param then document it, simplify check for --force
Chad Horohoe [Mon, 22 Feb 2010 00:54:39 +0000 (00:54 +0000)]
Cleanup r62798: If you add a new param then document it, simplify check for --force

14 years agoadd --force option to delete db table rows
Mark A. Hershberger [Mon, 22 Feb 2010 00:37:05 +0000 (00:37 +0000)]
add --force option to delete db table rows

14 years agoSpecify percentage width on Modern search box
Aryeh Gregor [Sun, 21 Feb 2010 23:59:00 +0000 (23:59 +0000)]
Specify percentage width on Modern search box

As discussed on IRC.  This reverts r62794, and is intended to be a
better fix for bug 19194.  By removing the display: block, we work
around the WebKit bug <https://bugs.webkit.org/show_bug.cgi?id=27982>.
But then on some font sizes, the text box becomes too narrow, so the
"Go" button winds up on the same line as the search box.  thedj reported
this as a problem both with r62794 and with simple removal of display:
block, but said it was fine with width: 85%, which also looks fine to
me.

14 years agoFixes bug 19194 (search box issue in Safari and Chrome)
Lisa Ridley [Sun, 21 Feb 2010 23:14:01 +0000 (23:14 +0000)]
Fixes bug 19194 (search box issue in Safari and Chrome)

14 years agoget rid of strict notice.
Mark A. Hershberger [Sun, 21 Feb 2010 22:47:40 +0000 (22:47 +0000)]
get rid of strict notice.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 21 Feb 2010 20:10:36 +0000 (20:10 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-02-21 20:00 UTC)

14 years agoApiDisabled.php: fix copyright symbol, coding style tweaks
Jack Phoenix [Sun, 21 Feb 2010 18:09:00 +0000 (18:09 +0000)]
ApiDisabled.php: fix copyright symbol, coding style tweaks

14 years agoPartially revert r62774 to prevent PHP Notice: Undefined variable: wgUser in include...
Siebrand Mazeland [Sun, 21 Feb 2010 17:28:13 +0000 (17:28 +0000)]
Partially revert r62774 to prevent PHP Notice:  Undefined variable: wgUser in includes/Preferences.php on line 212

14 years agodouble global declaration
Domas Mituzas [Sun, 21 Feb 2010 17:27:11 +0000 (17:27 +0000)]
double global declaration

14 years agomissed one :)
Domas Mituzas [Sun, 21 Feb 2010 17:26:04 +0000 (17:26 +0000)]
missed one :)

14 years ago3x global $wgOut
Domas Mituzas [Sun, 21 Feb 2010 17:25:25 +0000 (17:25 +0000)]
3x global $wgOut

14 years agoI have a feeling that a line above declares same global
Domas Mituzas [Sun, 21 Feb 2010 17:20:31 +0000 (17:20 +0000)]
I have a feeling that a line above declares same global

14 years agoglobal $wgLang, $wgLang, $wgLang, $wgLang;
Domas Mituzas [Sun, 21 Feb 2010 17:18:28 +0000 (17:18 +0000)]
global $wgLang, $wgLang, $wgLang, $wgLang;

14 years agoglobal already imported few lines above
Domas Mituzas [Sun, 21 Feb 2010 17:07:37 +0000 (17:07 +0000)]
global already imported few lines above

14 years agoremove duplicate global definitions
Domas Mituzas [Sun, 21 Feb 2010 17:03:25 +0000 (17:03 +0000)]
remove duplicate global definitions

14 years agofix include path (DifferenceEngine.php has been moved to 'diff' subdir)
Domas Mituzas [Sun, 21 Feb 2010 14:28:16 +0000 (14:28 +0000)]
fix include path (DifferenceEngine.php has been moved to 'diff' subdir)

14 years agoApiBlock.php: spacing & coding style tweaks, more braces, fixed copyright symbol
Jack Phoenix [Sun, 21 Feb 2010 12:32:46 +0000 (12:32 +0000)]
ApiBlock.php: spacing & coding style tweaks, more braces, fixed copyright symbol

14 years agoAlso rewrite ALTER TABLE, handle int(...) properly
Max Semenik [Sun, 21 Feb 2010 09:40:27 +0000 (09:40 +0000)]
Also rewrite ALTER TABLE, handle int(...) properly

14 years agoDon't display useless --dbuser and --dbpass in sqlite.php help
Max Semenik [Sun, 21 Feb 2010 08:30:23 +0000 (08:30 +0000)]
Don't display useless --dbuser and --dbpass in sqlite.php help

14 years agomaintenance/sqlite.php: added an option for safe backup
Max Semenik [Sun, 21 Feb 2010 08:25:58 +0000 (08:25 +0000)]
maintenance/sqlite.php: added an option for safe backup

14 years agoRevert accidental commit
Aryeh Gregor [Sun, 21 Feb 2010 01:45:53 +0000 (01:45 +0000)]
Revert accidental commit

14 years agoFix comment, remove unused global
Aryeh Gregor [Sun, 21 Feb 2010 01:44:25 +0000 (01:44 +0000)]
Fix comment, remove unused global

14 years agoRevert "Kill off IE50Fixes. Adds extra clutter to the head, and market share is down...
Aryeh Gregor [Sun, 21 Feb 2010 01:43:42 +0000 (01:43 +0000)]
Revert "Kill off IE50Fixes. Adds extra clutter to the head, and market share is down below 0.03% (is.gd/6jyWo)."

This reverts commit d7b597d6720762330b11538b4b19554bfb6d11a1.

14 years agoDatabaseSqlite:
Max Semenik [Sat, 20 Feb 2010 20:00:28 +0000 (20:00 +0000)]
DatabaseSqlite:
* Tweaks and fixes to DDL conversion from MySQL. Now everything in tables.sql converts cleanly to SQLite's native type hints.
* Handle error in duplicateTableStructure().

14 years agoRv part of r61319 that always sets $wgSQLiteDataDir to "$IP"
Max Semenik [Sat, 20 Feb 2010 19:47:24 +0000 (19:47 +0000)]
Rv part of r61319 that always sets $wgSQLiteDataDir to "$IP"

14 years agoApiBase.php: coding style cleanup, added more braces, trimmed trailing spaces, change...
Jack Phoenix [Sat, 20 Feb 2010 19:39:51 +0000 (19:39 +0000)]
ApiBase.php: coding style cleanup, added more braces, trimmed trailing spaces, changed copyright symbol to the proper one

14 years agoLocalization update for he.
Rotem Liss [Sat, 20 Feb 2010 19:37:56 +0000 (19:37 +0000)]
Localization update for he.

14 years agoFix for r62744: use tabs for indentation, not spaces
Alexandre Emsenhuber [Sat, 20 Feb 2010 19:22:27 +0000 (19:22 +0000)]
Fix for r62744: use tabs for indentation, not spaces

14 years agotableName has to be encoded before field type checking
Jure Kajzer [Sat, 20 Feb 2010 18:27:00 +0000 (18:27 +0000)]
tableName has to be encoded before field type checking

14 years ago(bug 22537) ForeignAPIRepo doesn't handle files that have no preview
Chad Horohoe [Sat, 20 Feb 2010 17:48:38 +0000 (17:48 +0000)]
(bug 22537) ForeignAPIRepo doesn't handle files that have no preview

14 years ago(bug 8790) Metadata edition ($wgUseMetadataEdit) has been moved to a separate extensi...
Alexandre Emsenhuber [Sat, 20 Feb 2010 17:05:56 +0000 (17:05 +0000)]
(bug 8790) Metadata edition ($wgUseMetadataEdit) has been moved to a separate extension "MetadataEdit":
* Removed $wgUseMetadataEdit and related code in EditPage from and created a new extension "MetadataEdit"
* Added 3 new hooks EditFormInitialText, EditFormGetDiffText and EditFormGetPreviewText
* Moved 'metadata_help' message to the extension

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sat, 20 Feb 2010 16:28:33 +0000 (16:28 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-02-20 16:00 UTC)

14 years agoFixed unnecessary assignment (from r61913)
Tim Starling [Fri, 19 Feb 2010 23:21:58 +0000 (23:21 +0000)]
Fixed unnecessary assignment (from r61913)

14 years agoFix errors in Live Preview caused by extensions using document.write()
Andrew Garrett [Fri, 19 Feb 2010 20:40:11 +0000 (20:40 +0000)]
Fix errors in Live Preview caused by extensions using document.write()

14 years agor65299 c5894 followup
Sam Reed [Fri, 19 Feb 2010 19:44:28 +0000 (19:44 +0000)]
r65299 c5894 followup

Move isset check of gettoken upto level of $salt !== false. If gettoken is set, the module isn't going to do anything else (and therefore no point seeing if there is a token set, let alone attempting to validate it)

14 years agoAdding references to r62241 and r62358 to release notes
Tobias [Fri, 19 Feb 2010 18:36:22 +0000 (18:36 +0000)]
Adding references to r62241 and r62358 to release notes

14 years agoFixup result_array
Sam Reed [Fri, 19 Feb 2010 18:28:52 +0000 (18:28 +0000)]
Fixup result_array

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Fri, 19 Feb 2010 17:39:24 +0000 (17:39 +0000)]
Fixed some doxygen warnings

14 years agoMy fault, forgot to mv ZhConversion.php. Follow up on r62705.
Philip Tzou [Fri, 19 Feb 2010 15:11:56 +0000 (15:11 +0000)]
My fault, forgot to mv ZhConversion.php. Follow up on r62705.

14 years agoUpdate Chinese conversion table.
Philip Tzou [Fri, 19 Feb 2010 14:53:20 +0000 (14:53 +0000)]
Update Chinese conversion table.

14 years agoAPI deletion module: trim trailing spaces, tweak coding style, change copyright symbo...
Jack Phoenix [Fri, 19 Feb 2010 12:54:09 +0000 (12:54 +0000)]
API deletion module: trim trailing spaces, tweak coding style, change copyright symbol to a proper one, change "else if" to "elseif"

14 years agonewFromName: Fixing error in the documentation and adding IP address as an example...
Tobias [Fri, 19 Feb 2010 10:51:03 +0000 (10:51 +0000)]
newFromName: Fixing error in the documentation and adding IP address as an example. No code change

14 years agoLogExtract on blocked user's pages: fixing r62241 (see comments by Tim)
Tobias [Fri, 19 Feb 2010 10:37:20 +0000 (10:37 +0000)]
LogExtract on blocked user's pages: fixing r62241 (see comments by Tim)

14 years agoMoving Conrad's recent parser work out to a branch. Reverted r62434, r62416, r62150...
Tim Starling [Fri, 19 Feb 2010 05:19:32 +0000 (05:19 +0000)]
Moving Conrad's recent parser work out to a branch. Reverted r62434, r62416, r62150, r62111, r62085, r62081, r62080, r62077, r62076, r62069, r62049, r62035.

14 years agoResolve stubs which may be broken by running RCT. Added a --start option. Not tested...
Tim Starling [Fri, 19 Feb 2010 04:56:09 +0000 (04:56 +0000)]
Resolve stubs which may be broken by running RCT. Added a --start option. Not tested yet.

14 years agoStylize on Api
Sam Reed [Fri, 19 Feb 2010 01:25:57 +0000 (01:25 +0000)]
Stylize on Api

Manual layout improvements in ApiFeedWatchlist

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 18 Feb 2010 20:13:15 +0000 (20:13 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-02-18 20:00 UTC)

14 years agoLocalization update for he.
Rotem Liss [Thu, 18 Feb 2010 18:00:57 +0000 (18:00 +0000)]
Localization update for he.

14 years agoAPI login module: coding style cleanup, remove stray semicolon, use proper copyright...
Jack Phoenix [Thu, 18 Feb 2010 14:53:30 +0000 (14:53 +0000)]
API login module: coding style cleanup, remove stray semicolon, use proper copyright symbol

14 years agoClassify rows with old_flags='object,utf-8' (there are 1800 in enwiki).
Tim Starling [Thu, 18 Feb 2010 04:05:00 +0000 (04:05 +0000)]
Classify rows with old_flags='object,utf-8' (there are 1800 in enwiki).

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 17 Feb 2010 20:30:31 +0000 (20:30 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-02-17 20:00 UTC)

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Wed, 17 Feb 2010 20:24:28 +0000 (20:24 +0000)]
Fixed some doxygen warnings

14 years agoFollow-up r62648: Add new message key to maintenance script
Raimond Spekking [Wed, 17 Feb 2010 19:31:47 +0000 (19:31 +0000)]
Follow-up r62648: Add new message key to maintenance script

14 years ago* (bug 22551) Special:Resetpass now has a "Cancel" button that sends the user to...
X! [Wed, 17 Feb 2010 18:41:05 +0000 (18:41 +0000)]
* (bug 22551) Special:Resetpass now has a "Cancel" button that sends the user to the page set in the &returnto parameter.

14 years ago* added missing initialize function to UploadFromFile ( avoids the initialized undefi...
Michael Dale [Wed, 17 Feb 2010 05:43:50 +0000 (05:43 +0000)]
* added missing initialize function to UploadFromFile ( avoids the initialized undefined error )

14 years agoUse __METHOD__
Chad Horohoe [Wed, 17 Feb 2010 01:28:48 +0000 (01:28 +0000)]
Use __METHOD__

14 years ago(bug 22540) ForeignApiRepos no longer try to store thumbnails that don't exist. Patch...
Chad Horohoe [Wed, 17 Feb 2010 00:52:04 +0000 (00:52 +0000)]
(bug 22540) ForeignApiRepos no longer try to store thumbnails that don't exist. Patch by Derk-Jan Hartman

14 years agoAdd blank line below Configuration changes in 1.16 to match formatting of rest of...
Sam Reed [Wed, 17 Feb 2010 00:43:12 +0000 (00:43 +0000)]
Add blank line below Configuration changes in 1.16 to match formatting of rest of sections

14 years agoLocalisation updates for magic words from translatewiki.net
Siebrand Mazeland [Tue, 16 Feb 2010 23:13:08 +0000 (23:13 +0000)]
Localisation updates for magic words from translatewiki.net

14 years agoLocalisation updates for special page aliases from translatewiki.net
Siebrand Mazeland [Tue, 16 Feb 2010 23:03:23 +0000 (23:03 +0000)]
Localisation updates for special page aliases from translatewiki.net

14 years agoLocalisation updates for namespace aliases from translatewiki.net
Siebrand Mazeland [Tue, 16 Feb 2010 22:54:16 +0000 (22:54 +0000)]
Localisation updates for namespace aliases from translatewiki.net

14 years ago* Fixed some doxygen warnings
Alexandre Emsenhuber [Tue, 16 Feb 2010 22:06:04 +0000 (22:06 +0000)]
* Fixed some doxygen warnings
* Consistency in documentation

14 years agoMinor fixup to api/ApiEditPage.php to remove getMaxArticleSize function
Sam Reed [Tue, 16 Feb 2010 22:01:38 +0000 (22:01 +0000)]
Minor fixup to api/ApiEditPage.php to remove getMaxArticleSize function

14 years agoFollowup to r62557 as per Roans comment
Sam Reed [Tue, 16 Feb 2010 21:59:16 +0000 (21:59 +0000)]
Followup to r62557 as per Roans comment