| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Modified modelfunctions to allow for different init.d and process names. | Ted Trask | 2008-10-03 | 1 | -4/+4 |
* | Modified format library. parse_configfile2, update_configfile2, get_section,... | Ted Trask | 2008-10-03 | 1 | -38/+26 |
* | Modified authenticator to make sub-authenticator visible rather that redefini... | Ted Trask | 2008-09-30 | 2 | -115/+17 |
* | Auditing functions in place | Nathan Angelacos | 2008-09-29 | 3 | -17/+70 |
* | Removed getopts library and added functionality to format library as opts_to_... | Ted Trask | 2008-09-29 | 5 | -326/+244 |
* | Removed the languages and most error descriptions from validator.lua. | Ted Trask | 2008-09-26 | 1 | -72/+19 |
* | Cleanup of some libs. | Ted Trask | 2008-09-26 | 9 | -41/+26 |
* | Versionbump on various Makefilesv0.4.8release-0.4.8 | Mika Havela | 2008-09-26 | 1 | -1/+1 |
* | Moved procps and daemoncontrol functionality into processinfo.lua and deleted... | Ted Trask | 2008-09-25 | 6 | -110/+103 |
* | Moved cfe into mvc.lua and removed cfe.lua. | Ted Trask | 2008-09-25 | 7 | -20/+15 |
* | Removed unused libraries debugs, web_elements, privsep, ipcalc. | Ted Trask | 2008-09-25 | 1 | -3/+0 |
* | Removed unused libraries debugs, web_elements, privsep, ipcalc. | Ted Trask | 2008-09-25 | 4 | -337/+0 |
* | Removed split and join libraries. Join is handled by table.concat. Split is... | Ted Trask | 2008-09-25 | 4 | -66/+1 |
* | Version bump on Makefilev0.4.7release-0.4.7 | Mika Havela | 2008-09-25 | 1 | -1/+1 |
* | Workaround in fs.lua for exception caused by posix.files when directory doesn... | Ted Trask | 2008-09-24 | 1 | -6/+8 |
* | Added parse_configfile function to format.lua library. | Ted Trask | 2008-09-24 | 1 | -0/+12 |
* | Fixed missing library in modelfunctions. | Ted Trask | 2008-09-22 | 1 | -0/+1 |
* | Modified format library to operate on strings rather than files - makes it mo... | Ted Trask | 2008-09-19 | 3 | -184/+160 |
* | Added parser library. Display filecontent descr in filedetails. | Ted Trask | 2008-09-18 | 3 | -0/+81 |
* | added expand_bash_syntax_vars function | Nathan Angelacos | 2008-09-17 | 1 | -0/+24 |
* | Version bump on makefilesv0.4.6release-0.4.6 | Mika Havela | 2008-09-10 | 1 | -1/+1 |
* | Added excanvas and flot javascript libraries | Ted Trask | 2008-09-05 | 2 | -0/+2 |
* | Modified filedetails view to HTML escape the filecontent before displaying it. | Ted Trask | 2008-09-03 | 1 | -1/+1 |
* | Modified startstop to return string rather than boolean. | Ted Trask | 2008-08-28 | 2 | -3/+3 |
* | Versionbump on Makefilesv0.4.5 | Mika Havela | 2008-08-26 | 1 | -1/+1 |
* | Modified acf_www and logon-controller to redirect to logon on dispatch error ... | Ted Trask | 2008-08-22 | 3 | -12/+16 |
* | Added description to savebutton | Mika Havela | 2008-08-22 | 1 | -1/+2 |
* | Modified validator to not allow '/' characters when checking is_valid_filenam... | Ted Trask | 2008-08-20 | 1 | -1/+1 |
* | Modified roles to use authenticator rather than directly access roles file. ... | Ted Trask | 2008-08-18 | 2 | -36/+49 |
* | Modified roles and authenticator to delete all data fields when deleting a ro... | Ted Trask | 2008-08-16 | 6 | -28/+72 |
* | Modified acf_www to allow a view without an action to be a link instead of ju... | Ted Trask | 2008-08-12 | 1 | -1/+2 |
* | Modified roles to list views that don't have actions in the list of available... | Ted Trask | 2008-08-09 | 2 | -2/+18 |
* | Modified getopts to allow writing to blank files and adding in a missing sect... | Ted Trask | 2008-08-04 | 1 | -2/+7 |
* | Version bump on makefilesv0.4.4 | Mika Havela | 2008-07-28 | 1 | -1/+1 |
* | use <% %> instead of <? ?> | Natanael Copa | 2008-07-28 | 20 | -184/+184 |
* | Modified authenticator to allow reading/writing role-based options. Modified... | Ted Trask | 2008-07-25 | 3 | -5/+64 |
* | Another rewrite of validator to remove dnsfiles and add a generic way for oth... | Ted Trask | 2008-07-24 | 4 | -101/+128 |
* | Updated validator to make change_setting work. | Ted Trask | 2008-07-23 | 1 | -6/+5 |
* | Split common code out of authenticator-plaintext into authenticator.lua in pr... | Ted Trask | 2008-07-22 | 8 | -504/+390 |
* | Added getsection and setsection functions to getopts library. | Ted Trask | 2008-07-16 | 1 | -0/+82 |
* | Modified apk.lua to maintain a repository, saving time when multiple calls ar... | Ted Trask | 2008-07-14 | 1 | -42/+108 |
* | Fixed redirect_to_referrer with GET data. Moved handling of multi select fro... | Ted Trask | 2008-07-12 | 3 | -47/+69 |
* | Modifed roles to use controllerfunctions, modelfunctions, and a symlink. | Ted Trask | 2008-07-12 | 5 | -78/+40 |
* | Modified modelfunctios to add setfiledetails and add validation to getfilede... | Ted Trask | 2008-07-11 | 1 | -2/+23 |
* | Added finishingorder to displayform in viewfunctions to specify fields that g... | Ted Trask | 2008-07-10 | 2 | -2/+24 |
* | Added hidden filename field to common filedetails lsp. Modified acf_www-cont... | Ted Trask | 2008-07-08 | 2 | -17/+31 |
* | replace 'made with care by webconf' tag at bottom of page | Nathan Angelacos | 2008-07-07 | 1 | -1/+1 |
* | Added errtxt to viewfunctions command result and added some validation code t... | Ted Trask | 2008-07-07 | 2 | -1/+27 |
* | use apk_add rather than apk_get install | Natanael Copa | 2008-07-07 | 1 | -1/+1 |
* | Added apk library. | Ted Trask | 2008-07-04 | 2 | -0/+72 |