aboutsummaryrefslogtreecommitdiffstats
path: root/docs/globals.txt
Commit message (Collapse)AuthorAgeFilesLines
* Setup.php: Remove internal $messageMemc variableTimo Tijhof2020-03-181-1/+1
| | | | | | | | Was originally for use by the MessageCache class, which no longer uses it. Bug: T243175 Change-Id: I1c62c6bba08fadf52bda4993a4e99df81b02a97f
* docs: Remove outdated information from globals.txtMGChecker2018-10-141-2/+0
| | | | | | | design.txt doesn't exist anymore. Bug: T111283 Change-Id: Ibb67fb721060b325114e571ba3e470a607d98884
* Remove deprecated global $parserMemc and wfGetParserCacheStorageTimo Tijhof2018-05-311-1/+1
| | | | | | | Deprecated since 1.30, no longer used in core, bundled components, and WMF-deployed extensions. Change-Id: I09715f94750f083712719ef599a2ea4260297681
* globals.txt: Remove trailing whitespaceChad Horohoe2018-02-141-1/+1
| | | | Change-Id: I4e495754f810069247af60d72731a2f382eed8a6
* Moving check higher up in case there's a premade toggle _but_ no ↵Krinkle2011-05-231-4/+4
| | | | | | | .wm-collapsible-content premade. This way the link will be caught before it's inner-wrapped, after which it would no longer be a direct child. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/88668
* $wgArticle is deprecated! Possible removal in 1.20 or 1.21!Chad Horohoe2011-05-221-3/+0
| | | | | | | | | | | * Encapsulate index.php in wfIndexMain() (similar to r77873) * Kill $wgArticle check in Exception, not necessary anymore * Kill $wgArticle in Setup, also not necessary * Add angry note about $wgArticle to rebuildFileCache. * Remove note about $wgArticle in Parser since it's dying anyway Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/88588
* * Replaced $wgMessageCache by MessageCache::singleton(); since we only use ↵Alexandre Emsenhuber2011-01-261-3/+0
| | | | | | | | | | | one instance of this class (as for ParserCache, LinkCache) * MessageCache::singleton() calls wfGetMessageCacheStorage() directly instead of using $messageMemc, just in case this would be called before that variable is set * Per TimStarling: also removed deprecated methods in MessageCache class: addMessages() and related, [get|set|enable|disable]Transform(), loadAllMessages(), loadMessageFile() and some others. Same for the legacyData stuff in LocalisationCache that was only used by MessageCache::addMessages() and related. * Converted remaining extensions Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/81027
* Doc tweaks:Alexandre Emsenhuber2008-07-171-30/+21
| | | | | | | | * Moved doc about primary scripts to scripts.txt * Lines ending to 80 chars Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/37797
* Removed $wgLoadBalancer from docAlexandre Emsenhuber2008-03-311-10/+8
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/32645
* Add some variables to globals.txtVictor Vasiliev2008-01-081-0/+10
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/29443
* Removed $wgLinkCache, converted to a singleton. Removed obsolete cruft from ↵Tim Starling2006-01-051-3/+0
| | | | | | | LinkCache.php. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12411
* PHP hates globalsTim Starling2005-12-231-12/+60
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12224
* * (bug 3175) update filenames in documentation filesBrion Vibber2005-08-171-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10591
* Change .doc extension to .txt so people stop asking why we have Word ↵Brion Vibber2005-04-121-0/+29
documents. WE DONT THEY ARE TEXT!!!!111eleven Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8267