summaryrefslogtreecommitdiff
path: root/installer/views
AgeCommit message (Collapse)Author
2013-01-22gallery.menalto.com -> galleryproject.orgBharat Mediratta
codex.gallery2.org -> codex.galleryproject.org Fixes #1957.
2012-06-05Clean up the path location. Fixes #1880.Bharat Mediratta
2010-08-22Style and text cleanups to tighten up the page and make it a littleBharat Mediratta
easier to understand.
2010-02-26Revert "Password value on installer must be hidden"Tim Almdal
This reverts commit b4922f4d176662976c9d2b249edf0e50a0cdfdf1.
2010-02-26Password value on installer must be hiddenfpaterno
2009-08-30Print out the version of MySQL that we found along with our errorBharat Mediratta
message, which should resolve http://gallery.menalto.com/node/90646
2009-08-28Fix 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-07-15Simpler solution for #545. Just don't show the form if the storage dir ↵Bharat Mediratta
isn't set up yet
2009-07-15Revert "Fix for ticket #545."Bharat Mediratta
This reverts commit d192f2f1bc1227938d3144381ef311c7e07b47b0.
2009-07-15Revert "Fix for ticket #544."Bharat Mediratta
This reverts commit f6973431b7f8df24c081a03c7c989f621ab2a708.
2009-07-15Fix 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-07-15Fix for ticket #545.Tim Almdal
Changed get_db_info.html.php to not display the database information request form until the var directory is successfully tested as writable. This prevents users from thinking they can enter the database information prior to successfully accessing the var directory. Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-07-07Change references to Gallery 2 and Gallery 3 to consistently refer toTim Almdal
Gallery n as opposed any variants of this.
2009-05-27Update all references to the core application to now point to theBharat Mediratta
gallery module. This type of mass update is prone to some small bugs.
2009-05-14Tell the user the location of VARPATH so that they know where their photos ↵Bharat Mediratta
are getting installed.
2009-05-13Warn the user if they're attemping to reinstall into a database thatBharat 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-09Instead 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-08Log the user in as admin after running the web installer, and giveBharat 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-27Both the command line and web installer installer now supportsTim 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-23Better yet, rename gallery2.png to just gallery.png. Reference logo from ↵Chad Kieffer
scaffold too.
2009-02-23Use local Gallery Project logo in the installerChad Kieffer
2009-02-17added 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-20Deal gracefully with bad mysql connection and database information.Bharat Mediratta
2009-01-20Fix preambles, delete unused fileBharat Mediratta
2009-01-20Move install.html.php into views, tooBharat Mediratta
2009-01-20Move pages -> views for consistency, which simplifies the life of the ↵Bharat Mediratta
File_Structure_Test
2009-01-19Simplification 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-14The 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-11Moving slowly forward on the batch installer. It now connects to the ↵Tim Almdal
database and checks that the supplied database is defined.
2009-01-11Don't use short tags in installer until we know its same to do soTim Almdal
2009-01-11Fix all file structure issues (tabs, bad preambles, etc).Bharat Mediratta
Note: installer/install.php is now on the "direct access" list.
2009-01-10Change the format of the internal error messages and pretty print the ↵Tim Almdal
installation parameters
2009-01-09Forgot to delete a working copyTim Almdal
2009-01-09Stage 1 of the installer. basically check that we can start as far as Kohana ↵Tim Almdal
correctly