summaryrefslogtreecommitdiffstats
path: root/dansguardian-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-2/+2
| | | | | | 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
* Modified for acf-core-0.13.0Ted Trask2011-03-301-5/+1
|
* Removed debug statements.Ted Trask2009-12-311-8/+0
|
* Graphical fix. Modifying <DL> to fix skin issues.Mika Havela2009-10-071-0/+2
|
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-151-1/+1
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-221-1/+1
| | | | | | of a form so the form can still display it. Modified a bunch of views to display the results of component forms. Also added code to displayform and displayformstart to automatically generate the action if passed page_info. git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-221-2/+4
| | | | | | 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/dansguardian/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified dansguardian. Changed advanced to listfiles and expert to ↵Ted Trask2008-09-111-0/+34
listconfigfiles. Made general and edit be normal forms. Removed categories, which didn't work. git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1465 ab2d0c66-481e-0410-8bed-d214d4d58bed