aboutsummaryrefslogtreecommitdiffstats
path: root/config/index.php
Commit message (Expand)AuthorAgeFilesLines
* * (bug 578): renamed $wgDisableUploads => $wgEnableUploadsÆvar Arnfjörð Bjarmason2005-04-011-1/+1
* Fixed installation bugMagnus Manske2005-03-311-1/+1
* * FormattingÆvar Arnfjörð Bjarmason2005-03-311-21/+23
* * Changing checks for [.]./LocalSettings.php and [.]./AdminSettings.php to onlyÆvar Arnfjörð Bjarmason2005-03-311-9/+2
* * Installation fixes for running under IISBrion Vibber2005-03-271-2/+5
* Start removing the Latin-1 hacks. We're going pure UTF-8 for 1.5...Brion Vibber2005-03-261-25/+5
* Use Revision and Article to save the main pageBrion Vibber2005-03-201-21/+11
* Add fatal errors for magic_quotes_runtime and magic_quotes_sybase php config ...Brion Vibber2005-03-201-4/+24
* Stronger user token generationTim Starling2005-03-161-5/+5
* enable turck/eaccellerator for apache2handler as wellDomas Mituzas2005-03-151-2/+2
* eAccelerator caching support, patches from Jamie BlissBrion Vibber2005-03-021-3/+18
* leftover wfInvertTimestamp, nuke it.Domas Mituzas2005-02-241-1/+0
* remove inverse_timestamp wherever it is found and disable wfInvertTimestamp()Domas Mituzas2005-02-211-2/+2
* Remove Special:Asksql; moving it out to an extension.Brion Vibber2005-02-181-10/+0
* Do *NOT* force all wikis into a non-functional initial state with a broken wh...Brion Vibber2005-01-161-3/+0
* Fix direct access to a private object propriety (patch by Andrew Miller)Antoine Musso2005-01-151-2/+5
* Put the sysop user on install into the sysop and brueacrat groupsBrion Vibber2004-12-281-0/+10
* Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:Brion Vibber2004-12-191-11/+21
* (bug 454) Merge e-notif 2.00Brion Vibber2004-12-181-2/+126
* Add basic support for table prefixes to the installer. (Probably will fail on...Brion Vibber2004-12-011-26/+33
* (bug 961) Treat languages without names more cleanlyBrion Vibber2004-12-011-3/+8
* Capitalization fix in memcached settingBrion Vibber2004-11-211-1/+1
* * remove PHP5 warning; PHPTAL no longer needed for MonoBookBrion Vibber2004-11-191-9/+1
* Probably solve http://bugzilla.wikipedia.org/show_bug.cgi?id=733Antoine Musso2004-11-131-4/+9
* Allow the user to select what kind of shared memory they want, in the installerTim Starling2004-11-131-1/+117
* Install fixes for group tableBrion Vibber2004-10-241-0/+1
* Bug 732: Typo in config/index.phpBrion Vibber2004-10-171-1/+1
* Pull the actual series of updater calls into do_all_updaters(), addBrion Vibber2004-10-131-31/+2
* Catch error 2000, too. Some mysql servers return 2000 instead of 1045Jens Frank2004-10-121-0/+1
* Rasterize plain image views of SVG files at default size (currently 512px wid...Brion Vibber2004-10-051-10/+14
* Use 'includes/DefaultSettings.php' in preparation for running without include...Brion Vibber2004-09-271-1/+1
* Added check for valid user permissions when updating databaseTim Starling2004-09-261-2/+15
* Refactored updaters.inc. With all those functions doing virtually the same th...Tim Starling2004-09-261-10/+14
* Avoid gratuitously breaking configurations: continue to useBrion Vibber2004-09-251-1/+1
* Changed installation code so that wgContLanguageCode is set, replacing wgLang...Zheng Zhu2004-09-241-2/+2
* Set the user text on the initial main page to "MediaWiki default" like theBrion Vibber2004-09-111-2/+3
* Remove indexes.sql; index definitions are now in the table creation inBrion Vibber2004-09-111-1/+0
* Installer support for picking traditional Chinese (zh-tw) localization.Brion Vibber2004-09-091-2/+2
* Use require_once instead of include_once on the generated LocalSettings.php.Brion Vibber2004-09-091-1/+1
* Use handy-dandy __FILE__ constant to get the pathname instead of moreBrion Vibber2004-09-081-3/+1
* Use the new skin tree hierarchyAntoine Musso2004-09-051-5/+5
* Set $wgDBadminuser and $wgDBadminpassword to root when using the rootBrion Vibber2004-09-011-2/+4
* fix nasty error due to /dev/random exhaustionJens Frank2004-08-301-1/+1
* Split user table into two parts: user and user_rights, for single login. BUG#57Jens Frank2004-08-241-0/+1
* Special:Log and the logging table -- unified logging scariness!Brion Vibber2004-08-241-0/+1
* Use ob_implicit_flush() rather than ob_end_flush() in install-utils.Brion Vibber2004-08-181-1/+1
* Install tweaks:Brion Vibber2004-08-131-6/+14
* Add warning about register_globals. "It's for your own good."Brion Vibber2004-08-121-0/+10
* Make Creative Commons selection work again; pretty up its display a bit.Brion Vibber2004-08-111-13/+26
* Degrade gracefully: disable PHPTal-based skins on PHP 5.0 or higher.Brion Vibber2004-08-061-1/+10