index
:
acf-core
0.12-stable
0.13-stable
0.14-stable
0.17-stable
0.18-stable
0.19-stable
0.20-stable
Alpine1.8_Fixes
Alpine1.9_Fixes
master
ACF module for core
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
acf_www-controller.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix HTML multi select to use select instead of series of checkboxes
Ted Trask
2014-03-03
1
-2
/
+3
*
Fix bug in acf_www-controller logevent based on global versus module variable
Ted Trask
2013-11-20
1
-1
/
+1
*
Remove all calls to 'module' in preparation for move to Lua 5.2
Ted Trask
2013-10-17
1
-38
/
+40
*
Change use of require to work with Lua 5.2
Ted Trask
2013-10-09
1
-2
/
+2
*
Add home config option to acf.conf for default home page
Ted Trask
2013-05-30
1
-21
/
+28
*
Change logon/logout action to logon/logoff and standardize on logon/off inste...
Ted Trask
2013-05-30
1
-1
/
+1
*
Added support for automatic login after HTTP authentication if ACF user exists
Ted Trask
2013-05-30
1
-0
/
+13
*
Further fixes for null handling in handle_clientdata
Ted Trask
2013-04-30
1
-1
/
+1
*
Fix null clientdata handling bug when recursing
Ted Trask
2013-04-30
1
-1
/
+2
*
Added option to have skin-specific template in skindir
Ted Trask
2012-10-11
1
-8
/
+15
*
Added clientdata.skinned option to turn off skins in html template
Ted Trask
2012-10-02
1
-0
/
+1
*
Revert "Added clientdata.skinned option to turn off skins/templates"
Ted Trask
2012-10-02
1
-1
/
+1
*
Added clientdata.skinned option to turn off skins/templates
Ted Trask
2012-10-02
1
-1
/
+1
*
Change handle_form to pass self into get_function and set_function
Ted Trask
2012-04-22
1
-2
/
+2
*
Modify acf_www and acf_cli handle_clientdata to separate out functionality fo...
Ted Trask
2012-02-23
1
-25
/
+13
*
Removed controllerfunction.lua and moved handle_form and handle_clientdata in...
Ted Trask
2012-02-23
1
-0
/
+97
*
Changed mvc and www view_resolvers to make auto_view work
Ted Trask
2012-02-02
1
-27
/
+12
*
Modified require statements for acf.x
Ted Trask
2012-01-21
1
-1
/
+1
*
Starting to reorganize mvc.lua and acf_www controllers to move www-specific t...
Ted Trask
2012-01-19
1
-38
/
+18
*
Added template-ajax.lsp and made www controller respect passed in viewtype.
Ted Trask
2010-11-16
1
-1
/
+13
*
Fix two bugs related to session lockout.
Ted Trask
2010-10-29
1
-1
/
+1
*
Added home page (action) to user parameters and redirect there after login
Ted Trask
2010-10-06
1
-0
/
+4
*
Made major changes to authenticator and roles to improve efficiency.
Ted Trask
2010-09-28
1
-1
/
+1
*
Added sessiontimeout, lockouttime, and lockouteventlimit parameters to acf.conf.
Ted Trask
2010-03-10
1
-2
/
+2
*
Added new view variable wwwprefix to adjust web path, fix index.html redirect.
Ted Trask
2010-02-16
1
-1
/
+2
*
Changes to skins to allow user skins to be added
Ted Trask
2010-01-21
1
-1
/
+1
*
Added a skin to user options so users can choose own skin with user management.
Ted Trask
2010-01-13
1
-0
/
+3
*
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.1
v0.9.1
Ted Trask
2010-01-04
1
-3
/
+1
*
Allow appdir and libdir to be comma-separated lists of directories.
Ted Trask
2009-12-31
1
-17
/
+33
*
Added logfile config setting to acf.conf
Ted Trask
2009-12-30
1
-4
/
+12
*
Cleaned up acf.conf, removed hardcoded /usr/share/acf paths.
Ted Trask
2009-12-30
1
-2
/
+3
*
Fixed template bug, remembered to actually remove the basename/dirname functi...
Ted Trask
2009-12-28
1
-1
/
+1
*
Removed redundant/buggy basename and dirname functions. Added parse_redir_str...
Ted Trask
2009-12-28
1
-7
/
+28
*
Modified menus to allow multiple controllers to use same menu group.
Ted Trask
2009-12-23
1
-11
/
+7
*
Modified permissions from controller:action to prefix/controller/action.
Ted Trask
2009-12-21
1
-12
/
+12
*
Added a check-permission function to viewlibrary to abstract permissions.
Ted Trask
2009-12-17
1
-3
/
+14
*
Added pagination functionality to viewfunctions, modified acf_www-controller ...
Ted Trask
2009-07-10
1
-2
/
+3
*
Made session timeout nicer.
Ted Trask
2009-06-10
1
-0
/
+14
*
Modified redirect to referrer to ignore if REFERRER is empty.
Ted Trask
2009-03-28
1
-3
/
+5
*
allow override default_controller in /etc/acf/acf.conf
Natanael Copa
2008-12-27
1
-1
/
+1
*
Modified viewfunctions to split displayform, creating displayformstart and di...
Ted Trask
2008-10-22
1
-2
/
+7
*
Cleanup of some libs.
Ted Trask
2008-09-26
1
-1
/
+1
*
Moved cfe into mvc.lua and removed cfe.lua.
Ted Trask
2008-09-25
1
-1
/
+0
*
Modified acf_www and logon-controller to redirect to logon on dispatch error ...
Ted Trask
2008-08-22
1
-7
/
+9
*
Modified roles and authenticator to delete all data fields when deleting a ro...
Ted Trask
2008-08-16
1
-1
/
+1
*
Modified acf_www to allow a view without an action to be a link instead of ju...
Ted Trask
2008-08-12
1
-1
/
+2
*
Fixed redirect_to_referrer with GET data. Moved handling of multi select fro...
Ted Trask
2008-07-12
1
-15
/
+1
*
Added hidden filename field to common filedetails lsp. Modified acf_www-cont...
Ted Trask
2008-07-08
1
-17
/
+30
*
Added debug html page. Change redirect_to_referreferrer when there's no refe...
Ted Trask
2008-07-03
1
-6
/
+13
[next]