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
/
installer
Age
Commit message (
Expand
)
Author
2009-01-18
Here's the rest of the change, new tool and forgot to add some files :-)
Tim Almdal
2009-01-18
(no commit message)
Tim Almdal
2009-01-14
define $arguments so that we don't have an error.
Bharat Mediratta
2009-01-14
Delete DIRECTORY_SEPARATOR fixups. We're not on Windows.
Bharat Mediratta
2009-01-14
priviledge -> privilege
Bharat Mediratta
2009-01-14
dir -> die
Bharat Mediratta
2009-01-14
Make sure that helper functions are all static. Add new
Bharat Mediratta
2009-01-14
The installer. At this point, the core installs, the user module defines gro...
Tim Almdal
2009-01-13
Delete Mysql_Driver.php as it is no longer used
Tim Almdal
2009-01-13
Fix preambles
Bharat Mediratta
2009-01-12
Add a check to (e|i)nsure that the database provided is empty
Tim Almdal
2009-01-12
Add a check that the installation directory is writable
Tim Almdal
2009-01-12
Check to insure that the supplied user had the required permissions
Tim Almdal
2009-01-11
Moving slowly forward on the batch installer. It now connects to the database...
Tim Almdal
2009-01-11
add a -i parameter that allows the specification of the database type (defaul...
Tim Almdal
2009-01-11
allow modules to be installed to be specified as command line option or in th...
Tim Almdal
2009-01-11
allow modules to be installed to be specified as command line option or in th...
Tim Almdal
2009-01-11
Don't use short tags in installer until we know its same to do so
Tim Almdal
2009-01-11
Fix all file structure issues (tabs, bad preambles, etc).
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
Forgot to delete a working copy
Tim Almdal
2009-01-09
Stage 1 of the installer. basically check that we can start as far as Kohana ...
Tim Almdal