summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-02-034-27/+43
| | | | and use lowercase tags
* Bump version to 0.7.0v0.7.0Ted Trask2013-10-311-1/+1
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-182-33/+37
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Change use of require to work with Lua 5.2Ted Trask2013-10-095-7/+7
|
* Bump version to 0.6.0v0.6.0Ted Trask2012-12-261-1/+1
|
* Fix commit error reporting and change backup to use a selectTed Trask2012-12-141-23/+11
|
* Replace all io.popen calls with modelfunctions.run_executableTed Trask2012-12-142-92/+39
|
* Cleanup use of viewtypeTed Trask2012-11-252-1/+1
|
* Bumped version to 0.5.1v0.5.1Ted Trask2012-10-281-1/+1
|
* Removed unnecessary links to form-html.lspTed Trask2012-10-261-1/+0
|
* Added require statement for html libraryTed Trask2012-10-022-0/+2
|
* Bump version to 0.5.0v0.5.0Ted Trask2012-07-011-1/+1
|
* Added comments for deletebackupfile, if want to implement it in the futureTed Trask2012-05-192-27/+3
|
* Some cleanup for form submissionTed Trask2012-05-071-1/+1
|
* Modified include / exclude to use lbu commands rather than directly access ↵Ted Trask2012-05-021-20/+23
| | | | | | the files (cherry picked from commit 00683234ac99e50f9c5e8e3612388bcf2e13759e)
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-10/+10
|
* Updated for viewfunctions changed to htmlviewfunctionsTed Trask2012-04-184-10/+10
|
* Change lbu-controller.lua to use new handle_form() functions found in ↵Zach LeBar2012-03-213-23/+30
| | | | acf_www-controller.lua instead of the controllerfunctions.lua version and also instead of redirect_to_referrer(). Made corresponding changes to vmail-model.lua to make everything work.
* Bumped version to 0.4.1v0.4.1Ted Trask2011-06-271-1/+1
|
* Removed lbu status from guest role and put in userTed Trask2011-06-271-2/+1
|
* Bumped version to 0.4.0v0.4.0Ted Trask2010-01-011-1/+1
|
* Removed debug statements.Ted Trask2009-12-313-21/+0
|
* basename function is no longer in acf-core-0.9.0, minor bugfix in listchanges.Ted Trask2009-12-282-2/+3
|
* Use viewlibrary.check_permission from acf-core-0.9.0Ted Trask2009-12-171-10/+3
|
* Fixed available media list to include boot media not in fstab.v0.3.16Ted Trask2009-11-232-1/+14
|
* Bumped version to 0.3.15v0.3.15Ted Trask2009-10-301-1/+1
|
* Removed bad line from file change list by tightening regexp.Ted Trask2009-10-301-1/+1
|
* Tagged package for release.v0.3.14ttrask2009-03-031-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1725 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Clarified wording for alpine-conf lbu revert.ttrask2009-03-032-4/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1724 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tagged updated packages for release.v0.3.13ttrask2009-02-231-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1704 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Started process of removing as many io.popen calls as possible. Not complete.Ted Trask2009-01-241-2/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1695 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefiles and tagged for release with lots of security fixes.v0.3.12Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added escapespecialcharacters to format.lua to escape shell special ↵Ted Trask2009-01-211-1/+1
| | | | | | characters. Reviewed all calls to io.popen and os.execute to escape special characters. Fixed file uploads in openssl and ipsectools with viewfunctions.lua. Tried to fix openssl renew when subject contains special characters, but not done yet. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1687 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tested by removing expected packages, files, and directories. Fixed ↵Ted Trask2009-01-162-5/+8
| | | | | | resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-152-3/+3
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-131-3/+3
| | | | | | within create_file and write_file. Reviewed each read_file call to make sure handles nil return value. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated Makefiles and tagged for release two bug fixes.v0.3.11Ted Trask2008-12-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1641 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified lbu media detection.Ted Trask2008-12-171-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1639 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified lbu to permit more media values (parsed from fstab).Ted Trask2008-12-171-1/+8
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1638 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefiles.v0.3.10Ted Trask2008-11-201-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1606 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified lbu to add ability to download overlay package.Ted Trask2008-11-194-2/+43
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1601 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.3.9Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-241-2/+5
| | | | | | READ, UPDATE, and DELETE with GUEST, USER, EDITOR, EXPERT, and ADMIN. Changed all roles files and modified some html files to hide options without permissions. Determine default roles from roles files, rather than hard-coded, and added ability to modify default roles by adding permissions. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-222-2/+6
| | | | | | of a form so the form can still display it. Modified a bunch of views to display the results of component forms. Also added code to displayform and displayformstart to automatically generate the action if passed page_info. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.3.8Ted Trask2008-10-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1558 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed lbu problem with failure to update commented-out lines with spaces.Ted Trask2008-10-131-6/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1555 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on various Makefilesv0.3.7Ted Trask2008-10-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1543 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted Trask2008-10-071-14/+7
| | | | | | Modified all uses to validate the file name - this was a major security hole. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified format library. parse_configfile2, update_configfile2, ↵Ted Trask2008-10-031-3/+3
| | | | | | get_section, and set_section became parse_ini_file, update_ini_file, get_ini_section, and set_ini_section. Updated all code that used these functions. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1539 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed getopts library and added functionality to format library as ↵Ted Trask2008-09-291-4/+3
| | | | | | opts_to_table, table_to_opts, parse_configfile2, update_configfile2, get_section, and set_section. New functions work on strings, not files. Modified all code using getopts to use format instead. Fixed nil string bugs in TCPProxy. Fixed forward only bug in DNSCache. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1535 ab2d0c66-481e-0410-8bed-d214d4d58bed