summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Expand)Author
2013-01-25#1964 - TMPPATH is mis-defined in index.php.shadlaws
2013-01-22gallery.menalto.com -> galleryproject.orgBharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-11-06Elevate X-Frame-Options from all admin and user pages to all PHPBharat Mediratta
2012-06-05Prevent Gallery from running on Windows. Fixes #1883.Bharat Mediratta
2012-05-07Fix missing date.timezone which results in a crash on startup in I18nBharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-08Turn off session.use_trans_sid -- that feature attempts to inject session idsBharat Mediratta
2010-09-12Clean up cli default instructions.Bharat Mediratta
2010-06-07Tweak the test setup code to always copy database.php; something isBharat Mediratta
2010-06-07Don't recreate test/var/logs if it already exists. This fixes aBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-01-31Add a comment about error_reporting()Bharat Mediratta
2009-11-24Bootstrap has moved in K24Bharat Mediratta
2009-11-12Change the gallery3/index.php so there is a new option "install" which invoke...Tim Almdal
2009-08-06If we fail the version check, at least show the version of PHP that the serve...Bharat Mediratta
2009-06-16Warn the end user not to run test or package targets.Bharat Mediratta
2009-06-11add a missing 'break' after running tests which caused tests not toBharat Mediratta
2009-06-10refactor CLI support and add a help message.Bharat Mediratta
2009-06-10Create 3 separate CLI targets: test / package / upgradeBharat Mediratta
2009-05-31Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-05-31Move the sql packaging code from installer into the gallery module. It must b...Tim Almdal
2009-06-01Change E_NONE -> 0 .. turns out E_NONE is a figment of my imagination accordi...bharat
2009-05-31Add a / to the end of TMPPATH to match other paths.Bharat Mediratta
2009-05-30Add a / to the end of TMPPATH to match other paths.Bharat Mediratta
2009-05-28Rename index.local.php to local.php so that tab completion on i<tab> works.Bharat Mediratta
2009-05-27Rename index.local.php to local.php so that tab completion on i<tab> works.Bharat Mediratta
2009-05-27Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-05-27standardize the version check between installer/index.php and index.phptim almdal
2009-05-27Rename 'kohana' to 'system' to conform to the Kohana filesystem layout. I'm ...Bharat Mediratta
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta
2009-05-24Add support for index.local.php where you can override any existing settings ...Bharat Mediratta
2009-05-21Set the error level to E_NONE for production.Bharat Mediratta
2009-05-21Set display_errors to false for security.Bharat Mediratta
2009-05-18Turn on IN_PRODUCTION mode now across the board. Create our own errorBharat Mediratta
2009-05-18Define KOHANA as the front controller .php file.Bharat Mediratta
2009-05-17Define TMPPATHBharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
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