lhc/web/wiklou.git
14 years ago(bug 23666) FileRepo: Moved File::isLocal() to FileRepo::isLocal(). Patch by Umherirr...
Bryan Tong Minh [Fri, 18 Jun 2010 20:00:27 +0000 (20:00 +0000)]
(bug 23666) FileRepo: Moved File::isLocal() to FileRepo::isLocal(). Patch by Umherirrender

14 years agoFixed hit counter on SQLite
Max Semenik [Fri, 18 Jun 2010 19:39:08 +0000 (19:39 +0000)]
Fixed hit counter on SQLite

14 years agofollop-up to 68230: forgot to commit the styles needed for layout grids
Daniel Kinzler [Fri, 18 Jun 2010 19:21:04 +0000 (19:21 +0000)]
follop-up to 68230: forgot to commit the styles needed for layout grids

14 years agolet mode="grid" on a wiki table trigger output as div soup instead of a html table...
Daniel Kinzler [Fri, 18 Jun 2010 19:17:17 +0000 (19:17 +0000)]
let mode="grid" on a wiki table trigger output as div soup instead of a html table. this should get rid of "layout tables" that confuse screen readers etc. this is very experimental - feel free to revert, i just want to have this diff in the repository, to play with...

14 years agoFollowup to r67554: move getAcceptLang() to WebRequest for general use, per CR.
Roan Kattouw [Fri, 18 Jun 2010 18:00:54 +0000 (18:00 +0000)]
Followup to r67554: move getAcceptLang() to WebRequest for general use, per CR.

14 years agoFollowup to r68177: per CR, move SimpleSearch preference to core.
Roan Kattouw [Fri, 18 Jun 2010 17:36:54 +0000 (17:36 +0000)]
Followup to r68177: per CR, move SimpleSearch preference to core.

14 years agoRELEASE-NOTES for r68211
Sam Reed [Fri, 18 Jun 2010 11:52:24 +0000 (11:52 +0000)]
RELEASE-NOTES for r68211

14 years ago(bug 24016) API: Handle parameters specified in simple string syntax ( 'paramname...
Roan Kattouw [Fri, 18 Jun 2010 09:30:38 +0000 (09:30 +0000)]
(bug 24016) API: Handle parameters specified in simple string syntax ( 'paramname' => 'defaultval' ) correctly when outputting help. Patch by Brad Jorsch.

14 years agoOrganise sub-dirs in AutoLoader.php
Mark A. Hershberger [Thu, 17 Jun 2010 22:28:06 +0000 (22:28 +0000)]
Organise sub-dirs in AutoLoader.php

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 17 Jun 2010 19:11:20 +0000 (19:11 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-17 18:50:00 UTC)

14 years ago(bug 23520) Add preference for SimpleSearch so users can disable it, and make it...
Roan Kattouw [Thu, 17 Jun 2010 19:01:50 +0000 (19:01 +0000)]
(bug 23520) Add preference for SimpleSearch so users can disable it, and make it obey the "Disable AJAX suggestions" preference

14 years agoFollowup to r68157: simplify ApiQueryUsers::getAutoGroups()
Roan Kattouw [Thu, 17 Jun 2010 09:39:07 +0000 (09:39 +0000)]
Followup to r68157: simplify ApiQueryUsers::getAutoGroups()

14 years ago* (bug 24006) deleteArchivedRevisions.php maintenance script now longer throws a...
Alexandre Emsenhuber [Thu, 17 Jun 2010 09:13:32 +0000 (09:13 +0000)]
* (bug 24006) deleteArchivedRevisions.php maintenance script now longer throws a fatal error

14 years agoRem whitespace, function comment for r68158
Sam Reed [Thu, 17 Jun 2010 08:15:56 +0000 (08:15 +0000)]
Rem whitespace, function comment for r68158

14 years agoMinor followup to r68156, add "user" as implicit group
Sam Reed [Thu, 17 Jun 2010 08:00:42 +0000 (08:00 +0000)]
Minor followup to r68156, add "user" as implicit group

Refactor out and reuse in ApiQueryUserInfo

Add couple more braces to SpecialUserrights

14 years ago* (bug 24009) Include implicit groups in action=query&list=users&usprop=groups
Sam Reed [Thu, 17 Jun 2010 07:39:31 +0000 (07:39 +0000)]
* (bug 24009) Include implicit groups in action=query&list=users&usprop=groups

Add some whitespace, fix some braces in ApiQueryUsers

Add a few braces to SpecialUserrights.php, change or to || and and to &&

14 years agoAdd the current limit (manually changed by a user) from the query string to avoid...
Raimond Spekking [Thu, 17 Jun 2010 07:32:39 +0000 (07:32 +0000)]
Add the current limit (manually changed by a user) from the query string to avoid that the limit is lost after clicking Go next time

14 years agoRemoved unused mTouchTmplLinks var
Aaron Schulz [Thu, 17 Jun 2010 05:59:32 +0000 (05:59 +0000)]
Removed unused mTouchTmplLinks var

14 years agoReturn boolean, not a file object
Chad Horohoe [Wed, 16 Jun 2010 21:48:31 +0000 (21:48 +0000)]
Return boolean, not a file object

14 years agodistinguish failed text retrieval from empty text, consolidate text retrieval retry...
Ariel Glenn [Wed, 16 Jun 2010 20:12:29 +0000 (20:12 +0000)]
distinguish failed text retrieval from empty text, consolidate text retrieval retry code, die after maxConsecutiveFailedTextRetrievals (of separate revisions)

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

14 years ago* Modified Special:Undelete to extend SpecialPage instead of using wfSpecialUndelete()
Alexandre Emsenhuber [Wed, 16 Jun 2010 19:02:12 +0000 (19:02 +0000)]
* Modified Special:Undelete to extend SpecialPage instead of using wfSpecialUndelete()
* Changed SpecialPage::getTitleFor( 'Undelete' ) to $this->getTitle()

14 years ago* Create new DatabaseSqlite::checkForEnabledSearch() and use it from SearchSqlite...
Mark A. Hershberger [Wed, 16 Jun 2010 18:26:47 +0000 (18:26 +0000)]
* Create new DatabaseSqlite::checkForEnabledSearch() and use it from SearchSqlite::fulltextSearchSupported() instead of querying the updatelog table.  This was the only use of updatelog under the non-maint code.
* Add the searchindex table to the list of tables to preserve for testing.
* Adapt SearchEngineTest to work with Sqlite.
* Add fulltext setup for SQLite to the new installer code.
* TODO: SqliteInstaller::setupSearchIndex() should not be using addHtml()

14 years agoKill off another AjaxFunction. The only thing that ever used this was Configure,...
Chad Horohoe [Wed, 16 Jun 2010 17:24:32 +0000 (17:24 +0000)]
Kill off another AjaxFunction. The only thing that ever used this was Configure, and it hasn't used it in a long time (r44266)

14 years agoIn wfGetAllCallers(): Added a limit to the stack depth, omit wfGetAllCallers itself...
Tim Starling [Wed, 16 Jun 2010 00:26:20 +0000 (00:26 +0000)]
In wfGetAllCallers(): Added a limit to the stack depth, omit wfGetAllCallers itself from the list, added articles to the documentation.

14 years agoComplimetary CSS changes for r68108. Changes here pertaining to consistency in render...
Adam Miller [Tue, 15 Jun 2010 22:29:06 +0000 (22:29 +0000)]
Complimetary CSS changes for r68108. Changes here pertaining to consistency in rendering. Removing the line height, and ensuring the text input doesn't decide to render lower than it should.

14 years agoImproved the wrapping of personal tools for Vector in IE 5.5 and 6.
Trevor Parscal [Tue, 15 Jun 2010 20:16:42 +0000 (20:16 +0000)]
Improved the wrapping of personal tools for Vector in IE 5.5 and 6.

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Tue, 15 Jun 2010 20:09:19 +0000 (20:09 +0000)]
Fixed some doxygen warnings

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 15 Jun 2010 19:27:42 +0000 (19:27 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-15 19:05:00 UTC)

14 years agoFollow-up r65013: Add an input field for the username. Use the nice Xml::buildForm...
Raimond Spekking [Tue, 15 Jun 2010 18:16:36 +0000 (18:16 +0000)]
Follow-up r65013: Add an input field for the username. Use the nice Xml::buildForm() function

14 years agoAdd the titles of interlanguage links to the tooltip of those pages (title attribute)
Derk-Jan Hartman [Tue, 15 Jun 2010 15:06:11 +0000 (15:06 +0000)]
Add the titles of interlanguage links to the tooltip of those pages (title attribute)

14 years agoFollow up r68064. This another query also ended at LinkBatch cache.
Platonides [Tue, 15 Jun 2010 14:37:13 +0000 (14:37 +0000)]
Follow up r68064. This another query also ended at LinkBatch cache.

14 years agoFix bug 16356. Use proper normalization for dumpInterwiki.inc
Derk-Jan Hartman [Tue, 15 Jun 2010 13:47:38 +0000 (13:47 +0000)]
Fix bug 16356. Use proper normalization for dumpInterwiki.inc
It was previously breaking on multibyte characters and space characters in interwiki entries.

Patch by User:Umherirrender, Review by ^demon

14 years agoDo not link the user to its user javascript if the page is empty.
Platonides [Tue, 15 Jun 2010 12:23:14 +0000 (12:23 +0000)]
Do not link the user to its user javascript if the page is empty.
Break user javascript client side caching with the revision id instead of $wgStyleVersion. This way updated version will be automatically served.

14 years agoAdd page_latest to the LinkCache.
Platonides [Tue, 15 Jun 2010 12:14:54 +0000 (12:14 +0000)]
Add page_latest to the LinkCache.

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

14 years agoLocalization update for he.
Rotem Liss [Mon, 14 Jun 2010 20:32:46 +0000 (20:32 +0000)]
Localization update for he.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 14 Jun 2010 19:47:04 +0000 (19:47 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-14 19:45:00 UTC)

14 years ago* Show validity period of the login cookie in Special:UserLogin and Special:Preferences
Raimond Spekking [Mon, 14 Jun 2010 18:28:39 +0000 (18:28 +0000)]
* Show validity period of the login cookie in Special:UserLogin and Special:Preferences
* Ask for permanent login in Special:Preferences only if $wgCookieExpiration > 0

14 years agoFollowup r68013, rm minor unrelated change
Chad Horohoe [Mon, 14 Jun 2010 18:10:21 +0000 (18:10 +0000)]
Followup r68013, rm minor unrelated change

14 years agoCleanup most of the DIY extension detection/dl() code into nice clean wfDl()
Chad Horohoe [Mon, 14 Jun 2010 18:09:19 +0000 (18:09 +0000)]
Cleanup most of the DIY extension detection/dl() code into nice clean wfDl()

14 years agoAdded an apostrophe to the word DON'T...
Trevor Parscal [Mon, 14 Jun 2010 18:08:48 +0000 (18:08 +0000)]
Added an apostrophe to the word DON'T...

14 years agoAdded some comments to some CSS rules added in r67871 which are suspect on first...
Trevor Parscal [Mon, 14 Jun 2010 18:05:30 +0000 (18:05 +0000)]
Added some comments to some CSS rules added in r67871 which are suspect on first glance, but reasonable if you do some reasearch. These comments should help others to understand what's going on.

14 years agoFix r67544 per CR: cancel event properly in TOC show/hide click handler
Roan Kattouw [Mon, 14 Jun 2010 17:51:34 +0000 (17:51 +0000)]
Fix r67544 per CR: cancel event properly in TOC show/hide click handler

14 years agoRemove unused var
Chad Horohoe [Mon, 14 Jun 2010 17:13:47 +0000 (17:13 +0000)]
Remove unused var

14 years agoUse present function for adding accesskey. This way the browser key combination is...
Raimond Spekking [Mon, 14 Jun 2010 16:19:36 +0000 (16:19 +0000)]
Use present function for adding accesskey. This way the browser key combination is set as the button title and the access key is customizable.

14 years agopatch for bug 22981 : pass cached links to the extension hook too.
ThomasV [Mon, 14 Jun 2010 13:22:21 +0000 (13:22 +0000)]
patch for bug 22981 : pass cached links to the extension hook too.

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sun, 13 Jun 2010 21:13:07 +0000 (21:13 +0000)]
Fixed some doxygen warnings

14 years agoArray indexes start from zero
Niklas Laxström [Sun, 13 Jun 2010 20:23:53 +0000 (20:23 +0000)]
Array indexes start from zero

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

14 years agoChanges to Special:Lockdb and Special:Unlockdb:
Alexandre Emsenhuber [Sun, 13 Jun 2010 13:52:20 +0000 (13:52 +0000)]
Changes to Special:Lockdb and Special:Unlockdb:
* Subclass SpecialPage instead of using wfSpecial*() functions
* Now validate correctly when output is HTML5

14 years ago(bug 23845) Special:ListFiles now uses correct file names without underscores
Matěj Grabovský [Sun, 13 Jun 2010 13:08:57 +0000 (13:08 +0000)]
(bug 23845) Special:ListFiles now uses correct file names without underscores

14 years agoMove some braces
Sam Reed [Sun, 13 Jun 2010 01:23:12 +0000 (01:23 +0000)]
Move some braces

Add some to a for loop

14 years agomoving centralNotice styling to extension per comment at r67784
Ryan Kaldari [Sat, 12 Jun 2010 21:47:55 +0000 (21:47 +0000)]
moving centralNotice styling to extension per comment at r67784

14 years agoRevert r67799, per CR (it did the same thing as r64426, which was reverted in r66628)
Roan Kattouw [Sat, 12 Jun 2010 21:04:21 +0000 (21:04 +0000)]
Revert r67799, per CR (it did the same thing as r64426, which was reverted in r66628)

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sat, 12 Jun 2010 21:00:32 +0000 (21:00 +0000)]
Fixed some doxygen warnings

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sat, 12 Jun 2010 19:31:27 +0000 (19:31 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-12 19:15:00 UTC)

14 years agoUse proper tooltipAndAccessKeyAttribs()
Raimond Spekking [Sat, 12 Jun 2010 17:08:51 +0000 (17:08 +0000)]
Use proper tooltipAndAccessKeyAttribs()
Use Html::() instead of Xml::()

14 years agoBug 23747. Move the "Compare revisions" button before the RevDel and RevMove buttons.
Derk-Jan Hartman [Sat, 12 Jun 2010 14:59:16 +0000 (14:59 +0000)]
Bug 23747. Move the "Compare revisions" button before the RevDel and RevMove buttons.
All three are submit buttons, and the first will be used as the default action.

14 years agoFollow up to r67703. Fixes jump-to anchor which still ref'ed to #head instead of...
Derk-Jan Hartman [Sat, 12 Jun 2010 10:59:13 +0000 (10:59 +0000)]
Follow up to r67703. Fixes jump-to anchor which still ref'ed to #head instead of mw-head

14 years ago* re r65152 add back async option for uploadByURL API call
Mark A. Hershberger [Sat, 12 Jun 2010 03:58:31 +0000 (03:58 +0000)]
* re r65152 add back async option for uploadByURL API call
* Remove vestigal commented-out code and make sure permission checking works

14 years agoSimpleSearch - switching several css rules from ems to px to ensure consistent render...
Adam Miller [Fri, 11 Jun 2010 22:01:19 +0000 (22:01 +0000)]
SimpleSearch - switching several css rules from ems to px to ensure consistent rendering across browsers

14 years agoDon't allow boolean HTML5 attribs into XHTML1
Aryeh Gregor [Fri, 11 Jun 2010 21:57:20 +0000 (21:57 +0000)]
Don't allow boolean HTML5 attribs into XHTML1

The code didn't handle the case where a non-associative array was passed
for the attributes, like array( 'autofocus' ) instead of array(
'autofocus' => '' ).  In retrospect, allowing this syntax was a bad
decision and I wish I hadn't.  Associative arrays shouldn't pretend to
be lists.  Probably too much trouble to change it now.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 11 Jun 2010 21:23:59 +0000 (21:23 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-11 21:05:00 UTC)

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Fri, 11 Jun 2010 20:39:43 +0000 (20:39 +0000)]
Fixed some doxygen warnings

14 years agofollow-up to r66913 - fix off by one error in the char counting javascript for the...
Brian Wolff [Fri, 11 Jun 2010 20:18:53 +0000 (20:18 +0000)]
follow-up to r66913 - fix off by one error in the char counting javascript for the summary field.

14 years agofollowup to r67856: don't pass null as a query parameter value, even if it seems...
Ilmari Karonen [Fri, 11 Jun 2010 19:28:28 +0000 (19:28 +0000)]
followup to r67856: don't pass null as a query parameter value, even if it seems to work

14 years agoAdded myself to the credits list.
Trevor Parscal [Fri, 11 Jun 2010 18:02:33 +0000 (18:02 +0000)]
Added myself to the credits list.

14 years agofix delinking of "older 48" link on Special:NewFiles when the head of the list is...
Ilmari Karonen [Fri, 11 Jun 2010 15:58:29 +0000 (15:58 +0000)]
fix delinking of "older 48" link on Special:NewFiles when the head of the list is hit while browsing forward in time; see commons.wikimedia.org/w/index.php?title=Commons:Village_pump&oldid=40386986#Older_48_link_at_Special:Newfiles

14 years agoAdded newline
Niklas Laxström [Fri, 11 Jun 2010 12:51:23 +0000 (12:51 +0000)]
Added newline

14 years ago* Fix for r67684: in the curl backend, don't redirect if canFollowRedirects() returns...
Tim Starling [Fri, 11 Jun 2010 06:10:54 +0000 (06:10 +0000)]
* Fix for r67684: in the curl backend, don't redirect if canFollowRedirects() returns false.
* Doxygen-compatible lists in Http::request() doc comment.

14 years agoFix bug 23519. Move styling of the previewpage note from monobook to common, so that...
Derk-Jan Hartman [Thu, 10 Jun 2010 23:23:32 +0000 (23:23 +0000)]
Fix bug 23519. Move styling of the previewpage note from monobook to common, so that it can be used by Vector as well.

14 years ago* Fixed some doxygen warnings
Alexandre Emsenhuber [Thu, 10 Jun 2010 21:05:58 +0000 (21:05 +0000)]
* Fixed some doxygen warnings
* Groupped some related functions

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

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

14 years ago(Bug 23767) - PHP warning/error when REQUEST_URI returns blank (IIS issue)
Jack D. Pond [Thu, 10 Jun 2010 19:00:07 +0000 (19:00 +0000)]
(Bug 23767) - PHP warning/error when REQUEST_URI returns blank (IIS issue)

14 years agoLocalization update for he.
Rotem Liss [Thu, 10 Jun 2010 18:28:26 +0000 (18:28 +0000)]
Localization update for he.

14 years ago* Fix for r67185: cache the page if caching is allowed, not the opposite :)
Alexandre Emsenhuber [Thu, 10 Jun 2010 15:37:04 +0000 (15:37 +0000)]
* Fix for r67185: cache the page if caching is allowed, not the opposite :)
* also removed useless check for $this (can this ever be false?)

14 years agofollow-up to r67820 and r67819: interface function newPartNodeArray for creating...
Daniel Kinzler [Thu, 10 Jun 2010 15:18:43 +0000 (15:18 +0000)]
follow-up to r67820 and r67819: interface function newPartNodeArray for creating a new custom node for programmatic use of parameter replacement as used in some extensions

14 years agoadded newPartNodeArray for creating a node with a list of parts form a php array...
Daniel Kinzler [Thu, 10 Jun 2010 15:16:15 +0000 (15:16 +0000)]
added newPartNodeArray for creating a node with a list of parts form a php array; useful for programatically constructing template parameters

14 years agoadded newPartNodeArray for creating a node with a list of parts form a php array...
Daniel Kinzler [Thu, 10 Jun 2010 15:02:25 +0000 (15:02 +0000)]
added newPartNodeArray for creating a node with a list of parts form a php array; useful for programatically constructing template parameters

14 years agoFollow up r67798. Use wfMsgExt() with 'parseinline' and 'replaceafter' as pointed...
Platonides [Thu, 10 Jun 2010 11:53:59 +0000 (11:53 +0000)]
Follow up r67798. Use wfMsgExt() with 'parseinline' and 'replaceafter' as pointed by Liangent.

14 years agoDo not show empty <ul>
Platonides [Thu, 10 Jun 2010 11:29:19 +0000 (11:29 +0000)]
Do not show empty <ul>

14 years ago"<p id="userloginlink"><p>Don't have an account" is illegal xhtml
Platonides [Thu, 10 Jun 2010 11:16:41 +0000 (11:16 +0000)]
"<p id="userloginlink"><p>Don't have an account" is illegal xhtml

14 years agoputting local sitenotices in their own div and fixing sitenotice styling issues with...
Ryan Kaldari [Thu, 10 Jun 2010 08:01:13 +0000 (08:01 +0000)]
putting local sitenotices in their own div and fixing sitenotice styling issues with Vector

14 years agofollow-up r66698 - change Template:UserMessage to MediaWiki:UserMessage as suggested...
Mark A. Hershberger [Thu, 10 Jun 2010 04:46:11 +0000 (04:46 +0000)]
follow-up r66698 - change Template:UserMessage to MediaWiki:UserMessage as suggested by Platonides

14 years agoFollow up r65144 with Chad's fix, which nicely does the job.
Platonides [Wed, 9 Jun 2010 22:06:58 +0000 (22:06 +0000)]
Follow up r65144 with Chad's fix, which nicely does the job.

14 years agoBug 23851. Repair diff views for FILE pages that are redirects.
Derk-Jan Hartman [Wed, 9 Jun 2010 21:09:13 +0000 (21:09 +0000)]
Bug 23851. Repair diff views for FILE pages that are redirects.

Diffs for FILE redirects will force diffonly == true because otherwise full images
are included into the rendering by DiffEngine.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 9 Jun 2010 21:08:29 +0000 (21:08 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-09 21:00:00 UTC)

14 years agoMake r66504 a little more concise
Aryeh Gregor [Wed, 9 Jun 2010 20:49:00 +0000 (20:49 +0000)]
Make r66504 a little more concise

14 years agoUse Html for HTML, not Xml
Aryeh Gregor [Wed, 9 Jun 2010 20:48:53 +0000 (20:48 +0000)]
Use Html for HTML, not Xml

Better fix than r66502.  Html should always be used for HTML output, Xml
should only be used if you're actually doing XML (like Atom or
whatever).  Lots of other uses here and elsewhere that should be
corrected.

14 years agoReturn some more verbose error messages when editing fails using the API. Added wfDep...
Bryan Tong Minh [Wed, 9 Jun 2010 19:52:11 +0000 (19:52 +0000)]
Return some more verbose error messages when editing fails using the API. Added wfDeprecated to Article::updateArticle() and used the Status result from Article::doEdit directly in EditPage::internalAttemptSave.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 9 Jun 2010 19:22:07 +0000 (19:22 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-09 18:50:00 UTC)

14 years agoFix rename of exception from when I moved it
Chad Horohoe [Wed, 9 Jun 2010 19:07:11 +0000 (19:07 +0000)]
Fix rename of exception from when I moved it

14 years agoEscape {{, [[ and < in doc pages (not all wikitext, we still want headings, bullets...
Chad Horohoe [Wed, 9 Jun 2010 18:04:48 +0000 (18:04 +0000)]
Escape {{, [[ and < in doc pages (not all wikitext, we still want headings, bullets and external links)

14 years ago* Reorganised DefaultSettings.php into groups.
Tim Starling [Wed, 9 Jun 2010 16:51:55 +0000 (16:51 +0000)]
* Reorganised DefaultSettings.php into groups.
* Made the Doxygen output look much nicer. Used @cond to work around parsing errors.
* Updated, rewrote or added documentation for various configuration globals.
* Removed obsolete-since-ice-age $wgDBconnection.
* Added vim mode lines for awesome folding behaviour.
* Tested by dumping and sorting $GLOBALS, confirmed that there are no unexpected changes.

14 years agoFollowup r67707, cast these to boolean just to be paranoid
Chad Horohoe [Wed, 9 Jun 2010 15:06:11 +0000 (15:06 +0000)]
Followup r67707, cast these to boolean just to be paranoid

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Wed, 9 Jun 2010 14:57:59 +0000 (14:57 +0000)]
Fixed some doxygen warnings

14 years agoPartial revert r67707, included half-baked patch
Chad Horohoe [Wed, 9 Jun 2010 11:54:18 +0000 (11:54 +0000)]
Partial revert r67707, included half-baked patch

14 years agoFixed a bunch of silly instances of [^!=]==\s*(true|false)
Chad Horohoe [Wed, 9 Jun 2010 11:44:05 +0000 (11:44 +0000)]
Fixed a bunch of silly instances of [^!=]==\s*(true|false)