summaryrefslogtreecommitdiffstats
path: root/app/acf-util/welcome-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-2/+3
|
* Modify HTML to replace DL,DT,DD with divs. Also cleanup other HTML.Ted Trask2014-01-221-1/+1
|
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-1/+1
|
* Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual moduleTed Trask2012-02-021-4/+4
| | | | | It should have been a module all along, but wasn't Unfortunately, this means changes to pretty much every view file
* Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack ↵Ted Trask2009-12-311-3/+4
| | | | function to viewfunctions library.
* Modified permissions from controller:action to prefix/controller/action.Ted Trask2009-12-211-0/+9
Had to move welcome to the acf-util prefix. Changed format of roles files: old ACF format will still work, but authenticator format won't.