wiki.techinc.nl/maintenance
2004-08-15 07:24:31 +00:00
..
archives New feature: Recent Changes Patrol. All edits and new pages are now highlighted on 2004-08-09 05:38:11 +00:00
postgresql tables sql script for postgresql, totally untested stuff as we dont even have a postgresql database layer. 2004-06-07 01:41:15 +00:00
.htaccess htaccessing some directories for dev using cvs tree as www tree ;) 2004-04-21 23:17:36 +00:00
apache-ampersand.diff Initial revision 2003-04-14 23:10:40 +00:00
attribute.php * Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them 2004-07-18 08:48:43 +00:00
build-intl-wiki.sql Initial revision 2003-04-14 23:10:40 +00:00
changeuser.sql Miscellaneous scripts 2003-12-22 03:51:30 +00:00
checktrans-enhanced.php include_once -> require_once 2004-05-07 13:43:10 +00:00
checktrans.php include_once -> require_once 2004-05-07 13:43:10 +00:00
checktrans2.php Suppress output; this doesn't currently work in a sensible way. 2004-08-06 22:29:47 +00:00
cleandb.php include_once -> require_once 2004-05-07 13:43:10 +00:00
commandLine.inc DB name feature from REL1_3 2004-08-14 06:10:56 +00:00
compressOld.inc * Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them 2004-07-18 08:48:43 +00:00
compressOld.php * Moved content from liveCmdLine.inc into commandLine.inc, obsoleting the former. 2004-06-15 15:18:50 +00:00
convertLinks.inc * Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them 2004-07-18 08:48:43 +00:00
convertLinks.php * Moved content from liveCmdLine.inc into commandLine.inc, obsoleting the former. 2004-06-15 15:18:50 +00:00
database.sql some necessary escaping for table names 2004-01-18 21:10:07 +00:00
DiffLanguage.php fix language file checking 2004-08-12 11:29:07 +00:00
dumpMessages.php bug fix 2004-06-21 07:56:17 +00:00
eval.php using new commandLine.inc style, readconsole() moved to install-utils() 2004-06-13 04:36:53 +00:00
fetchInterwiki.pl PageHistory, UserContributions and BackLinks Interwiki prefixes 2003-05-29 22:19:31 +00:00
importPhase2.php Not maintained notice 2004-08-11 09:49:41 +00:00
importUseModWiki.php Don't forget to record the current username... 2003-12-18 02:23:23 +00:00
indexes.sql * Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them 2004-07-18 08:48:43 +00:00
initialdata.sql fixed profiling; fixed wfMsg() use of memcached; put block log in initialdata.sql 2003-10-20 13:39:40 +00:00
InitialiseMessages.inc Add MessageCache::clear and use it on initialise/rebuild of messages 2004-08-11 02:31:47 +00:00
interwiki.sql Adding 'en' to domain name of Wikipedia, Wiktionary, Wikiquote and 2004-08-10 21:36:28 +00:00
liveCmdLine.inc fixing up commandLine.inc so it will work anywhere 2004-06-13 04:24:44 +00:00
mcc.php Add a comment explaining what this is for :) 2004-08-11 09:40:44 +00:00
ourusers.php Fixed quoting, added wikisource suffix 2004-08-02 12:26:43 +00:00
README Initial revision 2003-04-14 23:10:40 +00:00
rebuildall.php Fix rebuildall on case-sensitive unix filesystems. 2004-08-14 19:23:51 +00:00
rebuildInterwiki.inc Shorttags fix 2004-08-11 09:13:05 +00:00
rebuildInterwiki.php Shorttags fix 2004-08-11 09:13:05 +00:00
rebuildlinks.inc * Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them 2004-07-18 08:48:43 +00:00
rebuildlinks.php * Moved content from liveCmdLine.inc into commandLine.inc, obsoleting the former. 2004-06-15 15:18:50 +00:00
rebuildMessages.php * Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them 2004-07-18 08:48:43 +00:00
rebuildrecentchanges.inc Fix some of the rebuild scripts 2004-08-11 09:02:20 +00:00
rebuildrecentchanges.php * Moved content from liveCmdLine.inc into commandLine.inc, obsoleting the former. 2004-06-15 15:18:50 +00:00
rebuildtextindex.inc * Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them 2004-07-18 08:48:43 +00:00
rebuildtextindex.php Had stopped working with recent changes elsewhere, now fixed 2004-06-26 01:42:16 +00:00
recount.sql Script to rebuild the article count 2003-12-05 05:07:40 +00:00
refreshLinks.inc Allowed post-parse link cache to be used for update as well as page view. This involves changes to Article::showArticle() and maintenance/refreshLinks.inc. Fixed various bugs that I noticed along the way. Added an option to recover the old 1.3.x behaviour, for profiling and debugging. 2004-08-14 13:34:57 +00:00
refreshLinks.php * Moved content from liveCmdLine.inc into commandLine.inc, obsoleting the former. 2004-06-15 15:18:50 +00:00
remove-brokenlinks.php * Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them 2004-07-18 08:48:43 +00:00
tables.sql New feature: Recent Changes Patrol. All edits and new pages are now highlighted on 2004-08-09 05:38:11 +00:00
trivialCmdLine.php Don't print out username and password, that's just rude. 2004-08-11 09:45:17 +00:00
update2.php * Moved content from liveCmdLine.inc into commandLine.inc, obsoleting the former. 2004-06-15 15:18:50 +00:00
updaters.inc Added rc_id and rc_patrolled updaters 2004-08-15 07:24:31 +00:00
updateSearchIndex.inc * Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them 2004-07-18 08:48:43 +00:00
updateSearchIndex.php Periodic searchindex updates 2004-06-26 03:27:08 +00:00
users.sql some necessary escaping for table names 2004-01-18 21:10:07 +00:00
wikipedia-interwiki.sql add chr: 2004-06-01 22:32:16 +00:00
wiktionary-interwiki.sql add chr: 2004-06-01 22:32:16 +00:00

The .sql scripts in this directory are not meant to be run
standalone, although they can be in some cases if you know
what you're doing.  Most of the time you'll want to run the
.php scripts from the command line.  You must run them from
this directory, and the LocalSettings.php file in the
directory above must point to the installation.

The scripts in archive are for updating databases from
older versions of the software.