* Added 'redirect' table - contains unique targets of redirects
[lhc/web/wiklou.git] / maintenance / archives /
2006-10-25 Yuri Astrakhan* Added 'redirect' table - contains unique targets...
2006-10-24 Brion VibberUse db prefix!
2006-10-23 Tim StarlingAdded a per-user limit on password reminder emails...
2006-09-15 Brion Vibberreverting SerbianVariants check-in, not ready to go...
2006-09-15 Brion Vibberforgot this
2006-07-30 Greg Sabino MullaneMinor formatting to match tables.sql
2006-07-11 Tim StarlingAdded missing update query
2006-07-11 Tim StarlingUse bool not boolean for 4.0.x compatibility
2006-07-10 Tim StarlingTurn off ipb_create_account for user blocks.
2006-07-10 Rob Church* (bug 6448) Allow filtering of Special:Newpages accord...
2006-07-10 Tim Starling* Allow blocks on anonymous users only.
2006-07-08 Domas Mituzasbring back TYPE instead of ENGINE
2006-06-16 Brion Vibber(bug 2099) Deleted files can now be archived and undele...
2006-05-28 Domas MituzasAdded proper pf_server definition to table, enabled...
2006-04-18 Brion Vibberfix line endings
2006-04-17 Brion VibberFix line endings; add line-ending marker property;...
2006-04-17 Rob ChurchFix issues noted by Brion; proper handing of a missing...
2006-04-17 Rob Church(bug 4327) Report age of cached data sets in query...
2006-04-11 Tim Starlinglanglinks table
2006-04-08 Domas Mituzasput TYPE back in, now as it's back in 5.1 ;-)
2006-04-04 Rob ChurchMissing table prefix in ss_images updater patch
2006-04-04 Brion VibberRemove stray executable bit
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-28 Tim Starlingfixed accidentally committed live hack
2006-02-28 Tim StarlingJob::pop() may occasionally return false when there...
2006-02-24 Tim StarlingAdded job table, for deferred processing of jobs. The...
2006-01-31 Tim StarlingFixes and improvements to interwiki transclusion:
2006-01-26 Tim Starling* Added externallinks table, to track links to arbitrar...
2005-12-30 Tim Starling* Added templatelinks table. The table currently repres...
2005-12-22 Brion Vibber* (bug 1735) Revamped protection interface
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-28 Brion Vibber* (bug 3649) Remove obsolete, broken moveCustomMessages...
2005-09-13 Ævar Arnfjörð Bjar... * Changed the schema, put an index on img_major_mime...
2005-08-17 Brion VibberUse null in wl_notificationtimestamp! The database...
2005-07-23 River Tarnelllet sysop delete trackbacks
2005-07-23 River Tarnell(bug 796) trackback support
2005-07-03 River Tarnelltc_url -> varchar, limit url length
2005-07-03 River Tarnell- proxy support for wfGetHTTP()
2005-07-02 Tim Starlingfixed key lengths, as per tables.sql
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-28 Evan Prodromoupatch-img_media_type.sql assumed that img_type field...
2005-05-28 Evan ProdromouRemoved commented-out lines and commas that broke patch.
2005-05-27 Brion Vibber* Add validate table and val_ip column through the...
2005-05-26 Brion VibberUpdater script for pagelinks table.
2005-05-23 Magnus ManskeValidation feature update; someone please update the...
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-15 Tim Starlingsysop right no longer necessary, the 'protect' right...
2005-05-15 Tim Starlingerror in description
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:
next