summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.9.1HEADv0.9.1masterTed Trask2016-11-071-1/+1
|
* Fix exception due to invalid replacement stringTed Trask2016-11-071-1/+1
| | | | Fixes #6429
* Remove trailing whitespaceTed Trask2016-08-103-12/+12
|
* Bump version to 0.9.0v0.9.0Ted Trask2016-01-181-1/+1
|
* Change listfiles filesize to size, size and mtime not user-friendly, use ↵Ted Trask2015-12-302-19/+6
| | | | posix.stat over fs.stat, use new format functions
* Bump version to 0.8.0v0.8.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-105-37/+41
|
* 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-034-60/+113
| | | | 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-48/+52
| | | | | 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-5/+5
|
* Bumped version to 0.6.1v0.6.1Ted Trask2012-10-281-1/+1
|
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-286-58/+20
|
* Added require statement for html libraryTed Trask2012-10-027-0/+7
|
* Bump version to 0.6.0v0.6.0Ted Trask2012-07-021-1/+1
|
* Made changes for new handle_form style, remove redirect_to_referrer, and fix ↵Ted Trask2012-07-024-22/+37
| | | | fs library references
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-9/+9
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-1810-28/+28
| | | | | | 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.5.0v0.5.0Ted Trask2011-03-301-1/+1
|
* Modified for acf-core-0.13.0Ted Trask2011-03-302-10/+2
|
* UI fix, bumped to 0.4.3v0.4.3Ted Trask2009-12-102-3/+3
|
* Added ability to edit conf.d file, bumped to 0.4.2v0.4.2Ted Trask2009-08-257-9/+58
|
* Revert previous change because aports changed to use dhcpd init.d script nameTed Trask2009-07-201-1/+1
|
* Modified init.d script from dhcpd to dhcp. Bumped to 0.4.1v0.4.1Ted Trask2009-07-132-2/+2
|
* Bumped revision to 0.4.0v0.4.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.3.10Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/tags/release-0.3.10@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Proposed changes to menu.Ted Trask2009-01-191-5/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-156-11/+11
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-131-10/+10
| | | | | | 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/dhcp/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified several pages to replace contenteditable with readonly. Added ↵Ted Trask2009-01-122-2/+2
| | | | | | readonly to html.lsp and .css files. git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1676 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Update dhcp makefile and tag for release.v0.3.9Ted Trask2008-12-091-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1634 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified dhcp to add required ddns-update-style parameter to globals.Ted Trask2008-12-082-11/+21
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1624 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.3.8Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-241-4/+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/dhcp/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/dhcp/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-225-4/+16
| | | | | | 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/dhcp/trunk@1560 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/dhcp/trunk@1543 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted Trask2008-10-071-2/+1
| | | | | | Modified all uses to validate the file name - this was a major security hole. git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Versionbump on Makefilesv0.3.6Mika Havela2008-08-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1410 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed dhcp validation bugTed Trask2008-08-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1391 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding dhcp host files.Ted Trask2008-08-123-0/+41
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1377 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified dhcp to add host support.Ted Trask2008-08-123-8/+201
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1376 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrite of dhcp to modify existing config file rather than just generate a ↵Ted Trask2008-08-0920-1596/+560
| | | | | | new one. Still need to add support for hosts, currently only supports globals and subnets. git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1373 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use cp -a so dist packages get created properlyv0.3.5Natanael Copa2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesMika Havela2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1324 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-2811-119/+119
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump on Makefilesv0.3.4Mika Havela2008-05-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1153 ab2d0c66-481e-0410-8bed-d214d4d58bed