Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-25 | Properly escape backslashes. Fixes #1962. | Bharat Mediratta | |
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. ↵ | Bharat Mediratta | |
Fixes #1866. | |||
2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta | |
2011-01-21 | Update copyright to 2011. | 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 ↵ | Tim Almdal | |
change the show tables not to specify a database as it will use the database in the active connection. Fixes ticket #963. | |||
2009-11-12 | Initialize the database config with the port number if it is specified. Also ↵ | Tim Almdal | |
set it up so the mysqli constructor will split it into host and port for the call to the mysqli constructor. Fixes ticket: #780 | |||
2009-09-17 | Move the check_environment into the installer helper and call it from the ↵ | Tim Almdal | |
command line installer as well as the web installer. | |||
2009-08-30 | Print out the version of MySQL that we found along with our error | Bharat Mediratta | |
message, which should resolve http://gallery.menalto.com/node/90646 | |||
2009-08-28 | Fix for #440. Basically add a check that the mysql version is > 5.0.0. | Tim Almdal | |
It was felt that actually listing the requirements might be overwhelming to novice users. | |||
2009-08-04 | Check for the SimpleXML module, thanks to geekonek. | Bharat Mediratta | |
Fixes ticket #599. | |||
2009-07-15 | Revert "Fix for ticket #544." | Bharat Mediratta | |
This reverts commit f6973431b7f8df24c081a03c7c989f621ab2a708. | |||
2009-07-15 | Fix for ticket #544. | Tim Almdal | |
* Separate the portion of get_db_info.html.php that displays the status of the var directory into a separate view var_dir_status.html.php * Change the processing to always generate the database information request screen unless there is an environment error, the var directory is not writable and the install was successful Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
2009-06-24 | "the the" -> "the" | Bharat Mediratta | |
2009-05-17 | Make our dependency on json_encode() an explicit requirement | 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-03-18 | Make sure that the SPL library is installed | Bharat Mediratta | |
2009-03-08 | Log the user in as admin after running the web installer, and give | Bharat Mediratta | |
them a nice "Welcome to Gallery 3" dialog. The text in there needs a little work but it's a start. In the process, re-build the install.sql using the scaffolding code. | |||
2009-02-27 | Both the command line and web installer installer now supports | Tim Almdal | |
creating tables with a table prefix. There are still some queries that haven't been converted, so don't start using prefixes yet. However, if you do, you can login and modify the user profile. | |||
2009-02-17 | Move private key generation into the installer so that we're not | Bharat Mediratta | |
generating it lazily. | |||
2009-02-15 | Get rid of InstallException and handle exceptions from create_admin() | Bharat Mediratta | |
properly. | |||
2009-01-22 | Require mysqli_set_charset to use the mysqli extension | Bharat Mediratta | |
2009-01-21 | Require 5.2.3 | Bharat Mediratta | |
2009-01-20 | Move install.html.php into views, too | Bharat Mediratta | |
2009-01-20 | Move pages -> views for consistency, which simplifies the life of the ↵ | Bharat Mediratta | |
File_Structure_Test | |||
2009-01-20 | Web based installer. It's still got some rough edges, but you can now | Bharat Mediratta | |
do a complete CLI or web based install. |