summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaceHEADmasterTed Trask2016-08-109-35/+35
|
* Bump version to 0.11.0v0.11.0Ted Trask2016-01-181-1/+1
|
* Change file actions filesize to size, size and mtime not user-friendly, use ↵Ted Trask2015-12-304-28/+14
| | | | posix.stat over fs.stat, use new format functions
* Bump version to 0.10.1v0.10.1Ted Trask2014-11-271-1/+1
|
* Fix bug in edit HTML view where domains were being droppedTed Trask2014-11-271-1/+1
| | | | Use regex for string replace so replaces all instances
* Bump version to 0.10.0v0.10.0Ted Trask2014-04-261-1/+1
|
* Fix edit html view js error with comments not geting # characterTed Trask2014-04-251-3/+9
|
* Changes to use new htmlviewfunctions functionsTed Trask2014-04-256-77/+123
|
* 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-035-85/+121
| | | | and use lowercase tags
* Bump version to 0.9.0v0.9.0Ted Trask2013-10-311-1/+1
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-212-47/+51
| | | | | 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-096-9/+9
|
* Only load js libraries if not already loadedTed Trask2013-10-032-2/+12
|
* Bumped version to 0.8.1v0.8.1Ted Trask2012-10-281-1/+1
|
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-272-17/+4
|
* Use authenticator.get_subauth function rather than public auth variableTed Trask2012-10-261-8/+14
|
* Removed unnecessary links to form-html.lspTed Trask2012-10-261-1/+0
|
* Added require statement for html libraryTed Trask2012-10-027-0/+7
|
* Bumped version to 0.8.0v0.8.0Ted Trask2012-08-151-1/+1
|
* Removed call to redirect_to_referrerTed Trask2012-08-153-9/+15
|
* Fixed bug with SRV records having Priority and Weight swappedTed Trask2012-06-211-1/+1
|
* Fixed Install button on status pageTed Trask2012-05-191-1/+1
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-282-12/+8
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-1810-39/+40
| | | | | | 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
* Fixed bug with package install and autostart forms not workingTed Trask2011-07-131-2/+5
|
* Standalone A-entry should not be called 'Alias'. 'Alias' is generallyTimo Teräs2011-04-132-6/+6
| | | | used for CNAME records so that would be confusing.
* Bumped version to 0.7.0v0.7.0Ted Trask2011-03-301-1/+1
|
* Change for acf-core-0.13.0Ted Trask2011-03-303-9/+12
|
* Bumped version to 0.6.0v0.6.0Ted Trask2010-10-081-1/+1
|
* Modified permissions to work with acf-core-0.11.0Ted Trask2010-10-081-12/+8
|
* Bumped version to 0.5.4v0.5.4Ted Trask2010-04-151-1/+1
|
* Added validation to edit page to prevent A records for hosts outside domain.Ted Trask2010-04-151-12/+44
|
* Bumped version to 0.5.3v0.5.3Ted Trask2010-03-181-1/+1
|
* Add octal escape code handling to all fields except comment.Ted Trask2010-03-181-11/+12
|
* Sort the permissions alphabetically.Ted Trask2010-03-151-0/+2
|
* Sort domains.Ted Trask2010-03-041-0/+1
|
* Bumped version to 0.5.2v0.5.2Ted Trask2010-02-161-1/+1
|
* Added wwwprefix to web path.Ted Trask2010-02-162-9/+9
|
* Bumped version to 0.5.1v0.5.1Ted Trask2010-02-111-1/+1
|
* Remove leading/trailing spaces from edit fields.Ted Trask2010-02-111-3/+3
|
* Bumped version to 0.5.0v0.5.0Ted Trask2010-01-221-1/+1
|
* Updated for skin change in acf-core 0.10.0Ted Trask2010-01-222-6/+6
|
* Bumped version to 0.4.1v0.4.1Ted Trask2010-01-041-1/+1
|
* Automatic conversion of octal escape sequences in NAPTR regular expressions.Ted Trask2010-01-041-0/+11
|
* Fixed bug displaying perms result, made auth field by prefix..controller.Ted Trask2010-01-042-10/+9
| | | | Plus, removed role sorting.
* Bumped version to 0.4.0v0.4.0Ted Trask2010-01-011-1/+1
|
* Removed debug statements.Ted Trask2009-12-313-18/+0
|
* Change processname to match prefix - this allows multiple instances without ↵Ted Trask2009-12-252-0/+11
| | | | editing.
* Use viewlibrary.check_permission from acf-core-0.9.0Ted Trask2009-12-172-7/+7
|