summaryrefslogtreecommitdiffstats
path: root/app/acf-util/welcome-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* 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.