summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Expand)Author
2009-01-14Remove the redirect to the installer; if we don't have a var dir this results...Bharat Mediratta
2009-01-14The installer. At this point, the core installs, the user module defines gro...Tim Almdal
2009-01-13Redirect to the installer if we don't have a var dir. This way theBharat Mediratta
2009-01-10Change the format of the internal error messages and pretty print the install...Tim Almdal
2009-01-10Continuing baby steps to a batch installer. At this point you can run the in...Tim Almdal
2009-01-09Stage 1 of the installer. basically check that we can start as far as Kohana ...Tim Almdal
2009-01-08Windows fixes: Use mkdir($path, 0777, true) instead of the unportable system(...Andy Staudacher
2008-12-16Define TEST_MODE 0 when we're in productionBharat Mediratta
2008-12-04Fix up the test framework to work now that we're only loading installed modulesBharat Mediratta
2008-12-03Add a filter to unit tests. Now you can do 'php index.php Album_Helper_Test ...Bharat Mediratta
2008-12-03Rename generic test.php to gallery_unit_test.php to make navigation to this f...Bharat Mediratta
2008-11-11Turn IN_PRODUCTION to false while we work on G3Bharat Mediratta
2008-11-11Fix config paths for MS Windows (kohana's URL router depends on normalized di...Andy Staudacher
2008-11-10Require short_open_tag to be enabled, or die.Bharat Mediratta
2008-11-05doh. ini_set for short_open_tag only works in old version of php. reverting t...Chris Kelly
2008-11-05move short_open_tag setting from .htaccess to ini_set because it works more o...Chris Kelly
2008-11-02Improve welcome scaffolding to walk you through getting the varBharat Mediratta
2008-11-01Fix all our preambles to make the preamble test pass.Bharat Mediratta
2008-11-01Set up unit test framework. Tweak configuration so that it only runs inBharat Mediratta
2008-10-31Placeholder app for Gallery3, along with a customized index.php and a READMEBharat Mediratta