yay, use high level Database:: methods! :)
[lhc/web/wiklou.git] / maintenance / archives /
2005-05-14 Tim StarlingRemoved sysop right, it was removed from Defines.php...
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 Tim StarlingMajor changes to user groups:
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-22 Brion VibberDon't try to drop a column that doesn't exist. That...
2005-04-21 Ævar Arnfjörð Bjar... * Moving img_exif to img_metadata, makes more sense...
2005-04-21 Magnus ManskeAdd img_exif field
2005-04-20 Jens FrankFix
2005-04-20 Jens FrankRevert.
2005-04-20 Jens FrankAdd rev_text_id during upgrade from 1.4 before calling...
2005-04-16 Tim StarlingConversion from 1.4 schema, zero downtime
2005-04-11 Erik Moellerfix sql
2005-04-10 Tim StarlingMoved image metadata to the database. Changed Image...
2005-03-31 Jens FrankCreate rev_deleted column initially. It is used during...
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-20 Tim StarlingChanged default groups to be more like Wikipedia
2005-03-18 Magnus ManskeRe-establishing validation feature (the beginnings)
2005-03-18 Brion VibberRemove obsolete phase2 importer. maintenance/importPhas...
2005-03-14 Brion VibberAdd updater to remove inverse_timestamp and fix indexes...
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-25 Brion VibberApparently forgot to check this in.
2005-02-21 Domas Mituzasremove inverse_timestamp wherever it is found and disab...
2005-01-29 Brion VibberA couple quick cur->page fixes. moveCustomMessages...
2005-01-17 Antoine MussoImplement #858 : split user assignment and group rights.
2005-01-14 Tim Starlingelaborate fix for bug 1156: Block log: missing expiry...
2005-01-14 Tim Starlingadded /*$wgDBprefix*/ in various places, to support...
2004-12-22 Brion VibberMerge capitallinks message fixes from REL1_4
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-03 Brion VibberCLI-protect the usemod importer, remove the old version
2004-12-01 Brion VibberFix second install pass (upgrade) running on a wiki...
2004-12-01 Brion VibberAdd basic support for table prefixes to the installer...
2004-11-14 Antoine Mussosmall typo (missing '$' for a variable name)
2004-11-13 Tim StarlingUsing a test for template namespace initialisation...
2004-10-27 Brion VibberAdd sysop group fix to updaters
2004-10-27 Brion VibberGive sysops & bureaucrats the 'sysop' permission so...
2004-10-25 Brion VibberFix to group table layout (forgot to commit with the...
2004-10-24 Brion VibberUpgrade fixes
2004-10-24 Brion VibberInstall fixes for group table
2004-10-24 Antoine MussoImplementing user levels management. This is only a...
2004-10-24 Tim Starlingfixed index name
2004-10-24 Jens FrankRenaming columns:
2004-10-24 Jens FrankRename fields of user_rights and user_groups table...
2004-10-11 Erik Moellerthis seems to have sneaked into HEAD somehow, belongs...
2004-10-02 Brion VibberFix SQL syntax errors
2004-10-01 Antoine MussoNew userlevel feature. Sysop only, for testing. NO...
2004-09-27 Brion VibberTweak image img_name index updater to current tables...
2004-09-26 River Tarnellinclude sql patch
2004-09-26 Tim Starlinguser_token field (from REL1_3A)
2004-09-03 Antoine MussoPhpdoc comments and place holder. Part of the subpackag...
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-05 Brion VibberDatabase::setIgnoreErrors() doesn't seem to exist anymo...
2004-08-01 Tim Starlingprimary key for recentchanges
2004-07-19 Magnus ManskeArticle validation, now with comments
2004-07-19 Jens FrankScript for creating the validate-table
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-06-21 Tim StarlingUse include_once and require_once instead of include...
2004-06-17 Tim Starlingalter table statement for rc_ip
2004-06-13 Tim Starlingprofiling table, for profiling live wikis
2004-06-11 Tim Starlingtransactions, using updateArticle() instead of quickEdit()
2004-06-02 Tim Starlingused quickEdit()
2004-06-02 Gabriel Wickenowiki handling
2004-05-28 Brion VibberShort tags fix
2004-05-24 Tim Starlingbug fixes
2004-05-24 Jerome Jamnickypatch to remove lcc_title column from linkscc table...
2004-05-23 Tim Starlingvarious bug fixes
2004-05-22 Tim Starling1.2 -> 1.3 conversion using the web-based installer 1.3.0beta1
2004-05-22 Tim Starlingvarious changes aimed at making a bare-bones 1.3 comman...
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-05-07 Tim Starlinginclude_once -> require_once
2004-04-21 Antoine Mussohtaccessing some directories for dev using cvs tree...
2004-04-18 Brion VibberAdd final newline
2004-04-18 Evan ProdromouAdded a user_real_name column to the user table, and...
2004-03-27 Tim StarlingAdded text conversion phase, misc. improvements
2004-03-23 Tim StarlingModification to moveCustomMessages.php to create redire...
2004-03-23 Tim Starlingscript to move "custom messages" to the Template namespace
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-03-03 Brion VibberMark some old scripts as obsolete; this keeps them...
2004-02-27 Brion VibberNote ipb_expiry change
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-02-14 Tim StarlingTwo blocking features: IP range blocks, and expiry...
2004-01-25 Brion VibberAdd index to recentchanges to optimize Special:Newpages
2004-01-18 Tim Starlingbetter conversion/backwards compatibility
2004-01-17 Tim Starling* Recent Changes improvements: object oriented back...
2004-01-07 Mr. E23A patch to cache articles after conversion to HTML...
2003-12-13 Mr. E23Article.php:
2003-11-20 Brion VibberAdd forgotten index patch
2003-11-19 Brion VibberAdd manual patch for linkscc table creation
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
2003-09-22 Brion Vibbermissing ipblocks info
2003-09-20 Tim StarlingMore wfQuery() conversion
next