summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.8.0v0.8.0Ted Trask2014-04-261-1/+1
|
* Minor cleanup of styling in listfiles html viewTed Trask2014-04-251-1/+1
|
* Changes to use new htmlviewfunctions functionsTed Trask2014-04-123-22/+17
|
* Fix sort by filesize in logfiles/statusTed Trask2014-03-041-1/+15
|
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-02-033-29/+45
| | | | and use lowercase tags
* Bump version to 0.7.0v0.7.0Ted Trask2013-10-311-1/+1
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-202-29/+33
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Fix logfile to pass filename to alpine-baselayout/logfiles/viewTed Trask2013-10-171-1/+1
|
* Change use of require to work with Lua 5.2Ted Trask2013-10-094-5/+5
|
* Bump version to 0.6.0v0.6.0Ted Trask2013-01-011-1/+1
|
* Replace io.popen with modelfunctions.run_executableTed Trask2013-01-011-24/+25
|
* Bumped version to 0.5.1v0.5.1Ted Trask2012-10-281-1/+1
|
* Removed unnecessary links to form-html.lspTed Trask2012-10-261-1/+0
|
* Added require statement for html libraryTed Trask2012-10-023-0/+3
|
* Bumped version to 0.5.0v0.5.0Ted Trask2012-08-071-1/+1
|
* Removed calls to redirect_to_referrerTed Trask2012-08-074-23/+41
|
* 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-187-21/+20
| | | | | | 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
* Bumped version to 0.4.0v0.4.0Ted Trask2011-03-301-1/+1
|
* Modified for acf-core-0.13.0Ted Trask2011-03-301-5/+1
|
* Bumped version to 0.3.2v0.3.2Ted Trask2010-03-111-1/+1
|
* Added listqueue view file that I missed with earlier commit.Ted Trask2010-03-111-0/+16
|
* Bumped version to 0.3.1v0.3.1Ted Trask2010-02-251-1/+1
|
* Added listqueue and flushqueue functions.Ted Trask2010-02-255-4/+27
|
* Bumped version to 0.3.0v0.3.0Ted Trask2010-01-011-1/+1
|
* Removed debug statements.Ted Trask2009-12-311-5/+0
|
* Use viewlibrary.check_permission from acf-core-0.9.0Ted Trask2009-12-171-8/+1
|
* Remove spaces from start / end of new filenames, bumped to 0.2.3v0.2.3Ted Trask2009-09-212-2/+2
|
* Removed duplicate aliases file and .db files from list, bumped to 0.2.2v0.2.2Ted Trask2009-08-122-3/+11
|
* Aliases file moved, bumped to 0.2.1v0.2.1Ted Trask2009-08-122-2/+2
|
* Bumped revision to 0.2.0v0.2.0root2009-06-041-1/+1
|
* Updated for startstop in core 0.5.0root2009-06-042-29/+3
|
* 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.
* Tagged packages for release.v0.1.2ttrask2009-03-191-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/postfix/trunk@1737 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified postfix to edit/create/delete files in /etc/postfix, and added ↵ttrask2009-03-185-8/+116
| | | | | | 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
* Tagged package for release.v0.1.1ttrask2009-02-271-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/postfix/trunk@1720 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
* Proposed changes to menu.v0.1.0Ted Trask2009-01-191-3/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/postfix/trunk@1684 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
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-152-4/+4
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/postfix/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added postfix controller with basic functionality.Ted Trask2008-12-3113-0/+207
git-svn-id: svn://svn.alpinelinux.org/acf/postfix/trunk@1655 ab2d0c66-481e-0410-8bed-d214d4d58bed