wiki.techinc.nl/maintenance
Brion Vibber 0c2fba0ac4 Add an objectcache table for limited caching when memcached isn't
available. Currently using for the message cache to avoid reading
every message separately. This now is only slightly slower than
memcached in my tests when $wgUseDatabaseMessages is enabled, so
it's a bit of a speedup for common hosts.
2004-05-09 05:12:55 +00:00
..
archives Add an objectcache table for limited caching when memcached isn't 2004-05-09 05:12:55 +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 include_once -> require_once 2004-05-07 13:43:10 +00:00
boardvote.sql table definitions for board vote 2004-05-09 04:10:01 +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 Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
cleandb.php include_once -> require_once 2004-05-07 13:43:10 +00:00
commandLine.inc links schema conversion script, alterations to config/index.php and commandLine.inc to allow it to work 2004-04-12 07:16:43 +00:00
compressOld.inc Fix early finish problem introduced by dupe message fix 2004-02-20 12:37:57 +00:00
compressOld.php include_once -> require_once 2004-05-07 13:43:10 +00:00
convertLinks.php include_once -> require_once 2004-05-07 13:43:10 +00:00
database.sql some necessary escaping for table names 2004-01-18 21:10:07 +00:00
DiffLanguage.php include_once -> require_once 2004-05-07 13:43:10 +00:00
dumpMessages.php include_once -> require_once 2004-05-07 13:43:10 +00:00
fetchInterwiki.pl PageHistory, UserContributions and BackLinks Interwiki prefixes 2003-05-29 22:19:31 +00:00
importPhase2.php include_once -> require_once 2004-05-07 13:43:10 +00:00
importUseModWiki.php Don't forget to record the current username... 2003-12-18 02:23:23 +00:00
indexes.sql Some changes to the link tables. They now all use a key on cur_id for the *_from column instead of strings, and have a unique index to force prevent any duplicate entries. There's not yet a clean step in the update script, so just clear out your links tables (patch-linktables.sql) and rebuild them with refreshLinks.php. 2004-03-11 09:06:13 +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 no indent for text (caused pre areas with the new parser) 2004-04-22 15:01:08 +00:00
interwiki.sql Revert file corruption. 2004-04-08 21:10:40 +00:00
mcc.php include_once -> require_once 2004-05-07 13:43:10 +00:00
README Initial revision 2003-04-14 23:10:40 +00:00
rebuildall.php include_once -> require_once 2004-05-07 13:43:10 +00:00
rebuildlinks.inc Some changes to the link tables. They now all use a key on cur_id for the *_from column instead of strings, and have a unique index to force prevent any duplicate entries. There's not yet a clean step in the update script, so just clear out your links tables (patch-linktables.sql) and rebuild them with refreshLinks.php. 2004-03-11 09:06:13 +00:00
rebuildlinks.php include_once -> require_once 2004-05-07 13:43:10 +00:00
rebuildMessages.php include_once -> require_once 2004-05-07 13:43:10 +00:00
rebuildrecentchanges.inc Massively rewrote rebuildrecentchanges to work with new stuff. 2004-03-21 07:05:36 +00:00
rebuildrecentchanges.php include_once -> require_once 2004-05-07 13:43:10 +00:00
rebuildtextindex.inc Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
rebuildtextindex.php include_once -> require_once 2004-05-07 13:43:10 +00:00
recount.sql Script to rebuild the article count 2003-12-05 05:07:40 +00:00
refreshLinks.php include_once -> require_once 2004-05-07 13:43:10 +00:00
remove-brokenlinks.php include_once -> require_once 2004-05-07 13:43:10 +00:00
tables.sql Add an objectcache table for limited caching when memcached isn't 2004-05-09 05:12:55 +00:00
updaters.inc Add an objectcache table for limited caching when memcached isn't 2004-05-09 05:12:55 +00:00
users.sql some necessary escaping for table names 2004-01-18 21:10:07 +00:00
wikipedia-interwiki.sql fixing wa 2004-05-06 06:46:27 +00:00
wiktionary-interwiki.sql fixing wa 2004-05-06 06:46:27 +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.