| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Changed file permissions, cli app should only be root executable. | Ted Trask | 2009-12-30 | 1 | -0/+0 |
* | Added ability to manage roles based on which roles file they're in = more gra... | Ted Trask | 2009-12-28 | 1 | -24/+45 |
* | Fixed template bug, remembered to actually remove the basename/dirname functi... | Ted Trask | 2009-12-28 | 1 | -2/+2 |
* | Fix fs.find bug that returned invalid file. | Ted Trask | 2009-12-28 | 1 | -1/+1 |
* | Cleaned up fs library use of posix.basename / dirname. | Ted Trask | 2009-12-28 | 1 | -11/+15 |
* | Removed redundant/buggy basename and dirname functions. Added parse_redir_str... | Ted Trask | 2009-12-28 | 3 | -30/+15 |
* | Added code to split menu group is multiple controllers add same tab to same g... | Ted Trask | 2009-12-24 | 1 | -0/+60 |
* | Modified menus to allow multiple controllers to use same menu group. | Ted Trask | 2009-12-23 | 2 | -6/+11 |
* | Fixed bug in is_valid_filename when restriction has magic characters. | Ted Trask | 2009-12-22 | 1 | -1/+1 |
* | Fixed roles bugs - path containing '.' and matching controller names. | Ted Trask | 2009-12-22 | 1 | -12/+16 |
* | 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.0v0.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.0v0.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 |