summaryrefslogtreecommitdiff
path: root/installer/web.php
AgeCommit message (Expand)Author
2013-01-25Properly escape backslashes. Fixes #1962.Bharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-05-15Harden installer against bad characters in the database name or prefix. Fixe...Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-14Avoid PHP warnings when the DB host string has no port.Andy Staudacher
2010-01-06Provide an error message when the sql in installer::empty_db fails. Also cha...Tim Almdal
2009-11-12Initialize the database config with the port number if it is specified. Also ...Tim Almdal
2009-09-17Move the check_environment into the installer helper and call it from the com...Tim Almdal
2009-08-30Print out the version of MySQL that we found along with our errorBharat Mediratta
2009-08-28Fix for #440. Basically add a check that the mysql version is > 5.0.0.Tim Almdal
2009-08-04Check for the SimpleXML module, thanks to geekonek.Bharat Mediratta
2009-07-15Revert "Fix for ticket #544."Bharat Mediratta
2009-07-15Fix for ticket #544.Tim Almdal
2009-06-24"the the" -> "the"Bharat Mediratta
2009-05-17Make our dependency on json_encode() an explicit requirementBharat Mediratta
2009-05-13Suppress some warningsBharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-03-18Make sure that the SPL library is installedBharat Mediratta
2009-03-08Log the user in as admin after running the web installer, and giveBharat Mediratta
2009-02-27Both the command line and web installer installer now supportsTim Almdal
2009-02-17Move private key generation into the installer so that we're notBharat Mediratta
2009-02-15Get rid of InstallException and handle exceptions from create_admin()Bharat Mediratta
2009-01-22Require mysqli_set_charset to use the mysqli extensionBharat Mediratta
2009-01-21Require 5.2.3Bharat Mediratta
2009-01-20Move install.html.php into views, tooBharat Mediratta
2009-01-20Move pages -> views for consistency, which simplifies the life of the File_St...Bharat Mediratta
2009-01-20Web based installer. It's still got some rough edges, but you can nowBharat Mediratta