index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
installer
/
installer.php
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-05-15
Harden installer against bad characters in the database name or prefix. Fixe...
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-05-05
Fix for ticket 1275. Do the same checking as Kohana uses and don't worry abou...
Tim Almdal
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-12-16
Detect safe_mode and abort the install. Fixes #1534.
Bharat Mediratta
2010-12-15
Use mt_rand() instead of rand() since it provides better portability.
Bharat Mediratta
2010-11-08
Check for the PHP Ctype extension. Fixes ticket #1474.
Bharat Mediratta
2010-06-06
Add a check for short_open_tag
Bharat Mediratta
2010-06-06
Whitespace fixes
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-14
Avoid PHP warnings when the DB host string has no port.
Andy Staudacher
2010-01-06
Provide an error message when the sql in installer::empty_db fails. Also cha...
Tim Almdal
2009-12-29
Make sure that we have the mbstring extension.
Bharat Mediratta
2009-11-12
Initialize the database config with the port number if it is specified. Also ...
Tim Almdal
2009-09-17
Move the check_environment into the installer helper and call it from the com...
Tim Almdal
2009-09-10
Trim the input line to get rid of carriage returns on Windows. Fixes
Bharat Mediratta
2009-09-10
Rename "after_installer" to "welcome_message" in the code to make it
Bharat Mediratta
2009-09-01
Escape backslashes (\) in the $salt in create_admin() as they will
Bharat Mediratta
2009-08-31
Suppress errors to mysql_connect(). We had this before, but it
Bharat Mediratta
2009-08-30
Add back mysql_fetch_object() call that I accidentally removed in my
Bharat Mediratta
2009-08-30
Remove unnecessary cleverness in stripping off the hyphen for mysql
Bharat Mediratta
2009-08-30
Print out the version of MySQL that we found along with our error
Bharat Mediratta
2009-08-28
Fix for #440. Basically add a check that the mysql version is > 5.0.0.
Tim Almdal
2009-06-28
Move the mysql_xxx() override function definitions inside
Bharat Mediratta
2009-06-13
Remap mysql_xx() functions to their mysqli counterparts if the mysql
Bharat Mediratta
2009-06-01
Fix a warning
bharat
2009-05-29
Fix the code to specify which columns its inserting into. Without
Bharat Mediratta
2009-05-27
Update all references to the core application to now point to the
Bharat Mediratta
2009-05-13
Suppress some warnings
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-13
Warn the user if they're attemping to reinstall into a database that
Bharat Mediratta
2009-03-09
Instead of putting after_install in the url, put it in the session.
Bharat Mediratta
2009-03-08
Log the user in as admin after running the web installer, and give
Bharat Mediratta
2009-02-28
Change the pattern to identify tables that need prefix substitution to
Tim Almdal
2009-02-27
Both the command line and web installer installer now supports
Tim Almdal
2009-02-17
Move private key generation into the installer so that we're not
Bharat Mediratta
2009-02-15
Get rid of InstallException and handle exceptions from create_admin()
Bharat Mediratta
2009-01-20
Deal gracefully with bad mysql connection and database information.
Bharat Mediratta
2009-01-20
Web based installer. It's still got some rough edges, but you can now
Bharat Mediratta
2009-01-19
Pull the environment check out into a separate web page to simplify
Bharat Mediratta
2009-01-19
Incremental additions to the web installer. This is getting messy,
Bharat Mediratta
2009-01-19
Replace mysql_create_db with a mysql_query() call as recommended by the PHP m...
Bharat Mediratta
2009-01-19
Stub of the web based installer.
Bharat Mediratta
2009-01-19
implement already_installed()
Bharat Mediratta
2009-01-19
setup_varpath() -> setup_var()
Bharat Mediratta
2009-01-19
Remove the prefix arg, we don't support it yet.
Bharat Mediratta
2009-01-19
mysql_create_db() might not exist
Bharat Mediratta
2009-01-19
Use mysqli_init() instead of mysqli() as our detector.
Bharat Mediratta
2009-01-19
Simplification pass over the installer:
Bharat Mediratta
[next]