summaryrefslogtreecommitdiffstats
path: root/amavis-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-181-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
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-4/+4
|
* Changed amavis-controller.lua to use new handle_form() functions found in ↵Zach LeBar2012-03-291-2/+6
| | | | | | acf_www-controller.lua instead of the controllerfunctions.lua version and also instead of redirect_to_referrer(). Made corresponding changes to amavis-model.lua to make everything work.
* First cut at ACF for amavis.v0.1.0Ted Trask2009-09-221-0/+33