| Commit message (Expand) | Author | Age | Files | Lines |
* | Additional register_globals vulnerability check. Merged in from big Wikia mer... | Sean Colombo | 2011-09-16 | 1 | -1/+1 |
* | Added some GPL headers | Alexandre Emsenhuber | 2011-06-28 | 1 | -0/+15 |
* | * Restored the page shown when LocalSettings.php is missing to how it was bef... | Tim Starling | 2011-06-07 | 1 | -20/+2 |
* | * Made the profiler work in HipHop: | Tim Starling | 2011-05-31 | 1 | -5/+7 |
* | HipHop improvements: | Tim Starling | 2011-05-30 | 1 | -20/+2 |
* | And even more documentation, the last of this batch | Sam Reed | 2011-05-28 | 1 | -0/+2 |
* | Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia... | Siebrand Mazeland | 2011-05-17 | 1 | -1/+1 |
* | * (bug 15461) Make IE8 turn off content sniffing. Everbody else should ignore... | Brion Vibber | 2011-05-13 | 1 | -0/+5 |
* | More profiler cleanup: | Chad Horohoe | 2011-04-16 | 1 | -5/+4 |
* | First step of reorganizing profiling files: | Chad Horohoe | 2011-04-16 | 1 | -1/+1 |
* | Improvements to handling of 'catastrophic' errors, like unsupported PHP versi... | Happy-melon | 2011-04-12 | 1 | -13/+21 |
* | The beginnings of HipHop compiled mode support. It works now for parser cache... | Tim Starling | 2011-04-04 | 1 | -27/+54 |
* | Fixes Bug #28214 - When page not found, sends malformed HTTP/1.x instead of H... | Mark A. Hershberger | 2011-03-25 | 1 | -1/+1 |
* | Tweak comment, we don't create LS in the conf dir anymore, you have to upload it | Chad Horohoe | 2011-02-26 | 1 | -2/+2 |
* | (bug 1379) Installer directory conflicts with some hosts' configuration panel. | Max Semenik | 2011-02-26 | 1 | -1/+1 |
* | Per my comment on r68760: Make MWfunction class, complete with call_user_func... | X! | 2011-01-02 | 1 | -6/+2 |
* | (bug 26130) Revert changes to WebStart.php in r72349, which turn out to have ... | Roan Kattouw | 2010-12-06 | 1 | -6/+1 |
* | Remove some of the rubbish that has been accumulating in the default LocalSet... | Tim Starling | 2010-12-06 | 1 | -3/+2 |
* | Add MW_CONFIG_FILE support to load a separate config file instead of LocalSet... | Daniel Friesen | 2010-12-05 | 1 | -4/+7 |
* | Followup r68760: add comment | Chad Horohoe | 2010-10-18 | 1 | -0/+1 |
* | * WebStart.php and SeleniumWebSettings.php allow include files and global con... | Priyanka Dhanda | 2010-10-14 | 1 | -0/+6 |
* | Remove some references to no longer supported PHP version. | Siebrand Mazeland | 2010-10-02 | 1 | -10/+0 |
* | Merging resourceloader branch into trunk. Full documentation is at http://www... | Roan Kattouw | 2010-09-04 | 1 | -4/+9 |
* | * Standardised file description headers | Alexandre Emsenhuber | 2010-08-14 | 1 | -4/+8 |
* | Fix URL for $GLOBALS overwrite vulnerability. | Tim Starling | 2010-07-20 | 1 | -1/+1 |
* | r68756 - Make the use of MW_CONFIG_CALLBACK compatible with PHP 5.1 | Mark A. Hershberger | 2010-06-30 | 1 | -1/+6 |
* | Removed StartProfiler.php from SVN control and added StartProfiler.sample fil... | Aaron Schulz | 2009-05-07 | 1 | -1/+5 |
* | Remove last of ini_set() for allow_url_fopen. This hasn't worked since PHP 4.... | Chad Horohoe | 2009-04-21 | 1 | -1/+0 |
* | Check for PHP 5.0.x bug *after* checking for PHP 4, so that we don't claim th... | Tim Starling | 2008-11-07 | 1 | -10/+10 |
* | * Allow $wgDiff3=false | Tim Starling | 2008-10-06 | 1 | -9/+26 |
* | * Reorganised the includes directory, creating subdirectories db, parser and ... | Tim Starling | 2008-06-16 | 1 | -11/+14 |
* | * Full path for script includes, this time should work with installations usi... | Niklas Laxström | 2008-05-16 | 1 | -12/+19 |
* | Revert 34558/34588. Use of an absolute path specified by __FILE__ breaks anyo... | Daniel Friesen | 2008-05-14 | 1 | -10/+9 |
* | For compatibility (DefaultSettings.php currently crashes when LocalSettings.p... | Rotem Liss | 2008-05-10 | 1 | -0/+1 |
* | * Use full path | Niklas Laxström | 2008-05-10 | 1 | -9/+9 |
* | * remove end of line whitespace | Siebrand Mazeland | 2008-04-14 | 1 | -3/+2 |
* | Remove ?>'s from files. They're pointless, and just asking for people to mes... | Aryeh Gregor | 2007-06-29 | 1 | -1/+1 |
* | profiling | Tim Starling | 2007-04-15 | 1 | -0/+2 |
* | * Moved the main ob_start() from the default LocalSettings.php to WebStart.php. | Tim Starling | 2007-02-19 | 1 | -0/+10 |
* | Detect PHP 5.0.x 64-bit bug and abort in WebStart.php; too many things break | Ilmari Karonen | 2006-12-17 | 1 | -0/+10 |
* | * Improved register_globals paranoia checks | Brion Vibber | 2006-10-11 | 1 | -0/+23 |
* | Active protection against register_globals vulnerabilities. Unset all globals... | Tim Starling | 2006-10-11 | 1 | -4/+11 |
* | Consolidated web initialisation code into includes/WebStart.php. Moved profil... | Tim Starling | 2006-07-14 | 1 | -0/+52 |