| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | |||
