summaryrefslogtreecommitdiffstats
path: root/postfix-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-201-17/+19
| | | | | 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-2/+2
|
* Replace io.popen with modelfunctions.run_executableTed Trask2013-01-011-24/+25
|
* Removed calls to redirect_to_referrerTed Trask2012-08-071-17/+35
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-5/+5
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-5/+9
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
* Added listqueue and flushqueue functions.Ted Trask2010-02-251-0/+15
|
* Remove spaces from start / end of new filenames, bumped to 0.2.3v0.2.3Ted Trask2009-09-211-1/+1
|
* Removed duplicate aliases file and .db files from list, bumped to 0.2.2v0.2.2Ted Trask2009-08-121-2/+10
|
* Aliases file moved, bumped to 0.2.1v0.2.1Ted Trask2009-08-121-1/+1
|
* Updated for startstop in core 0.5.0root2009-06-041-28/+2
|
* Attempted fix to status, was reporting stopped while still running.Ted Trask2009-06-011-1/+4
|
* Modified parsing of config to handle multiline entries and find all database ↵Ted Trask2009-06-011-11/+28
| | | | files for postmap.
* Modified postfix to edit/create/delete files in /etc/postfix, and added ↵ttrask2009-03-181-4/+79
| | | | | | button to rebuild databases. git-svn-id: svn://svn.alpinelinux.org/acf/postfix/trunk@1731 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed the way startstop works in core to add a list of allowed actions. ↵ttrask2009-03-171-2/+2
| | | | | | Modified all ACFs that don't use the standard functions to work with new library method. git-svn-id: svn://svn.alpinelinux.org/acf/postfix/trunk@1730 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed postfix bug with enabled status.ttrask2009-02-271-1/+24
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/postfix/trunk@1719 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tested by removing expected packages, files, and directories. Fixed ↵Ted Trask2009-01-161-2/+2
| | | | | | resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/postfix/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added postfix controller with basic functionality.Ted Trask2008-12-311-0/+53
git-svn-id: svn://svn.alpinelinux.org/acf/postfix/trunk@1655 ab2d0c66-481e-0410-8bed-d214d4d58bed