summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reverted 1710 and 1712 mistaken updates to core. Release never used.v0.4.21ttrask2009-02-272-5/+1
* Tagged core for release.ttrask2009-02-261-1/+1
* Fixed bug in parse_configfile.ttrask2009-02-261-0/+4
* Tagged updated packages for release.ttrask2009-02-231-1/+1
* Fixed bug in fs.find_files_as_array.Ted Trask2009-01-301-3/+4
* More work to remove unnecessary popen calls.Ted Trask2009-01-261-5/+18
* Started process of removing as many io.popen calls as possible. Not complete.Ted Trask2009-01-244-61/+68
* Modifed fs.lua to remove unnecessary calls to io.popen.Ted Trask2009-01-231-19/+8
* use posix.mkdir() to create dirs recursivelyNatanael Copa2009-01-231-4/+7
* fix broken Makefile. release 0.4.20v0.4.20release-0.4.20Natanael Copa2009-01-231-2/+2
* use the lua module md5 rather than call external prog md5sumNatanael Copa2009-01-232-13/+3
* Modified Makefiles and tagged for release with lots of security fixes.v0.4.19Ted Trask2009-01-221-1/+1
* Added escapespecialcharacters to format.lua to escape shell special character...release-0.4.19Ted Trask2009-01-218-22/+39
* Removed obsolete files from core.Ted Trask2009-01-205-264/+0
* Proposed changes to menu.Ted Trask2009-01-193-8/+8
* Tested by removing expected packages, files, and directories. Fixed resultin...Ted Trask2009-01-161-1/+1
* Fixed two core bugs from version 1678.Ted Trask2009-01-162-2/+2
* Modified modelfunction write_file_with_audit to create directory if missing.Ted Trask2009-01-161-0/+1
* Fixed broken template from last checkin.Ted Trask2009-01-161-2/+2
* Modified html.lua and viewlibrary.lua and all html files to html_escape varia...Ted Trask2009-01-1517-93/+96
* Modified fs.lua to survive nil parameters. Added create_directory and used w...Ted Trask2009-01-135-22/+50
* Modified several pages to replace contenteditable with readonly. Added reado...Ted Trask2009-01-123-4/+4
* Update Makefiles and tag core, alpine-baselayout, and chrony for release.v0.4.18Ted Trask2009-01-091-1/+1
* Upgrade jquery flot to 0.5.release-0.4.18Ted Trask2009-01-051-1/+1
* Further modifications to session.lua to prevent writing session if session da...Ted Trask2008-12-311-21/+31
* Workaround in session.lua for simultaneous access with same session id result...Ted Trask2008-12-311-6/+24
* Bumped version in Makefile and tagged for release.v0.4.17Ted Trask2008-12-271-1/+1
* Modified format string_to_table so didn't crash when passed nil.release-0.4.17Ted Trask2008-12-271-16/+18
* core: release 0.4.16v0.4.16Natanael Copa2008-12-271-1/+1
* allow override default_controller in /etc/acf/acf.confNatanael Copa2008-12-271-1/+1
* Modified Makefile to update version and tag for release.v0.4.15Ted Trask2008-12-161-1/+1
* set passwd file permissions to 600release-0.4.15Natanael Copa2008-12-081-0/+1
* Version bump on Makefiles.v0.4.14Ted Trask2008-12-021-1/+1
* Modified format.lib to pass in comment characters to parse_lines, parse_lines...release-0.4.14Ted Trask2008-11-251-22/+24
* Version bump on Makefiles.v0.4.13Ted Trask2008-11-201-1/+1
* Modified processinfo to fix problem with detecting pid file. It now also che...release-0.4.13Ted Trask2008-11-201-1/+13
* added a missing require("fs") to processinfoNatanael Copa2008-11-201-0/+1
* Version bump on Makefiles.v0.4.12Ted Trask2008-11-181-1/+1
* 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