aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/updaters.inc
Commit message (Expand)AuthorAgeFilesLines
* Minor alphabetsize.Greg Sabino Mullane2009-02-071-6/+6
* Update Postgres schema per r46460Alexandre Emsenhuber2009-02-051-0/+3
* * Fixed a whole lot of XSS vulnerabilities in the installer. All require a li...Tim Starling2009-02-051-224/+223
* Quick fix in case search_path started out empty.Greg Sabino Mullane2009-02-021-0/+1
* Move misplaced updates. I'd just put them at the bottom without paying attent...Andrew Garrett2009-01-281-3/+3
* Branch merge of change-tagging branch with trunkAndrew Garrett2009-01-281-0/+3
* Fix up r45897: indexInfo() returns an array of objects rather than an objectRoan Kattouw2009-01-201-1/+1
* Recommit r45821: (bug 16645) Making the pl_namespace, tl_namespace and il_to ...Roan Kattouw2009-01-191-0/+12
* Revert r45821, r45830, r45831 and r45835 all in order to revert r45819, per d...Roan Kattouw2009-01-191-13/+0
* (bug 16645) Making the pl_namespace, tl_namespace and il_to indices UNIQUE, j...Roan Kattouw2009-01-161-0/+12
* Attempt at cleaning up r45764, r45769 (renamed indices for SQLite compat):Roan Kattouw2009-01-161-0/+1
* For backport to 1.14.Tim Starling2009-01-151-140/+168
* Revert r45231, r45235 "* (bug 674) Allow users to be blocked from editing a s...Brion Vibber2008-12-311-3/+2
* * (bug 674) Allow users to be blocked from editing a specific articleVictor Vasiliev2008-12-311-2/+3
* Update to r42587 -- use insert() DB wrapper instead of constructing raw SQL w...Brion Vibber2008-10-261-5/+9
* Update (Postgres) mediawiki_version table.Greg Sabino Mullane2008-10-251-1/+6
* Add column ipblocks.ipb_allow_usertalkGreg Sabino Mullane2008-10-111-4/+5
* Add index on templatelinks.tl_fromGreg Sabino Mullane2008-10-111-1/+2
* Quick fix to index dropping, without using IF EXISTS clause, per bug #15896Greg Sabino Mullane2008-10-101-1/+6
* Alter oldimage.metadata to bytea, per bug 15815Greg Sabino Mullane2008-10-101-0/+1
* Revert r41352-41355, r41362-41363: unauthorized schema change breaks parser t...Brion Vibber2008-09-301-3/+2
* * (bug 674) Allow users to be blocked from editing a specific articleVictor Vasiliev2008-09-281-2/+3
* * Use a separate transaction for the site_stats updateTim Starling2008-09-261-4/+7
* (bug 8440) Allow preventing blocked users from editing their talk pagesMatt Johnston2008-09-251-1/+2
* Back out r41001 for the moment ("Add log_user_text. Useful for log dumps, whi...Brion Vibber2008-09-181-3/+2
* Add log_user_text. Useful for log dumps, which are needed by rev_deletedAaron Schulz2008-09-181-2/+3
* Add rev_parent_id for PG (bug 15281)Aaron Schulz2008-09-111-0/+1
* Fixed bug 15148, total breakage of Special:BlockIP on PostgreSQL:Tim Starling2008-09-061-1/+9
* Fix typo causing fatal error for Postgres in updaters.incAryeh Gregor2008-09-051-1/+1
* Removed useless ss_row_id condition. Fixed "$activeUsers === -1", comparison ...Tim Starling2008-09-031-3/+2
* * Remove mysql var and move field init to updaters.incAaron Schulz2008-09-011-0/+18
* * Maintain active user count for Special:Statistics (bug 13585)Aaron Schulz2008-08-311-0/+4
* Update to match postgres/tables.sqlGreg Sabino Mullane2008-08-201-4/+4
* Add separate index for watchlist(wl_user) [Postgres]Greg Sabino Mullane2008-07-311-0/+1
* I honestly have no clue how this got committed; wasn't even using subversion....Chad Horohoe2008-07-311-5/+0
* (no commit message)Chad Horohoe2008-07-311-0/+5
* Add partial index for common recentchanges query.Greg Sabino Mullane2008-07-241-4/+5
* Hold back $wgTrackLinkChanges for a little bit; reverting r37322, 37430, 3743...Brion Vibber2008-07-101-1/+0
* Change all uses of TYPE= in MySQL to ENGINE=Daniel Friesen2008-07-101-2/+2
* Add recentlinkchanges table for PostgresGreg Sabino Mullane2008-07-091-0/+1
* Some missing changes for the $wgShared(DB|Prefix|Tables) setup:Daniel Friesen2008-06-301-2/+2
* Undo previous commit. Schema changes are a no-no without permission first :-)Chad Horohoe2008-06-261-1/+0
* (bug 13438) Make Special:MIMESearch less expensive. Needs some benchmarking t...Chad Horohoe2008-06-261-0/+1
* use table prefixAlexandre Emsenhuber2008-06-051-2/+3
* * Changed password hash format, see wikitech-lTim Starling2008-06-051-0/+24
* Sometimes, blanks get into these fields somehow, so we'll handle them on upgr...Greg Sabino Mullane2008-06-011-4/+4
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-3/+2
* Make sure rev_deleted is of type smallint, may fix bug 14138Greg Sabino Mullane2008-05-151-0/+1
* * Add user_text index to filearchives (for renames at least)Aaron Schulz2008-05-121-0/+14
* complete fix from r34102Brion Vibber2008-05-011-1/+1