Moved constant values from initialiseFromUser() to class definition
[lhc/web/wiklou.git] / includes / installer / MysqlUpdater.php
2010-12-17 Chad Horohoe* Get rid of wfOut() usage in UserDupes
2010-12-16 Sam ReedRemoving trailing whitespace
2010-12-08 Chad Horohoe(bug 22753) update.php should make things it actually...
2010-11-25 Sam ReedMore reversion of r77297, 1 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-21 Max SemenikRefactoring of *Field classes:
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-10-27 PlatonidesMake update.php obey --quiet
2010-10-01 Chad HorohoewfOut() -> $this->output(). More useful in the long...
2010-09-12 Alexandre EmsenhuberGOOD BYE, dear old updaters.inc!
2010-09-12 Alexandre EmsenhuberAdd `watchlist`.`wl_notificationtimestamp` through...
2010-09-11 Alexandre EmsenhuberAdded some __METHOD__ to DatabaseBase::query() calls
2010-09-11 Alexandre EmsenhuberMoved drop_index_if_exists() to DatabaseUpdater and...
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-09-03 Aryeh GregorFurther categorylinks schema changes
2010-08-22 Alexandre EmsenhuberRemoved some specific methods from updaters.inc that...
2010-08-21 Alexandre Emsenhuber* Added file description headers
2010-08-17 Max SemenikConverted two more updater functions to OOP: add_field...
2010-08-17 Chad HorohoeMoved first of the updaters functions to the appropriat...
2010-08-15 Chad HorohoeSome general update refactoring:
2010-08-03 Aryeh GregorEnable new category sort by default
2010-07-29 Jeroen De DauwAdded deployment documentation group
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