Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-26 | #2020 - Add CLI install argument to set admin password. | shadlaws | |
This isn't too useful for end users, but would be really useful for developers that install Gallery3 over and over again... | |||
2013-01-22 | gallery.menalto.com -> galleryproject.org | Bharat Mediratta | |
codex.gallery2.org -> codex.galleryproject.org Fixes #1957. | |||
2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta | |
2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta | |
2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
2010-09-06 | Stop trying to implode a string. Fixes ticket #1337. | Bharat Mediratta | |
2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
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-07-07 | Change references to Gallery 2 and Gallery 3 to consistently refer to | Tim Almdal | |
Gallery n as opposed any variants of this. | |||
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 | |
already has Gallery 3 tables. Otherwise, permit it to continue. We key this off of the existence of the g3_items table. Theoretically it's possible that the g3_items table is gone but other tables are still there, which could mess things up. I'm not going to worry about that for now. Fixes ticket #175 | |||
2009-03-10 | Add info about -x flag | Bharat Mediratta | |
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-20 | Make VARPATH accessible to all. | Bharat Mediratta | |
2009-01-20 | Update README with new install instructions | Bharat Mediratta | |
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. |