summaryrefslogtreecommitdiffstats
path: root/rrdtool-controller.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-211-17/+19
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Removed unused config action - view onlyTed Trask2012-11-261-12/+0
|
* Removed startstop and welcome actions, cleaned up status, and removed popup ↵Ted Trask2012-11-261-5/+0
| | | | viewtype
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-2/+2
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-8/+5
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
* New view to be able to create new graph-configsMika Havela2009-07-211-0/+2
|
* Edit existing and create new graph-filesMika Havela2009-07-091-3/+9
| | | | Putting back full path on graph-files to get standard functions to work propperly
* Manage existing graph cfg-filesMika Havela2009-07-091-0/+6
| | | | | Remove/hide edit-rrd option because it donesn't work (yet) Adding roles to be able to edit files
* Show graph-image in popup windowMika Havela2009-07-081-0/+1
|
* List graph-files (created the view-file)Mika Havela2009-07-081-1/+1
| | | | Updated the validfilename() to be able to modify/delete graph-files too.
* List rrd-files and graph-configfiles in a config-page.Mika Havela2009-07-081-1/+13
|
* List available graphs and display selected graphMika Havela2009-07-081-0/+4
| | | | Still missing functionallity to create the needed table that holds information on how to create the graphics.
* Prepare a view to list available graphs.Mika Havela2009-07-071-0/+4
| | | | | Graphs are sectioned into groups. Each group has a heading. Under each group you get a list of available graphs.
* Functionallity to create new DB.Mika Havela2009-07-031-2/+3
| | | | Still missing validation on userinput.
* Adding functionallity to see 'rrdtool info' on the existing DBs.Mika Havela2009-07-031-0/+3
|
* Adding delete() to be able to remove .rrd DB'sMika Havela2009-07-021-0/+5
| | | | Hiding some debug information in the listrrd view-file.
* Started on 'create new rrd' function (still much to do).Mika Havela2009-07-021-0/+5
| | | | The viewfile for NewRRD is showing some forms, but it's still not usable.
* Clean up the table so the view file displays things as it should.Mika Havela2009-06-291-1/+1
|
* Initial commit on controllerMika Havela2009-06-291-0/+29