| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-02-10 | Move site default_locale into DB (vars) and add a per user locale preference. | Andy Staudacher | |
| There's no UI to select the locale yet. | |||
| 2009-02-09 | Add local localization functionality. Local = no means to upload / download ↵ | Andy Staudacher | |
| translations to a translation server yet. - Added an outgoing_translations table to store translations from the local translation UI. - I18n class is checking incoming_ and outgoing_translations for translations, giving the latter priority. - Not handling plural strings in the translations UI yet. | |||
| 2009-01-22 | Require mysqli_set_charset to use the mysqli extension | Bharat Mediratta | |
| 2009-01-22 | Don't allow the installer to run if PHP < 5.2.3 | Bharat Mediratta | |
| 2009-01-21 | Require 5.2.3 | Bharat Mediratta | |
| 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-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. | |||
| 2009-01-19 | Pull the environment check out into a separate web page to simplify | Bharat Mediratta | |
| the CLI installer. Put a link to it in the footer of every web install page. Don't allow users to run it if Gallery 3 is already installed. | |||
| 2009-01-19 | Incremental additions to the web installer. This is getting messy, | Bharat Mediratta | |
| going to pause here and do some refactoring. | |||
| 2009-01-19 | Replace mysql_create_db with a mysql_query() call as recommended by the PHP ↵ | Bharat Mediratta | |
| manual. | |||
| 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 | Only run the installer from the CLI for now | 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 | Fix up various little things to get File_Structure_Test to pass. | Bharat Mediratta | |
| 2009-01-19 | Flush the access_intent cache after ALTER TABLE queries, fixes a | Bharat Mediratta | |
| problem where the install.sql had the wrong view permissions. | |||
| 2009-01-19 | Use mysqli_init() instead of mysqli() as our detector. | Bharat Mediratta | |
| 2009-01-19 | Remove -m flag. | Bharat Mediratta | |
| 2009-01-19 | Packager now does a clean reinstall of just the packages we want, then | Bharat Mediratta | |
| rebuilds the install.sql and init_var.php files accordingly. | |||
| 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-19 | Replace exec("mysql") call with directy mysql() calls. | Bharat Mediratta | |
| 2009-01-19 | Get rid of the driver libaries. Use mysql calls directly in the | Bharat Mediratta | |
| installer for now. If we detect mysqli, we can always use that as a driver instead, but we don't require it for the installer. | |||
| 2009-01-18 | Move installer.php out of helpers and get rid of helpers. | Bharat Mediratta | |
| 2009-01-18 | Remove access rights check; fix a bug in determining the path to ↵ | Bharat Mediratta | |
| var/database.php | |||
| 2009-01-18 | Remove the install.php file and move its contents into | Tim Almdal | |
| installer::command_line method. Create an index.php that is can be used to install Gallery3 from the web or command line. At this point all that works is the command line installer and if the web installer tries to run, it is redirected to the album main page. | |||
| 2009-01-18 | Add a new line charater to the error message when the installer is | Tim Almdal | |
| being run a 2nd time after the a successful installation. | |||
| 2009-01-18 | Changes to the installer code to use init_var.php and install.sql files | Tim Almdal | |
| 2009-01-18 | Correct the mkdir for the sub directories in var | Tim Almdal | |
| 2009-01-18 | Change the database unload to unload all the tables instead of fooling | Tim Almdal | |
| around with individual tables. | |||
| 2009-01-18 | Clean up the var directory creation script | Tim Almdal | |
| 2009-01-18 | Here's the rest of the change, new tool and forgot to add some files :-) | Tim Almdal | |
| 2009-01-18 | (no commit message) | Tim Almdal | |
| 2009-01-14 | define $arguments so that we don't have an error. | Bharat Mediratta | |
| 2009-01-14 | Delete DIRECTORY_SEPARATOR fixups. We're not on Windows. | Bharat Mediratta | |
| 2009-01-14 | priviledge -> privilege | Bharat Mediratta | |
| 2009-01-14 | dir -> die | Bharat Mediratta | |
| 2009-01-14 | Make sure that helper functions are all static. Add new | Bharat Mediratta | |
| File_Structure_Test to make sure we don't regress. According to the PHP docs, the "public" keyword is implied on static functions, so remove it. Also, require private static functions to start with an _. http://php.net/manual/en/language.oop5.visibility.php | |||
| 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-13 | Delete Mysql_Driver.php as it is no longer used | Tim Almdal | |
| 2009-01-13 | Fix preambles | Bharat Mediratta | |
