Remove unused global $IP
[lhc/web/wiklou.git] / maintenance / updaters.inc
2010-07-27 PlatonidesRemove double global.
2010-07-27 PlatonidesThere's no longer a $wgLoadBalancer global. Replace...
2010-07-24 Sam ReedFix typo in deleteArchivedFiles.inc
2010-07-22 Roan KattouwRename the iwl_prefix_from_title index (again) to iwl_p...
2010-07-20 Chad Horohoe* Split Mysql/Sqlite updates into their own files
2010-07-20 OverlordQFollowup to r69580, did I mention MySQL sucks?
2010-07-20 OverlordQFollowup to r69542, since the new installer doesn't...
2010-07-17 Chad HorohoeRefactor some more of the ugly b/c update logic out...
2010-07-08 Chad HorohoeRefactor a lot of updaters.inc into some classes in...
2010-07-08 Chad HorohoeAdd optional ul_value blob to updatelog so it can store...
2010-07-02 OverlordQFollowup to r66898, source correct patchfile
2010-07-02 Sam ReedRemove some whitespace, and fixup if braces in postgres...
2010-06-28 Chad HorohoeUniformly indent things that have already been complete...
2010-06-06 Alexandre EmsenhuberPrint the whole text instead of having some strange...
2010-05-25 Sam ReedAttempt at changing postgres as per r66892
2010-05-25 Sam ReedFixup fail from r66892 - Had added it to the sqlite...
2010-05-25 Sam ReedFixup index to add from r66892
2010-05-25 Sam ReedFollowup to r65105 after discussion with Roan
2010-05-24 Max Semenikrm fixme from r65104, everything works fine on SQLite
2010-05-22 Sam ReedStylize maintenance folder..
2010-04-26 Chad HorohoeKill last vestiges of mediawiki_version. Nobody actuall...
2010-04-16 OverlordQFollowup to r65104, PG updater/table def
2010-04-16 Brion Vibber* (bug 14473) Add iwlinks table to track inline interwi...
2010-03-22 Greg Sabino MullaneMake foreign key constraints DEFERRABLE INITIALLY DEFER...
2010-03-03 Ilmari Karonencall populateRevisionLength.php from updaters.inc;...
2010-02-23 Max SemenikFixes for r62870. It still needs a patch for Oracle...
2010-02-23 Jure KajzerChanged all *_mime_minor field lengths to 100; current...
2009-12-29 Alexandre EmsenhuberWhitespaces fixes:
2009-12-10 Max SemenikFixed updater borkage on SQLite from r59925 and r59926...
2009-12-10 OverlordQAddendum to r59925, fix remaining straggling files...
2009-12-10 OverlordQFollowup to r59869, add to MySQL section, and copy...
2009-12-09 OverlordQFollowup to r59818, change transcache timestamp field...
2009-12-08 Aryeh GregorRename some extauth functions and fields
2009-11-03 Alexandre Emsenhuberwhitespaces change only: consistent spacing in $wgUpdat...
2009-10-30 OverlordQFollowup to r58263, update newcolumns, fix newsequences...
2009-10-29 Max SemenikMerge SQLite search from branches/sqlite/ to trunk
2009-10-28 OverlordQFollowup to r58262: PG half of sequence changes
2009-10-22 Max SemenikFinished bringing SQLite updater in par with MySQL
2009-10-21 OverlordQOne more to r57964, forgot to apply update to updaters.inc
2009-10-17 Max Semenik(bug 20880) Fixed updater failure on SQLite backend
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...
next