Merge "Fix trailing whitespace (and mixed spaces) in XSD files"
[lhc/web/wiklou.git] / includes / db / CloneDatabase.php
2012-05-24 Brion VIBBERMerge "[FileBackend] Added getScopedLocksForOps() funct...
2012-05-19 Aaron SchulzMerge "Title::moveToInternal doesn't return anything...
2012-05-10 Aaron SchulzMerge "Revert r97711"
2012-05-10 ReedyMerge "(bug 19195) Make user IDs more readily available...
2012-05-09 Timo TijhofMerge "Add CSS class .mw-code (matching <pre>)"
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-07 HasharMerge "Adding tests for dumps"
2012-05-04 DemonMerge "Use the same object when checking if the user...
2012-05-04 Tim StarlingMerge "Various updates needed to bump min php version...
2012-05-04 WerdnaMerge "(bug 18195) Allow changing preferences via API"
2012-05-03 Aaron SchulzMerge "Noticed while looking at $wgShowUpdatedMarker...
2012-05-03 Aaron SchulzMerge "Done a bit of deglobalisation."
2012-05-01 Aaron SchulzMerge "(bug 30975) API import of pages with invalid...
2012-05-01 Aaron SchulzMerge "(bug 31704) Allow selection of associated namesp...
2012-05-01 Aaron SchulzMerge "Use local context to get messages and time forma...
2012-04-30 CatropeMerge "Revert "Forward port of https://mediawiki.org...
2012-04-30 CatropeMerge "Forward port of https://mediawiki.org/wiki/Speci...
2012-04-29 Aaron SchulzMerge "Fixup some raw sqls!"
2012-04-28 ReedyMerge "add hints to description of action=edit"
2012-04-28 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-01-12 Aaron SchulzReverted r108743 per CR comment. This should at least...
2012-01-12 Sam ReedKill "* @return void"
2011-11-10 Jure Kajzersome more oracle-phpunit-fu (should not affect non...
2011-09-06 Chad HorohoeFollowup r96369: update child classes and a few callers
2011-05-30 Chad Horohoe$newTablePrefix must be passed. All callers are ok
2011-05-25 Sam ReedMore documentation stuffs
2011-04-12 PlatonidesChange the duplicateTableStructure() to use the origina...
2011-03-20 Antoine Mussocorrect wfDebug() calls added in r79272 & r79368
2010-12-31 X!I made MySQL work, and broke SQLite in the process...
2010-12-31 X!More work on getting SQLite to work with unit tests...
2010-12-31 PlatonidesFollow up r79314.
2010-12-31 X!Use $oldTableName in CloneDatabase. The dropTable(...
2010-12-30 X!-Destroy the DB automatically when initting the DB
2010-12-30 Sam ReedAdd function return type hint to wfGetLBFactory
2010-12-30 Sam ReedArray to array
2010-12-28 OverlordQFollowup to r79094, PG handles temporary tables correct...
2010-12-28 Chad HorohoeFix hardcoded debugging from r79093
2010-12-28 Chad HorohoeFollowup r79093: Move DROP TABLE code to Database class...
2010-12-28 Chad HorohoeRefactor table cloning code into its own class so it...