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

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

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

13 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

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

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

13 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

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

13 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

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

13 years agoPrefix Vector specific ids (head-base|page-base|head|panel) with mw- per bug 23597.
Platonides [Wed, 9 Jun 2010 11:28:46 +0000 (11:28 +0000)]
Prefix Vector specific ids (head-base|page-base|head|panel) with mw- per bug 23597.
It may be a good idea to rename further the confusing head (eg. to mw-skin-head).
Lots of mentions of headers, <head>, document.getElementsByTagName('head')... but no real usage of that.

13 years agoA parser test for the spaces.
Platonides [Wed, 9 Jun 2010 11:15:52 +0000 (11:15 +0000)]
A parser test for the spaces.

13 years agoDon't use @, use wfSuppress/RestoreWarnings
Chad Horohoe [Wed, 9 Jun 2010 10:15:19 +0000 (10:15 +0000)]
Don't use @, use wfSuppress/RestoreWarnings

13 years agoFixes for r61911:
Tim Starling [Wed, 9 Jun 2010 06:39:22 +0000 (06:39 +0000)]
Fixes for r61911:
* Do not follow redirects by default. This breaks on safe_mode, and may potentially open security vulnerabilities in callers which blacklist domain names. Instead, send followRedirects=true option in the HttpTest caller that needs it.
* Added a check for the cURL security vulnerability CVE-2009-0037, which allowed redirects to file:/// and scp://. Refuse to follow redirects if a vulnerable client library is present.
* Factored out the redirect compatibility test into public function canFollowRedirects() so that callers can provide this information to users.
* In PhpHttpRequest, only follow redirects to HTTP URLs, do not fopen() arbitrary locations. This is not quite as bad as it sounds, since the lack of response headers prevents file:/// content from being returned to the caller.
* Fixed vertical alignment in Http::request(), per style guide.
* 304, 305 and 306 responses are not really redirects and cannot contain a Location header.

13 years agoFixup mixture of copy pasta fail, and some oversights from r66891 due to comments...
Sam Reed [Tue, 8 Jun 2010 20:50:06 +0000 (20:50 +0000)]
Fixup mixture of copy pasta fail, and some oversights from r66891 due to comments by Roan

13 years agoMove icons footer into $footerlinks. A couple of ids which weren't used anywhere...
Platonides [Tue, 8 Jun 2010 20:32:16 +0000 (20:32 +0000)]
Move icons  footer into $footerlinks. A couple of ids which weren't used anywhere get slightly renamed.

13 years agoFollow up r67663. Stay quiet, T_OPEN_TAG!
Platonides [Tue, 8 Jun 2010 20:06:28 +0000 (20:06 +0000)]
Follow up r67663. Stay quiet, T_OPEN_TAG!

13 years agoEnable http compression.
Platonides [Tue, 8 Jun 2010 20:01:22 +0000 (20:01 +0000)]
Enable http compression.
Skip "CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set" error.

13 years agoReplace Title::makeTitle[Safe]( NS_SPECIAL, 'x' ) with SpecialPage::getTitleFor ...
Siebrand Mazeland [Tue, 8 Jun 2010 19:36:44 +0000 (19:36 +0000)]
Replace Title::makeTitle[Safe]( NS_SPECIAL, 'x' ) with SpecialPage::getTitleFor ( 'x' )

And a few other minor changes.

13 years ago* Fixed parserTests compatibility for Oracle
Jure Kajzer [Tue, 8 Jun 2010 18:14:28 +0000 (18:14 +0000)]
* Fixed parserTests compatibility for Oracle
* Fixed DBPrefix not being set in the old installer

13 years agoVector:
Jack Phoenix [Tue, 8 Jun 2010 17:03:25 +0000 (17:03 +0000)]
Vector:
*trim trailing spaces
*consistent capitalization for getLocalURL (it's defined as "public function getLocalURL" in Title.php, line 818)
*minor spacing tweaks

13 years agofollow-up to r67631: add semicolon back
Jack Phoenix [Tue, 8 Jun 2010 16:55:19 +0000 (16:55 +0000)]
follow-up to r67631: add semicolon back

13 years agoEscape for html $wgLocalStylePath.
Platonides [Tue, 8 Jun 2010 16:12:55 +0000 (16:12 +0000)]
Escape for html $wgLocalStylePath.
Killed unused $wgStylePath globals.

13 years agoDeprecate MonoBookTemplateToolboxEnd hook.
Platonides [Tue, 8 Jun 2010 14:52:15 +0000 (14:52 +0000)]
Deprecate MonoBookTemplateToolboxEnd hook.
SkinTemplateToolboxEnd available since 1.13 should be used instead.
Usage among extensions fixed.

13 years agoFollowup r66383, need to update generated LocalSettings as well
Chad Horohoe [Tue, 8 Jun 2010 13:38:46 +0000 (13:38 +0000)]
Followup r66383, need to update generated LocalSettings as well

13 years ago* (bug 23835) Need "thumbmime" result in "imageinfo" query
Sam Reed [Tue, 8 Jun 2010 12:40:11 +0000 (12:40 +0000)]
* (bug 23835) Need "thumbmime" result in "imageinfo" query

13 years agoRELEASE-NOTES for r67450
Sam Reed [Tue, 8 Jun 2010 12:23:05 +0000 (12:23 +0000)]
RELEASE-NOTES for r67450

13 years ago* (bug 23834) Invalid "thumbwidth" and "thumbheight" in "imageinfo" query when thumbn...
Sam Reed [Tue, 8 Jun 2010 12:15:48 +0000 (12:15 +0000)]
* (bug 23834) Invalid "thumbwidth" and "thumbheight" in "imageinfo" query when thumbnailing larger than original image

Minor comment casing tweak in File.php

13 years agoLine ending fixes for r67320.
Tim Starling [Tue, 8 Jun 2010 06:49:06 +0000 (06:49 +0000)]
Line ending fixes for r67320.

13 years ago(bug 23175) added ta variable for b/c.
Tim Starling [Tue, 8 Jun 2010 05:26:12 +0000 (05:26 +0000)]
(bug 23175) added ta variable for b/c.

13 years agoStyle bump for r67576.
Trevor Parscal [Tue, 8 Jun 2010 00:37:48 +0000 (00:37 +0000)]
Style bump for r67576.

13 years agoFixed CSS bug for Netfront (PS3). Ryan Kaldari Rules! (this was his find).
Trevor Parscal [Tue, 8 Jun 2010 00:29:58 +0000 (00:29 +0000)]
Fixed CSS bug for Netfront (PS3). Ryan Kaldari Rules! (this was his find).

13 years agoensured backwards compatibility to MW prior 1.15.2. Credits to Chris Key
Markus Glaser [Mon, 7 Jun 2010 22:44:01 +0000 (22:44 +0000)]
ensured backwards compatibility to MW prior 1.15.2. Credits to Chris Key

13 years agoUpdate boolean attribute list from HTML5 draft
Aryeh Gregor [Mon, 7 Jun 2010 21:07:13 +0000 (21:07 +0000)]
Update boolean attribute list from HTML5 draft

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 7 Jun 2010 18:59:02 +0000 (18:59 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-06-07 18:50:00 UTC)

13 years agoAPI: Add Accept-Language echoer, useful for JS that wants to grab this (not available...
Roan Kattouw [Mon, 7 Jun 2010 18:53:30 +0000 (18:53 +0000)]
API: Add Accept-Language echoer, useful for JS that wants to grab this (not available in JS through conventional means, can't embed it in the page because of Squid caching). Stuck this in meta=userinfo because it doesn't really fit anywhere and userinfo is the only module that's slightly, tangentially related.

13 years agoReturn '' on RevisionDeleter.getLogLinks() if count($paramArray) < 2
Sam Reed [Mon, 7 Jun 2010 18:40:13 +0000 (18:40 +0000)]
Return '' on RevisionDeleter.getLogLinks() if count($paramArray) < 2

13 years ago(bug 23797) Xml::input() now allows '0' for the value parameter
Chad Horohoe [Mon, 7 Jun 2010 18:20:30 +0000 (18:20 +0000)]
(bug 23797) Xml::input() now allows '0' for the value parameter

13 years agoSave settings after adding the groups, or the groups don't stick
Chad Horohoe [Mon, 7 Jun 2010 16:33:12 +0000 (16:33 +0000)]
Save settings after adding the groups, or the groups don't stick

13 years ago(bug 23570) Fix an instance of a javascript: link in core
Roan Kattouw [Mon, 7 Jun 2010 16:19:09 +0000 (16:19 +0000)]
(bug 23570) Fix an instance of a javascript: link in core

13 years ago(bug 23800) Add missing space between "Jump to:" and "navigation, search" in Vector
Roan Kattouw [Mon, 7 Jun 2010 14:20:10 +0000 (14:20 +0000)]
(bug 23800) Add missing space between "Jump to:" and "navigation, search" in Vector

13 years agoi18n update
Meno25 [Mon, 7 Jun 2010 07:22:54 +0000 (07:22 +0000)]
i18n update

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

13 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sun, 6 Jun 2010 15:54:03 +0000 (15:54 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

13 years agoPrint the whole text instead of having some strange syntax that doesn't work (but...
Alexandre Emsenhuber [Sun, 6 Jun 2010 14:27:21 +0000 (14:27 +0000)]
Print the whole text instead of having some strange syntax that doesn't work (but compile without errors...)

13 years ago(bug 23021) Mediawiki should not warn if the sesion path is not writable and should...
Chad Horohoe [Sun, 6 Jun 2010 14:03:15 +0000 (14:03 +0000)]
(bug 23021) Mediawiki should not warn if the sesion path is not writable and should not suggest putting it in open_basedir

13 years agoremoved unused global
Alexandre Emsenhuber [Sun, 6 Jun 2010 13:53:33 +0000 (13:53 +0000)]
removed unused global

13 years agoMissing line break
Alexandre Emsenhuber [Sun, 6 Jun 2010 13:31:44 +0000 (13:31 +0000)]
Missing line break

13 years agoFix method comment from r66539
Sam Reed [Sun, 6 Jun 2010 12:30:46 +0000 (12:30 +0000)]
Fix method comment from r66539

13 years agoAPI: Add pltitles and tltemplates to prop=links and prop=templates respectively,...
Roan Kattouw [Sun, 6 Jun 2010 10:17:02 +0000 (10:17 +0000)]
API: Add pltitles and tltemplates to prop=links and prop=templates respectively, similar to prop=categories's clcategories

13 years agoLocalisation updates for core messages from translatewiki.net (2010-06-05 21:01 UTC)
Siebrand Mazeland [Sat, 5 Jun 2010 21:12:06 +0000 (21:12 +0000)]
Localisation updates for core messages from translatewiki.net (2010-06-05 21:01 UTC)

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sat, 5 Jun 2010 19:15:50 +0000 (19:15 +0000)]
Fixed some doxygen warnings

13 years agofix E_STRICT
Alexandre Emsenhuber [Sat, 5 Jun 2010 18:23:26 +0000 (18:23 +0000)]
fix E_STRICT

13 years agoFix grammar error from r67360
Alexandre Emsenhuber [Sat, 5 Jun 2010 13:01:33 +0000 (13:01 +0000)]
Fix grammar error from r67360

13 years agofollow-up on r67094: fixing presumed cause for php strict standards message and addin...
Tobias [Sat, 5 Jun 2010 11:59:48 +0000 (11:59 +0000)]
follow-up on r67094: fixing presumed cause for php strict standards message and adding to release-notes

13 years ago* (bug 23787) Corrected $wgDefaultSkin's comment in DefaultSettings.php
Alexandre Emsenhuber [Fri, 4 Jun 2010 20:31:50 +0000 (20:31 +0000)]
* (bug 23787) Corrected $wgDefaultSkin's comment in DefaultSettings.php

13 years agoAdd $version parameter for custom style versions to OutputPage::addScriptFile() so...
Roan Kattouw [Fri, 4 Jun 2010 19:13:16 +0000 (19:13 +0000)]
Add $version parameter for custom style versions to OutputPage::addScriptFile() so we don't have to bump $wgStyleVersion on the cluster every time we deploy UsabilityInitiative changes. The UsabilityInitiative extension has been using this parameter for ages, but it never seems to have existed.

13 years agoupdated comment (by dan nessett)
Markus Glaser [Fri, 4 Jun 2010 07:58:45 +0000 (07:58 +0000)]
updated comment (by dan nessett)

13 years agoXML snapshots: check length of revision text from prefetched content against length...
Ariel Glenn [Fri, 4 Jun 2010 03:10:34 +0000 (03:10 +0000)]
XML snapshots: check length of revision text from prefetched content against length in db before using, partial fix for bugs 23264, 18694

13 years agoXML snapshots: when retrieving revision text, send the text id back to requester...
Ariel Glenn [Fri, 4 Jun 2010 02:24:56 +0000 (02:24 +0000)]
XML snapshots: when retrieving revision text, send the text id back to requester for doublechecking (avoids revision text out of sync errors), partial fix for bugs 23264, 18694

13 years agorestore default behavior for Maintenance::output when no channel specified (channeled...
Ariel Glenn [Fri, 4 Jun 2010 01:43:56 +0000 (01:43 +0000)]
restore default behavior for Maintenance::output when no channel specified (channeled behavior may or may not append newline, this breaks code that relies on the output string reaching the reader unaltered), partial fix for bug 23264

13 years agoLocalisation updates for core messages from translatewiki.net (2010-06-03 22:59 UTC)
Siebrand Mazeland [Thu, 3 Jun 2010 23:12:58 +0000 (23:12 +0000)]
Localisation updates for core messages from translatewiki.net (2010-06-03 22:59 UTC)

13 years agoRevert r66608: This goes against an intentional design decision. To discuss that...
Trevor Parscal [Thu, 3 Jun 2010 21:42:15 +0000 (21:42 +0000)]
Revert r66608: This goes against an intentional design decision. To discuss that decision further and submit proposals to change this design please contact Howie Fung <hfung@wikimedia.org> or visit usability.wikimedia.org

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Thu, 3 Jun 2010 21:00:51 +0000 (21:00 +0000)]
Fixed some doxygen warnings

13 years agoKill $wgTitle in ImageHistoryList::imageHistoryLine()
Alexandre Emsenhuber [Thu, 3 Jun 2010 19:28:13 +0000 (19:28 +0000)]
Kill $wgTitle in ImageHistoryList::imageHistoryLine()

13 years agoFollow up to 66670 which in turn is a follow up to r66646. prefix the remaining id...
Brian Wolff [Thu, 3 Jun 2010 18:07:16 +0000 (18:07 +0000)]
Follow up to 66670 which in turn is a follow up to r66646. prefix the remaining id selectors with div

Doing just some of them caused breakage on IE6, as the selectors in main had
higher speciftivity then those in IE60Fixes. So add div to all of them.

13 years agoPassword not always required on account creation
Aryeh Gregor [Thu, 3 Jun 2010 17:31:14 +0000 (17:31 +0000)]
Password not always required on account creation

Bug 23769.  It's not required when the account is being created by
e-mail, regardless of $wgMinimalPasswordLength.  This commit technically
does nothing, given r67283, but it will keep the bug fixed even in the
future when r67283 can be reverted.

13 years ago(bug 23769) Disable HTML5 form validation for now
Aryeh Gregor [Thu, 3 Jun 2010 17:18:21 +0000 (17:18 +0000)]
(bug 23769) Disable HTML5 form validation for now

Is implemented in recent WebKit but with no UI, so it's worse than just
giving a server-side error.  The only other implementation right now is
Opera and its UI is pretty ugly, so not yet worth the effort to do UA
sniffing.  Will backport to 1.16, as a regression fix.

13 years agoFixed for r58099 per CR:
Roan Kattouw [Thu, 3 Jun 2010 09:53:28 +0000 (09:53 +0000)]
Fixed for r58099 per CR:
* Only clicktrack local, domain-relative URLs
* Validate redirect URL in ApiClickTracking with the same condition used in ClickTracking.js (local, domain-relative)
* Remove call to nonexistent function OutputPage::enable()
* Add functionality for disabling API output and use this after setting up the redirect. This fixes the issue where the body of the redirect contained an API response in xmlfm form
at; the body is now empty.

13 years agoFollow-up to r64903; fix field names broken by r65040.
Happy-melon [Thu, 3 Jun 2010 09:43:12 +0000 (09:43 +0000)]
Follow-up to r64903; fix field names broken by r65040.

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Wed, 2 Jun 2010 20:58:12 +0000 (20:58 +0000)]
Fixed some doxygen warnings

13 years agoJS to JavaScript
Siebrand Mazeland [Wed, 2 Jun 2010 20:32:12 +0000 (20:32 +0000)]
JS to JavaScript

13 years agoTweak r67231: 'usercssyoucanpreview' and 'userjsyoucanpreview' a little further.
Siebrand Mazeland [Wed, 2 Jun 2010 20:29:20 +0000 (20:29 +0000)]
Tweak r67231: 'usercssyoucanpreview' and 'userjsyoucanpreview' a little further.

13 years agoFollow-up r67230 - be consistent in use of IDs rather than classes.
Happy-melon [Wed, 2 Jun 2010 19:47:28 +0000 (19:47 +0000)]
Follow-up r67230 - be consistent in use of IDs rather than classes.

13 years agoTransclude message of the 'Show preview' button per {{int:}} into the explaination...
Raimond Spekking [Wed, 2 Jun 2010 19:41:14 +0000 (19:41 +0000)]
Transclude message of the 'Show preview' button per {{int:}} into the explaination message to keep text in sync.

13 years ago Bug 23733 - Add IDs to messages used on CSS/JS pages
Raimond Spekking [Wed, 2 Jun 2010 19:30:55 +0000 (19:30 +0000)]
 Bug 23733 -  Add IDs to messages used on CSS/JS pages

13 years ago* Use Html::linkedScript() and Html::inlineScript()
Alexandre Emsenhuber [Wed, 2 Jun 2010 19:28:44 +0000 (19:28 +0000)]
* Use Html::linkedScript() and Html::inlineScript()

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

13 years agoUse addClickHandler() instead of .onclick = handlerfunction
Derk-Jan Hartman [Tue, 1 Jun 2010 23:30:17 +0000 (23:30 +0000)]
Use addClickHandler() instead of .onclick = handlerfunction

13 years agoBug 23755. Prevent tablesort code leaking to global scope.
Derk-Jan Hartman [Tue, 1 Jun 2010 23:18:07 +0000 (23:18 +0000)]
Bug 23755. Prevent tablesort code leaking to global scope.

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Tue, 1 Jun 2010 20:58:01 +0000 (20:58 +0000)]
Fixed some doxygen warnings

13 years agoFix fatal in r67185
Roan Kattouw [Tue, 1 Jun 2010 19:40:35 +0000 (19:40 +0000)]
Fix fatal in r67185

13 years agoFix bug 23688. Correct the mime type definitions for Microsoft Office 2007 OpenXML...
Derk-Jan Hartman [Tue, 1 Jun 2010 19:20:04 +0000 (19:20 +0000)]
Fix bug 23688. Correct the mime type definitions for Microsoft Office 2007 OpenXML files.
Original patch by Markus Krotzsch, adapted by me based on mime information found at:
http://blogs.msdn.com/b/vsofficedeveloper/archive/2008/05/08/office-2007-open-xml-mime-types.aspx

13 years agoExport namespaces for 'ckb' from translatewiki
Raimond Spekking [Tue, 1 Jun 2010 19:00:20 +0000 (19:00 +0000)]
Export namespaces for 'ckb' from translatewiki

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

13 years agosvn:eol-style native
Alexandre Emsenhuber [Tue, 1 Jun 2010 16:31:56 +0000 (16:31 +0000)]
svn:eol-style native

13 years agoFixed fatal error because of undefined $wgParser variable
Alexandre Emsenhuber [Tue, 1 Jun 2010 16:21:00 +0000 (16:21 +0000)]
Fixed fatal error because of undefined $wgParser variable

13 years ago* (bug 23740) Article::doRedirect() now use $extraQuery parameter correctly if the...
Alexandre Emsenhuber [Tue, 1 Jun 2010 15:19:19 +0000 (15:19 +0000)]
* (bug 23740) Article::doRedirect() now use $extraQuery parameter correctly if the $noRedir parameter is set to true

13 years agoallow parser/extensions to control for how long a ParserOutput gets cached. Introduce...
Daniel Kinzler [Tue, 1 Jun 2010 14:28:51 +0000 (14:28 +0000)]
allow parser/extensions to control for how long a ParserOutput gets cached. Introduced updateCacheExpiry(), Cleaned up use of getCacheTime() for marking uncacheable objects.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 31 May 2010 19:13:41 +0000 (19:13 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-31 18:55:00 UTC)

13 years agoLocalization update for he, fixing messages.inc, and rebuilding en.
Rotem Liss [Mon, 31 May 2010 14:47:31 +0000 (14:47 +0000)]
Localization update for he, fixing messages.inc, and rebuilding en.

13 years agoFollow-up r67094: Tweak message files
Raimond Spekking [Sun, 30 May 2010 20:20:20 +0000 (20:20 +0000)]
Follow-up r67094: Tweak message files

13 years agoRemove r44003 workaround. It is no longer needed, we can now use temporary tables...
Platonides [Sun, 30 May 2010 20:13:06 +0000 (20:13 +0000)]
Remove r44003 workaround. It is no longer needed, we can now use temporary tables again.

13 years agoFollow-up r67094: Tweak message files
Raimond Spekking [Sun, 30 May 2010 20:06:25 +0000 (20:06 +0000)]
Follow-up r67094: Tweak message files

13 years agoFollow-up r67094: Tweak message files
Raimond Spekking [Sun, 30 May 2010 19:51:37 +0000 (19:51 +0000)]
Follow-up r67094: Tweak message files

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 30 May 2010 19:41:13 +0000 (19:41 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-05-30 18:55:00 UTC)

13 years agoFixed a few E_DEPRECATED's is ImportXMLReader.php
Max Semenik [Sun, 30 May 2010 19:17:14 +0000 (19:17 +0000)]
Fixed a few E_DEPRECATED's is ImportXMLReader.php

13 years agoFollow up r66990. Fix parser tests.
Platonides [Sun, 30 May 2010 18:59:25 +0000 (18:59 +0000)]
Follow up r66990. Fix parser tests.

13 years agoFollow-up to r67099: fix case
Max Semenik [Sun, 30 May 2010 18:56:20 +0000 (18:56 +0000)]
Follow-up to r67099: fix case

13 years agofixing messages of r67094. thanks to siebrand for these suggestions
Tobias [Sun, 30 May 2010 18:21:49 +0000 (18:21 +0000)]
fixing messages of r67094. thanks to siebrand for these suggestions