aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* Start on refactoring the installer to better support new features (table pref...Brion Vibber2004-10-281-0/+276
* 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
* Fix for [ 988901 ] (install) database password not escaped in LocalSettings.phpBrion Vibber2004-08-051-1/+13
* Add a big shiny obvious error message for safe mode even more obvious than th...Brion Vibber2004-08-021-0/+11
* need Defines.phpTim Starling2004-07-271-0/+1
* fixed double-escaping of $conf->IPTim Starling2004-07-191-1/+0
* fix noticeTim Starling2004-07-181-1/+1
* * Support for table name prefixes throughout the code. No support yet for con...Tim Starling2004-07-181-2/+4
* fixed notice and nasty error due to /dev/random exhaustionTim Starling2004-07-161-2/+2
* Alters success message to include directory which contains LocalSettings.phpJulian Ostrow2004-07-101-50/+50
* RightsIcon text was broken when included in "" during later processingJens Frank2004-06-301-1/+1