- 10 Aug, 2016 1 commit
-
-
Ted Trask authored
-
- 18 Jan, 2016 1 commit
-
-
Ted Trask authored
-
- 30 Dec, 2015 1 commit
-
-
Ted Trask authored
Change listfiles filesize to size, size and mtime not user-friendly, use posix.stat over fs.stat, use new format functions
-
- 26 Apr, 2014 1 commit
-
-
Ted Trask authored
-
- 25 Apr, 2014 1 commit
-
-
Ted Trask authored
-
- 10 Apr, 2014 1 commit
-
-
Ted Trask authored
-
- 04 Mar, 2014 1 commit
-
-
Ted Trask authored
-
- 03 Feb, 2014 1 commit
-
-
Ted Trask authored
-
- 31 Oct, 2013 1 commit
-
-
Ted Trask authored
-
- 18 Oct, 2013 1 commit
-
-
Ted Trask authored
Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
-
- 09 Oct, 2013 1 commit
-
-
Ted Trask authored
-
- 28 Oct, 2012 1 commit
-
-
Ted Trask authored
-
- 02 Oct, 2012 1 commit
-
-
Ted Trask authored
-
- 01 Jul, 2012 2 commits
- 28 Apr, 2012 1 commit
-
-
Ted Trask authored
-
- 18 Apr, 2012 1 commit
-
-
Ted Trask authored
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
-
- 30 Mar, 2011 2 commits
- 01 Jan, 2010 1 commit
-
-
Ted Trask authored
-
- 31 Dec, 2009 1 commit
-
-
Ted Trask authored
-
- 28 Dec, 2009 1 commit
-
-
Ted Trask authored
-
- 09 Oct, 2009 1 commit
-
-
Ted Trask authored
-
- 07 Oct, 2009 1 commit
-
-
Mika Havela authored
-
- 26 Aug, 2009 1 commit
-
-
Ted Trask authored
-
- 04 Jun, 2009 2 commits
- 22 Jan, 2009 1 commit
-
-
Ted Trask authored
git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/tags/release-0.2.6@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
-
- 19 Jan, 2009 1 commit
-
-
Ted Trask authored
git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
-
- 15 Jan, 2009 1 commit
-
-
Ted Trask authored
Modified html.lua and viewlibrary.lua and all html files to html_escape variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
-
- 13 Jan, 2009 1 commit
-
-
Ted Trask authored
Modified fs.lua to survive nil parameters. Added create_directory and used 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
-
- 04 Nov, 2008 1 commit
-
-
Ted Trask authored
git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed
-
- 24 Oct, 2008 1 commit
-
-
Ted Trask authored
Minor change to roles code and major change to roles. Replaced ALL, CREATE, 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
-
- 22 Oct, 2008 2 commits
-
-
Ted Trask authored
Modified viewfunctions displaycommandresults to not delete the error results 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
-
Ted Trask authored
Modified viewfunctions to split displayform, creating displayformstart and 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
-
- 07 Oct, 2008 2 commits
-
-
Ted Trask authored
git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1543 ab2d0c66-481e-0410-8bed-d214d4d58bed
-
Ted Trask authored
Modified modelfunctions library to include validation in get/setfiledetails. 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
-
- 03 Oct, 2008 1 commit
-
-
Ted Trask authored
Modified format library. parse_configfile2, update_configfile2, 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
-
- 29 Sep, 2008 1 commit
-
-
Ted Trask authored
Removed getopts library and added functionality to format library as 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
-
- 25 Sep, 2008 1 commit
-
-
Mika Havela authored
git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1494 ab2d0c66-481e-0410-8bed-d214d4d58bed
-