bug 21076: b/c, make 'undelete' work without 'deletedtext'
[lhc/web/wiklou.git] / maintenance / updaters.inc
2009-10-02 Chad Horohoebug 20953: mySQL missing rd_interwiki patch from update...
2009-08-28 Roan KattouwAdd a patch file for the index change in r47488
2009-08-26 Chad Horohoe(bug 20408) Missing global declarations.
2009-08-16 Tim StarlingFix for CR comments on r51627: fix the log_search table...
2009-08-10 Nimish Gautamcreated variable $wgExtModifiedFields for existing...
2009-08-07 Andrew GarrettFix apparent regression in r54225
2009-08-02 Chad HorohoeForgot that updaters.inc relies on deleteDefaultMessage...
2009-08-02 Chad HorohoeMerge maintenance-work branch (now with less errors!):
2009-07-20 Greg Sabino MullaneFull support for modified oldimage FK constraint to...
2009-07-19 Aryeh GregorAdd experimental new auth framework, ExternalAuth
2009-07-15 Roan Kattouw(bug 19726) Missing schema updates break file uploads...
2009-07-04 Chad Horohoe(bug 19316) Move do_unique_pl_tl_il to 1.15
2009-07-01 Chad Horohoe(bug 19428) PG and MySQL followups to r52503. Patch...
2009-06-28 Tim Starling* Introduced a new system for localisation caching...
2009-06-24 Brion VibberRevert r52336 "Merge maintenance-work branch:"
2009-06-24 Chad HorohoeMerge maintenance-work branch:
2009-06-18 Tim StarlingFix typo in filename
2009-06-16 Alexandre Emsenhuberfix for r51997: user_properties and log_search tables...
2009-06-16 Aaron SchulzAdded log_user_text
2009-06-08 Tim Starling(bug 18846) Remove update_password_format(), unnecessar...
2009-06-08 Roan KattouwSCHEMA CHANGE: adding rd_interwiki patch from bug 14418...
2009-05-15 Alexandre EmsenhuberFollow-up r50567: also update PostgreSQL and SQLite...
2009-05-15 Alexandre EmsenhuberTweak for r50609: use $wgDatabase rather than wfGetDB...
2009-05-14 Brion VibberPopulate log_search during update.php run and store...
2009-05-14 Tim Starling(bug 11451) Fix error in 1.2 -> 1.3 upgrade script...
2009-05-13 Aaron Schulz[schema change] Use new log_search table to replace...
2009-04-24 Alexandre EmsenhuberFollow-up r49790: update the PostgreSQL schema
2009-04-24 Andrew GarrettBranch merge of preferences work branch. Includes fixes...
2009-04-20 Greg Sabino MullaneAdd $wgExtPGAlteredFields
2009-03-23 Greg Sabino MullaneAllow direct INDEX clause specification for Postgres.
2009-03-20 Brion VibberRevert r48212 "Add user_hidden field to complement...
2009-03-12 Greg Sabino MullaneAdd ability to toggle NULL/NOT NULL on Postgres columns...
2009-03-12 Greg Sabino MullaneAdd user_hidden column to mwuser table for Postgres...
2009-03-12 Greg Sabino MullaneSpecify DEFAULT 0 on upgrade to ipb_deleted, in case...
2009-03-09 Aaron SchulzAdd user_hidden field to complement ipb_deleted and...
2009-02-20 Alexandre Emsenhuber(bug 17581) Wrong index name in PostgreSQL's updater...
2009-02-19 Alexandre EmsenhuberAdded change_tag, tag_summary and valid_tag for the...
2009-02-17 Alexandre EmsenhuberAdded a comment that change_tag and related tables...
2009-02-07 Greg Sabino MullaneMinor alphabetsize.
2009-02-05 Alexandre EmsenhuberUpdate Postgres schema per r46460
2009-02-05 Tim Starling* Fixed a whole lot of XSS vulnerabilities in the insta...
2009-02-02 Greg Sabino MullaneQuick fix in case search_path started out empty.
2009-01-28 Andrew GarrettMove misplaced updates. I'd just put them at the bottom...
2009-01-28 Andrew GarrettBranch merge of change-tagging branch with trunk
2009-01-20 Roan KattouwFix up r45897: indexInfo() returns an array of objects...
2009-01-19 Roan KattouwRecommit r45821: (bug 16645) Making the pl_namespace...
2009-01-19 Roan KattouwRevert r45821, r45830, r45831 and r45835 all in order...
2009-01-16 Roan Kattouw(bug 16645) Making the pl_namespace, tl_namespace and...
2009-01-16 Roan KattouwAttempt at cleaning up r45764, r45769 (renamed indices...
2009-01-15 Tim StarlingFor backport to 1.14.
2008-12-31 Brion VibberRevert r45231, r45235 "* (bug 674) Allow users to be...
2008-12-31 Victor Vasiliev* (bug 674) Allow users to be blocked from editing...
2008-10-26 Brion VibberUpdate to r42587 -- use insert() DB wrapper instead...
2008-10-25 Greg Sabino MullaneUpdate (Postgres) mediawiki_version table.
2008-10-11 Greg Sabino MullaneAdd column ipblocks.ipb_allow_usertalk
2008-10-11 Greg Sabino MullaneAdd index on templatelinks.tl_from
2008-10-10 Greg Sabino MullaneQuick fix to index dropping, without using IF EXISTS...
2008-10-10 Greg Sabino MullaneAlter oldimage.metadata to bytea, per bug 15815
2008-09-30 Brion VibberRevert r41352-41355, r41362-41363: unauthorized schema...
2008-09-28 Victor Vasiliev* (bug 674) Allow users to be blocked from editing...
2008-09-26 Tim Starling* Use a separate transaction for the site_stats update
2008-09-25 Matt Johnston(bug 8440) Allow preventing blocked users from editing...
2008-09-18 Brion VibberBack out r41001 for the moment ("Add log_user_text...
2008-09-18 Aaron SchulzAdd log_user_text. Useful for log dumps, which are...
2008-09-11 Aaron SchulzAdd rev_parent_id for PG (bug 15281)
2008-09-06 Tim StarlingFixed bug 15148, total breakage of Special:BlockIP...
2008-09-05 Aryeh GregorFix typo causing fatal error for Postgres in updaters.inc
2008-09-03 Tim StarlingRemoved useless ss_row_id condition. Fixed "$activeUser...
2008-09-01 Aaron Schulz* Remove mysql var and move field init to updaters.inc
2008-08-31 Aaron Schulz* Maintain active user count for Special:Statistics...
2008-08-20 Greg Sabino MullaneUpdate to match postgres/tables.sql
2008-07-31 Greg Sabino MullaneAdd separate index for watchlist(wl_user) [Postgres]
2008-07-31 Chad HorohoeI honestly have no clue how this got committed; wasn...
2008-07-31 Chad Horohoe(no commit message)
2008-07-24 Greg Sabino MullaneAdd partial index for common recentchanges query.
2008-07-10 Brion VibberHold back $wgTrackLinkChanges for a little bit; reverti...
2008-07-10 Daniel FriesenChange all uses of TYPE= in MySQL to ENGINE=
2008-07-09 Greg Sabino MullaneAdd recentlinkchanges table for Postgres
2008-06-30 Daniel FriesenSome missing changes for the $wgShared(DB|Prefix|Tables...
2008-06-26 Chad HorohoeUndo previous commit. Schema changes are a no-no withou...
2008-06-26 Chad Horohoe(bug 13438) Make Special:MIMESearch less expensive...
2008-06-05 Alexandre Emsenhuberuse table prefix
2008-06-05 Tim Starling* Changed password hash format, see wikitech-l
2008-06-01 Greg Sabino MullaneSometimes, blanks get into these fields somehow, so...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-15 Greg Sabino MullaneMake sure rev_deleted is of type smallint, may fix...
2008-05-12 Aaron Schulz* Add user_text index to filearchives (for renames...
2008-05-01 Brion Vibbercomplete fix from r34102
2008-05-01 Brion Vibber* (bug 13820) Fix updater for rev_parent_id population
2008-04-30 Greg Sabino MullaneAdd pf_memory to profiling table for Postgres
2008-04-29 Alexandre EmsenhuberAdding updater for new pf_memory field
2008-04-18 Greg Sabino MullaneAdd user_last_timestamp column to user_newtalk table
2008-04-17 Aaron SchulzAdd user_last_timestamp field for diff from last view...
2008-04-17 Brion Vibber* (bug 13768) pt_title field encoding fixed
2008-04-17 Brion VibberRevert r33478 for now; I don't much like the field...
2008-04-17 Aaron SchulzAdd user_timestamp for diff since last view for new...
2008-04-12 Greg Sabino MullaneAdd ar_parent_id column.
2008-04-11 Aaron Schulz*Add ar_parent_id
2008-04-08 Alexandre EmsenhuberE_ERROR: file not found
2008-04-08 Aaron SchulzAdd a script to populate rev_parent_id
next