summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Modified mvc to create a stack of self pointers as controllers are created. ...release-0.4.12Ted Trask2008-11-172-44/+75
* Fixed bug in authenticator-plaintext that erased user data from other fields ...Ted Trask2008-11-111-2/+8
* Cleaned up package path code in roles.Ted Trask2008-11-111-3/+3
* roles in permissions needed to look for _ in controllers as wellNathan Angelacos2008-11-111-1/+1
* Allow controllers to have digits in their namesNathan Angelacos2008-11-111-6/+6
* Modified processinfo to make pidof check for a .pid file in /var/run.Ted Trask2008-11-101-1/+12
* Modified format to add escapemagiccharacter functions to escape Lua magic cha...Ted Trask2008-11-101-0/+4
* Modified roles to allow '_' in controller names.Ted Trask2008-11-101-6/+6
* annotated acf-hooks.luaNathan Angelacos2008-11-091-9/+36
* per-controller auditing now allowed via acf-hooks.luaNathan Angelacos2008-11-094-10/+59
* Version bump on several Makefiles.v0.4.11release-0.4.11Ted Trask2008-11-041-1/+1
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ...Ted Trask2008-10-249-46/+111
* Fixed minor bug with displayformitem in viewfunctions.Ted Trask2008-10-231-4/+6
* Modified viewfunctions displaycommandresults to not delete the error results ...Ted Trask2008-10-222-5/+12
* Modified viewfunctions to split displayform, creating displayformstart and di...Ted Trask2008-10-229-30/+64
* Version bump on several Makefiles.v0.4.10release-0.4.10Ted Trask2008-10-211-1/+1
* Added rc controller to alpine-baselayout and rc functionality to processinfo ...Ted Trask2008-10-114-14/+103
* Version bump on various Makefilesv0.4.9release-0.4.9Ted Trask2008-10-071-1/+1
* Modified modelfunctions library to include validation in get/setfiledetails. ...Ted Trask2008-10-071-15/+48
* Modified modelfunctions to allow for different init.d and process names.Ted Trask2008-10-031-4/+4
* Modified format library. parse_configfile2, update_configfile2, get_section,...Ted Trask2008-10-031-38/+26
* Modified authenticator to make sub-authenticator visible rather that redefini...Ted Trask2008-09-302-115/+17
* Auditing functions in placeNathan Angelacos2008-09-293-17/+70
* Removed getopts library and added functionality to format library as opts_to_...Ted Trask2008-09-295-326/+244
* Removed the languages and most error descriptions from validator.lua.Ted Trask2008-09-261-72/+19
* Cleanup of some libs.Ted Trask2008-09-269-41/+26
* Versionbump on various Makefilesv0.4.8release-0.4.8Mika Havela2008-09-261-1/+1
* Moved procps and daemoncontrol functionality into processinfo.lua and deleted...Ted Trask2008-09-256-110/+103
* Moved cfe into mvc.lua and removed cfe.lua.Ted Trask2008-09-257-20/+15
* Removed unused libraries debugs, web_elements, privsep, ipcalc.Ted Trask2008-09-251-3/+0
* Removed unused libraries debugs, web_elements, privsep, ipcalc.Ted Trask2008-09-254-337/+0
* Removed split and join libraries. Join is handled by table.concat. Split is...Ted Trask2008-09-254-66/+1
* Version bump on Makefilev0.4.7release-0.4.7Mika Havela2008-09-251-1/+1
* Workaround in fs.lua for exception caused by posix.files when directory doesn...Ted Trask2008-09-241-6/+8
* Added parse_configfile function to format.lua library.Ted Trask2008-09-241-0/+12
* Fixed missing library in modelfunctions.Ted Trask2008-09-221-0/+1
* Modified format library to operate on strings rather than files - makes it mo...Ted Trask2008-09-193-184/+160
* Added parser library. Display filecontent descr in filedetails.Ted Trask2008-09-183-0/+81
* added expand_bash_syntax_vars functionNathan Angelacos2008-09-171-0/+24
* Version bump on makefilesv0.4.6release-0.4.6Mika Havela2008-09-101-1/+1
* Added excanvas and flot javascript librariesTed Trask2008-09-052-0/+2
* Modified filedetails view to HTML escape the filecontent before displaying it.Ted Trask2008-09-031-1/+1
* Modified startstop to return string rather than boolean.Ted Trask2008-08-282-3/+3
* Versionbump on Makefilesv0.4.5Mika Havela2008-08-261-1/+1
* Modified acf_www and logon-controller to redirect to logon on dispatch error ...Ted Trask2008-08-223-12/+16
* Added description to savebuttonMika Havela2008-08-221-1/+2
* Modified validator to not allow '/' characters when checking is_valid_filenam...Ted Trask2008-08-201-1/+1
* Modified roles to use authenticator rather than directly access roles file. ...Ted Trask2008-08-182-36/+49
* Modified roles and authenticator to delete all data fields when deleting a ro...Ted Trask2008-08-166-28/+72
* Modified acf_www to allow a view without an action to be a link instead of ju...Ted Trask2008-08-121-1/+2