summaryrefslogtreecommitdiffstats
path: root/app/filedetails-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Change modelfunctions.getfiledetails to use size=actual size, not ↵Ted Trask2015-12-301-1/+1
| | | | filesize=user friendly size
* Modify filedetails HTML view to better handle errorsTed Trask2015-11-201-12/+15
|
* Allow filedetails-html to include all hidden fields in formTed Trask2015-03-171-1/+5
|
* Fix bug in filedetails submissionTed Trask2014-03-181-1/+1
|
* Change htmlviewfunctions.displayheader to .displaysectionstart and added ↵Ted Trask2014-03-171-14/+20
| | | | .displaysectionend function
* Modified HTML views to use new htmlviewfunctions functions and replace links ↵Ted Trask2014-03-101-2/+1
| | | | | | with forms created by displayitem Use .displayitemstart/middle/end
* Added grep field to filedetails HTML viewTed Trask2014-03-031-0/+3
|
* Change HTML views to use htmlviewfunctions.displayheaderTed Trask2014-03-031-15/+21
|
* Modify HTML to replace DL,DT,DD with divs. Also cleanup other HTML.Ted Trask2014-01-221-13/+7
|
* 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
|
* Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual moduleTed Trask2012-02-021-6/+6
| | | | | It should have been a module all along, but wasn't Unfortunately, this means changes to pretty much every view file
* UI fix, bumped to 0.8.5v0.8.5Ted Trask2009-12-101-1/+4
|
* Graphical fix. Adding <DL> to welcome screen.Mika Havela2009-10-071-1/+0
| | | | | Removing <H3> from file-edit form to present the [Save] button next to the textarea which the button controls.
* 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/core/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-221-4/+5
| | | | | | 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/core/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added parser library. Display filecontent descr in filedetails.Ted Trask2008-09-181-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1474 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified filedetails view to HTML escape the filecontent before displaying it.Ted Trask2008-09-031-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1443 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added description to savebuttonMika Havela2008-08-221-1/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1392 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-281-16/+16
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added hidden filename field to common filedetails lsp. Modified ↵Ted Trask2008-07-081-0/+1
| | | | | | acf_www-controller to allow views without actions. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1289 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed logfiles to use controllerfunctions and standard html-lsp files.Ted Trask2008-07-021-0/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1270 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified core to create model and controller function libraries and some ↵Ted Trask2008-07-021-0/+25
common html views. Moved cfe to a library. Modified redirect_to_referrer function - may break some pages. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1267 ab2d0c66-481e-0410-8bed-d214d4d58bed