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
*
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
*
Require modelfunctions setfiledetails and write_file_with_audit to take self ...
Ted Trask
2012-04-24
1
-17
/
+2
*
Removed password-html.lsp from Makefile
Ted Trask
2012-04-24
1
-5
/
+4
*
Modified roles controller to use new handle_form function
Ted Trask
2012-04-23
10
-94
/
+62
*
Modified htmlviewfunctions to allow disabled options for multi-select boxes
Ted Trask
2012-04-23
1
-0
/
+1
*
Updated password and skins for latest handle_form changes
Ted Trask
2012-04-22
5
-31
/
+28
*
Change handle_form to pass self into get_function and set_function
Ted Trask
2012-04-22
2
-4
/
+4
*
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
2
-7
/
+3
*
Fixed mvc logevent to escape special characters
Ted Trask
2012-04-13
1
-1
/
+2
*
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 fo...
Ted Trask
2012-02-23
3
-79
/
+34
*
Removed controllerfunction.lua and moved handle_form and handle_clientdata in...
Ted Trask
2012-02-23
8
-108
/
+197
*
Made modelfunctions capitalize the startstop options, and now no need for a c...
Ted Trask
2012-02-23
2
-10
/
+4
*
Changed startstop to be a standard form by creating two model functions and d...
Ted Trask
2012-02-22
3
-39
/
+27
*
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
3
-5
/
+14
[next]