w/s cleanup
[lhc/web/wiklou.git] / includes / installer / PostgresInstaller.php
2011-05-20 Mark A. Hershbergerw/s cleanup
2011-03-21 Greg Sabino MullaneWhen switching from admin to non-admin account, make...
2011-03-21 Greg Sabino Mullanetemplate1 is a poor choice: use the standard 'postgres...
2011-03-21 Greg Sabino Mullane$safedb needs to be set *outside* the if/else block...
2011-03-21 Greg Sabino MullaneChange the default user from 'root' to 'postgres' if...
2011-03-21 Greg Sabino MullaneDon't need an Oracle flag here...
2011-02-23 Chad HorohoeVarious Postgres fixes (bug 26612 stuff)
2011-02-23 Chad HorohoeFix backwards canCreateAccounts() check, remove setting...
2011-02-23 Sam ReedUnunsed variables
2011-02-18 Sam ReedRemove unused variables
2011-02-06 Mark A. HershbergerMake schema selection really work for PostgreSQL instal...
2011-02-04 Chad HorohoeMore uppercase trues
2011-02-04 Chad Horohoelowercase a few more t/f
2011-02-04 Chad HorohoeRm selectDB from Postgres, doesn't do anything
2011-02-04 Mark A. Hershbergerre r81495 — you know, I've completely forgotten why...
2011-02-04 Mark A. Hershberger* make canCreateAccounts() return Status Objects instea...
2011-02-03 Sam ReedFixup spaces to tabs
2011-02-03 Chad Horohoe(no commit message)
2011-02-03 OverlordQFollow-up to r81439, works up to installing the admin...
2011-02-03 Mark A. HershbergerResults of my work on new-installer and Pg.
2011-01-28 Chad HorohoeFollowup r81132, missed some more ts2 removal
2011-01-28 Chad HorohoePer comment on bug 26612, we should drop the pre-Postgr...
2011-01-27 Tim Starling* Fixed Oracle new installer support, broken by r80957...
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-12 Sam ReedSpaces to tabs
2011-01-12 Chad HorohoeFix undefined variable from r79828
2011-01-11 Chad HorohoeFix a few doQuery() -> query()
2011-01-11 Chad HorohoeFix callbacks for the final time so it actually works...
2011-01-11 Chad HorohoeFix copy+paste mistake from r79989
2011-01-11 Chad HorohoeFix callback issue noted in r79989 (broken in r78774).
2011-01-11 OverlordQI have no clue how the callbacks work, this at least...
2011-01-10 Chad HorohoeMore postgres
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