aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Setup.php
Commit message (Expand)AuthorAgeFilesLines
* Add WikiError to standard components now that we're using it more widely (tho...Brion Vibber2005-04-271-0/+1
* * Parser.php was being included twice in a rowÆvar Arnfjörð Bjarmason2005-04-251-2/+0
* Setup.php-DateFormatter was using a lot of CPU time on the live site. Moved i...Tim Starling2005-04-201-8/+4
* Smarter, more flexible cache type selection. Moved entire contents of ObjectC...Tim Starling2005-04-091-83/+15
* fixed bugTim Starling2005-03-311-1/+2
* If you call function wfGetIP, it might help to implement it first ;-)Magnus Manske2005-03-311-1/+1
* Adding some validation for IP determination via XFF headers, in preparation f...Tim Starling2005-03-311-23/+4
* Fixed efficiency problem with $wgSiteNotice. Introduced wfSiteNotice(), which...Tim Starling2005-03-271-23/+0
* * Installation fixes for running under IISBrion Vibber2005-03-271-1/+1
* Start removing the Latin-1 hacks. We're going pure UTF-8 for 1.5...Brion Vibber2005-03-261-4/+2
* Don't force edit encoding when LanguageEo.php is loaded; defer until $wgContL...Brion Vibber2005-03-141-0/+1
* Merge changes from 1.4:Brion Vibber2005-03-091-7/+22
* eAccelerator caching support, patches from Jamie BlissBrion Vibber2005-03-021-0/+6
* Clean up experiments for special:data, special:validate, special:geo.Brion Vibber2005-02-181-5/+0
* Only include ParserXML when it is being usedJens Frank2005-01-271-3/+7
* * Skip message cache initialization on raw page view (quick hack)Brion Vibber2005-01-181-15/+19
* fix for script execution vulnerabilityTim Starling2005-01-171-4/+2
* Minor load balancing improvementsTim Starling2005-01-151-2/+2
* Don't load user object from DB when in command line mode. DB might not yet existJens Frank2005-01-151-0/+2
* wgSquidServersNoPurgeRiver Tarnell2005-01-121-1/+2
* porting site notice feature from REL1_3ATim Starling2004-12-231-0/+19
* Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:Brion Vibber2004-12-191-1/+1
* (bug 454) Merge e-notif 2.00Brion Vibber2004-12-181-2/+0
* * Fix language selection for upgraded accounts [merge from 1.4]Brion Vibber2004-12-111-0/+5
* * Defer message cache initialization, shaving a few ms off file cache hitsBrion Vibber2004-12-091-1/+1
* more fixes for languages with no language files; allow UI customization for a...Zheng Zhu2004-12-071-20/+22
* fix typoZheng Zhu2004-11-291-1/+1
* made connection errors work againTim Starling2004-11-291-4/+7
* Add a system of hooks to allow third-party code to run before, after, orEvan Prodromou2004-11-271-1/+2
* Let the parser cache use the objectcache table if memcached isn't set up,Brion Vibber2004-11-221-1/+1
* Experimental authentication plugin interface. Will require a little bit more ...Brion Vibber2004-11-161-0/+5
* Fix opening of session for users visiting with saved password tokenBrion Vibber2004-11-151-1/+1
* XML parser XHTML outputMagnus Manske2004-11-031-1/+4
* Backporting concatenated gzip history compression from SCHEMA_WORK. Also made...Tim Starling2004-10-301-0/+1
* Add $IP to list of globals, since it is undefined otherwiseJens Frank2004-10-241-2/+2
* Fixing multiple-inclusion problemsTim Starling2004-10-241-4/+4
* rm obsolete globalTim Starling2004-10-231-2/+1
* commentsTim Starling2004-09-261-5/+4
* More informative error message for when the user forgot to move LocalSettings...Tim Starling2004-09-261-0/+4
* Avoid gratuitously breaking configurations: continue to useBrion Vibber2004-09-251-0/+4
* Adjust some spacingBrion Vibber2004-09-251-8/+9
* Change LanguageEn to be UTF-8 by default. This fixes the problem withBrion Vibber2004-09-251-4/+4
* first attempt to support multiple language variants in the MediaWiki: namespace.Zheng Zhu2004-09-251-0/+1
* removed caching of UI messages; it does not make sense, after all.Zheng Zhu2004-09-251-13/+7
* First batch of files modified to switch wgLang to wgContLang.Zheng Zhu2004-09-241-26/+33
* updated warning about the UI switching code.Zheng Zhu2004-09-241-13/+17
* Changed installation code so that wgContLanguageCode is set, replacing wgLang...Zheng Zhu2004-09-241-5/+4
* passing the language object in as parameter when initializing the message cacheZheng Zhu2004-09-241-2/+2
* fix php notices about call-time by referenceAntoine Musso2004-09-221-2/+2
* If $_SERVER['REMOTE_ADDR'] is not set, use 127.0.0.1 for $wgIP.Brion Vibber2004-09-221-1/+4