Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 0.12.1v0.12.1 | Ted Trask | 2015-05-11 | 1 | -1/+1 |
| | |||||
* | Fix exception by removing obsolete /tmp/squid logfile location | Ted Trask | 2015-05-11 | 1 | -1/+1 |
| | |||||
* | Revert "Fix exception in logfile-model due to change to luaposix API" | Ted Trask | 2015-05-11 | 1 | -31/+6 |
| | | | | This reverts commit d93ee8df55aa6b41b043614cfae5c3805dac11c9. | ||||
* | Fix exception in logfile-model due to change to luaposix API | Ted Trask | 2015-05-02 | 1 | -6/+31 |
| | | | | | Exception caused by calling dir with non-existant path. While there, changed the readlink API as well. | ||||
* | Implement hostname validation | Ted Trask | 2015-04-28 | 1 | -0/+12 |
| | |||||
* | Bump version to 0.12.0v0.12.0 | Ted Trask | 2014-04-26 | 1 | -1/+1 |
| | |||||
* | Change how unused options are hidden in update html view | Ted Trask | 2014-04-26 | 1 | -3/+3 |
| | |||||
* | Minor cleanup of styling in logfiles status html view | Ted Trask | 2014-04-25 | 1 | -1/+1 |
| | |||||
* | Fix rc-status-html for when to display Action column | Ted Trask | 2014-04-17 | 1 | -26/+28 |
| | |||||
* | Change for new prototype for htmlviewfunctions.displayitem | Ted Trask | 2014-04-10 | 6 | -15/+15 |
| | |||||
* | Change htmlviewfunctions.displayheader to .displaysectionstart and added ↵ | Ted Trask | 2014-03-17 | 14 | -42/+78 |
| | | | | .displaysectionend function | ||||
* | Fix bugs with starting/stopping logfile tail | Ted Trask | 2014-03-10 | 1 | -3/+7 |
| | |||||
* | Modified HTML views to use new htmlviewfunctions functions and replace links ↵ | Ted Trask | 2014-03-08 | 7 | -62/+56 |
| | | | | | | with forms created by displayitem Use htmlviewfunctions.displayheader .incrementheader .displayitemstart/middle/end | ||||
* | Fix logfiles/tail HTML view bug caused by still using DT | Ted Trask | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | Fix typo in interfaces/update HTML view | Ted Trask | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | Try using header_level -1 to change links to forms in rc-status HTML view | Ted Trask | 2014-03-06 | 1 | -4/+14 |
| | |||||
* | Fix exception in rc/startstop submission | Ted Trask | 2014-03-06 | 1 | -2/+2 |
| | |||||
* | Add interfaces/update HTML view | Ted Trask | 2014-03-04 | 1 | -1/+1 |
| | |||||
* | Change HTML views to use htmlviewfunctions.displayheader | Ted Trask | 2014-03-04 | 25 | -155/+111 |
| | | | | Modified some models to change labels | ||||
* | Fix sort by filesize in logfiles/status | Ted Trask | 2014-03-03 | 1 | -1/+15 |
| | |||||
* | Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵ | Ted Trask | 2014-02-03 | 17 | -243/+253 |
| | | | | and use lowercase tags | ||||
* | Bump version to 0.11.0v0.11.0 | Ted Trask | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-17 | 21 | -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.2 | Ted Trask | 2013-10-09 | 24 | -30/+30 |
| | |||||
* | Only load js libraries if not already loaded. Added jquery.flot.time.js to ↵ | Ted Trask | 2013-10-03 | 3 | -4/+30 |
| | | | | networkstats due to acf-jquery-0.3.0 | ||||
* | logfiles: change view, tail, and download to take filename instead of name ↵ | Ted Trask | 2013-01-09 | 3 | -6/+6 |
| | | | | parameter | ||||
* | Bump version to 0.10.0v0.10.0 | Ted Trask | 2012-12-26 | 1 | -1/+1 |
| | |||||
* | Replace io.popen with modelfunction.run_executable | Ted Trask | 2012-12-26 | 5 | -30/+22 |
| | |||||
* | Interfaces: Replaced subprocess.call_capture with modelfunction.run_executable | Ted Trask | 2012-12-11 | 1 | -13/+10 |
| | |||||
* | Interfaces: Replace io.popen with subprocess.call_capture | Ted Trask | 2012-12-11 | 1 | -28/+11 |
| | |||||
* | Bump version to 0.9.3v0.9.3 | Ted Trask | 2012-12-07 | 1 | -1/+1 |
| | |||||
* | Interfaces: minor change for cleanup | Ted Trask | 2012-12-07 | 1 | -14/+15 |
| | |||||
* | Interfaces: Added support for unknown options in a separate cfe | Ted Trask | 2012-12-06 | 2 | -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 Trask | 2012-12-06 | 3 | -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 Trask | 2012-12-05 | 1 | -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 class | Ted Trask | 2012-12-05 | 1 | -157/+100 |
| | | | | The class was only confusing things. Removed several functions and made the rest simple local functions. | ||||
* | Interfaces: removed unnecessary escapespecialcharacters calls | Ted Trask | 2012-12-04 | 1 | -5/+5 |
| | |||||
* | Changed delete interfaces to use a select and properly return results | Ted Trask | 2012-12-04 | 2 | -16/+9 |
| | |||||
* | Changed cfe from iface to name to match what it used to be | Ted Trask | 2012-12-04 | 1 | -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 validate | Ted Trask | 2012-12-04 | 1 | -18/+38 |
| | |||||
* | Fix ifup / ifdown to capture the output | Ted Trask | 2012-12-04 | 2 | -10/+10 |
| | |||||
* | Bumped version to 0.9.2v0.9.2 | Ted Trask | 2012-11-06 | 1 | -1/+1 |
| | |||||
* | Changed viewtype ajax to json as per acf-core-0.15.3, and moved viewtype ↵ | Ted Trask | 2012-11-06 | 4 | -10/+3 |
| | | | | stream out of controller | ||||
* | Bumped version to 0.9.1v0.9.1 | Ted Trask | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | Removed unneeded views by updating CFE for autoview | Ted Trask | 2012-10-28 | 5 | -30/+6 |
| | |||||
* | Removed unnecessary links to form-html.lsp | Ted Trask | 2012-10-26 | 3 | -3/+0 |
| | |||||
* | Added require statement for html library | Ted Trask | 2012-10-02 | 17 | -0/+17 |
| | |||||
* | Bumped version to 0.9.0v0.9.0 | Ted Trask | 2012-07-01 | 1 | -1/+1 |
| | |||||
* | Changes redirect_to_referrer to handle_form for logfiles.delete | Ted Trask | 2012-05-08 | 3 | -20/+36 |
| | |||||
* | Some cleanup for form submission | Ted Trask | 2012-05-07 | 4 | -4/+4 |
| |