index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
index.php
Age
Commit message (
Expand
)
Author
2009-11-24
Bootstrap has moved in K24
Bharat Mediratta
2009-11-12
Change the gallery3/index.php so there is a new option "install" which invoke...
Tim Almdal
2009-08-06
If we fail the version check, at least show the version of PHP that the serve...
Bharat Mediratta
2009-06-16
Warn the end user not to run test or package targets.
Bharat Mediratta
2009-06-11
add a missing 'break' after running tests which caused tests not to
Bharat Mediratta
2009-06-10
refactor CLI support and add a help message.
Bharat Mediratta
2009-06-10
Create 3 separate CLI targets: test / package / upgrade
Bharat Mediratta
2009-05-31
Merge branch 'master' of git@github.com:gallery/gallery3
Tim Almdal
2009-05-31
Move the sql packaging code from installer into the gallery module. It must b...
Tim Almdal
2009-06-01
Change E_NONE -> 0 .. turns out E_NONE is a figment of my imagination accordi...
bharat
2009-05-31
Add a / to the end of TMPPATH to match other paths.
Bharat Mediratta
2009-05-30
Add a / to the end of TMPPATH to match other paths.
Bharat Mediratta
2009-05-28
Rename index.local.php to local.php so that tab completion on i<tab> works.
Bharat Mediratta
2009-05-27
Rename index.local.php to local.php so that tab completion on i<tab> works.
Bharat Mediratta
2009-05-27
Merge branch 'master' of git@github.com:gallery/gallery3
Bharat Mediratta
2009-05-27
standardize the version check between installer/index.php and index.php
tim almdal
2009-05-27
Rename 'kohana' to 'system' to conform to the Kohana filesystem layout. I'm ...
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta
2009-05-24
Add support for index.local.php where you can override any existing settings ...
Bharat Mediratta
2009-05-21
Set the error level to E_NONE for production.
Bharat Mediratta
2009-05-21
Set display_errors to false for security.
Bharat Mediratta
2009-05-18
Turn on IN_PRODUCTION mode now across the board. Create our own error
Bharat Mediratta
2009-05-18
Define KOHANA as the front controller .php file.
Bharat Mediratta
2009-05-17
Define TMPPATH
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-01-14
Remove the redirect to the installer; if we don't have a var dir this results...
Bharat Mediratta
2009-01-14
The installer. At this point, the core installs, the user module defines gro...
Tim Almdal
2009-01-13
Redirect to the installer if we don't have a var dir. This way the
Bharat Mediratta
2009-01-10
Change the format of the internal error messages and pretty print the install...
Tim Almdal
2009-01-10
Continuing baby steps to a batch installer. At this point you can run the in...
Tim Almdal
2009-01-09
Stage 1 of the installer. basically check that we can start as far as Kohana ...
Tim Almdal
2009-01-08
Windows fixes: Use mkdir($path, 0777, true) instead of the unportable system(...
Andy Staudacher
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
2008-12-03
Add a filter to unit tests. Now you can do 'php index.php Album_Helper_Test ...
Bharat Mediratta
2008-12-03
Rename generic test.php to gallery_unit_test.php to make navigation to this f...
Bharat Mediratta
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 di...
Andy Staudacher
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 t...
Chris Kelly
2008-11-05
move short_open_tag setting from .htaccess to ini_set because it works more o...
Chris Kelly
2008-11-02
Improve welcome scaffolding to walk you through getting the var
Bharat Mediratta
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
2008-10-31
Placeholder app for Gallery3, along with a customized index.php and a README
Bharat Mediratta