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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change acf.conf to revert homepage to /acf-util/welcome/read to avoid confusi...
Ted Trask
2013-11-15
1
-1
/
+1
*
Modify authenticator-plaintext library to escape id and table before searchin...
Ted Trask
2013-11-15
1
-6
/
+7
*
Bump version to 0.17.0
v0.17.0
Ted Trask
2013-10-31
1
-1
/
+1
*
Remove all calls to 'module' in preparation for move to Lua 5.2
Ted Trask
2013-10-17
19
-242
/
+269
*
Change use of require to work with Lua 5.2
Ted Trask
2013-10-09
23
-37
/
+37
*
Only load js libraries if not already loaded
Ted Trask
2013-10-03
2
-2
/
+12
*
Check if jquery already loaded before loading again
Ted Trask
2013-10-03
1
-2
/
+8
*
Add authenticator setting to acf.conf
Ted Trask
2013-06-01
1
-0
/
+3
*
Replace mvc logevent use of os.execute with subprocess.open
Ted Trask
2013-05-31
1
-2
/
+2
*
Add home config option to acf.conf for default home page
Ted Trask
2013-05-30
5
-31
/
+34
*
Change logon/logout action to logon/logoff and standardize on logon/off inste...
Ted Trask
2013-05-30
9
-21
/
+21
*
Started to implement chaining of authenticators
Ted Trask
2013-05-30
1
-5
/
+86
*
Fix delete user link to submit the form
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
*
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
*
Bump version to 0.16.3
v0.16.3
Ted Trask
2013-04-30
1
-1
/
+1
*
Further fixes for null handling in handle_clientdata
Ted Trask
2013-04-30
2
-1
/
+2
*
Bump version to 0.16.2
v0.16.2
Ted Trask
2013-04-30
1
-1
/
+1
*
Fix null clientdata handling bug
Ted Trask
2013-04-30
1
-0
/
+1
*
Fix null clientdata handling bug when recursing
Ted Trask
2013-04-30
1
-1
/
+2
*
Bump version to 0.16.1
v0.16.1
Ted Trask
2013-01-01
1
-1
/
+1
*
lib/modelfunctions: Add stdin input to run_executable function
Ted Trask
2013-01-01
1
-2
/
+10
*
Bump version to 0.16.0
v0.16.0
Ted Trask
2012-12-26
1
-1
/
+1
*
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
*
Set the PATH environment variable to a standard value
Ted Trask
2012-12-11
1
-0
/
+3
*
Modified modelfunctions to change getstatus to handle nil parameters and rena...
Ted Trask
2012-11-26
1
-22
/
+26
*
Bumped version to 0.15.4
v0.15.4
Ted Trask
2012-11-09
1
-1
/
+1
*
Fixed hostname parameter scope by moving if statement
Ted Trask
2012-11-09
1
-1
/
+3
*
Bumped version to 0.15.3
v0.15.3
Ted Trask
2012-11-06
1
-1
/
+1
*
Rename ajax viewtype to json to be more accurate
Ted Trask
2012-11-06
3
-3
/
+2
*
Added template for serialized lua output
Ted Trask
2012-11-06
1
-0
/
+5
*
Bumped version to 0.15.2
v0.15.2
Ted Trask
2012-10-28
1
-1
/
+1
*
Remove the public variable auth, replaced by get_subauth function
Ted Trask
2012-10-26
1
-6
/
+1
*
Removed old files from Makefile
v0.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 subt...
Ted Trask
2012-10-02
1
-1
/
+1
*
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
*
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
*
Shoot the engineer and bump version to 0.15.0
v0.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
[next]