Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed old files from Makefilev0.15.1 | Ted Trask | 2012-10-19 | 1 | -2/+0 |
| | |||||
* | Bump version to 0.15.1 | Ted Trask | 2012-10-19 | 1 | -1/+1 |
| | |||||
* | Added option to have skin-specific javascript | Ted Trask | 2012-10-11 | 1 | -0/+1 |
| | |||||
* | Added option to have skin-specific template in skindir | Ted Trask | 2012-10-11 | 1 | -8/+15 |
| | |||||
* | No need for form view anymore since we have autoview | Ted Trask | 2012-10-11 | 1 | -9/+0 |
| | |||||
* | Fix stream autoview to use io.write instead of print because print makes ↵ | Ted Trask | 2012-10-02 | 1 | -1/+1 |
| | | | | subtle changes | ||||
* | Added clientdata.skinned option to turn off skins in html template | Ted Trask | 2012-10-02 | 2 | -0/+7 |
| | |||||
* | Revert "Added clientdata.skinned option to turn off skins/templates" | Ted Trask | 2012-10-02 | 1 | -1/+1 |
| | | | | This reverts commit b0d5cd7398e09c6b1e2becacaab196c5f2a91096. | ||||
* | Added require statement for html library | Ted Trask | 2012-10-02 | 9 | -0/+9 |
| | |||||
* | Added clientdata.skinned option to turn off skins/templates | Ted Trask | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | Modified authenticator to add get_subauth function | Ted Trask | 2012-10-02 | 2 | -10/+29 |
| | | | | Once this function is used everywhere (instead of the auth public variable) we can remove the dependency on APP | ||||
* | Shoot the engineer and bump version to 0.15.0v0.15.0 | Ted Trask | 2012-07-01 | 1 | -1/+1 |
| | |||||
* | Fixed form for creating new user | Ted Trask | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | Proper fix for bug 1131 | Ted Trask | 2012-05-08 | 1 | -20/+14 |
| | |||||
* | Fix bug 1131 where session data invalid after updating logged in user | Ted Trask | 2012-05-08 | 1 | -4/+20 |
| | |||||
* | Require modelfunctions setfiledetails and write_file_with_audit to take self ↵ | Ted Trask | 2012-04-24 | 1 | -17/+2 |
| | | | | parameter | ||||
* | Removed password-html.lsp from Makefile | Ted Trask | 2012-04-24 | 1 | -5/+4 |
| | |||||
* | Modified roles controller to use new handle_form function | Ted Trask | 2012-04-23 | 10 | -94/+62 |
| | |||||
* | Modified htmlviewfunctions to allow disabled options for multi-select boxes | Ted Trask | 2012-04-23 | 1 | -0/+1 |
| | |||||
* | Updated password and skins for latest handle_form changes | Ted Trask | 2012-04-22 | 5 | -31/+28 |
| | |||||
* | Change handle_form to pass self into get_function and set_function | Ted Trask | 2012-04-22 | 2 | -4/+4 |
| | |||||
* | Updated password to remove redirect_to_referrer and password-html view | Ted Trask | 2012-04-19 | 3 | -30/+25 |
| | |||||
* | Fixed status Install button to new form style | Ted Trask | 2012-04-18 | 1 | -1/+1 |
| | |||||
* | Not all special characters needed to be escaped because within quotes | Ted Trask | 2012-04-13 | 2 | -7/+3 |
| | |||||
* | Fixed mvc logevent to escape special characters | Ted Trask | 2012-04-13 | 1 | -1/+2 |
| | |||||
* | Removed unnecessary functions from acf_cli-controller | Ted Trask | 2012-03-07 | 1 | -14/+0 |
| | |||||
* | Modify acf_www and acf_cli handle_clientdata to separate out functionality ↵ | Ted Trask | 2012-02-23 | 3 | -79/+34 |
| | | | | for the two apps | ||||
* | Removed controllerfunction.lua and moved handle_form and handle_clientdata ↵ | Ted Trask | 2012-02-23 | 8 | -108/+197 |
| | | | | | | into mvc.lua mvc.lua has generic versions of the functions, overridden in acf_www and acf_cli with customizations | ||||
* | Made modelfunctions capitalize the startstop options, and now no need for a ↵ | Ted Trask | 2012-02-23 | 2 | -10/+4 |
| | | | | custom view | ||||
* | Changed startstop to be a standard form by creating two model functions and ↵ | Ted Trask | 2012-02-22 | 3 | -39/+27 |
| | | | | deleting the special controller function | ||||
* | Make handle_form a little smarter about overriding form options from the model | Ted Trask | 2012-02-22 | 1 | -2/+2 |
| | |||||
* | Changed forms to always use 'submit' as name of submit button, plus allow ↵ | Ted Trask | 2012-02-22 | 3 | -5/+14 |
| | | | | multiple submit buttons | ||||
* | Modified html template to set focus to first useable field | Ted Trask | 2012-02-06 | 2 | -1/+7 |
| | |||||
* | Changed acf-util/logon controller to use standard view | Ted Trask | 2012-02-03 | 5 | -42/+3 |
| | |||||
* | 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 | 7 | -47/+35 |
| | | | | | | 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 | ||||
* | Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual module | Ted Trask | 2012-02-02 | 16 | -60/+51 |
| | | | | | It should have been a module all along, but wasn't Unfortunately, this means changes to pretty much every view file | ||||
* | Fixed acf-cli to work with new mvc.lua changes | Ted Trask | 2012-02-02 | 3 | -15/+13 |
| | |||||
* | Fixed roles to only take the first roles file for a prefix/name combination | Ted Trask | 2012-02-01 | 1 | -37/+50 |
| | |||||
* | Fixed menubuilder to only take the first menu file for a prefix/controller ↵ | Ted Trask | 2012-01-24 | 1 | -44/+48 |
| | | | | combination | ||||
* | Modified require statements for acf.x | Ted Trask | 2012-01-21 | 11 | -19/+16 |
| | |||||
* | Must allow roles to have '-' character | Ted Trask | 2012-01-19 | 1 | -2/+2 |
| | |||||
* | Fixed bug in roles where last matching controller used, rather than first | Ted Trask | 2012-01-19 | 1 | -1/+3 |
| | |||||
* | Starting to reorganize mvc.lua and acf_www controllers to move www-specific ↵ | Ted Trask | 2012-01-19 | 4 | -84/+116 |
| | | | | | | | 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 | ||||
* | Fix the old method for requireing mvc.lua | Ted Trask | 2012-01-18 | 1 | -1/+2 |
| | |||||
* | Fixed acf-cli usage to use new name | Ted Trask | 2012-01-13 | 1 | -2/+2 |
| | |||||
* | Bump version to 0.14.1v0.14.1 | Ted Trask | 2012-01-13 | 1 | -1/+1 |
| | |||||
* | add compat scripts for acf-cli and mvc.lua | Natanael Copa | 2012-01-12 | 3 | -1/+16 |
| | | | | they log and forward to new location | ||||
* | renamed acf_cli to acf-cli | Natanael Copa | 2012-01-12 | 2 | -2/+2 |
| | | | | better do it now. later it will be impossible | ||||
* | acfpasswd: new tool to set passwords from comman line | Natanael Copa | 2012-01-12 | 2 | -3/+81 |
| | | | | | | | | This tool allows users to set/reset an ACF password from command line. It also allows user to syncronize the ACF password with the system password so the ACF password becomes same as shell login password. This requires that the username exists in both /etc/acf/passwd and /etc/shadow |