| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit b0d5cd7398e09c6b1e2becacaab196c5f2a91096.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
for the two apps
|
|
|
|
|
|
| |
into mvc.lua
mvc.lua has generic versions of the functions, overridden in acf_www and acf_cli with customizations
|
|
|
|
| |
custom view
|
|
|
|
| |
deleting the special controller function
|
|
|
|
| |
multiple submit buttons
|
| |
|
| |
|
|
|
|
|
|
| |
Templates (for www) now receive a viewfunc, rather than using viewfile.
Actions without views with viewtype of html, ajax, stream, or serialized will now be displayed using standard code.
Fixed bug in acf-cli parameters messing up action
|
|
|
|
|
| |
It should have been a module all along, but wasn't
Unfortunately, this means changes to pretty much every view file
|
| |
|
| |
|
|
|
|
|
|
|
| |
things from mvc to acf_www, and visa versa
Goal is to have mvc.lua more usable from a lua app
Also affects acf-cli and acf_cli controller
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
autostart for a program.
|
| |
|
| |
|
|
|
|
|
| |
Parse the lockevent filename, was seeing user locked out because username was substring of another username.
All active sessions were killed whenever anyone got locked out because of error with username processing.
|
|
|
|
| |
displayed under header tag.
|
|
|
|
| |
Moved get_all_permissions function from acf-util/roles-model to lib/roles
|