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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modify htmlviewfunctions to display readonly select as text since select does...
Ted Trask
2014-09-18
1
-0
/
+2
*
Fix infinite loop in authenticator-plaintext when deleting user
Ted Trask
2014-03-10
1
-1
/
+3
*
Fix htmlviewfunctions displaypagination when clientdata contains tables
Ted Trask
2014-03-10
1
-3
/
+10
*
Cleanup authenticator subauths and limit authenticator-plaintext to traverse ...
Ted Trask
2013-11-17
2
-19
/
+30
*
Modify authenticator-plaintext library to escape id and table before searchin...
Ted Trask
2013-11-15
1
-6
/
+7
*
Remove all calls to 'module' in preparation for move to Lua 5.2
Ted Trask
2013-10-17
7
-107
/
+114
*
Change use of require to work with Lua 5.2
Ted Trask
2013-10-09
7
-11
/
+11
*
Change logon/logout action to logon/logoff and standardize on logon/off inste...
Ted Trask
2013-05-30
2
-3
/
+3
*
Started to implement chaining of authenticators
Ted Trask
2013-05-30
1
-5
/
+86
*
Added missing require statements to authenticator-plaintext.lua and menubuild...
Ted Trask
2013-05-30
2
-0
/
+4
*
Minor fix for when a controller has two menu tabs with the same name
Ted Trask
2013-05-08
1
-2
/
+7
*
lib/modelfunctions: Add stdin input to run_executable function
Ted Trask
2013-01-01
1
-2
/
+10
*
Make modelfunctions.run_executable poll so it doesn't block on full pipe. Als...
Ted Trask
2012-12-13
1
-5
/
+21
*
modelfunctions - add run_executable function using lua-subprocess
Ted Trask
2012-12-11
1
-0
/
+35
*
Modified modelfunctions to change getstatus to handle nil parameters and rena...
Ted Trask
2012-11-26
1
-22
/
+26
*
Remove the public variable auth, replaced by get_subauth function
Ted Trask
2012-10-26
1
-6
/
+1
*
Modified authenticator to add get_subauth function
Ted Trask
2012-10-02
2
-10
/
+29
*
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
*
Modified htmlviewfunctions to allow disabled options for multi-select boxes
Ted Trask
2012-04-23
1
-0
/
+1
*
Removed controllerfunction.lua and moved handle_form and handle_clientdata in...
Ted Trask
2012-02-23
3
-101
/
+0
*
Made modelfunctions capitalize the startstop options, and now no need for a c...
Ted Trask
2012-02-23
1
-0
/
+4
*
Changed startstop to be a standard form by creating two model functions and d...
Ted Trask
2012-02-22
2
-20
/
+20
*
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 mul...
Ted Trask
2012-02-22
2
-4
/
+13
*
Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual module
Ted Trask
2012-02-02
3
-21
/
+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 co...
Ted Trask
2012-01-24
1
-44
/
+48
*
Modified require statements for acf.x
Ted Trask
2012-01-21
5
-8
/
+8
*
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
*
Fixed bug in display of boolean default
Ted Trask
2011-12-08
1
-1
/
+1
*
Fixed mksalt to use correct characters
Ted Trask
2011-10-27
1
-3
/
+10
*
authenticator: use salt and sha-512 encryption
Natanael Copa
2011-10-27
1
-2
/
+43
*
Added logrotate script for acf.log
Ted Trask
2011-10-17
1
-0
/
+40
*
Fix viewfunctions to not modify values
Ted Trask
2011-09-12
1
-0
/
+4
*
Removed duplicates from determine_perms arrays
Ted Trask
2011-06-27
1
-5
/
+11
*
Fix parameter names with .'s to not assume clientdata converted to a table - ...
Ted Trask
2010-12-10
1
-1
/
+1
*
Fix viewfunctions for select/multi to display the label of the default, not t...
Ted Trask
2010-12-08
1
-1
/
+20
*
Fixed bug in loading controllers to determine available actions.
Ted Trask
2010-11-15
1
-0
/
+3
*
In displaying a form, after sorting by seq, further sort params by name alpha...
Ted Trask
2010-11-09
1
-1
/
+1
*
Fix two bugs related to session lockout.
Ted Trask
2010-10-29
1
-2
/
+3
*
Added output of default value for form items.
Ted Trask
2010-10-29
1
-0
/
+1
*
Update modelfunctions and viewfunctions to allow specifying option value and ...
Ted Trask
2010-10-28
2
-6
/
+20
*
Modifed displayform and handle_clientdata to allow cfe groups in forms, displ...
Ted Trask
2010-10-15
2
-13
/
+29
*
Modified displayform to look for 'seq' field if order is not specified
Ted Trask
2010-10-13
1
-0
/
+15
*
Added home page (action) to user parameters and redirect there after login
Ted Trask
2010-10-06
2
-4
/
+37
*
Made major changes to authenticator and roles to improve efficiency.
Ted Trask
2010-09-28
2
-252
/
+127
*
Allow authenticator library to be specified in the config file.
Ted Trask
2010-09-03
1
-1
/
+5
[next]