Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix null clientdata handling bug | Ted Trask | 2013-04-30 | 1 | -0/+1 |
| | |||||
* | Set the PATH environment variable to a standard value | Ted Trask | 2012-12-11 | 1 | -0/+3 |
| | |||||
* | Rename ajax viewtype to json to be more accurate | Ted Trask | 2012-11-06 | 1 | -1/+1 |
| | |||||
* | Fix stream autoview to use io.write instead of print because print makes ↵ | Ted Trask | 2012-10-02 | 1 | -1/+1 |
| | | | | subtle changes | ||||
* | Change handle_form to pass self into get_function and set_function | Ted Trask | 2012-04-22 | 1 | -2/+2 |
| | |||||
* | Not all special characters needed to be escaped because within quotes | Ted Trask | 2012-04-13 | 1 | -2/+3 |
| | |||||
* | Fixed mvc logevent to escape special characters | Ted Trask | 2012-04-13 | 1 | -1/+2 |
| | |||||
* | Removed controllerfunction.lua and moved handle_form and handle_clientdata ↵ | Ted Trask | 2012-02-23 | 1 | -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 mvc | Ted Trask | 2012-02-03 | 1 | -0/+5 |
| | |||||
* | Changed mvc and www view_resolvers to make auto_view work | Ted Trask | 2012-02-02 | 1 | -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 changes | Ted Trask | 2012-02-02 | 1 | -1/+2 |
| | |||||
* | Starting to reorganize mvc.lua and acf_www controllers to move www-specific ↵ | Ted Trask | 2012-01-19 | 1 | -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_cli | Ted Trask | 2011-08-30 | 2 | -0/+392 |