Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-21 | 1 | -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 only | Ted Trask | 2012-11-26 | 1 | -12/+0 |
| | |||||
* | Removed startstop and welcome actions, cleaned up status, and removed popup ↵ | Ted Trask | 2012-11-26 | 1 | -5/+0 |
| | | | | viewtype | ||||
* | Updated for handle_form now passing self to get and set functions | Ted Trask | 2012-04-28 | 1 | -2/+2 |
| | |||||
* | Started work on updating for acf-core-0.15 | Ted Trask | 2012-04-18 | 1 | -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-configs | Mika Havela | 2009-07-21 | 1 | -0/+2 |
| | |||||
* | Edit existing and create new graph-files | Mika Havela | 2009-07-09 | 1 | -3/+9 |
| | | | | Putting back full path on graph-files to get standard functions to work propperly | ||||
* | Manage existing graph cfg-files | Mika Havela | 2009-07-09 | 1 | -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 window | Mika Havela | 2009-07-08 | 1 | -0/+1 |
| | |||||
* | List graph-files (created the view-file) | Mika Havela | 2009-07-08 | 1 | -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 Havela | 2009-07-08 | 1 | -1/+13 |
| | |||||
* | List available graphs and display selected graph | Mika Havela | 2009-07-08 | 1 | -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 Havela | 2009-07-07 | 1 | -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 Havela | 2009-07-03 | 1 | -2/+3 |
| | | | | Still missing validation on userinput. | ||||
* | Adding functionallity to see 'rrdtool info' on the existing DBs. | Mika Havela | 2009-07-03 | 1 | -0/+3 |
| | |||||
* | Adding delete() to be able to remove .rrd DB's | Mika Havela | 2009-07-02 | 1 | -0/+5 |
| | | | | Hiding some debug information in the listrrd view-file. | ||||
* | Started on 'create new rrd' function (still much to do). | Mika Havela | 2009-07-02 | 1 | -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 Havela | 2009-06-29 | 1 | -1/+1 |
| | |||||
* | Initial commit on controller | Mika Havela | 2009-06-29 | 1 | -0/+29 |