Commit Graph

12 Commits

Author SHA1 Message Date
Bharat Mediratta
80a7db61c9 Fix up the test framework to work now that we're only loading installed modules
via the autoloader.
2008-12-04 08:17:57 +00:00
Bharat Mediratta
53664787d4 Add a filter to unit tests. Now you can do 'php index.php Album_Helper_Test Photo_Helper_Test' to just run those two 2008-12-03 06:00:30 +00:00
Bharat Mediratta
6f959deed9 Rename generic test.php to gallery_unit_test.php to make navigation to this file a little easier 2008-12-03 03:23:30 +00:00
Bharat Mediratta
3024d2313b Turn IN_PRODUCTION to false while we work on G3 2008-11-11 23:10:39 +00:00
Andy Staudacher
71f8a0e8fe Fix config paths for MS Windows (kohana's URL router depends on normalized directory separators) 2008-11-11 10:06:38 +00:00
Bharat Mediratta
92b1ae14f9 Require short_open_tag to be enabled, or die. 2008-11-10 16:36:08 +00:00
Chris Kelly
c389e22982 doh. ini_set for short_open_tag only works in old version of php. reverting to using .htaccess 2008-11-05 22:37:48 +00:00
Chris Kelly
3d20abcdf0 move short_open_tag setting from .htaccess to ini_set because it works more often and fails more gracefully 2008-11-05 22:20:58 +00:00
Bharat Mediratta
d742de4e11 Improve welcome scaffolding to walk you through getting the var
directory set up correctly and a database config file in place.
2008-11-02 19:56:57 +00:00
Bharat Mediratta
bd8cd9364c Fix all our preambles to make the preamble test pass. 2008-11-01 22:43:28 +00:00
Bharat Mediratta
f8b4c66906 Set up unit test framework. Tweak configuration so that it only runs in
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-11-01 07:55:48 +00:00
Bharat Mediratta
a69515ecb3 Placeholder app for Gallery3, along with a customized index.php and a README
git-svn-id: http://gallery.svn.sourceforge.net/svnroot/gallery/trunk/eval/gx/gallery3/trunk@18409 57fcd75e-5312-0410-8df3-f5eb6fbb1595
2008-10-31 22:38:54 +00:00