summaryrefslogtreecommitdiffstats
path: root/app/acf_cli-controller.lua
Commit message (Expand)AuthorAgeFilesLines
* Not all special characters needed to be escaped because within quotesTed Trask2012-04-131-5/+0
* Removed unnecessary functions from acf_cli-controllerTed Trask2012-03-071-14/+0
* Modify acf_www and acf_cli handle_clientdata to separate out functionality fo...Ted Trask2012-02-231-50/+15
* Removed controllerfunction.lua and moved handle_form and handle_clientdata in...Ted Trask2012-02-231-0/+64
* Changed mvc and www view_resolvers to make auto_view workTed Trask2012-02-021-6/+0
* Fixed acf-cli to work with new mvc.lua changesTed Trask2012-02-021-4/+6
* Starting to reorganize mvc.lua and acf_www controllers to move www-specific t...Ted Trask2012-01-191-3/+4
* Allow appdir and libdir to be comma-separated lists of directories.Ted Trask2009-12-311-2/+4
* Removed unused variable from cliTed Trask2009-12-301-5/+0
* Cleaned up acf.conf, removed hardcoded /usr/share/acf paths.Ted Trask2009-12-301-3/+4
* Modified permissions from controller:action to prefix/controller/action.Ted Trask2009-12-211-0/+1
* Made command-line client work.Ted Trask2009-12-181-6/+15
* Moved cfe into mvc.lua and removed cfe.lua.Ted Trask2008-09-251-1/+0
* Modified core to create model and controller function libraries and some comm...Ted Trask2008-07-021-14/+1
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-1/+1
* Modified cfe, removing option, errtxt, and name, and adding label - This may ...Ted Trask2008-04-301-4/+2
* beginning of cli wrapperAlexander Poslavsky2007-11-021-0/+60