lhc/web/wiklou.git
13 years agomake image page respect different sizes of individual frames, as suggested by Markus...
Daniel Kinzler [Mon, 19 Jul 2010 14:35:20 +0000 (14:35 +0000)]
make image page respect different sizes of individual frames, as suggested by Markus Glaser.

13 years agoRemove 1.6 compat thingies
Chad Horohoe [Mon, 19 Jul 2010 14:05:57 +0000 (14:05 +0000)]
Remove 1.6 compat thingies

13 years ago(bug 24398) Make addwiki.php send a notification e-mail to newprojects@lists.wikimedi...
Roan Kattouw [Mon, 19 Jul 2010 14:00:51 +0000 (14:00 +0000)]
(bug 24398) Make addwiki.php send a notification e-mail to newprojects@lists.wikimedia.org . Needs addition of fourth parameter for domain name, will document at wikitechwiki

13 years ago* #siteSub (tagline) isn't headline -> replaced by div (partial fix to bug 457)
Danny B [Mon, 19 Jul 2010 13:15:45 +0000 (13:15 +0000)]
* #siteSub (tagline) isn't headline -> replaced by div (partial fix to bug 457)

13 years ago* 2009 -> 2010
Danny B [Mon, 19 Jul 2010 12:31:35 +0000 (12:31 +0000)]
* 2009 -> 2010

13 years agoAdd iw_api and iw_wikiid fields to the interwiki table, plus rudimentary support...
Roan Kattouw [Mon, 19 Jul 2010 11:55:30 +0000 (11:55 +0000)]
Add iw_api and iw_wikiid fields to the interwiki table, plus rudimentary support in Interwiki.php and Title.php . Code written by peter17 in the iwtransclusion branch. This revision is a partial merge of r68170, r68448, r69480, r69540 and r69541

13 years agoFollow up to r69538: Use $stylename member instead of hardcoding vector.
Danny B [Mon, 19 Jul 2010 10:58:12 +0000 (10:58 +0000)]
Follow up to r69538: Use $stylename member instead of hardcoding vector.

13 years ago* (bug 24401) SimpleSearch: No button/text indicating 'Search' if image is disabled
Danny B [Mon, 19 Jul 2010 10:52:01 +0000 (10:52 +0000)]
* (bug 24401) SimpleSearch: No button/text indicating 'Search' if image is disabled

13 years agoReverse-merge r69521 from 1.16wmf4: fix OpenSearch caching
Roan Kattouw [Mon, 19 Jul 2010 08:19:54 +0000 (08:19 +0000)]
Reverse-merge r69521 from 1.16wmf4: fix OpenSearch caching

13 years agoFix fatal error from undefined $wgParser.
Brian Wolff [Mon, 19 Jul 2010 05:57:23 +0000 (05:57 +0000)]
Fix fatal error from undefined $wgParser.

13 years agoRemoved redundant array_reverse I found 3 months back
Jeroen De Dauw [Mon, 19 Jul 2010 04:23:39 +0000 (04:23 +0000)]
Removed redundant array_reverse I found 3 months back

13 years agoFollow up to r69528 (forgot to commit this file)
Jeroen De Dauw [Mon, 19 Jul 2010 04:18:51 +0000 (04:18 +0000)]
Follow up to r69528 (forgot to commit this file)

13 years agoClarified field and method visibility
Jeroen De Dauw [Mon, 19 Jul 2010 04:15:38 +0000 (04:15 +0000)]
Clarified field and method visibility

13 years agoSplit WebInstallerPage and deriving classes from WebInstaller.php to WebInstallerPage.php
Jeroen De Dauw [Mon, 19 Jul 2010 04:05:44 +0000 (04:05 +0000)]
Split WebInstallerPage and deriving classes from WebInstaller.php to WebInstallerPage.php

13 years agoClarified field and method visibility
Jeroen De Dauw [Mon, 19 Jul 2010 03:16:54 +0000 (03:16 +0000)]
Clarified field and method visibility

13 years agoClarified field and method visibility
Jeroen De Dauw [Mon, 19 Jul 2010 02:41:54 +0000 (02:41 +0000)]
Clarified field and method visibility

13 years agoFollow up r69508. Mention both functions.
Platonides [Sun, 18 Jul 2010 21:40:49 +0000 (21:40 +0000)]
Follow up r69508. Mention both functions.

13 years ago(Bug 24436) Move cssjanus to maintenance folder
Platonides [Sun, 18 Jul 2010 21:31:52 +0000 (21:31 +0000)]
(Bug 24436) Move cssjanus to maintenance folder

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

13 years ago* re r69332, r64217: complete removal of WikiSysop for CLI installer
Mark A. Hershberger [Sun, 18 Jul 2010 18:52:05 +0000 (18:52 +0000)]
* re r69332, r64217: complete removal of WikiSysop for CLI installer
* Incorporate new Installer::performInstallation() function
* Update SQLite schema tables to insert data to updatelog correctly

13 years agoLocalization update for he.
Rotem Liss [Sun, 18 Jul 2010 18:41:00 +0000 (18:41 +0000)]
Localization update for he.

13 years agoUse $stylename member instead of hardcoding vector.
Platonides [Sun, 18 Jul 2010 18:38:58 +0000 (18:38 +0000)]
Use $stylename member instead of hardcoding vector.

13 years agoFollow-up r69475: also correct the name in RELEASE-NOTES
Alexandre Emsenhuber [Sun, 18 Jul 2010 17:37:00 +0000 (17:37 +0000)]
Follow-up r69475: also correct the name in RELEASE-NOTES

13 years agoFix comment. There's no tempfile function in php.
Platonides [Sun, 18 Jul 2010 13:52:30 +0000 (13:52 +0000)]
Fix comment. There's no tempfile function in php.

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sun, 18 Jul 2010 13:18:01 +0000 (13:18 +0000)]
Fixed some doxygen warnings

13 years agoRemoved error suppression operators (per bug 24159)
Alexandre Emsenhuber [Sun, 18 Jul 2010 13:16:18 +0000 (13:16 +0000)]
Removed error suppression operators (per bug 24159)

13 years agoFixed errors in HTML5 mode
Alexandre Emsenhuber [Sun, 18 Jul 2010 12:55:11 +0000 (12:55 +0000)]
Fixed errors in HTML5 mode

13 years ago* Modified Special:Log to extend SpecialPage
Alexandre Emsenhuber [Sun, 18 Jul 2010 12:10:39 +0000 (12:10 +0000)]
* Modified Special:Log to extend SpecialPage
* Use FormOptions

13 years ago* leftover from r69500
Danny B [Sun, 18 Jul 2010 10:11:01 +0000 (10:11 +0000)]
* leftover from r69500

13 years ago* missing messages for r68992
Danny B [Sun, 18 Jul 2010 09:56:32 +0000 (09:56 +0000)]
* missing messages for r68992

13 years agoLet Title::newFromIDs() select all fields and use Title::newFromRow() since we alread...
Alexandre Emsenhuber [Sun, 18 Jul 2010 09:36:56 +0000 (09:36 +0000)]
Let Title::newFromIDs() select all fields and use Title::newFromRow() since we already are in the "page" table

13 years agoFollow to r68544 make sure the right test recorder actually gets ran
OverlordQ [Sun, 18 Jul 2010 08:13:53 +0000 (08:13 +0000)]
Follow to r68544 make sure the right test recorder actually gets ran

13 years agoMade active users concept have some meaning by decoupling it from recent changes...
Niklas Laxström [Sun, 18 Jul 2010 07:15:27 +0000 (07:15 +0000)]
Made active users concept have some meaning by decoupling it from recent changes length.

Introduced wgActiveUserDays, which defaults to 30 days as used on wmf.
This way the number can be more easily compared between wikis.
We no longer lie to users if the actual rc length is longer than the limit.

13 years agoLet wfTimestamp recognize negative unix timestamp values
Brian Wolff [Sat, 17 Jul 2010 23:29:20 +0000 (23:29 +0000)]
Let wfTimestamp recognize negative unix timestamp values

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sat, 17 Jul 2010 22:25:18 +0000 (22:25 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-07-17 22:09:00 UTC)

13 years ago* Fixed some doxygen warnings
Alexandre Emsenhuber [Sat, 17 Jul 2010 20:13:49 +0000 (20:13 +0000)]
* Fixed some doxygen warnings
* removed $len and $redirect parameters from addLink() and addLinkObj() since they're not used

13 years agoMake includable special pages extend IncludableSpecialPage so that it's easier to...
Alexandre Emsenhuber [Sat, 17 Jul 2010 19:04:07 +0000 (19:04 +0000)]
Make includable special pages extend IncludableSpecialPage so that it's easier to see the ones that are includable

13 years ago* Modified Special:Blockme to subclass UnlistedSpecialPage
Alexandre Emsenhuber [Sat, 17 Jul 2010 18:32:15 +0000 (18:32 +0000)]
* Modified Special:Blockme to subclass UnlistedSpecialPage
* Use content language to get the user name in the "proxyblocker" and added it in $wgReservedUsernames

13 years agoLocalisation updates for namespaces and special page aliases from translatewiki.net
Siebrand Mazeland [Sat, 17 Jul 2010 18:13:03 +0000 (18:13 +0000)]
Localisation updates for namespaces and special page aliases from translatewiki.net

13 years agoCorrected fatal errors introduced in r68999 (oops!)
Alexandre Emsenhuber [Sat, 17 Jul 2010 17:38:02 +0000 (17:38 +0000)]
Corrected fatal errors introduced in r68999 (oops!)

13 years agoAccompanies r69481. Style changes for the new search placeholder text
Adam Miller [Sat, 17 Jul 2010 17:21:46 +0000 (17:21 +0000)]
Accompanies r69481. Style changes for the new search placeholder text

13 years agoRefactor some more of the ugly b/c update logic out of updaters.inc
Chad Horohoe [Sat, 17 Jul 2010 12:55:52 +0000 (12:55 +0000)]
Refactor some more of the ugly b/c update logic out of updaters.inc

13 years agoMake this protected like everything else
Chad Horohoe [Sat, 17 Jul 2010 12:15:42 +0000 (12:15 +0000)]
Make this protected like everything else

13 years agoAdd stub OracleUpdater
Chad Horohoe [Sat, 17 Jul 2010 12:11:23 +0000 (12:11 +0000)]
Add stub OracleUpdater

13 years agoPer Simetrical, fix for r69270: correct class name
Alexandre Emsenhuber [Sat, 17 Jul 2010 11:59:20 +0000 (11:59 +0000)]
Per Simetrical, fix for r69270: correct class name

13 years agoWatch/Unwatch - fix for bug 24247. Updating the link text to match the icon
Adam Miller [Fri, 16 Jul 2010 22:21:31 +0000 (22:21 +0000)]
Watch/Unwatch - fix for bug 24247. Updating the link text to match the icon

13 years agoMake addPortletLink() work even if the ul is not there.
Platonides [Fri, 16 Jul 2010 21:55:39 +0000 (21:55 +0000)]
Make addPortletLink() work even if the ul is not there.
Insert the new ul into the last div if there's one (typically a <div class="menu">), directly in the portlet otherwise.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 16 Jul 2010 19:09:07 +0000 (19:09 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-07-16 19:01:00 UTC)

13 years agoajaxwatch.js: coding style tweaks
Jack Phoenix [Fri, 16 Jul 2010 14:57:30 +0000 (14:57 +0000)]
ajaxwatch.js: coding style tweaks

13 years agoFollow up to r66383. When init of skin fails, make sure to init Vector instead of...
Derk-Jan Hartman [Fri, 16 Jul 2010 14:04:54 +0000 (14:04 +0000)]
Follow up to r66383. When init of skin fails, make sure to init Vector instead of Monobook now.

13 years agoWhen we have a bogus useskin value, fallback to $wgDefaultSkin if that value is sane...
Derk-Jan Hartman [Fri, 16 Jul 2010 13:57:03 +0000 (13:57 +0000)]
When we have a bogus useskin value, fallback to $wgDefaultSkin if that value is sane. Fallback to hardcoded "vector" default if $wgDefaultSkin is bogus. Users who still have amathyst selected as their skin preference, should now get vector instead of monobook. Follow up to r66383.

13 years agoFix method name in a comment
Niklas Laxström [Fri, 16 Jul 2010 11:38:10 +0000 (11:38 +0000)]
Fix method name in a comment

13 years agoRevert part of r69412 which causes fatal errors
Niklas Laxström [Fri, 16 Jul 2010 07:24:45 +0000 (07:24 +0000)]
Revert part of r69412 which causes fatal errors

13 years agoMove FakeResultWrapper to Database.php, allowing more special pages and extensions...
X! [Thu, 15 Jul 2010 22:39:48 +0000 (22:39 +0000)]
Move FakeResultWrapper to Database.php, allowing more special pages and extensions than just Special:Allmessages to use a ResultWrapper-specific class (TablePager comes to mind)

13 years agointval ( $id ) once in caller instead of in all the getTextXXX functions
Ariel Glenn [Thu, 15 Jul 2010 21:25:31 +0000 (21:25 +0000)]
intval ( $id ) once in caller instead of in all the getTextXXX functions

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 15 Jul 2010 19:32:38 +0000 (19:32 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-07-15 19:22:00 UTC)

13 years agoRecover EditUser extension and put it up to date with the new preferences.
Platonides [Thu, 15 Jul 2010 18:30:49 +0000 (18:30 +0000)]
Recover EditUser extension and put it up to date with the new preferences.

13 years agoAdd cleanupChanneled() method to clean the channel consistently.
Mark A. Hershberger [Thu, 15 Jul 2010 16:27:27 +0000 (16:27 +0000)]
Add cleanupChanneled() method to clean the channel consistently.

13 years agoApply r69357 to trunk; was a fix for trunk but got committed to REL1_16
Roan Kattouw [Thu, 15 Jul 2010 09:25:58 +0000 (09:25 +0000)]
Apply r69357 to trunk; was a fix for trunk but got committed to REL1_16

13 years agore r69339 use the actual function: s/hasCache/haveCache/
Mark A. Hershberger [Thu, 15 Jul 2010 01:15:55 +0000 (01:15 +0000)]
re r69339 use the actual function: s/hasCache/haveCache/

13 years agoFix flush(). Need ob_flush()
Chad Horohoe [Wed, 14 Jul 2010 23:07:05 +0000 (23:07 +0000)]
Fix flush(). Need ob_flush()

13 years agore r67320: output a newline if we switch from channeled to unchanneled output
Mark A. Hershberger [Wed, 14 Jul 2010 22:44:19 +0000 (22:44 +0000)]
re r67320: output a newline if we switch from channeled to unchanneled output

13 years agofollow up r69339:
Mark A. Hershberger [Wed, 14 Jul 2010 21:46:52 +0000 (21:46 +0000)]
follow up r69339:
* Add a missing setVaryCookie for consistency
* don't cache result when token is given in ApiFeedWatchlist

13 years agofollow up r69339: Add a missing setVaryCookie for consistency and to avoid user X...
Mark A. Hershberger [Wed, 14 Jul 2010 21:00:09 +0000 (21:00 +0000)]
follow up r69339: Add a missing setVaryCookie for consistency and to avoid user X with skin Y getting the response marked up for skin B.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 14 Jul 2010 20:12:19 +0000 (20:12 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-07-14 19:53:00 UTC)

13 years agoRemove extra space.
Platonides [Wed, 14 Jul 2010 19:19:16 +0000 (19:19 +0000)]
Remove extra space.

13 years agoAPI: Make output containing private or user-specific data uncacheable for logged...
Roan Kattouw [Wed, 14 Jul 2010 19:00:54 +0000 (19:00 +0000)]
API: Make output containing private or user-specific data uncacheable for logged-in users by setting Vary: Cookie or Cache-Control: private, whichever is appropriate. Fixes instances in core and WMF-deployed extensions only. Without this change, the output of requests like ?action=query&list=recentchanges&rcprop=patrolled&smaxage=3600 would be cached in Squid and viewable for anyone using the same URL, even if they don't have patrol rights. Other, more serious exploits are also possible. Also avoid using $wgUser in one place, kill some unused global $wgUser; instances and tweak a comment.

13 years agoRemove 'minordefault' preference completely
Aryeh Gregor [Wed, 14 Jul 2010 18:50:32 +0000 (18:50 +0000)]
Remove 'minordefault' preference completely

See bug 24313.  The preference encourages people to mark changes minor
by mistake, but it's better to have minor changes not marked minor than
non-minor changes marked minor.  enwiki users at [[Help talk:Minor
edit]] seemed to think it was a good idea.  Plus, I'm always in favor of
removing user preferences where possible.

The only likely fallout of note is some bot operators who didn't notice
this suddenly find their bot not marking anything minor.  I doubt it
will cause major problems, though.

13 years agoBy flipping '"Courier New", monospace' to 'monospace, "Courier New"', we can get...
Trevor Parscal [Wed, 14 Jul 2010 18:31:29 +0000 (18:31 +0000)]
By flipping '"Courier New", monospace' to 'monospace, "Courier New"', we can get the beneifts of allowing the user's monospace font override to still be used. Improves on r69335 which is itself an improvement on r65391.

13 years agoImproves on the technique used in r65391 to fix the font-size issues in Firefox,...
Trevor Parscal [Wed, 14 Jul 2010 17:50:51 +0000 (17:50 +0000)]
Improves on the technique used in r65391 to fix the font-size issues in Firefox, Chrome and Safari caused by using "monospace" as a font-family. The old approach was to use "monospace, sans-serif", which worked but was reported to actually fall-back on the sans-serif variant. Some research has shown that using '"Courier New", monospace' resolves the issue on all browsers without risking falling back to proportionally spaced fonts.

13 years agoFix nitpick complaint on r61809
Chad Horohoe [Wed, 14 Jul 2010 17:42:52 +0000 (17:42 +0000)]
Fix nitpick complaint on r61809

13 years ago* revert r61258
Mark A. Hershberger [Wed, 14 Jul 2010 17:34:18 +0000 (17:34 +0000)]
* revert r61258
* check if iconv extension is loaded and, if so, use it in UtfNormal::cleanUp()

13 years agoRevert r64217 (WikiSysop is back, and now (s)he's localisable) per comments on review
Chad Horohoe [Wed, 14 Jul 2010 17:28:08 +0000 (17:28 +0000)]
Revert r64217 (WikiSysop is back, and now (s)he's localisable) per comments on review

13 years agostyle version bump for r69317
Adam Miller [Wed, 14 Jul 2010 15:06:52 +0000 (15:06 +0000)]
style version bump for r69317

13 years agoInstaller no longer writes LocalSettings.php to /config. Now offer it as a download...
Chad Horohoe [Wed, 14 Jul 2010 01:18:14 +0000 (01:18 +0000)]
Installer no longer writes LocalSettings.php to /config. Now offer it as a download to the user and instruct them to upload/move it to the wiki base directory. Also only set _InstallDone if we hit no fatals during installation

13 years agoEpic bug fix. Changing the markup structure of Vectors tabs and related watch/unwatch...
Adam Miller [Tue, 13 Jul 2010 22:31:46 +0000 (22:31 +0000)]
Epic bug fix. Changing the markup structure of Vectors tabs and related watch/unwatch code to address bug 23490

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 13 Jul 2010 19:10:15 +0000 (19:10 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-07-13 18:48:00 UTC)

13 years agoRevert r69291, other references-related problems reported
Max Semenik [Tue, 13 Jul 2010 18:29:33 +0000 (18:29 +0000)]
Revert r69291, other references-related problems reported

13 years ago7, it's 7! (follow up to r68824)
Platonides [Mon, 12 Jul 2010 20:11:41 +0000 (20:11 +0000)]
7, it's 7! (follow up to r68824)

13 years agocleanupSpam.php:
Robert Leverington [Mon, 12 Jul 2010 16:54:25 +0000 (16:54 +0000)]
cleanupSpam.php:
 - Replace calls to Article::updateArticle with equivilant calls to Article::doEdit.  Resolves bug 18892.

13 years agoFixed weird unit test failures I experienced after r68544
Max Semenik [Mon, 12 Jul 2010 11:14:00 +0000 (11:14 +0000)]
Fixed weird unit test failures I experienced after r68544

13 years ago* (bug 24045) MediaWiki:Ipb-needreblock is now wrapped in a div with class "mw-ipd...
Alexandre Emsenhuber [Sun, 11 Jul 2010 19:25:46 +0000 (19:25 +0000)]
* (bug 24045) MediaWiki:Ipb-needreblock is now wrapped in a div with class "mw-ipd-needreblock"

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sun, 11 Jul 2010 18:24:53 +0000 (18:24 +0000)]
Fixed some doxygen warnings

13 years agoremoved PHP4-ism
Alexandre Emsenhuber [Sun, 11 Jul 2010 18:13:23 +0000 (18:13 +0000)]
removed PHP4-ism

13 years agoereg is deprecated
Max Semenik [Sun, 11 Jul 2010 17:34:06 +0000 (17:34 +0000)]
ereg is deprecated

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 11 Jul 2010 15:10:37 +0000 (15:10 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-07-11 14:47:00 UTC)

13 years agoModified Special:Userlogout to subclass UnlistedSpecialPage
Alexandre Emsenhuber [Sun, 11 Jul 2010 14:17:17 +0000 (14:17 +0000)]
Modified Special:Userlogout to subclass UnlistedSpecialPage

13 years agoFollowup r69251, copy+paste fail
Chad Horohoe [Sun, 11 Jul 2010 12:34:54 +0000 (12:34 +0000)]
Followup r69251, copy+paste fail

13 years agoCleanup to r69187: forgot to safeguard against ul_value or updatelog itself not existing.
Chad Horohoe [Sun, 11 Jul 2010 12:31:44 +0000 (12:31 +0000)]
Cleanup to r69187: forgot to safeguard against ul_value or updatelog itself not existing.

13 years agoDoc fixes and message cleanups to r69238
Chad Horohoe [Sun, 11 Jul 2010 11:27:58 +0000 (11:27 +0000)]
Doc fixes and message cleanups to r69238

13 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sat, 10 Jul 2010 21:20:50 +0000 (21:20 +0000)]
Fixed some doxygen warnings

13 years ago* Modified Special:Specialpages to subclass UnlistedSpecialPage instead of using...
Alexandre Emsenhuber [Sat, 10 Jul 2010 20:13:06 +0000 (20:13 +0000)]
* Modified Special:Specialpages to subclass UnlistedSpecialPage instead of using wfSpecialSpecialpages()
* Use Html:: methods

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sat, 10 Jul 2010 15:33:41 +0000 (15:33 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-07-10 15:00:00 UTC)

13 years agoAdd $wgUseInstantCommons support to installer, tweak help based on presumed access...
Chad Horohoe [Sat, 10 Jul 2010 12:29:15 +0000 (12:29 +0000)]
Add $wgUseInstantCommons support to installer, tweak help based on presumed access to it

13 years ago(bug 24296) Added converttitles parameter to convert titles to their canonical langua...
Bryan Tong Minh [Sat, 10 Jul 2010 11:53:22 +0000 (11:53 +0000)]
(bug 24296) Added converttitles parameter to convert titles to their canonical language variant.

13 years agoFollowup r69235
Sam Reed [Sat, 10 Jul 2010 11:46:47 +0000 (11:46 +0000)]
Followup r69235

Replace setPropert with setProperty

13 years ago(bug 14685) Double underscore magic word usage is now tracked in the page_props table...
Bryan Tong Minh [Sat, 10 Jul 2010 11:30:11 +0000 (11:30 +0000)]
(bug 14685) Double underscore magic word usage is now tracked in the page_props table, as well as the behavioral magic words {{DEFAULTSORT}} and {{DISPLAYTITLE}}.

13 years agoFollow-up r69231: servedby is a boolean so will always be non-null.
Bryan Tong Minh [Sat, 10 Jul 2010 10:47:52 +0000 (10:47 +0000)]
Follow-up r69231: servedby is a boolean so will always be non-null.

13 years ago(bug 24185) Titles in the Media and Special namespace are now supported for title...
Bryan Tong Minh [Sat, 10 Jul 2010 10:46:20 +0000 (10:46 +0000)]
(bug 24185) Titles in the Media and Special namespace are now supported for title normalization in action=query. Special pages have their name resolved to the local alias.

13 years agoPartial revert r69231, unrelated and unfinished installer changes
Chad Horohoe [Sat, 10 Jul 2010 10:39:30 +0000 (10:39 +0000)]
Partial revert r69231, unrelated and unfinished installer changes