aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/InitialiseMessages.inc
Commit message (Expand)AuthorAgeFilesLines
* * Wrap message page insertions in a transaction to speed up installationBrion Vibber2005-10-221-0/+4
* Various live patches ported from REL1_4Tim Starling2005-04-121-1/+1
* Update message initialiser to use Revision functions for backend-independence...Brion Vibber2005-03-191-23/+20
* leftover wfInvertTimestamp()Domas Mituzas2005-02-241-1/+0
* remove inverse_timestamp wherever it is found and disable wfInvertTimestamp()Domas Mituzas2005-02-211-3/+3
* fix phpdoc commentAntoine Musso2005-01-271-12/+5
* Merge capitallinks message fixes from REL1_4Brion Vibber2004-12-221-2/+2
* Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:Brion Vibber2004-12-191-19/+26
* Fix inclusion error during installationZheng Zhu2004-12-101-1/+2
* Added optional setting to allow UI messages act as content.Zheng Zhu2004-12-091-1/+19
* more fixes for languages with no language files; allow UI customization for a...Zheng Zhu2004-12-071-27/+17
* fix install/update problem for languages without language filesZheng Zhu2004-12-061-20/+28
* make sure all language variants are initialized.Zheng Zhu2004-12-051-1/+6
* Add basic support for table prefixes to the installer. (Probably will fail on...Brion Vibber2004-12-011-1/+1
* Removed CVS keywords from files, to make merging between branchesEvan Prodromou2004-11-291-2/+0
* Replacing obsolete Database member functions.Tim Starling2004-10-241-1/+1
* For content language, removed language code suffix from the message keys in t...Zheng Zhu2004-10-111-1/+5
* Disable message cache transforms on install (bug 296)Brion Vibber2004-10-101-0/+1
* Tweak to work with no include path and working dir in the installerBrion Vibber2004-09-271-2/+3
* first attempt to support multiple language variants in the MediaWiki: namespace.Zheng Zhu2004-09-251-1/+43
* replacing wgLang with wgContLangZheng Zhu2004-09-221-4/+4
* Fix double-escaping of messages added to the database at install time.Brion Vibber2004-09-171-2/+1
* It's traditional to put quotes around your strings. ;)Brion Vibber2004-09-111-11/+11
* specify cur_user as 0 on message importDomas Mituzas2004-09-101-0/+3
* fix timestamps, change multirow insert query into Database:insertArray()Domas Mituzas2004-09-091-26/+15
* Phpdoc comments and place holder. Part of the subpackage "maintenance", archi...Antoine Musso2004-09-031-5/+12
* Don't bother writing out the MediaWiki:All_messages page. It takes a billion ...Brion Vibber2004-09-021-36/+0
* Add MessageCache::clear and use it on initialise/rebuild of messagesBrion Vibber2004-08-111-5/+3
* * Support for table name prefixes throughout the code. No support yet for con...Tim Starling2004-07-181-9/+16
* fixing up commandLine.inc so it will work anywhereTim Starling2004-06-131-2/+6
* simple double to single quotes conversion.Antoine Musso2004-06-121-15/+15
* Put MediaWiki navigation in the Wikipedia namespaceTim Starling2004-06-121-1/+1
* Don't list every message during initialisation; this is a debugging aid but v...Brion Vibber2004-06-121-1/+1
* typoTim Starling2004-06-051-1/+1
* fixed quickEdit(), used quickEdit() in InitialiseMessages.incTim Starling2004-06-021-14/+4
* safer scriptTim Starling2004-06-021-19/+29
* no indent for text (caused pre areas with the new parser)Gabriel Wicke2004-04-221-7/+7
* Skip empty messages (added for DaVinci skin) while initialising databaseJens Frank2004-03-231-0/+6
* overwriting of old default messages; ability to dump messages to a fileTim Starling2004-03-081-29/+75
* Clear message cache on rebuildBrion Vibber2004-03-011-0/+10
* Improved [[MediaWiki:All messages]] tableTim Starling2004-02-281-16/+7
* oops, removing old versionErik Moeller2004-02-281-5/+0
* using index.php and redirect.php instead of wiki.phtml and redirect.phtmlErik Moeller2004-02-281-0/+5
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
* Two blocking features: IP range blocks, and expiry times configurable block-b...Tim Starling2004-02-141-3/+6
* bug fix -- Invalid argument supplied for foreach()Tim Starling2004-02-091-1/+2
* misc improvementsTim Starling2004-02-011-32/+69
* Better namespace 8 updating, and watchlist caching in memcached.docTim Starling2004-01-251-27/+24
* removed testTim Starling2003-12-051-3/+1
* adding cur_touched to inserted rows, setting wgCommandLineModeTim Starling2003-11-211-6/+11