summaryrefslogtreecommitdiffstats
path: root/acfupdate-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-151-11/+11
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-241-16/+18
| | | | | | READ, UPDATE, and DELETE with GUEST, USER, EDITOR, EXPERT, and ADMIN. Changed all roles files and modified some html files to hide options without permissions. Determine default roles from roles files, rather than hard-coded, and added ability to modify default roles by adding permissions. git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-221-1/+3
| | | | | | displayformend, to provide flexibility while still using the library. Also added support for hidden fields - including a common redir field. Removed redirectOnSuccess from controllerfunctions handle_form, and replaced it with the redir field. Removed redirectOnSuccess from controllers that used it and added handlecommandresults and redir entries to links and forms throughout many views. This will cause a redirect to the originating view when a form is successfully completed. acf_www-controller now includes orig_action in page_info to report the original action launched by the user. git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added rc controller to alpine-baselayout and rc functionality to processinfo ↵Ted Trask2008-10-111-0/+5
| | | | | | library. Changed status Enabled/Disabled to Running/Stopped. Added links to status pages to install package and schedule autostart. git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1552 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified acfupdate to use cfes. Tried to make it work out-of-the-box ↵Ted Trask2008-10-011-18/+64
| | | | | | without having to check out of svn first. Works except web server must be restarted afterwards. Also has ability to use different svn server, for those like me using port-forwarding. git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1538 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-281-10/+10
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removing the existens of a old library that's no longer needed.Mika Havela2008-04-151-6/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@987 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Now you can look at svn log 1 week back in time.Mika Havela2008-01-251-3/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@651 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added devtools that could come in handy when developing ACF-files. This ↵Mika Havela2007-12-241-0/+30
'acfupdate' devtool is useful for checking out all latest updates to the running system. git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@452 ab2d0c66-481e-0410-8bed-d214d4d58bed