summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.11.0v0.11.0Ted Trask2014-04-261-1/+1
|
* Minor cleanup of styling in listfiles html viewTed Trask2014-04-251-1/+1
|
* Changes to use new htmlviewfunctions functionsTed Trask2014-04-172-5/+12
|
* Fix sort by filesize in logfiles/statusTed Trask2014-03-041-1/+15
|
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-02-032-21/+34
| | | | and use lowercase tags
* Remove dead codeTed Trask2014-02-033-997/+0
|
* Bump version to 0.10.0v0.10.0Ted Trask2013-10-311-1/+1
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-212-24/+28
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Fix logfile to pass filename to alpine-baselayout/logfiles/viewTed Trask2013-10-171-1/+1
|
* Change use of require to work with Lua 5.2Ted Trask2013-10-092-2/+2
|
* Bump version to 0.9.0v0.9.0Ted Trask2013-01-021-1/+1
|
* Replace io.popen with modelfunctions.run_executableTed Trask2013-01-021-4/+2
|
* Bumped version to 0.8.1v0.8.1Ted Trask2012-10-281-1/+1
|
* Changed menu from Firewall to ShorewallTed Trask2012-10-261-4/+4
|
* Added require statement for html libraryTed Trask2012-10-023-0/+3
|
* Bumped version to 0.8.0v0.8.0Ted Trask2012-08-151-1/+1
|
* Removed check function as it is now handled in startstopTed Trask2012-08-154-20/+2
|
* Shorewall package now renamed to shorewall-shellTed Trask2012-05-021-1/+1
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-4/+4
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-187-32/+12
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
* Deleted obsolete fileTed Trask2011-03-301-37/+0
|
* Removed unnecessary commandresultsTed Trask2011-03-301-1/+1
|
* Bumped version to 0.7.0v0.7.0Ted Trask2011-03-301-1/+1
|
* Change for acf-core-0.13.0Ted Trask2011-03-301-4/+0
|
* Bumped version to 0.6.2v0.6.2Ted Trask2010-03-041-1/+1
|
* Rollback additions to startstop, removing clear, reset, refresh, and check.Ted Trask2010-03-041-1/+1
| | | | Check already exists, clear is dangerous, and reset and refresh are mostly useless.
* Bumped version to 0.6.1v0.6.1Ted Trask2010-02-251-1/+1
|
* Added clear, reset, refresh, and check to startstop.Ted Trask2010-02-251-1/+1
|
* Added wwwprefix to web path.Ted Trask2010-02-161-20/+20
|
* Bumped version to 0.6.0v0.6.0Ted Trask2010-01-221-1/+1
|
* Updated for skin change in acf-core 0.10.0Ted Trask2010-01-221-20/+20
|
* Bumped version to 0.5.2v0.5.2Ted Trask2010-01-011-1/+1
|
* Removed debug statements.Ted Trask2009-12-314-24/+0
|
* Bumped to 0.5.1v0.5.1Ted Trask2009-10-091-1/+1
|
* Graphical fix. Modifying <DL> to fix skin issues.Mika Havela2009-10-072-2/+3
|
* Removed unused file shorewall-html.lsp.Ted Trask2009-07-101-47/+0
|
* Bumped revision to 0.5.0v0.5.0root2009-06-041-1/+1
|
* Updated for startstop in core 0.5.0root2009-06-042-9/+2
|
* Tagged updated packages for release.v0.4.5ttrask2009-02-231-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1704 ab2d0c66-481e-0410-8bed-d214d4d58bed
* More work to remove unnecessary popen calls.Ted Trask2009-01-261-3/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1696 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefiles and tagged for release with lots of security fixes.v0.4.4Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Proposed changes to menu.Ted Trask2009-01-191-4/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tested by removing expected packages, files, and directories. Fixed ↵Ted Trask2009-01-161-5/+7
| | | | | | resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-152-6/+6
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/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/shorewall/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefile to update version and tag for release.v0.4.3Ted Trask2008-12-161-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1637 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified shorewall to show error output when running check.Ted Trask2008-12-081-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1626 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.4.2Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/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/+4
| | | | | | 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/shorewall/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-221-1/+1
| | | | | | 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/shorewall/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed