summaryrefslogtreecommitdiff
path: root/installer/installer.php
AgeCommit message (Expand)Author
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-05-05Fix for ticket 1275. Do the same checking as Kohana uses and don't worry abou...Tim Almdal
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-12-16Detect safe_mode and abort the install. Fixes #1534.Bharat Mediratta
2010-12-15Use mt_rand() instead of rand() since it provides better portability.Bharat Mediratta
2010-11-08Check for the PHP Ctype extension. Fixes ticket #1474.Bharat Mediratta
2010-06-06Add a check for short_open_tagBharat Mediratta
2010-06-06Whitespace fixesBharat 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-12-29Make sure that we have the mbstring extension.Bharat Mediratta
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-09-10Trim the input line to get rid of carriage returns on Windows. FixesBharat Mediratta
2009-09-10Rename "after_installer" to "welcome_message" in the code to make itBharat Mediratta
2009-09-01Escape backslashes (\) in the $salt in create_admin() as they willBharat Mediratta
2009-08-31Suppress errors to mysql_connect(). We had this before, but itBharat Mediratta
2009-08-30Add back mysql_fetch_object() call that I accidentally removed in myBharat Mediratta
2009-08-30Remove unnecessary cleverness in stripping off the hyphen for mysqlBharat Mediratta
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-06-28Move the mysql_xxx() override function definitions insideBharat Mediratta
2009-06-13Remap mysql_xx() functions to their mysqli counterparts if the mysqlBharat Mediratta
2009-06-01Fix a warningbharat
2009-05-29Fix the code to specify which columns its inserting into. WithoutBharat Mediratta
2009-05-27Update all references to the core application to now point to theBharat Mediratta
2009-05-13Suppress some warningsBharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-13Warn the user if they're attemping to reinstall into a database thatBharat Mediratta
2009-03-09Instead of putting after_install in the url, put it in the session.Bharat Mediratta
2009-03-08Log the user in as admin after running the web installer, and giveBharat Mediratta
2009-02-28Change the pattern to identify tables that need prefix substitution toTim Almdal
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-20Deal gracefully with bad mysql connection and database information.Bharat Mediratta
2009-01-20Web based installer. It's still got some rough edges, but you can nowBharat Mediratta
2009-01-19Pull the environment check out into a separate web page to simplifyBharat Mediratta
2009-01-19Incremental additions to the web installer. This is getting messy,Bharat Mediratta
2009-01-19Replace mysql_create_db with a mysql_query() call as recommended by the PHP m...Bharat Mediratta
2009-01-19Stub of the web based installer.Bharat Mediratta
2009-01-19implement already_installed()Bharat Mediratta
2009-01-19setup_varpath() -> setup_var()Bharat Mediratta
2009-01-19Remove the prefix arg, we don't support it yet.Bharat Mediratta
2009-01-19mysql_create_db() might not existBharat Mediratta
2009-01-19Use mysqli_init() instead of mysqli() as our detector.Bharat Mediratta
2009-01-19Simplification pass over the installer:Bharat Mediratta