summaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
* Change handle_form to pass self into get_function and set_functionTed Trask2012-04-221-2/+2
|
* Not all special characters needed to be escaped because within quotesTed Trask2012-04-131-2/+3
|
* Fixed mvc logevent to escape special charactersTed Trask2012-04-131-1/+2
|
* Removed controllerfunction.lua and moved handle_form and handle_clientdata ↵Ted Trask2012-02-231-0/+31
| | | | | | into mvc.lua mvc.lua has generic versions of the functions, overridden in acf_www and acf_cli with customizations
* Allow viewtype override in clientdata in mvcTed Trask2012-02-031-0/+5
|
* Changed mvc and www view_resolvers to make auto_view workTed Trask2012-02-021-6/+18
| | | | | | 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
* Fixed acf-cli to work with new mvc.lua changesTed Trask2012-02-021-1/+2
|
* Starting to reorganize mvc.lua and acf_www controllers to move www-specific ↵Ted Trask2012-01-191-36/+93
| | | | | | | 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
* Moved mvc.lua into /usr/share/lua and cli to /usr/bin/acf_cliTed Trask2011-08-302-0/+392