aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag1.3.0beta4anobody2004-06-2737-655/+1168
|\ | | | | | | 'REL1_3_0beta4a'.
| * Merge 'real' beta4 from HEADBrion Vibber2004-06-277-29/+41
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4179
| * This commit was manufactured by cvs2svn to create branch 'REL1_3'.nobody2004-06-273-0/+351
| |\
| | * minor aesthetic changeTim Starling2004-06-261-1/+1
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4171
| | * Use admin password all the timeTim Starling2004-06-261-3/+6
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4170
| | * miscellaneous improvementsTim Starling2004-06-261-12/+27
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4169
| | * Periodic searchindex updatesTim Starling2004-06-262-0/+129
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4164
| | * Had stopped working with recent changes elsewhere, now fixedTim Starling2004-06-262-22/+31
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4161
| | * SQL syntax errorArne Heizmann2004-06-211-1/+1
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4139
| | * Use include_once and require_once instead of include and require, unless you ↵Tim Starling2004-06-213-3/+3
| | | | | | | | | | | | | | | | | | | | | have a very good reason to do otherwise. Use of require() in config/index.php apparently caused a bug. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4137
| | * bug fixTim Starling2004-06-211-1/+1
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4133
| | * various improvements and bug fixesTim Starling2004-06-191-46/+91
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4115
| | * debuggedTim Starling2004-06-181-30/+36
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4111
| | * Method for reconstructing the Wikimedia interwiki tables in all their glory, ↵Tim Starling2004-06-181-0/+156
| | | | | | | | | | | | | | | | | | | | | back to a form similar to before the DB crash. Experimental, will test and debug on live server. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4110
| * | backport from HEAD. for compatibility with MySQL 3Jens Frank2004-06-171-1/+1
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4102
| * | This commit was manufactured by cvs2svn to create branch 'REL1_3'.nobody2004-06-171-0/+7
| |\|
| | * alter table statement for rc_ipTim Starling2004-06-171-0/+7
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4094
| | * mysql3 compatibility codeDomas Mituzas2004-06-171-1/+1
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4089
| * | Merge with HEADJens Frank2004-06-1723-300/+189
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4091
| * | This commit was manufactured by cvs2svn to create branch 'REL1_3'.nobody2004-06-172-0/+56
| |\|
| | * * Moved content from liveCmdLine.inc into commandLine.inc, obsoleting the ↵Tim Starling2004-06-1517-214/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | former. * Put some option handling code in commandLine.inc which is untested and unused (for the moment). * Converted all existing command line scripts to use the standard header and argument array. * Did a quick test of compressOld.php, rebuildall.php and rebuildMessages.php to check for breakage. * rebuildall.php was broken due to the unmaintained rebuildlinks.php, so I converted it to use refreshLinks instead. Required splitting into refreshLinks.inc and refreshLinks.php Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4083
| | * Storing IP in RC. Off by default. Tested:Tim Starling2004-06-143-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Installation * Edit when switched off * Edit when switched on Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4073
| | * profiling table, for profiling live wikisTim Starling2004-06-131-0/+10
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4063
| | * using new commandLine.inc style, readconsole() moved to install-utils()Tim Starling2004-06-132-36/+2
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4059
| | * Printing output to stdout rather than saving, adding header with version ↵Tim Starling2004-06-131-7/+2
| | | | | | | | | | | | | | | | | | | | | string so now the output is a proper forwards compatible file format Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4058
| | * fixing up commandLine.inc so it will work anywhereTim Starling2004-06-134-51/+35
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4057
| | * simple double to single quotes conversion.Antoine Musso2004-06-121-15/+15
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4041
| | * minor improvementTim Starling2004-06-121-2/+2
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4039
| | * Making it work on the live serversTim Starling2004-06-121-33/+36
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4037
| * | Merge 1.3.0beta3 from HEADBrion Vibber2004-06-136-73/+76
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4051
| * | This commit was manufactured by cvs2svn to create branch 'REL1_3'.nobody2004-06-131-0/+587
| |\|
| | * Put MediaWiki navigation in the Wikipedia namespaceTim Starling2004-06-121-1/+1
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4030
| | * Don't delete/recreate the table if it's empty but up to date in schema.Brion Vibber2004-06-121-6/+7
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4027
| | * Don't list every message during initialisation; this is a debugging aid but ↵Brion Vibber2004-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | very distracting at install/update time. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4026
| | * Use commandLine.incAntoine Musso2004-06-111-13/+1
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3986
| | * transactions, using updateArticle() instead of quickEdit()Tim Starling2004-06-111-2/+13
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3985
| | * tables sql script for postgresql, totally untested stuff as we dont even ↵Antoine Musso2004-06-071-0/+587
| | | | | | | | | | | | | | | | | | | | | have a postgresql database layer. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3907
| | * typoTim Starling2004-06-051-1/+1
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3881
| | * used quickEdit()Tim Starling2004-06-021-1/+2
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3841
| | * fixed quickEdit(), used quickEdit() in InitialiseMessages.incTim Starling2004-06-021-14/+4
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3838
| * | Merge to HEAD; 1.3.0beta2Brion Vibber2004-06-0610-45/+73
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3892
| * | This commit was manufactured by cvs2svn to create branch 'REL1_3'.nobody2004-06-063-0/+87
| |\|
| | * append semicolonTim Starling2004-06-021-1/+1
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3837
| | * nowiki handlingGabriel Wicke2004-06-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | * unstrip done for nowiki separately (unstripNoWiki()) * unstripNoWiki() called *after* doBlockLevels Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3835
| | * safer scriptTim Starling2004-06-021-19/+29
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3834
| | * Immediate PHP statement execution in the fully initialised MediaWiki ↵Tim Starling2004-06-021-0/+32
| | | | | | | | | | | | | | | | | | | | | environment. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3828
| | * Command line header for the Wikimedia wikis. Doesn't contain any sensitive ↵Tim Starling2004-06-021-0/+49
| | | | | | | | | | | | | | | | | | | | | information so I thought I might as well commit it. It might be useful as a reference for people administering their own servers. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3827
| | * add chr:Jerome Jamnicky2004-06-012-0/+2
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3824
| | * updated to work with new clientTim Starling2004-06-011-6/+13
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3807
| | * Un-break update configBrion Vibber2004-05-281-3/+3
| | | | | | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3716