summaryrefslogtreecommitdiff
path: root/modules/server_add/helpers/server_add_installer.php
AgeCommit message (Expand)Author
2013-01-31Drop the requirement to have the install() function set the moduleBharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-09Move the directory queue into the database as well, otherwise if youBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2009-08-27Remove 'ENGINE=InnoDB' specification from tables that we create. UseBharat Mediratta
2009-07-14Don't use "else" clauses in upgrade() -- it prevents multiple version bumps a...Bharat Mediratta
2009-07-11Forgot to bump the version up to 3Bharat Mediratta
2009-07-11Further simplify server_add (and bump it to version 3).Bharat Mediratta
2009-07-07Rework server_add. It's smaller and leaner now, storing the list ofBharat Mediratta
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-03-10access::allow/deny/reset functions will now throw an exception if youBharat Mediratta
2009-03-05Don't clean out the authorized_paths var at install time, so that uninstall/r...Bharat Mediratta
2009-03-05Cleanups.Bharat Mediratta
2009-03-05Minor cleanups.Bharat Mediratta
2009-03-05Clean up no authorized directoriesmessageTim Almdal
2009-03-05Correct typoTim Almdal
2009-03-04Last of changes required from Bharat's 2nd review passTim Almdal
2009-03-04Rename local_import module to server_addTim Almdal