summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modified roles to list views that don't have actions in the list of available...Ted Trask2008-08-092-2/+18
* Modified getopts to allow writing to blank files and adding in a missing sect...Ted Trask2008-08-041-2/+7
* Version bump on makefilesv0.4.4Mika Havela2008-07-281-1/+1
* use <% %> instead of <? ?>Natanael Copa2008-07-2820-184/+184
* Modified authenticator to allow reading/writing role-based options. Modified...Ted Trask2008-07-253-5/+64
* Another rewrite of validator to remove dnsfiles and add a generic way for oth...Ted Trask2008-07-244-101/+128
* Updated validator to make change_setting work.Ted Trask2008-07-231-6/+5
* Split common code out of authenticator-plaintext into authenticator.lua in pr...Ted Trask2008-07-228-504/+390
* Added getsection and setsection functions to getopts library.Ted Trask2008-07-161-0/+82
* Modified apk.lua to maintain a repository, saving time when multiple calls ar...Ted Trask2008-07-141-42/+108
* Fixed redirect_to_referrer with GET data. Moved handling of multi select fro...Ted Trask2008-07-123-47/+69
* Modifed roles to use controllerfunctions, modelfunctions, and a symlink.Ted Trask2008-07-125-78/+40
* Modified modelfunctios to add setfiledetails and add validation to getfilede...Ted Trask2008-07-111-2/+23
* Added finishingorder to displayform in viewfunctions to specify fields that g...Ted Trask2008-07-102-2/+24
* Added hidden filename field to common filedetails lsp. Modified acf_www-cont...Ted Trask2008-07-082-17/+31
* replace 'made with care by webconf' tag at bottom of pageNathan Angelacos2008-07-071-1/+1
* Added errtxt to viewfunctions command result and added some validation code t...Ted Trask2008-07-072-1/+27
* use apk_add rather than apk_get installNatanael Copa2008-07-071-1/+1
* Added apk library.Ted Trask2008-07-042-0/+72
* Modified logon and password to use new redirect_to_referrer functionality.Ted Trask2008-07-045-29/+28
* Added generic form lsp file. A few updates to library functions and lsp files.Ted Trask2008-07-044-2/+12
* Fixed expert page to work when prefix or controller has magic characters. Ad...Ted Trask2008-07-043-10/+10
* Added debug html page. Change redirect_to_referreferrer when there's no refe...Ted Trask2008-07-033-6/+22
* Changed logfiles to use controllerfunctions and standard html-lsp files.Ted Trask2008-07-021-0/+6
* Changed interfaces to use controllerfunctions.Ted Trask2008-07-022-1/+21