| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
subtle changes
|
| |
|
|
|
|
| |
This reverts commit b0d5cd7398e09c6b1e2becacaab196c5f2a91096.
|
| |
|
| |
|
|
|
|
| |
Once this function is used everywhere (instead of the auth public variable) we can remove the dependency on APP
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
parameter
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
combination
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
| |
they log and forward to new location
|
|
|
|
| |
better do it now. later it will be impossible
|