Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-20 | fix indentation | Bharat Mediratta | |
2009-01-20 | Add a quick edit pane for albums, too. | 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 | Undo r19818, an accidental submit | Bharat Mediratta | |
2009-01-20 | Comment out the code that checks for form elements named "submit". It | Bharat Mediratta | |
appears not to work correctly and is getting in the way. Commenting it out here means that it'll get overwitten on the next update of this library (but that's ok). | |||
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 | Make get_add_block_form() static. | 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 | Put the <a> element inside the internationalized text. | Bharat Mediratta | |
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 | Change ORM and the MySql driver to clear static caches using | Bharat Mediratta | |
clear_cache(). This supercedes the TEST_MODE checks. Upstream ticket: http://dev.kohanaphp.com/ticket/1062 | |||
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 | Don't force validation anymore; we're clearing the form properly in | Bharat Mediratta | |
the controller on successful add. | |||
2009-01-18 | We don't need to reset the form anymore, since it's reset on the server side. | Bharat Mediratta | |
2009-01-18 | Reset the form before sending it back on success so that we clear the values. | Bharat Mediratta | |
2009-01-18 | Change the event handlers for maintaining the search index to update | Tim Almdal | |
the index when items change. | |||
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 | Remove blank line at the top of the file | Tim Almdal | |
2009-01-18 | Update the index right away if there are only < 10 items | Bharat Mediratta | |
2009-01-18 | Drag and drop in the admin dashboard now saves the location. | Bharat Mediratta | |
* Make block_adder a real block * Suppress the "close" link on block_adder * Move the drag/drop JS into the core code out of the admin theme | |||
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 | Remove the packaging tab from the scaffolding and move the create | Tim Almdal | |
install.sql to the action tab | |||
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 | Refactor dashboard -> block_manager since it'll manage blocks site | Bharat Mediratta | |
wide, not just in the dashboard. | |||
2009-01-18 | Rename theme callback helpers from xxx_block to xxx_theme to make room | Bharat Mediratta | |
for us to rename the dashboard helper to be a block helper since sidebar blocks are not just in the dashboard. | |||
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 | |