summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.5.0v0.5.0Ted Trask2013-10-311-1/+1
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-182-32/+36
| | | | | 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.4.1v0.4.1Ted Trask2012-10-281-1/+1
|
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-282-14/+2
|
* Removed unnecessary links to form-html.lspTed Trask2012-10-262-2/+0
|
* Added require statement for html libraryTed Trask2012-10-022-0/+2
|
* Bump version to 0.4.0v0.4.0Ted Trask2012-07-091-1/+1
|
* Made changes for new handle_form style and remove redirect_to_referrerTed Trask2012-07-093-13/+19
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-282-9/+9
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-186-23/+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.3.0v0.3.0Ted Trask2011-03-301-1/+1
|
* Modified for acf-core-0.13.0Ted Trask2011-03-301-6/+0
|
* Bumped version to 0.2.2v0.2.2Ted Trask2010-01-011-1/+1
|
* Removed debug statements.Ted Trask2009-12-313-21/+0
|
* UI fix, bumped to 0.2.1v0.2.1Ted Trask2009-12-102-3/+3
|
* Bumped revision to 0.2.0v0.2.0root2009-06-041-1/+1
|
* Updated for startstop in core 0.5.0root2009-06-041-1/+1
|
* Tagged updated packages for release.v0.1.10ttrask2009-02-231-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1704 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Started process of removing as many io.popen calls as possible. Not complete.Ted Trask2009-01-241-4/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1695 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefiles and tagged for release with lots of security fixes.v0.1.9Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Proposed changes to menu.Ted Trask2009-01-191-5/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tested by removing expected packages, files, and directories. Fixed ↵Ted Trask2009-01-161-4/+2
| | | | | | resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-152-2/+2
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/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/dnscache/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified several pages to replace contenteditable with readonly. Added ↵Ted Trask2009-01-121-1/+1
| | | | | | readonly to html.lsp and .css files. git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1676 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.1.8Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/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/dnscache/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-222-1/+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/dnscache/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-221-2/+2
| | | | | | 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/dnscache/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on various Makefilesv0.1.7Ted Trask2008-10-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1543 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted Trask2008-10-071-19/+5
| | | | | | Modified all uses to validate the file name - this was a major security hole. git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified format library. parse_configfile2, update_configfile2, ↵Ted Trask2008-10-031-6/+6
| | | | | | 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/dnscache/trunk@1539 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed getopts library and added functionality to format library as ↵Ted Trask2008-09-291-8/+7
| | | | | | 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/dnscache/trunk@1535 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Versionbump on various Makefilesv0.1.6Mika Havela2008-09-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1523 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed minor bug in dnscache.Ted Trask2008-09-251-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1522 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use cp -a so dist packages get created properlyv0.1.5Natanael Copa2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesMika Havela2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1324 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-283-30/+30
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified dnscache to use controllerfunctions, modelfunctions, and common lsp ↵Ted Trask2008-07-0510-265/+34
| | | | | | files. git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1282 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed some DNScache names.Ted Trask2008-06-302-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1263 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrite of DNScache.Ted Trask2008-06-2613-334/+483
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1262 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefilev0.1.4Mika Havela2008-06-241-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1237 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Graphical bugfix - Modifying path to images.v0.1.3Mika Havela2008-05-222-2/+2
| | | | | | version bump on Makefiles git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1175 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump on Makefilesv0.1.2Mika Havela2008-05-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1153 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Small graphical changes due to change in ice.cssMika Havela2008-05-211-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1132 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-1/+1
| | | | | | Logon link no longer forced to be https. git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed
* List current configuration on status-pageMika Havela2008-05-082-0/+40
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1112 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrote getopts.getoptsfromfile function to handle more complicated config ↵Ted Trask2008-05-071-4/+4
| | | | | | files and removed getopts.getoptsfromfile_onperline function git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1111 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updating versionnumber in Makefilev0.1.1Mika Havela2008-05-011-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1071 ab2d0c66-481e-0410-8bed-d214d4d58bed