summaryrefslogtreecommitdiffstats
path: root/syslog-controller.lua
Commit message (Collapse)AuthorAgeFilesLines
* Change all -controller.lua files to use new handle_form() functions found in ↵HEADmasterZach LeBar2012-03-211-4/+3
| | | | 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.
* Updated for startstop in core 0.5.0root2009-06-041-1/+1
|
* Modified syslog status to also report startup.Ted Trask2008-10-301-3/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1567 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified syslog to use controllerfunctions, modelfunctions, and common lsp ↵Ted Trask2008-07-041-57/+7
| | | | | | files. Changed status->loginfo and basicstatus->status. Stopped expert from adding blank lines to the end. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1274 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified syslog to move clientdata processing from model to controller.Ted Trask2008-06-051-10/+21
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1201 ab2d0c66-481e-0410-8bed-d214d4d58bed
* For cfe.type='form', use cfe.option as the command to save the form data ↵Ted Trask2008-05-151-7/+14
| | | | | | i.e. can be used as button name. Modified pages that use 'form' to also use 'option'. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1122 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrote syslog to use components and remove view-specific code from controller.Ted Trask2008-05-131-163/+34
| | | | | | Also made sure not to write to conf file unless all variables pass validation. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1116 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified cfe, removing option, errtxt, and name, and adding label - This may ↵Ted Trask2008-04-301-2/+2
| | | | | | | | | | | | break things. Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced all list_redir functions with redirect in mvc.lua, implemented a ↵Ted Trask2008-04-241-12/+1
| | | | | | default_action string in each controller, removing the on_load functions git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Reporting back to the user that the 'action' was preformedMika Havela2008-03-031-0/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@790 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added [true|fales] when some public functions returns back statusMika Havela2008-02-011-4/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Many changes (mostly to use cfe's when sending/receiving things from ↵Mika Havela2008-02-011-77/+113
| | | | | | model/controller/view). git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@676 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Getting management (start/stop/restart) workingMika Havela2008-01-311-6/+11
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@670 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changing things so we use cfe for sending/receiving things from model and ↵Mika Havela2008-01-311-10/+77
| | | | | | | | controller. The view-file is using loops instead to reduce code. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@668 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Redoing mostly everything trying to present things as cfe (my own fault when ↵Mika Havela2008-01-301-2/+15
| | | | | | not doing this from start) git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@666 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Now you can save configs in config-tab.Mika Havela2008-01-291-4/+12
| | | | | | It works but is still unstable. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@660 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Saving work for the weekendMika Havela2008-01-251-0/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@655 ab2d0c66-481e-0410-8bed-d214d4d58bed
* More bugfixes caused by a missing or empty config-fileMika Havela2008-01-251-12/+13
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@646 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed so that acf doesnt brake if the confi-file is missing or is emptyMika Havela2008-01-241-2/+10
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@641 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Expert-tab works.Mika Havela2008-01-241-13/+31
| | | | | | | Statuspage works. Configpage shows current settings, but saving changes doesnt work (work in progress). git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@640 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Current status is now displayed. Apply settings doesn't work!Mika Havela2008-01-101-1/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@528 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed superexpert tabMika Havela2008-01-101-2/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@525 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Trying to figure out what to show and howMika Havela2008-01-091-4/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@521 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Showing current config starting to work (still some problems with RegExpr in ↵Mika Havela2008-01-091-26/+15
| | | | | | model). Saving changes still doesn't work. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@519 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Designing graphics/ideas on syslogMika Havela2008-01-091-10/+12
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@518 ab2d0c66-481e-0410-8bed-d214d4d58bed
* added initial syslogNatanael Copa2007-11-171-0/+39
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@330 ab2d0c66-481e-0410-8bed-d214d4d58bed