Added ss_images to site_stats, to replace the slow count(*) query in Parser.php.
[lhc/web/wiklou.git] / maintenance / updaters.inc
2006-03-28 Tim StarlingAdded ss_images to site_stats, to replace the slow...
2006-03-12 Domas Mituzasreplace TYPE= with ENGINE=, (supported since 4.0, TYPE...
2006-02-24 Tim StarlingAdded job table, for deferred processing of jobs. The...
2006-02-22 Tim Starlingwatchlist row duplication
2006-01-26 Tim Starling* Added externallinks table, to track links to arbitrar...
2006-01-17 Tim StarlingMoved the bulk of dbsource() to Database.php. Added...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-04 Tim Starlingcurrent directory is not reliable
2005-12-30 Tim Starling* Added templatelinks table. The table currently repres...
2005-12-22 Brion Vibber* (bug 1735) Revamped protection interface
2005-12-08 Ævar Arnfjörð Bjar... * (bug 3946) Set page_random to RAND() if it equals 0
2005-12-01 Tim StarlingFaster IP blocks. Requires schema change.
2005-11-12 Domas Mituzasadd timestamp key on logging table, in order to avoid...
2005-10-14 Ævar Arnfjörð Bjar... * No longer add the MIME index
2005-09-13 Ævar Arnfjörð Bjar... * Changed the schema, put an index on img_major_mime...
2005-08-24 Brion Vibber* Fix upgrade from 1.4 due to version number check...
2005-08-17 Brion VibberUse null in wl_notificationtimestamp! The database...
2005-08-16 Brion VibberCode cleanup: normalize case for intval(), strval(...
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-07-23 River Tarnell(bug 796) trackback support
2005-07-03 River Tarnell- proxy support for wfGetHTTP()
2005-06-26 Brion VibberDon't move user_newtalk into watchlist
2005-06-25 Tim Starlingrecovering previous behaviour when enotif is switched off
2005-06-19 Tim Starlingported site_stats change from 1.4
2005-06-09 Brion VibberRework the user_groups system, again, into something...
2005-06-05 Brion Vibber* (bug 2223) Add unique index on user_name field to...
2005-05-31 Brion Vibber* Remove linkscc table code, no longer used.
2005-05-30 Brion VibberDon't create links & brokenlinks on new installations...
2005-05-28 Evan Prodromoupatch-img_media_type.sql assumed that img_type field...
2005-05-27 Brion Vibber* Add validate table and val_ip column through the...
2005-05-26 Brion Vibber* links and brokenlinks tables merged to pagelinks...
2005-05-21 Ævar Arnfjörð Bjar... * (bug 898) Mime type autodetection.
2005-05-15 Tim StarlingRenamed group table to groups, and renamed the fields...
2005-05-06 Brion Vibber* Add $wgLegacySchemaConversion update-time option...
2005-05-02 Brion Vibber* (bug 719) Increase namespace fields from tinyint...
2005-05-02 Brion VibberUse InnoDB by default for table creations if available.
2005-05-01 Brion Vibber* (bug 2018) Fix deletion for new schema, make work...
2005-04-25 Brion VibberClean up e-mail authentication code.
2005-04-21 Ævar Arnfjörð Bjar... * Adding img_metadata to image
2005-04-21 Magnus ManskeAdd img_exif field
2005-04-20 Jens FrankFix
2005-04-18 Tim StarlingFixed obvious bug
2005-04-10 Tim StarlingMoved image metadata to the database. Changed Image...
2005-03-31 Brion Vibber* Add wfElement() for handy generation of properly...
2005-03-28 Brion VibberDecouple revision.rev_id from text.old_id
2005-03-27 Tim Starlingquick hack to fix one installation problem, still plent...
2005-03-14 Brion VibberAdd updater to remove inverse_timestamp and fix indexes...
2005-03-13 Brion VibberDon't run moveCustomMessages() on upgrade; this causes...
2005-03-12 Brion VibberAdd page_len field with byte length of current revision...
2005-03-12 Brion Vibber* Make undeletion (more or less) work with new schema
2005-03-01 Domas Mituzassome not commited in inverse_timestamp patch
2005-02-21 Domas Mituzasremove inverse_timestamp wherever it is found and disab...
2005-02-18 Brion Vibberlogging table encoding fix -- hopefully it actually...
2005-01-17 Antoine MussoImplement #858 : split user assignment and group rights.
2005-01-15 Jens FrankENOTIF: Create the column with the long name before...
2005-01-14 Tim Starlingbug fix: do_schema_restructuring() didn't respect table...
2005-01-08 Tim StarlingAllowing user functions to work in command-line scripts...
2004-12-28 Jens FrankMust be OR to combine the different namespaces, not AND
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-12-18 Brion Vibber(bug 454) Merge e-notif 2.00
2004-12-01 Brion VibberRemove odd version check in one of the updates which...
2004-11-13 Tim StarlingUsing a test for template namespace initialisation...
2004-10-27 Brion VibberAdd sysop group fix to updaters
2004-10-24 Brion VibberUpgrade fixes
2004-10-24 Brion VibberInstall fixes for group table
2004-10-24 Jens FrankRenaming columns:
2004-10-24 Jens FrankRename fields of user_rights and user_groups table...
2004-10-13 Brion VibberPull the actual series of updater calls into do_all_upd...
2004-09-27 Brion VibberTweak image img_name index updater to current tables...
2004-09-26 Brion VibberBack out kturner's old table restructure for now.
2004-09-26 River Tarnellremove old_namespace and old_title from old table.
2004-09-26 Tim StarlingRefactored updaters.inc. With all those functions doing...
2004-09-03 Antoine MussoPhpdoc comments and place holder. Part of the subpackag...
2004-09-01 Arne Heizmannprobably a typo
2004-08-24 Jens FrankSplit user table into two parts: user and user_rights...
2004-08-24 Brion VibberSpecial:Log and the logging table -- unified logging...
2004-08-15 Tim StarlingAdded rc_id and rc_patrolled updaters
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-06-14 Tim StarlingStoring IP in RC. Off by default. Tested:
2004-05-24 Jerome JamnickyRemove lcc_title field from linkscc table, if necessary,
2004-05-15 Brion VibberAdd categorylinks table to separately list category...
2004-05-09 Brion VibberAdd an objectcache table for limited caching when memca...
2004-05-09 Brion VibberReplace ugly abuse of log pages to store cached results...
2004-04-18 Evan ProdromouAdded a user_real_name column to the user table, and...
2004-03-06 Brion VibberMoved database update functions into maintenance/update...