summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.12.1v0.12.1Ted Trask2015-05-111-1/+1
|
* Fix exception by removing obsolete /tmp/squid logfile locationTed Trask2015-05-111-1/+1
|
* Revert "Fix exception in logfile-model due to change to luaposix API"Ted Trask2015-05-111-31/+6
| | | | This reverts commit d93ee8df55aa6b41b043614cfae5c3805dac11c9.
* Fix exception in logfile-model due to change to luaposix APITed Trask2015-05-021-6/+31
| | | | | Exception caused by calling dir with non-existant path. While there, changed the readlink API as well.
* Implement hostname validationTed Trask2015-04-281-0/+12
|
* Bump version to 0.12.0v0.12.0Ted Trask2014-04-261-1/+1
|
* Change how unused options are hidden in update html viewTed Trask2014-04-261-3/+3
|
* Minor cleanup of styling in logfiles status html viewTed Trask2014-04-251-1/+1
|
* Fix rc-status-html for when to display Action columnTed Trask2014-04-171-26/+28
|
* Change for new prototype for htmlviewfunctions.displayitemTed Trask2014-04-106-15/+15
|
* Change htmlviewfunctions.displayheader to .displaysectionstart and added ↵Ted Trask2014-03-1714-42/+78
| | | | .displaysectionend function
* Fix bugs with starting/stopping logfile tailTed Trask2014-03-101-3/+7
|
* Modified HTML views to use new htmlviewfunctions functions and replace links ↵Ted Trask2014-03-087-62/+56
| | | | | | with forms created by displayitem Use htmlviewfunctions.displayheader .incrementheader .displayitemstart/middle/end
* Fix logfiles/tail HTML view bug caused by still using DTTed Trask2014-03-071-1/+1
|
* Fix typo in interfaces/update HTML viewTed Trask2014-03-071-1/+1
|
* Try using header_level -1 to change links to forms in rc-status HTML viewTed Trask2014-03-061-4/+14
|
* Fix exception in rc/startstop submissionTed Trask2014-03-061-2/+2
|
* Add interfaces/update HTML viewTed Trask2014-03-041-1/+1
|
* Change HTML views to use htmlviewfunctions.displayheaderTed Trask2014-03-0425-155/+111
| | | | Modified some models to change labels
* Fix sort by filesize in logfiles/statusTed Trask2014-03-031-1/+15
|
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-02-0317-243/+253
| | | | and use lowercase tags
* Bump version to 0.11.0v0.11.0Ted Trask2013-10-311-1/+1
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-1721-150/+188
| | | | | 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-0924-30/+30
|
* Only load js libraries if not already loaded. Added jquery.flot.time.js to ↵Ted Trask2013-10-033-4/+30
| | | | networkstats due to acf-jquery-0.3.0
* logfiles: change view, tail, and download to take filename instead of name ↵Ted Trask2013-01-093-6/+6
| | | | parameter
* Bump version to 0.10.0v0.10.0Ted Trask2012-12-261-1/+1
|
* Replace io.popen with modelfunction.run_executableTed Trask2012-12-265-30/+22
|
* Interfaces: Replaced subprocess.call_capture with modelfunction.run_executableTed Trask2012-12-111-13/+10
|
* Interfaces: Replace io.popen with subprocess.call_captureTed Trask2012-12-111-28/+11
|
* Bump version to 0.9.3v0.9.3Ted Trask2012-12-071-1/+1
|
* Interfaces: minor change for cleanupTed Trask2012-12-071-14/+15
|
* Interfaces: Added support for unknown options in a separate cfeTed Trask2012-12-062-7/+11
| | | | The previous implementation would display them as separate options with errors, and silently drop when writing
* Interfaces: Move iface structure to a separate file and use it in view to ↵Ted Trask2012-12-063-180/+108
| | | | | | | determine which options to display The previous method meant that each option was defined in both the model and in the view. Now, everything is defined in the model, and the view just hides / shows as desired.
* Interfaces - reorganize iface structure and always return full interface ↵Ted Trask2012-12-051-104/+124
| | | | | | | structure The model should report the entire form, not pieces at a time. The view can determine which options to show. Modified the validation and writing to interfaces file to only consider the valid options for given family/method.
* Interfaces - made iface a simple structure, rather than a classTed Trask2012-12-051-157/+100
| | | | The class was only confusing things. Removed several functions and made the rest simple local functions.
* Interfaces: removed unnecessary escapespecialcharacters callsTed Trask2012-12-041-5/+5
|
* Changed delete interfaces to use a select and properly return resultsTed Trask2012-12-042-16/+9
|
* Changed cfe from iface to name to match what it used to beTed Trask2012-12-041-9/+9
| | | | The ifup, ifdown, and delete actions should have taken the interface name as 'name', not 'iface', this was changed mistakenly.
* Change ifup/ifdown interface to select and validateTed Trask2012-12-041-18/+38
|
* Fix ifup / ifdown to capture the outputTed Trask2012-12-042-10/+10
|
* Bumped version to 0.9.2v0.9.2Ted Trask2012-11-061-1/+1
|
* Changed viewtype ajax to json as per acf-core-0.15.3, and moved viewtype ↵Ted Trask2012-11-064-10/+3
| | | | stream out of controller
* Bumped version to 0.9.1v0.9.1Ted Trask2012-10-281-1/+1
|
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-285-30/+6
|
* Removed unnecessary links to form-html.lspTed Trask2012-10-263-3/+0
|
* Added require statement for html libraryTed Trask2012-10-0217-0/+17
|
* Bumped version to 0.9.0v0.9.0Ted Trask2012-07-011-1/+1
|
* Changes redirect_to_referrer to handle_form for logfiles.deleteTed Trask2012-05-083-20/+36
|
* Some cleanup for form submissionTed Trask2012-05-074-4/+4
|