summaryrefslogtreecommitdiffstats
path: root/app/exception-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Change htmlviewfunctions.displayheader to .displaysectionstart and added ↵Ted Trask2014-03-171-1/+2
| | | | .displaysectionend function
* Change HTML views to use htmlviewfunctions.displayheaderTed Trask2014-03-031-1/+2
|
* Only load js libraries if not already loadedTed Trask2013-10-031-1/+6
|
* Added require statement for html libraryTed Trask2012-10-021-0/+1
|
* Added new view variable wwwprefix to adjust web path, fix index.html redirect.Ted Trask2010-02-161-2/+2
|
* Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack ↵Ted Trask2009-12-311-3/+0
| | | | function to viewfunctions library.
* 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/core/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-281-4/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added javascript to dispatch error and exception pages.Ted Trask2008-06-131-2/+24
| | | | | | Removed gnats template and moved javascript init into query page. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1216 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Simplified www redirection code to only redirect if valid url.Ted Trask2008-06-111-0/+8
Modified exception handler to add pages for dispatch errors and exceptions. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1215 ab2d0c66-481e-0410-8bed-d214d4d58bed