API: documentation and cleanup.
[lhc/web/wiklou.git] / maintenance / updaters.inc
2007-05-16 Greg Sabino MullaneCheck that the user is configured correctly if using...
2007-05-07 Brion VibberRevert schema changes in r21954, 21955, 21956 for the...
2007-05-07 Greg Sabino MullaneAdd new columns to oldimage table.
2007-05-07 Aaron Schulz*Add new oldimage columns for mime/mediatype info and...
2007-05-03 Aaron Schulz*'pr_expiry' => 'infinity'
2007-05-02 Greg Sabino MullaneNo need to check wgDBtype here: already branched at...
2007-05-02 Aaron Schulz*For non-postgres, add the pr_id right after adding...
2007-05-02 Greg Sabino MullaneAdd pr_id column to page_restrictions table.
2007-04-30 Brion VibberFix for upgrade from 1.4 and below, caught with upgrade...
2007-03-29 Greg Sabino MullaneRestore archive table before we check columns, per...
2007-03-19 River Tarnellr20553 made mysql sad
2007-03-19 River Tarnell- strict warning fixes in databasepostgres
2007-03-18 Greg Sabino MullanePostgres: make sure ar_len is added when updating,...
2007-03-17 Greg Sabino MullanePostgres:
2007-03-17 Greg Sabino MullaneMinor tweaks to Postgres section.
2007-03-13 Aaron Schulz*Add ar_len, remove reference to archive2 for Postgres
2007-03-10 River Tarnelldrop obsolete archive2 table; it doesn't work and Speci...
2007-03-10 River Tarnellpostgres updaters for r20302
2007-03-09 Aaron Schulz*Add bitfields to various tables for revisiondelete
2007-03-09 Brion VibberSince we're making other changes, let's bring in that...
2007-03-08 River Tarnellconvert archive_insert rule fix to new form
2007-03-08 River Tarnellneed to actually implement pg_fkey_deltype()
2007-03-08 River Tarnellconvert postgres revision_rev_user_fkey update to new...
2007-03-08 River Tarnellmake postgres pagelink_unique updater use new form
2007-03-08 River Tarnelluse int4 instead of integer for image/oldimage type...
2007-03-08 River Tarnellchange hardcoded rc_cur_id update into new flexible...
2007-03-08 River Tarnelladd rev_len to revision; store length of revision when...
2007-03-08 River Tarnell* (bug 9222) PostgreSQL updater should not be version...
2007-03-02 Aryeh GregorAdd "(this may take a long time!)" to the "deleting...
2007-02-15 Andrew GarrettFix an earlier commit - I forgot to put pr_id in update...
2007-02-09 Brion VibberRevert r19843 for now; unreviewed schema changes
2007-02-09 Roman NosovRevision table tree patch (No objections have been...
2007-02-07 Greg Sabino MullaneMake user_ip in user_newtalk a TEXT, as it is not an...
2007-02-07 Greg Sabino MullaneRules to allow deletion from archive[2]
2007-02-07 Greg Sabino MullaneFix Postgres archive rule definition.
2007-02-01 Andrew Garrett* Schema changes - add id fields to page_restrictions...
2007-01-21 Brion VibberRevert r19529 ('ajax editors list'); per chat w/ hashar...
2007-01-20 Antoine MussoOptional feature : 'Ajax show editors' based on an...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-17 Brion Vibberpretty up the timestamps in 1.4->1.5 schema conversion...
2007-01-17 Brion Vibber* (bug 8641) Fix order of updates to ipblocks table
2007-01-17 Brion Vibber* (bug 8638) Fix update from 1.4 and earlier
2007-01-15 Greg Sabino MullaneBetter version handling for Postgres
2007-01-15 Greg Sabino MullaneAdd index on rev_text_id to help speed up full text...
2007-01-13 Brion Vibber* Unmaintained Oracle support files have been removed.
2007-01-13 Brion Vibber* Initialise site_stats table at upgrade time if data...
2007-01-12 Nick Jenkins$doShared not defined, I'm guessing that $shared was...
2007-01-12 Nick JenkinsFor the maintenance/ directory files:
2007-01-12 Andrew GarrettRestore backwards-compatibility for old types of restri...
2007-01-11 Greg Sabino MullaneOverhaul postgres update section - standardize version...
2007-01-11 Brion Vibberfix migration of page_restrictions fields from old...
2007-01-11 Andrew GarrettMore bugfixes. Fantastic. (and I tested, too! brion...
2007-01-11 Andrew GarrettFixes for a couple of embarrassing bugs I should have...
2007-01-10 Andrew GarrettMerge from branches/werdna/restrictions-separation...
2007-01-05 Tim Starling* The MediaWiki namespace is no longer pre-filled with...
2006-12-25 Greg Sabino MullanePlural
2006-12-23 Rob Church(bug 8016) Purge objectcache table during upgrade proce...
2006-12-21 Brion Vibbercorrections to last tweaks
2006-12-14 Brion VibberGoing ahead and adding this field while other DB update...
2006-12-13 Leon Weber* Made the show change size function work on page moves...
2006-12-09 Greg Sabino MullaneOverhaul and cleanup Postgres older version updater.
2006-12-09 Greg Sabino MullaneAdd recentchanges recent changes for pg upddates.
2006-12-09 Leon Weber* DB schema change: added two columns (rc_old_len and...
2006-11-28 Brion VibberRevert special:deletedcontribs for now; it's not ready...
2006-11-28 Ilmari KaronenNew special page Special:Deletedcontribs for browsing...
2006-11-11 Yuri Astrakhanbugfix 6440: updated indexes to improve backlinking...
2006-11-08 Andrew Garrett* (bug 5149) When autoblocks are enabled, retroactively...
2006-11-06 Greg Sabino MullaneChange ipb_address to text due to recent report.
2006-11-01 Greg Sabino MullaneRemove duplicate line: already in 1.8 upgrade section.
2006-11-01 Andrew GarrettRestore patch that was temporarily reverted in order...
2006-11-01 Andrew GarrettRevert patch that was scapped into production without...
2006-11-01 Greg Sabino MullaneUpdate the updater.
2006-11-01 Tim StarlingAdded block option "enable autoblocks". Patch by Werdna...
2006-10-31 Greg Sabino MullaneUpdates for 1.8 Postgres
2006-10-25 Yuri AstrakhanAdded querycachetwo table creation & patch. The table...
2006-10-25 Yuri Astrakhan* Added 'redirect' table - contains unique targets...
2006-10-23 Tim StarlingAdded a per-user limit on password reminder emails...
2006-10-08 Greg Sabino MullanePostgres: make sure recentchanges.rc_cur_id is allowed...
2006-10-08 Greg Sabino MullaneAdd default wgDBmwschema when doing Postgres upgrade...
2006-10-03 Greg Sabino MullaneAutomatic upgrade for earlier Postgres versions
2006-09-15 Brion Vibberreverting SerbianVariants check-in, not ready to go...
2006-09-15 Brion VibberMerge from SerbianVariants branch, trunk 16500 vs Serbi...
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-06-28 Greg Sabino MullaneRemove deprecated validate table.
2006-06-16 Brion Vibber(bug 2099) Deleted files can now be archived and undele...
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-06 Tim StarlingDon't use paths relative to the current directory,...
2006-04-05 Rob Church(bug 5462) Bogus missing patch warning in updater
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
next