| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-01-14 | Remove the redirect to the installer; if we don't have a var dir this ↵ | Bharat Mediratta | |
| results in an infinite redirect. Let's put this back in when the installer works. | |||
| 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 | Redirect to the installer if we don't have a var dir. This way the | Bharat Mediratta | |
| installer gets a fresh request and doesn't carry anything forward from the production environment. | |||
| 2009-01-10 | Change the format of the internal error messages and pretty print the ↵ | Tim Almdal | |
| installation parameters | |||
| 2009-01-10 | Continuing baby steps to a batch installer. At this point you can run the ↵ | Tim Almdal | |
| installer and it will parse the command line arguments. currently the following arguments are accepted -h(database host) -u(database user) -p(database password) -d(database name) -t(table prefex) or -f(a response file). The order of processing, defaults are set. if the response file is provided, the contained values are merged and finally any command line parameters are merged. | |||
| 2009-01-09 | Stage 1 of the installer. basically check that we can start as far as Kohana ↵ | Tim Almdal | |
| correctly | |||
| 2009-01-08 | Windows fixes: Use mkdir($path, 0777, true) instead of the unportable ↵ | Andy Staudacher | |
| system("mkdir -p $path") | |||
| 2008-12-16 | Define TEST_MODE 0 when we're in production | Bharat Mediratta | |
| 2008-12-04 | Fix up the test framework to work now that we're only loading installed modules | Bharat Mediratta | |
| via the autoloader. | |||
| 2008-12-03 | Add a filter to unit tests. Now you can do 'php index.php Album_Helper_Test ↵ | Bharat Mediratta | |
| Photo_Helper_Test' to just run those two | |||
| 2008-12-03 | Rename generic test.php to gallery_unit_test.php to make navigation to this ↵ | Bharat Mediratta | |
| file a little easier | |||
| 2008-11-11 | Turn IN_PRODUCTION to false while we work on G3 | Bharat Mediratta | |
| 2008-11-11 | Fix config paths for MS Windows (kohana's URL router depends on normalized ↵ | Andy Staudacher | |
| directory separators) | |||
| 2008-11-10 | Require short_open_tag to be enabled, or die. | Bharat Mediratta | |
| 2008-11-05 | doh. ini_set for short_open_tag only works in old version of php. reverting ↵ | Chris Kelly | |
| to using .htaccess | |||
| 2008-11-05 | move short_open_tag setting from .htaccess to ini_set because it works more ↵ | Chris Kelly | |
| often and fails more gracefully | |||
| 2008-11-02 | Improve welcome scaffolding to walk you through getting the var | Bharat Mediratta | |
| directory set up correctly and a database config file in place. | |||
| 2008-11-01 | Fix all our preambles to make the preamble test pass. | Bharat Mediratta | |
| 2008-11-01 | Set up unit test framework. Tweak configuration so that it only runs in | Bharat Mediratta | |
| command line mode, and expects to put data into test/var. Create a module to wrap it that generates a nice text-only view of the output. | |||
| 2008-10-31 | Placeholder app for Gallery3, along with a customized index.php and a README | Bharat Mediratta | |
| git-svn-id: http://gallery.svn.sourceforge.net/svnroot/gallery/trunk/eval/gx/gallery3/trunk@18409 57fcd75e-5312-0410-8df3-f5eb6fbb1595 | |||
