Fix for r79874: only set $mRevIdFetched from fetchContent(), it was overriden by...
[lhc/web/wiklou.git] / includes / installer / PostgresInstaller.php
2011-01-07 Chad HorohoeForgot param 1, make URL param 2 per Nikerabbit
2011-01-07 Chad HorohoeMove over some initial_setup() for Postgres (THIS IS...
2011-01-06 Chad HorohoeTypofix key names
2010-12-27 Chad HorohoeMove setup_plpgsql() to PostgresInstaller and make...
2010-12-23 Chad Horohoe* Fix r78774 for Oracle and Postgres, broke by method...
2010-12-15 Aaron SchulzChanged doQuery() -> query()
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-12-04 Daniel FriesenFollowup to r77713, rename quote_ident to addIdentifier...
2010-12-01 Mark A. Hershbergerrandom w/s cleanup
2010-12-01 Mark A. Hershberger* Commit changes to PG new-installer I thought I had...
2010-11-10 Chad HorohoePostgres updater stuff, needs review
2010-11-04 Chad HorohoeReplace XML->HTML methods throughout most of the installer
2010-11-01 Brandon Harris* Added tipsy library
2010-10-17 Chad Horohoerm always-true isOK() check
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 HorohoeReduce some duplication, just implement stub in parent
2010-08-22 Alexandre Emsenhuber* Make the MySQL updater work in the new installer
2010-08-21 Alexandre Emsenhuber* Added file description headers
2010-08-17 Mark A. HershbergerOverloardQ or other PG person, please review
2010-07-29 Jeroen De DauwAdded deployment documentation group
2010-07-20 Jeroen De DauwRenamed InstallerDBType to DatabaseInstaller
2010-07-07 Chad HorohoePartial revert r69128: go back to making isCompiled...
2010-07-07 Mark A. Hershberger* Add Status::getWarningsArray() to complement Status...
2010-05-07 Chad HorohoeMerge new-installer branch to trunk