Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace | Ted Trask | 2016-08-04 | 1 | -34/+34 |
| | |||||
* | Cleanup of view exceptions when not using acf_www | Ted Trask | 2016-06-08 | 1 | -3/+3 |
| | |||||
* | Create a metatable for all cfe objects containing print_errtxt function | Ted Trask | 2015-06-05 | 1 | -0/+29 |
| | |||||
* | Modify package.path to prevent loading lua modules from . | Ted Trask | 2015-05-15 | 1 | -0/+2 |
| | |||||
* | Remove setfenv call from mvc.lua for Lua 5.2 compatibility | Ted Trask | 2014-12-29 | 1 | -7/+13 |
| | |||||
* | Modify handle_clientdata to not update readonly values | Ted Trask | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | Change prototype of htmlviewfunctions.dislay item to make consistent | Ted Trask | 2014-03-31 | 1 | -1/+1 |
| | | | | Note: this breaks backward compatibility | ||||
* | Add wwwdir to page_info table | Ted Trask | 2014-02-28 | 1 | -0/+1 |
| | |||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-17 | 1 | -24/+26 |
| | | | | | Use mymodule parameter for module definition. This was also helpfule in revealing places where the code relied on the global environment. | ||||
* | Change use of require to work with Lua 5.2 | Ted Trask | 2013-10-09 | 1 | -4/+4 |
| | |||||
* | Replace mvc logevent use of os.execute with subprocess.open | Ted Trask | 2013-05-31 | 1 | -2/+2 |
| | |||||
* | Add home config option to acf.conf for default home page | Ted Trask | 2013-05-30 | 1 | -7/+0 |
| | | | | The default_prefix and default_controller logic was broken, and is now removed | ||||
* | 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 |