summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Started changes to use new htmlviewfunctions functionsHEADmasterTed Trask2014-04-175-38/+14
|
* Fix sort by filesize in logfiles/statusTed Trask2014-03-042-2/+30
|
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-02-037-84/+114
| | | | and use lowercase tags
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-212-35/+39
| | | | | 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-098-9/+9
|
* Replaced one io.popen with modelfunctions.run_executable and removed two othersTed Trask2013-01-021-9/+5
|
* Use modelfunctions to get statusTed Trask2012-11-261-11/+1
|
* Removed unused config action - view onlyTed Trask2012-11-261-12/+0
|
* Added back viewgraph viewTed Trask2012-11-261-0/+12
|
* Removed startstop and welcome actions, cleaned up status, and removed popup ↵Ted Trask2012-11-268-53/+21
| | | | viewtype
* Added require statement for html libraryTed Trask2012-10-025-0/+5
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-282-10/+10
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-1813-42/+41
| | | | | | 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
* Adding Makefile, config.mk and READMEMika Havela2011-06-013-0/+55
|
* Add notes into the graph image.Mika Havela2011-06-013-19/+90
| | | | | | Save a script next to the DB so the DB can be recreated if needed (might be used in further improvements of this acf) Display example config when creating a new graph.
* Fixed typo.Ted Trask2010-02-161-1/+1
|
* Added wwwprefix to web path.Ted Trask2010-02-161-1/+1
|
* Updated for skin change in acf-core 0.10.0Ted Trask2010-01-221-1/+1
|
* Removed debug statements.Ted Trask2009-12-314-29/+0
|
* Use viewlibrary.check_permission from acf-core-0.9.0Ted Trask2009-12-173-24/+10
|
* New view to be able to create new graph-configsMika Havela2009-07-214-2/+41
|
* Fixed typo - Now you see graph if it works, else you get debug information.Mika Havela2009-07-091-1/+1
|
* Inform the user if a graph-file is brokenMika Havela2009-07-091-1/+8
|
* Move the 'rrdtool info' output to top of config-viewMika Havela2009-07-092-2/+2
| | | | Put back 'redir' option when you edited a graphcfgfile (now that it works again)
* Using standard view for editing filesMika Havela2009-07-091-19/+1
|
* Move commandresult to the top of the config-viewMika Havela2009-07-092-2/+1
|
* Fixed a broken rolesMika Havela2009-07-091-1/+1
|
* Cleaning up the rolesMika Havela2009-07-091-1/+1
|
* Prevent the user to enter a invalid filename for the graph-conffileMika Havela2009-07-091-7/+12
|
* Show default config when creating a new graphMika Havela2009-07-091-0/+8
|
* Edit existing and create new graph-filesMika Havela2009-07-093-10/+28
| | | | Putting back full path on graph-files to get standard functions to work propperly
* Hide path to .graph filesMika Havela2009-07-092-1/+5
|
* Manage existing graph cfg-filesMika Havela2009-07-097-7/+48
| | | | | Remove/hide edit-rrd option because it donesn't work (yet) Adding roles to be able to edit files
* We need to be able to write time in other ways than just type the secondsMika Havela2009-07-081-3/+0
|
* Created templates that goes into the popupwindowMika Havela2009-07-082-0/+33
|
* Show graph-image in popup windowMika Havela2009-07-084-12/+25
|
* List graph-files (created the view-file)Mika Havela2009-07-083-5/+81
| | | | Updated the validfilename() to be able to modify/delete graph-files too.
* Cleaning up code by using fs.find_files_as_array instead of having own code ↵Mika Havela2009-07-081-30/+5
| | | | for searching for files.
* Creating a viewfile for configuring rrd's and graph-filesMika Havela2009-07-081-0/+12
|
* List rrd-files and graph-configfiles in a config-page.Mika Havela2009-07-084-7/+18
|
* Fetching graph-settings from external configfiles.Mika Havela2009-07-083-4/+22
| | | | Rebuilding the view to be able to make the configfiles simple to use.
* Viewfile for graphs.Mika Havela2009-07-081-0/+14
| | | | Hiding debug messages
* View-file to be able to create a new rrdMika Havela2009-07-081-0/+17
|
* List available graphs and display selected graphMika Havela2009-07-083-2/+48
| | | | 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-074-2/+38
| | | | | Graphs are sectioned into groups. Each group has a heading. Under each group you get a list of available graphs.
* Display error message when a rrd DB has been created on other architectureMika Havela2009-07-071-1/+1
|
* Validating that at least one DS and one RRA existsMika Havela2009-07-031-2/+8
| | | | Also making it possible for 'start' and 'step' to be empty
* Cosmetical change in modelMika Havela2009-07-031-28/+28
|
* Validating userinput.Mika Havela2009-07-031-7/+13
| | | | | Using format.escapespecialcharacters() to prevent code injection. Making sure some inputs are purely numerical.
* Adding confirmation when trying to delete a DB.Mika Havela2009-07-031-1/+16
| | | | | | We need some confirmation so we don't accidently delete a DB. This commit adds a javascript that asks for confirmation when trying to delete a DB. I am hoping to find a better way to do this (instead of using javascript) but for now it works.