let sysop delete trackbacks
[lhc/web/wiklou.git] / maintenance / tables.sql
2005-07-23 River Tarnelllet sysop delete trackbacks
2005-07-23 River Tarnell(bug 796) trackback support
2005-07-07 Ævar Arnfjörð Bjar... * Removing backticks in the validate table definition
2005-07-05 Brion VibberSomebody forgot to update the interwiki table definition...
2005-06-25 Tim Starlingrecovering previous behaviour when enotif is switched off
2005-06-25 Brion VibberCreate new old_text and ar_text fields as mediumblob...
2005-06-20 Magnus Manskevalidation table fix
2005-06-19 Tim Starlingfixed references to cur table in comments
2005-06-19 Tim Starlingported site_stats change from 1.4
2005-06-12 Brion Vibber* (bug 650) Use a shorter cl_sortkey field to avoid...
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-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-03 Ævar Arnfjörð Bjar... * Grammar in comments and a mention of isCountable...
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-02 Brion VibberDon't create unused blobs table.
2005-05-02 Brion VibberMove schema documentation to inline comments in tables...
2005-05-01 Brion Vibber* (bug 2018) Fix deletion for new schema, make work...
2005-04-26 Jens FrankAdd user_email_* columns to tables.sql, so that the...
2005-04-21 Ævar Arnfjörð Bjar... * Adding img_metadata to image
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-19 Magnus Manskecorrect validate-table code
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-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-14 Tim Starlingelaborate fix for bug 1156: Block log: missing expiry...
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 VibberAdd basic support for table prefixes to the installer...
2004-10-24 Brion VibberInstall fixes for group table
2004-10-24 Jens Frankforgotten rename
2004-10-24 Jens FrankRenaming columns:
2004-10-24 Jens FrankRename fields of user_rights and user_groups table...
2004-10-02 Brion VibberAdd the experimental user_groups, group tables so that...
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 River Tarnelluser_token
2004-09-11 Brion VibberRemove indexes.sql; index definitions are now in the...
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-09 Arne HeizmannNew feature: Recent Changes Patrol. All edits and new...
2004-08-07 Arne Heizmannprimary key.
2004-08-07 Tim StarlingAdded primary key for the recentchanges table. Patch...
2004-07-19 Magnus ManskeArticle validation, now with comments
2004-07-18 Magnus ManskeArticle validation code (a start)
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-06-21 Arne HeizmannSQL syntax error
2004-06-15 Tim Starling* Moved content from liveCmdLine.inc into commandLine...
2004-06-14 Tim StarlingStoring IP in RC. Off by default. Tested:
2004-05-19 Brion VibberEnsure searchindex table is created as MyISAM
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-24 Brion VibberRemove dangerous DROP statements from table creation...
2004-03-11 Brion VibberSome changes to the link tables. They now all use a...
2004-03-10 Mr. E23Made linkscc title column case sensitive
2004-02-21 Brion VibberExtra comma breaks install
2004-02-14 Tim StarlingTwo blocking features: IP range blocks, and expiry...
2004-01-17 Tim Starling* Recent Changes improvements: object oriented back...
2003-12-13 Mr. E23Article.php:
2003-11-08 Mr. E23Further link-cache related stuff.
2003-09-21 Tim StarlingMediaWiki namespace
2003-09-07 Tim StarlingAutoblocker privacy protection
2003-08-21 Brion VibberMove interwiki management from big ugly array into...
2003-05-06 Lee Daniel CrockerRemoving "random" table.
2003-05-02 Lee Daniel CrockerCompleted several maintenance scripts for index rebuilding.
2003-04-14 Lee Daniel CrockerInitial revision