summaryrefslogtreecommitdiffstats
path: root/modules-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-171-6/+8
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-1/+1
|
* Replace io.popen with modelfunction.run_executableTed Trask2012-12-261-3/+1
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-4/+4
|
* Modified require statements for acf. librariesTed Trask2012-04-181-1/+1
|
* Change all -controller.lua files to use new handle_form() functions found in ↵Zach LeBar2012-03-211-3/+11
| | | | acf_www-controller.lua instead of the controllerfunctions.lua version and also instead of redirect_to_referrer(). Made corresponding changes to vmail-model .lua to make everything work.
* Bug fix modules reload for acf-core 0.5.0 change.Ted Trask2009-07-171-1/+2
|
* Update for alpine 1.9 openrc and minor changes for RAM disk and modules.Ted Trask2009-05-261-1/+1
|
* Added modules status page.Ted Trask2008-10-311-1/+8
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1571 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added modules controller.Ted Trask2008-10-301-0/+18
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1570 ab2d0c66-481e-0410-8bed-d214d4d58bed