summaryrefslogtreecommitdiffstats
path: root/app/acf_www-controller.lua
Commit message (Expand)AuthorAgeFilesLines
* Change handle_form to pass self into get_function and set_functionTed Trask2012-04-221-2/+2
* Modify acf_www and acf_cli handle_clientdata to separate out functionality fo...Ted Trask2012-02-231-25/+13
* Removed controllerfunction.lua and moved handle_form and handle_clientdata in...Ted Trask2012-02-231-0/+97
* Changed mvc and www view_resolvers to make auto_view workTed Trask2012-02-021-27/+12
* Modified require statements for acf.xTed Trask2012-01-211-1/+1
* Starting to reorganize mvc.lua and acf_www controllers to move www-specific t...Ted Trask2012-01-191-38/+18
* Added template-ajax.lsp and made www controller respect passed in viewtype.Ted Trask2010-11-161-1/+13
* Fix two bugs related to session lockout.Ted Trask2010-10-291-1/+1
* Added home page (action) to user parameters and redirect there after loginTed Trask2010-10-061-0/+4
* Made major changes to authenticator and roles to improve efficiency.Ted Trask2010-09-281-1/+1
* Added sessiontimeout, lockouttime, and lockouteventlimit parameters to acf.conf.Ted Trask2010-03-101-2/+2
* Added new view variable wwwprefix to adjust web path, fix index.html redirect.Ted Trask2010-02-161-1/+2
* Changes to skins to allow user skins to be addedTed Trask2010-01-211-1/+1
* Added a skin to user options so users can choose own skin with user management.Ted Trask2010-01-131-0/+3
* Fixed redirect bug caused by escape in HTTP_REFERER.Ted Trask2010-01-131-1/+3
* Made libdir load order match appdir load order, bumped to 0.9.1v0.9.1Ted Trask2010-01-041-3/+1
* Allow appdir and libdir to be comma-separated lists of directories.Ted Trask2009-12-311-17/+33
* Added logfile config setting to acf.confTed Trask2009-12-301-4/+12
* Cleaned up acf.conf, removed hardcoded /usr/share/acf paths.Ted Trask2009-12-301-2/+3
* Fixed template bug, remembered to actually remove the basename/dirname functi...Ted Trask2009-12-281-1/+1
* Removed redundant/buggy basename and dirname functions. Added parse_redir_str...Ted Trask2009-12-281-7/+28
* Modified menus to allow multiple controllers to use same menu group.Ted Trask2009-12-231-11/+7
* Modified permissions from controller:action to prefix/controller/action.Ted Trask2009-12-211-12/+12
* Added a check-permission function to viewlibrary to abstract permissions.Ted Trask2009-12-171-3/+14
* Added pagination functionality to viewfunctions, modified acf_www-controller ...Ted Trask2009-07-101-2/+3
* Made session timeout nicer.Ted Trask2009-06-101-0/+14
* Modified redirect to referrer to ignore if REFERRER is empty.Ted Trask2009-03-281-3/+5
* allow override default_controller in /etc/acf/acf.confNatanael Copa2008-12-271-1/+1
* Modified viewfunctions to split displayform, creating displayformstart and di...Ted Trask2008-10-221-2/+7
* Cleanup of some libs.Ted Trask2008-09-261-1/+1
* Moved cfe into mvc.lua and removed cfe.lua.Ted Trask2008-09-251-1/+0
* Modified acf_www and logon-controller to redirect to logon on dispatch error ...Ted Trask2008-08-221-7/+9
* Modified roles and authenticator to delete all data fields when deleting a ro...Ted Trask2008-08-161-1/+1
* Modified acf_www to allow a view without an action to be a link instead of ju...Ted Trask2008-08-121-1/+2
* Fixed redirect_to_referrer with GET data. Moved handling of multi select fro...Ted Trask2008-07-121-15/+1
* Added hidden filename field to common filedetails lsp. Modified acf_www-cont...Ted Trask2008-07-081-17/+30
* Added debug html page. Change redirect_to_referreferrer when there's no refe...Ted Trask2008-07-031-6/+13
* Modified core to create model and controller function libraries and some comm...Ted Trask2008-07-021-14/+16
* Removed debug log output from acf_www.Ted Trask2008-06-241-8/+8
* Simplified www redirection code to only redirect if valid url.Ted Trask2008-06-111-49/+51
* Adding support to move skins to a specific subfolder.Mika Havela2008-05-211-0/+1
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-2/+2
* Added suppress_view option to dispatch_component and return viewtable.Ted Trask2008-05-141-41/+26
* Change inheritance from worker->self->parent to self->worker->parent as found...Ted Trask2008-05-141-147/+274
* Rewrote syslog to use components and remove view-specific code from controller.Ted Trask2008-05-131-10/+19
* Added support for components to acf_www-controller.Ted Trask2008-05-091-21/+74
* Updated rolesTed Trask2008-05-021-0/+14
* Modified cfe, removing option, errtxt, and name, and adding label - This may ...Ted Trask2008-04-301-5/+2
* Replaced all list_redir functions with redirect in mvc.lua, implemented a def...Ted Trask2008-04-241-2/+0
* Added destroy and on_unload functions. Moved saving of session from post_exec...Ted Trask2008-04-241-15/+16