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
...
*
Fixed bug with roles, added follow symlink flag for fs.find, allowed symlinks...
Ted Trask
2009-12-22
2
-11
/
+25
*
Modified permissions from controller:action to prefix/controller/action.
Ted Trask
2009-12-21
2
-71
/
+38
*
Made command-line client work.
Ted Trask
2009-12-18
1
-0
/
+17
*
Graphical fix. Changing the amount of <DL> used in forms.
Mika Havela
2009-10-07
1
-4
/
+2
*
Yet another bug fix for /lib/processinfo.lua read_initrunlevels for scripts w...
v0.8.3
Ted Trask
2009-09-17
1
-1
/
+1
*
Yet another bug fix for /lib/processinfo.lua read_initrunlevels to add back a...
Ted Trask
2009-09-07
1
-2
/
+6
*
Another bug fix for /lib/processinfo.lua read_initrunlevels to remove blank.
v0.8.1
Ted Trask
2009-07-20
1
-1
/
+1
*
Simplified apk.lua by moving functions to acf-apk-tools version 0.3.0
v0.8.0
Ted Trask
2009-07-16
2
-130
/
+26
*
Added pagination functionality to viewfunctions, modified acf_www-controller ...
Ted Trask
2009-07-10
1
-0
/
+77
*
Removed obsolete functions displayinfo and displaymanagement from viewfunctions.
Ted Trask
2009-07-10
1
-85
/
+0
*
Added format.get_ini_entry to evaluate ini file entry value.
Ted Trask
2009-07-02
1
-0
/
+27
*
Removed uncessary (since openrc) sleep that was slowing down many pages.
Ted Trask
2009-07-02
1
-1
/
+0
*
Revert mistaken bug fix to format.string_to_table and made corresponding chan...
v0.6.1
Ted Trask
2009-06-30
2
-8
/
+4
*
Bumped revision to 0.5.0
v0.5.0
root
2009-06-04
1
-0
/
+2
*
Changed status to use openrc status, changed startstop to enable all actions ...
root
2009-06-04
3
-22
/
+23
*
Modified copy_file and move_file to overwrite existing file, only fail if exi...
Ted Trask
2009-05-27
1
-4
/
+4
*
Updates for alpine 1.9 apk tools and openrc. Bug fix for format.lua string_to...
Ted Trask
2009-05-26
4
-70
/
+77
*
Changed os.rename to fs.move_file.
Ted Trask
2009-05-15
1
-2
/
+1
*
Added fs.move_file function because os.rename only works on same device.
Ted Trask
2009-05-15
1
-0
/
+22
*
Set permissions 600 on passwd and roles file if creating them.
ttrask
2009-03-19
1
-1
/
+1
*
Changed the way startstop works in core to add a list of allowed actions. Mod...
ttrask
2009-03-17
3
-14
/
+21
*
Reverted 1710 and 1712 mistaken updates to core. Release never used.
v0.4.21
ttrask
2009-02-27
1
-4
/
+0
*
Fixed bug in parse_configfile.
ttrask
2009-02-26
1
-0
/
+4
*
Fixed bug in fs.find_files_as_array.
Ted Trask
2009-01-30
1
-3
/
+4
*
More work to remove unnecessary popen calls.
Ted Trask
2009-01-26
1
-5
/
+18
*
Started process of removing as many io.popen calls as possible. Not complete.
Ted Trask
2009-01-24
4
-61
/
+68
*
Modifed fs.lua to remove unnecessary calls to io.popen.
Ted Trask
2009-01-23
1
-19
/
+8
*
use posix.mkdir() to create dirs recursively
Natanael Copa
2009-01-23
1
-4
/
+7
*
use the lua module md5 rather than call external prog md5sum
Natanael Copa
2009-01-23
2
-13
/
+3
*
Added escapespecialcharacters to format.lua to escape shell special character...
release-0.4.19
Ted Trask
2009-01-21
7
-21
/
+37
*
Tested by removing expected packages, files, and directories. Fixed resultin...
Ted Trask
2009-01-16
1
-1
/
+1
*
Modified modelfunction write_file_with_audit to create directory if missing.
Ted Trask
2009-01-16
1
-0
/
+1
*
Modified html.lua and viewlibrary.lua and all html files to html_escape varia...
Ted Trask
2009-01-15
2
-31
/
+34
*
Modified fs.lua to survive nil parameters. Added create_directory and used w...
Ted Trask
2009-01-13
5
-22
/
+50
*
Modified several pages to replace contenteditable with readonly. Added reado...
Ted Trask
2009-01-12
1
-2
/
+2
*
Further modifications to session.lua to prevent writing session if session da...
Ted Trask
2008-12-31
1
-21
/
+31
*
Workaround in session.lua for simultaneous access with same session id result...
Ted Trask
2008-12-31
1
-6
/
+24
*
Modified format string_to_table so didn't crash when passed nil.
release-0.4.17
Ted Trask
2008-12-27
1
-16
/
+18
*
Modified format.lib to pass in comment characters to parse_lines, parse_lines...
release-0.4.14
Ted Trask
2008-11-25
1
-22
/
+24
*
Modified processinfo to fix problem with detecting pid file. It now also che...
release-0.4.13
Ted Trask
2008-11-20
1
-1
/
+13
*
added a missing require("fs") to processinfo
Natanael Copa
2008-11-20
1
-0
/
+1
*
Modified mvc to create a stack of self pointers as controllers are created. ...
release-0.4.12
Ted Trask
2008-11-17
1
-44
/
+61
*
Fixed bug in authenticator-plaintext that erased user data from other fields ...
Ted Trask
2008-11-11
1
-2
/
+8
*
Cleaned up package path code in roles.
Ted Trask
2008-11-11
1
-3
/
+3
*
roles in permissions needed to look for _ in controllers as well
Nathan Angelacos
2008-11-11
1
-1
/
+1
*
Allow controllers to have digits in their names
Nathan Angelacos
2008-11-11
1
-6
/
+6
*
Modified processinfo to make pidof check for a .pid file in /var/run.
Ted Trask
2008-11-10
1
-1
/
+12
*
Modified format to add escapemagiccharacter functions to escape Lua magic cha...
Ted Trask
2008-11-10
1
-0
/
+4
*
Modified roles to allow '_' in controller names.
Ted Trask
2008-11-10
1
-6
/
+6
*
per-controller auditing now allowed via acf-hooks.lua
Nathan Angelacos
2008-11-09
1
-7
/
+27
[prev]
[next]