summaryrefslogtreecommitdiffstats
path: root/tinydns-listfiles-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaceHEADmasterTed Trask2016-08-101-1/+1
|
* Change file actions filesize to size, size and mtime not user-friendly, use ↵Ted Trask2015-12-301-18/+4
| | | | posix.stat over fs.stat, use new format functions
* Changes to use new htmlviewfunctions functionsTed Trask2014-04-251-11/+23
|
* 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-031-18/+36
| | | | and use lowercase tags
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-1/+1
|
* Added require statement for html libraryTed Trask2012-10-021-0/+1
|
* Removed call to redirect_to_referrerTed Trask2012-08-151-1/+1
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-4/+4
| | | | | | 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
* Change for acf-core-0.13.0Ted Trask2011-03-301-1/+1
|
* Use viewlibrary.check_permission from acf-core-0.9.0Ted Trask2009-12-171-5/+5
|
* UI fix, bumped to 0.3.2v0.3.2Ted Trask2009-12-101-1/+5
|
* Added support for SRV and NAPTR records, some UI cleanup.Ted Trask2009-11-101-7/+4
|
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-151-3/+3
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Slight change to tinydns to be more flexible with naming.Ted Trask2008-11-101-4/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1589 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-221-0/+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/tinydns/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-221-4/+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/tinydns/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified TinyDNS to include more intelligence. Changed listfiles and ↵Ted Trask2008-10-211-5/+7
| | | | | | newfile to not display / require directory. Made edit function in controller to allow control independent from expert. Modified edit to limit entries to the domain indicated by the file name. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1557 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-281-18/+18
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified tinydns to implement access control.Ted Trask2008-07-231-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1316 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified tinydns to use controllerfunctions, modelfunctions, common lsp ↵Ted Trask2008-07-081-3/+5
| | | | | | files, and new view without action functionality. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1290 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated tinydns as follows: Renames status to view and basicstatus to ↵Ted Trask2008-06-241-11/+4
| | | | | | | | status. Added ability to view individual config file / domain. Added link from view to edit actual line. Modified view. Updated jQuery to latest 1.2.6 git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1253 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrite of tinydns to simplify code and use new cfe model.Ted Trask2008-06-181-0/+49
Added js to filter records. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1219 ab2d0c66-481e-0410-8bed-d214d4d58bed