| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-05-27 | Update all references to the core application to now point to the | Bharat Mediratta | |
| gallery module. This type of mass update is prone to some small bugs. | |||
| 2009-05-14 | Tell the user the location of VARPATH so that they know where their photos ↵ | Bharat Mediratta | |
| are getting installed. | |||
| 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-09 | Instead of putting after_install in the url, put it in the session. | Bharat Mediratta | |
| This helps us to make sure that we only see the welcome message once. | |||
| 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-23 | Better yet, rename gallery2.png to just gallery.png. Reference logo from ↵ | Chad Kieffer | |
| scaffold too. | |||
| 2009-02-23 | Use local Gallery Project logo in the installer | Chad Kieffer | |
| 2009-02-17 | added mkdir command to error message if "var" is not found, for people that ↵ | Jakob Hilden | |
| don't know how to create a folder on unix | |||
| 2009-01-20 | Deal gracefully with bad mysql connection and database information. | Bharat Mediratta | |
| 2009-01-20 | Fix preambles, delete unused file | 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-19 | Simplification pass over the installer: | Bharat Mediratta | |
| - Flattened the directory structure - Greatly simplified structure in installer; it now only reports environmental checks that fail. Simplified code that prints exceptions. Use only mysql calls for the installer, but select mysqli automatically if it's available. Drop the response file; that's easily replicated with flag support - Create a random password for the admin user - Delete unused controllers - Invert the form of the database config template to be mostly non-PHP with just a few PHP calls | |||
| 2009-01-14 | The installer. At this point, the core installs, the user module defines ↵ | Tim Almdal | |
| groups and users, but dies when attempting to create default permissions | |||
| 2009-01-11 | Moving slowly forward on the batch installer. It now connects to the ↵ | Tim Almdal | |
| database and checks that the supplied database is defined. | |||
| 2009-01-11 | Don't use short tags in installer until we know its same to do so | Tim Almdal | |
| 2009-01-11 | Fix all file structure issues (tabs, bad preambles, etc). | Bharat Mediratta | |
| Note: installer/install.php is now on the "direct access" list. | |||
| 2009-01-10 | Change the format of the internal error messages and pretty print the ↵ | Tim Almdal | |
| installation parameters | |||
| 2009-01-09 | Forgot to delete a working copy | Tim Almdal | |
| 2009-01-09 | Stage 1 of the installer. basically check that we can start as far as Kohana ↵ | Tim Almdal | |
| correctly | |||
