Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change handle_form to pass self into get_function and set_function | Ted Trask | 2012-04-22 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -5/+0 |
| | |||||
* | 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 | 2 | -75/+28 |
| | | | | for the two apps | ||||
* | Removed controllerfunction.lua and moved handle_form and handle_clientdata ↵ | Ted Trask | 2012-02-23 | 4 | -7/+166 |
| | | | | | | 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 | 1 | -10/+0 |
| | | | | custom view | ||||
* | Changed startstop to be a standard form by creating two model functions and ↵ | Ted Trask | 2012-02-22 | 1 | -19/+7 |
| | | | | deleting the special controller function | ||||
* | Changed forms to always use 'submit' as name of submit button, plus allow ↵ | Ted Trask | 2012-02-22 | 1 | -1/+1 |
| | | | | 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 |
| | |||||
* | Changed mvc and www view_resolvers to make auto_view work | Ted Trask | 2012-02-02 | 5 | -40/+16 |
| | | | | | | 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 | 13 | -39/+38 |
| | | | | | 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 | 1 | -4/+6 |
| | |||||
* | Modified require statements for acf.x | Ted Trask | 2012-01-21 | 4 | -6/+6 |
| | |||||
* | Starting to reorganize mvc.lua and acf_www controllers to move www-specific ↵ | Ted Trask | 2012-01-19 | 2 | -41/+22 |
| | | | | | | | 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 | ||||
* | Removed logon / logout from list of home pages | Ted Trask | 2011-07-21 | 1 | -1/+3 |
| | |||||
* | Fixed logon auto-focus to userid using newer jquery | Ted Trask | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | Fixed bug with package install and autostart forms not working | Ted Trask | 2011-06-22 | 1 | -2/+5 |
| | |||||
* | Fixed bug with length in stream template | Ted Trask | 2011-06-17 | 1 | -0/+1 |
| | |||||
* | Restrict options for home in editme action | Ted Trask | 2011-05-18 | 1 | -2/+9 |
| | |||||
* | Added status back to expert page and display startstop results in status | Ted Trask | 2011-03-07 | 2 | -0/+5 |
| | |||||
* | expert page: remove start/stop control panel | Timo Teräs | 2011-03-02 | 1 | -10/+0 |
| | |||||
* | Added startstop to default status page | Ted Trask | 2011-02-25 | 1 | -0/+4 |
| | |||||
* | Showing a button instead of url when user gets a option to install a package. | Mika Havela | 2011-02-24 | 1 | -4/+6 |
| | |||||
* | Fixing a typo | Mika Havela | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | Showing a button instead of url when user gets the chance to enable ↵ | Mika Havela | 2011-02-24 | 1 | -1/+3 |
| | | | | autostart for a program. | ||||
* | Added javascript to logon page to put focus on userid | Ted Trask | 2010-12-08 | 1 | -1/+8 |
| | |||||
* | Added template-ajax.lsp and made www controller respect passed in viewtype. | Ted Trask | 2010-11-16 | 3 | -1/+22 |
| | |||||
* | Fix two bugs related to session lockout. | Ted Trask | 2010-10-29 | 1 | -1/+1 |
| | | | | | Parse the lockevent filename, was seeing user locked out because username was substring of another username. All active sessions were killed whenever anyone got locked out because of error with username processing. | ||||
* | Modifed displayform and handle_clientdata to allow cfe groups in forms, ↵ | Ted Trask | 2010-10-15 | 1 | -2/+1 |
| | | | | displayed under header tag. | ||||
* | Added home page (action) to user parameters and redirect there after login | Ted Trask | 2010-10-06 | 4 | -34/+28 |
| | | | | Moved get_all_permissions function from acf-util/roles-model to lib/roles | ||||
* | Made major changes to authenticator and roles to improve efficiency. | Ted Trask | 2010-09-28 | 6 | -31/+150 |
| | | | | | | | | | | Changed authenticator.lua to request individual users, rather than always loading everyone. Modified get_userinfo and removed get_userinfo_roles and get_userinfo_skin to remove unnecessary cfe processing. This was especially bad when retrieving the cfe options for skins and roles. This does break the interface used by other modules like acf-tinydns. Validation and cfe processing were moved into password-model, where they belong. Added global variables to authenticator and roles libraries so they can reuse data that was already generated. Modified logon-controller to only check for zero users if logon fails. | ||||
* | Made stream content-length optional, because it broke overlay download. | Ted Trask | 2010-08-18 | 1 | -1/+3 |
| | |||||
* | Add Content-Length to stream template. | Ted Trask | 2010-07-06 | 1 | -0/+1 |
| | |||||
* | Change template-html to put class 'selected' on selected main menu option. | Ted Trask | 2010-03-16 | 1 | -2/+2 |
| | |||||
* | Added sessiontimeout, lockouttime, and lockouteventlimit parameters to acf.conf. | Ted Trask | 2010-03-10 | 2 | -3/+3 |
| | |||||
* | Sort users in view. | Ted Trask | 2010-03-04 | 1 | -1/+7 |
| | |||||
* | Added new view variable wwwprefix to adjust web path, fix index.html redirect. | Ted Trask | 2010-02-16 | 6 | -12/+13 |
| | |||||
* | Fixed bug with reporting skin in use. | Ted Trask | 2010-01-22 | 1 | -1/+1 |
| | |||||
* | Changes to skins to allow user skins to be added | Ted Trask | 2010-01-21 | 5 | -17/+18 |
| | | | | page_info.skindir is no longer available to views, but staticdir is. | ||||
* | Added a skin to user options so users can choose own skin with user management. | Ted Trask | 2010-01-13 | 1 | -0/+3 |
| | |||||
* | Moved skins from acf-alpine-baselayout. | Ted Trask | 2010-01-13 | 6 | -1/+87 |
| | |||||
* | Fixed redirect bug caused by escape in HTTP_REFERER. | Ted Trask | 2010-01-13 | 1 | -1/+3 |
| | |||||
* | Made libdir load order match appdir load order, bumped to 0.9.1v0.9.1 | Ted Trask | 2010-01-04 | 1 | -3/+1 |
| | |||||
* | Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack ↵ | Ted Trask | 2009-12-31 | 9 | -35/+10 |
| | | | | function to viewfunctions library. | ||||
* | Allow appdir and libdir to be comma-separated lists of directories. | Ted Trask | 2009-12-31 | 2 | -19/+37 |
| | |||||
* | Removed unused variable from cli | Ted Trask | 2009-12-30 | 1 | -5/+0 |
| | |||||
* | Added logfile config setting to acf.conf | Ted Trask | 2009-12-30 | 1 | -4/+12 |
| |