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
/
modules
/
server_add
/
helpers
/
server_add_installer.php
Age
Commit message (
Expand
)
Author
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2009-08-27
Remove 'ENGINE=InnoDB' specification from tables that we create. Use
Bharat Mediratta
2009-07-14
Don't use "else" clauses in upgrade() -- it prevents multiple version bumps a...
Bharat Mediratta
2009-07-11
Forgot to bump the version up to 3
Bharat Mediratta
2009-07-11
Further simplify server_add (and bump it to version 3).
Bharat Mediratta
2009-07-07
Rework server_add. It's smaller and leaner now, storing the list of
Bharat Mediratta
2009-06-23
Refactor the install/upgrade code to be more flexible.
Bharat Mediratta
2009-06-01
Security pass over all controller code. Mostly adding CSRF checking
Bharat Mediratta
2009-05-26
Restructure the module lifecycle.
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-03-10
access::allow/deny/reset functions will now throw an exception if you
Bharat Mediratta
2009-03-05
Don't clean out the authorized_paths var at install time, so that uninstall/r...
Bharat Mediratta
2009-03-05
Cleanups.
Bharat Mediratta
2009-03-05
Minor cleanups.
Bharat Mediratta
2009-03-05
Clean up no authorized directoriesmessage
Tim Almdal
2009-03-05
Correct typo
Tim Almdal
2009-03-04
Last of changes required from Bharat's 2nd review pass
Tim Almdal
2009-03-04
Rename local_import module to server_add
Tim Almdal