Renamed group table to groups, and renamed the fields from group_xxx to gr_xxx. Added...
[lhc/web/wiklou.git] / maintenance / updaters.inc
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...