summaryrefslogtreecommitdiff
path: root/installer/helpers/installer.php
AgeCommit message (Expand)Author
2009-01-18Move installer.php out of helpers and get rid of helpers.Bharat Mediratta
2009-01-18Remove access rights check; fix a bug in determining the path to var/database...Bharat Mediratta
2009-01-18Remove the install.php file and move its contents intoTim Almdal
2009-01-18Changes to the installer code to use init_var.php and install.sql filesTim Almdal
2009-01-14define $arguments so that we don't have an error.Bharat Mediratta
2009-01-14priviledge -> privilegeBharat Mediratta
2009-01-14Make sure that helper functions are all static. Add newBharat Mediratta
2009-01-14The installer. At this point, the core installs, the user module defines gro...Tim Almdal
2009-01-12Add a check to (e|i)nsure that the database provided is emptyTim Almdal
2009-01-12Add a check that the installation directory is writable Tim Almdal
2009-01-12Check to insure that the supplied user had the required permissionsTim Almdal
2009-01-11Moving slowly forward on the batch installer. It now connects to the database...Tim Almdal
2009-01-11add a -i parameter that allows the specification of the database type (defaul...Tim Almdal
2009-01-11allow modules to be installed to be specified as command line option or in th...Tim Almdal
2009-01-11allow modules to be installed to be specified as command line option or in th...Tim Almdal
2009-01-10Change the format of the internal error messages and pretty print the install...Tim Almdal
2009-01-10Continuing baby steps to a batch installer. At this point you can run the in...Tim Almdal