Move over some initial_setup() for Postgres (THIS IS BROKEN, NEEDS REVIEW/WORK FROM...
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 7 Jan 2011 18:24:56 +0000 (18:24 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 7 Jan 2011 18:24:56 +0000 (18:24 +0000)
commite391b31946ad3ec47292fac1f8c50d829078fb87
tree2a05e237e5ca99d5f0712b1cb413b24a24b62524
parentc03e16f3f22ef7713624d586b9645b2ce4586d7e
Move over some initial_setup() for Postgres (THIS IS BROKEN, NEEDS REVIEW/WORK FROM POSTGRES GUYS!!)
* Ported canCreateAccounts() check
* Moved creation of new user to setupUser()
* Moved DB creation (still needs schema stuff) to setupDatabase() where it belongs
* Added ts2 setup

TODO:
* UI for non-admin account (like MysqlInstaller::getSettingsForm) and maybe move ts2 and other "optional" settings there
* Schema creation/setup
includes/installer/Installer.i18n.php
includes/installer/MysqlInstaller.php
includes/installer/PostgresInstaller.php