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
...
*
UI fix, bumped to 0.8.5
v0.8.5
Ted Trask
2009-12-10
2
-2
/
+5
*
Changed about link to point to www.a.o instead of wiki.
Ted Trask
2009-11-02
1
-1
/
+1
*
Bumped to 0.8.4
v0.8.4
Ted Trask
2009-10-09
1
-1
/
+1
*
Removing background color from table content. Various skins might want differ...
Mika Havela
2009-10-07
1
-2
/
+0
*
Graphical fix. Adding <DL> to welcome screen.
Mika Havela
2009-10-07
2
-2
/
+1
*
Graphical fix. Changing the amount of <DL> used in forms.
Mika Havela
2009-10-07
1
-4
/
+2
*
Graphical fix. Now displaying logonstatus as other views.
Mika Havela
2009-10-07
1
-8
/
+13
*
Graphical fixes - Fixing <DL> trouble that causes other skins to look strange.
Mika Havela
2009-10-07
2
-3
/
+5
*
Small graphical fix
Mika Havela
2009-10-07
1
-1
/
+0
*
Displaying existing roles by using <DL><DT><DD> instead of using a table.
Mika Havela
2009-10-06
1
-5
/
+4
*
Yet another bug fix for /lib/processinfo.lua read_initrunlevels for scripts w...
v0.8.3
Ted Trask
2009-09-17
2
-2
/
+2
*
Bumped version to 0.8.2
v0.8.2
Ted Trask
2009-09-08
1
-1
/
+1
*
Put viewroles in a table, changed some wording for new roles and users.
Ted Trask
2009-09-07
4
-8
/
+8
*
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
2
-2
/
+2
*
Simplified apk.lua by moving functions to acf-apk-tools version 0.3.0
v0.8.0
Ted Trask
2009-07-16
3
-131
/
+27
*
Added pagination functionality to viewfunctions, modified acf_www-controller ...
Ted Trask
2009-07-10
2
-2
/
+80
*
Removed obsolete functions displayinfo and displaymanagement from viewfunctions.
Ted Trask
2009-07-10
1
-85
/
+0
*
Updated to version 0.7.0
v0.7.0
Ted Trask
2009-07-02
1
-1
/
+1
*
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
3
-9
/
+5
*
Bumped revision to 0.6.0
v0.6.0
Ted Trask
2009-06-11
1
-1
/
+1
*
Modified logonredirect to discard get/post data when don't follow login redir...
Ted Trask
2009-06-10
2
-1
/
+9
*
Made session timeout nicer.
Ted Trask
2009-06-10
2
-1
/
+15
*
Bumped revision to 0.5.0
v0.5.0
root
2009-06-04
2
-1
/
+3
*
Changed status to use openrc status, changed startstop to enable all actions ...
root
2009-06-04
4
-33
/
+26
*
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
5
-71
/
+78
*
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
*
Modified redirect to referrer to ignore if REFERRER is empty.
Ted Trask
2009-03-28
1
-3
/
+5
*
Removed built-in users alpine and foo from core, and instead redirect to crea...
ttrask
2009-03-20
6
-5
/
+26
*
Tagged packages for release.
v0.4.22
ttrask
2009-03-19
1
-1
/
+1
*
Set permissions 600 on passwd and roles file if creating them.
ttrask
2009-03-19
1
-1
/
+1
*
Increase the maximum input size from 32k to 256k for default squid config file.
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
4
-25
/
+39
*
Reverted 1710 and 1712 mistaken updates to core. Release never used.
v0.4.21
ttrask
2009-02-27
2
-5
/
+1
*
Tagged core for release.
ttrask
2009-02-26
1
-1
/
+1
*
Fixed bug in parse_configfile.
ttrask
2009-02-26
1
-0
/
+4
*
Tagged updated packages for release.
ttrask
2009-02-23
1
-1
/
+1
*
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
*
fix broken Makefile. release 0.4.20
v0.4.20
release-0.4.20
Natanael Copa
2009-01-23
1
-2
/
+2
*
use the lua module md5 rather than call external prog md5sum
Natanael Copa
2009-01-23
2
-13
/
+3
*
Modified Makefiles and tagged for release with lots of security fixes.
v0.4.19
Ted Trask
2009-01-22
1
-1
/
+1
*
Added escapespecialcharacters to format.lua to escape shell special character...
release-0.4.19
Ted Trask
2009-01-21
8
-22
/
+39
[prev]
[next]