summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.13.3HEADv0.13.3masterTed Trask2020-03-041-1/+1
|
* Add support for symlink'd interfaces fileTed Trask2019-10-021-3/+17
| | | | Also minor changes to avoid crash on empty file or syntax error
* Bump version to 0.13.2v0.13.2Ted Trask2018-06-261-1/+1
|
* Fix syslog/config crash due to missing parameterTed Trask2018-06-261-1/+1
|
* Remove trailing whitespaceTed Trask2016-08-1020-55/+55
|
* Bump version to 0.13.1v0.13.1Ted Trask2016-05-021-1/+1
|
* Change cron processname to crond due to change in Alpine Linux 3.4Ted Trask2016-05-021-1/+1
|
* Bump version to 0.13.0v0.13.0Ted Trask2016-01-181-1/+1
|
* Change logfiles.status to return a structure rather than a list of cfe's for ↵Ted Trask2015-12-302-17/+12
| | | | | | each file This makes it like listfiles actions in other ACFs. Tested and still works with acf-weblog.
* Clean up model.get code for listing files and determining if in useTed Trask2015-12-301-50/+32
|
* Minor cleanupTed Trask2015-12-301-1/+0
|
* Change logfiles filesize to size, size and mtime not user-friendly, use ↵Ted Trask2015-12-303-38/+29
| | | | posix.stat over fs.stat, use new format functions
* Better error handling for view/tail/download and fix download to use proper ↵Ted Trask2015-11-202-15/+22
| | | | cfe for input
* Bump version to 0.12.2v0.12.2Ted Trask2015-09-211-1/+1
|
* Modify logfile view and tail to properly use handle_clientdataTed Trask2015-07-262-30/+42
| | | | Fixed a minor bug in tail where CFE contained 'fileoffset' but action looked for 'offset'
* 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.