summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.8.0v0.8.0Ted Trask2016-01-181-1/+1
|
* Change listfiles filesize to size, size and mtime not user-friendly, use ↵Ted Trask2015-12-302-22/+10
| | | | posix.stat over fs.stat, use new format functions
* Bump version to 0.7.0v0.7.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-102-16/+25
|
* 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-19/+26
| | | | and use lowercase tags
* Bump version to 0.6.0v0.6.0Ted Trask2013-10-311-1/+1
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-182-19/+22
| | | | | 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-093-4/+4
|
* Bumped version to 0.5.1v0.5.1Ted Trask2012-10-281-1/+1
|
* Added require statement for html libraryTed Trask2012-10-021-0/+1
|
* Bumped version to 0.5.0v0.5.0Ted Trask2012-07-011-1/+1
|
* Moved dansguardian-html.lsp to dansguardian-listfiles-html.lspTed Trask2012-07-012-0/+1
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-5/+5
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-185-22/+23
| | | | | | 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
* Bumped version to 0.4.0v0.4.0Ted Trask2011-03-301-1/+1
|
* Modified for acf-core-0.13.0Ted Trask2011-03-302-11/+1
|
* Bumped version to 0.3.3v0.3.3Ted Trask2010-01-011-1/+1
|
* Removed debug statements.Ted Trask2009-12-312-16/+0
|
* dirname function is no longer in acf-core-0.9.0Ted Trask2009-12-281-2/+2
|
* Bumped to 0.3.2v0.3.2Ted Trask2009-10-091-1/+1
|
* Graphical fix. Modifying <DL> to fix skin issues.Mika Havela2009-10-072-3/+9
|
* Sort the advanced files, bumped to 0.3.1v0.3.1Ted Trask2009-08-262-1/+2
|
* Bumped revision to 0.3.0v0.3.0root2009-06-041-1/+1
|
* Updated for startstop in core 0.5.0root2009-06-041-1/+1
|
* Modified Makefiles and tagged for release with lots of security fixes.v0.2.6Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/tags/release-0.2.6@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Proposed changes to menu.Ted Trask2009-01-191-5/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-151-1/+1
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-131-4/+4
| | | | | | 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/dansguardian/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.2.5Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/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/dansguardian/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-222-2/+4
| | | | | | 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/dansguardian/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-222-11/+8
| | | | | | displayformend, to provide flexibility while still using the library. Also added support for hidden fields - including a common redir field. Removed redirectOnSuccess from controllerfunctions handle_form, and replaced it with the redir field. Removed redirectOnSuccess from controllers that used it and added handlecommandresults and redir entries to links and forms throughout many views. This will cause a redirect to the originating view when a form is successfully completed. acf_www-controller now includes orig_action in page_info to report the original action launched by the user. git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on various Makefilesv0.2.4Ted Trask2008-10-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1543 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted Trask2008-10-071-18/+2
| | | | | | Modified all uses to validate the file name - this was a major security hole. git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified format library. parse_configfile2, update_configfile2, ↵Ted Trask2008-10-031-8/+8
| | | | | | 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/dansguardian/trunk@1539 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed getopts library and added functionality to format library as ↵Ted Trask2008-09-291-12/+14
| | | | | | 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/dansguardian/trunk@1535 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefilev0.2.3Mika Havela2008-09-251-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1494 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified dansguardian to work despite missing config files.Ted Trask2008-09-121-7/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1466 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified dansguardian. Changed advanced to listfiles and expert to ↵Ted Trask2008-09-1110-572/+138
| | | | | | listconfigfiles. Made general and edit be normal forms. Removed categories, which didn't work. git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1465 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Versionbump on Makefilesv0.2.2Mika Havela2008-08-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1410 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified dansguardian to use new status, startstop, and expert (replaced ↵Ted Trask2008-08-1212-442/+49
| | | | | | plain) actions. git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1380 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use cp -a so dist packages get created properlyv0.2.1Natanael Copa2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesMika Havela2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1324 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-287-103/+103
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump on Makefilesv0.2.0Mika Havela2008-05-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1153 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Small graphical changes due to change in ice.cssMika Havela2008-05-212-6/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1131 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-7/+7
| | | | | | Logon link no longer forced to be https. git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed
* When looking at a category-object, you now see if the reason why it's marked ↵Mika Havela2008-05-084-29/+142
| | | | | | | | red or not (by clicking on the object). You also see the content and other information about the category object. git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1113 ab2d0c66-481e-0410-8bed-d214d4d58bed