Revert "merged master"
[lhc/web/wiklou.git] / includes / installer / DatabaseInstaller.php
2012-08-29 Daniel KinzlerRevert "merged master"
2012-08-29 danielmerged master
2012-08-20 danielMerge "merging latest master" into Wikidata
2012-08-20 danielmerging latest master
2012-07-01 SiebrandMerge "(bug 32297) Use symbolic names, not offsets...
2012-06-29 KrinkleMerge "mediawiki.special.preferences: Support Back...
2012-06-26 Tim StarlingMerge "[FileBackend] Changed copy script to use batches...
2012-06-06 WerdnaMerge "Adds support to HTMLForm for rendering form...
2012-05-29 Aaron SchulzMerge "wfProfileOut() for new return added in c6396...
2012-05-24 Brion VIBBERMerge "[FileBackend] Added getScopedLocksForOps() funct...
2012-05-20 Aaron SchulzMerge "multi dbms support in api"
2012-05-19 Aaron SchulzMerge "Title::moveToInternal doesn't return anything...
2012-05-17 Tim StarlingMerge "[FileBackend] Syncing from journal support."
2012-05-14 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-05-14 danielmerged latest master
2012-05-11 NikerabbitMerge "(bug 33928) make diff title page more relevant"
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-09 KrinkleMerge "fix bug 29002 - in RTL wikis resizable are flipped"
2012-05-09 KrinkleMerge "Upgrade to jQuery UI 1.8.20"
2012-05-08 CatropeMerge "Re-enable css @import unit tests"
2012-05-08 Brion VIBBERMerge "Optimized SqlBagOStuff::getBatch() a bit."
2012-05-08 Brion VIBBERMerge "(bug 35993) gettoken should go die in a fire...
2012-05-08 Brion VIBBERMerge "Make backupTestPass.inc require_once by itself...
2012-05-08 Brion VIBBERMerge "[FileRepo] Locking and transaction fixes."
2012-05-08 Brion VIBBERMerge "Add new-inline-tags to tidy.conf"
2012-05-08 Aaron SchulzMerge "Don't make two database requests to load the...
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-08 Brion VIBBERMerge "ORDER BY/GROUP BY accept arrays"
2012-05-07 Aaron SchulzMerge "add type check and bail out when title could...
2012-05-07 Aaron SchulzMerge "fix 2 missing "local var" JavaScript statements"
2012-05-07 HasharMerge "Adding tests for dumps"
2012-05-07 DemonMerge "Localisation updates from translatewiki.net."
2012-05-07 DemonMerge "(bug 36537) Rename wfArrayToCGI to wfArrayToCgi"
2012-05-07 SiebrandMerge "Pass the result of the database queries in Title...
2012-05-07 Aaron SchulzMerge "$wgGitRepositoryViewers to link to gitweb"
2012-05-06 SiebrandMerge "Added missing GPLv2 headers in some places."
2012-05-06 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-04-16 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-26 Aaron SchulzMerge "First half of fix for bug #30332 ("API spamblock...
2012-03-26 Tim StarlingMerge "Localisation updates for namespace names for...
2012-03-24 DemonMerge "[FileRepo] * Added getReadOnlyReason() function...
2012-03-24 ReedyMerge "Put the sha1 tag in <revision> and not wrongly...
2012-03-24 Marcin CieślakRename "user" and "text" when upgrading on PostgreSQL
2012-03-21 Roan KattouwRevert r107309, r113601, r113704, r113742, r113792...
2012-03-14 Marcin CieślakFollow-up to r15791: Rename "user" and "text" when...
2012-02-26 Alexandre EmsenhuberPass __METHOD__ to DatabaseBase::begin(), DatabaseBase...
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-01-04 Max SemenikMade installer not install on SQLite less than 3.3...
2011-11-10 Sam ReedAdd $fname to tableExists
2011-10-18 Sam ReedAdd documentation
2011-09-05 Robin Pepermans(bug 30679) Some installer fields should always be LTR
2011-06-20 Tim StarlingFix for r72150: rename getSchema() to getSchemaPath...
2011-06-10 Tim StarlingPostgreSQL install fixes:
2011-06-07 Chad HorohoeGet rid of addNewExtension()/getNewExtensions() method...
2011-06-07 Max SemenikFix r85021: extension tables weren't created in some...
2011-06-03 Mark A. Hershbergerforward port r88929
2011-05-02 Sam ReedDocumentation
2011-03-30 Max Semenik(bug 28237) Installer doesn't create extension tables
2011-03-27 Brion Vibber* (bug 26937) [Installer] Fix for Javascript-opened...
2011-03-01 Chad Horohoe(bug 12070) After Installation MySQL was blocked. GRANT...
2011-02-23 Chad HorohoeDon't allow the user to create DB users with no passwor...
2011-02-19 Sam ReedMore function level documentation
2011-02-12 Mark A. Hershbergerw/s fixups
2011-02-04 Chad HorohoeSuppress warnings on reading interwiki.list in case...
2011-02-03 Sam ReedFew more return types
2011-02-03 Sam ReedFix return type documentation
2011-01-31 Chad HorohoeFixups to r81266
2011-01-31 Chad Horohoe(bug 26857) Fatal error during installation enabling...
2011-01-27 Tim Starling* Fixed Oracle new installer support, broken by r80957...
2011-01-27 Tim StarlingRemoved getConnectionOrDie(), accidentally added in...
2011-01-25 Tim Starling* Fixed a bug causing the installer to ignore the ...
2011-01-24 Chad Horohoe* Cleanup massive duplication across Database construct...
2011-01-21 Chad HorohoePartially revert r69738 (splitting Installer/CoreInstal...
2011-01-14 Sam Reed* (bug 26733) Wrap initial table creation in transaction
2011-01-11 Sam ReedParent in DatabaseInstaller is a CoreInstaller, not...
2011-01-10 Jure Kajzer* fixed Oracle code for installer and phpunit tests
2011-01-02 Alexandre EmsenhuberFix for r64254: undefined variable
2010-12-19 Mark A. HershbergerMisc whitespace changes, mostly EOL w/s and indention...
2010-12-16 Sam ReedRemoving trailing whitespace
2010-12-06 Brandon HarrisRevert r77860, which was a reversion of r75832.
2010-12-06 Tim StarlingReverted r75832 per my comments on CR, unanswered for...
2010-11-25 Sam ReedMore reversion of r77297, 1 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-10 Chad HorohoePostgres updater stuff, needs review
2010-11-04 Chad HorohoeFollowup r76055, missed a few more
2010-11-04 Chad HorohoeReplace XML->HTML methods throughout most of the installer
2010-11-01 Brandon Harris* Added tipsy library
2010-10-25 Jure Kajzer* moved installMainpage to CoreInstaller as requested...
2010-10-25 Jure Kajzer* DatabaseOracle - throw connection exception instead...
2010-10-01 Alexandre EmsenhuberFix for r72553: DatabaseUpdater::execute() doesn't...
2010-09-09 Chad HorohoeoutputHandler() isn't static
2010-09-07 Alexandre EmsenhuberPer ^demon's comment on r71430: moved doUpgrade() to...
2010-09-01 Chad HorohoeMove createTables() up a level, this code was practical...
2010-09-01 Chad HorohoeMore duplication reduction
next