summaryrefslogtreecommitdiffstats
Commit message (Expand)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, and...Ted Trask2014-02-037-84/+114
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-212-35/+39
* 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 v...Ted Trask2012-11-268-53/+21
* 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
* Adding Makefile, config.mk and READMEMika Havela2011-06-013-0/+55
* Add notes into the graph image.Mika Havela2011-06-013-19/+90
* 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
* 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
* Hide path to .graph filesMika Havela2009-07-092-1/+5
* Manage existing graph cfg-filesMika Havela2009-07-097-7/+48
* 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
* Cleaning up code by using fs.find_files_as_array instead of having own code f...Mika Havela2009-07-081-30/+5
* 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
* Viewfile for graphs.Mika Havela2009-07-081-0/+14
* 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
* Prepare a view to list available graphs.Mika Havela2009-07-074-2/+38
* 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
* Cosmetical change in modelMika Havela2009-07-031-28/+28
* Validating userinput.Mika Havela2009-07-031-7/+13
* Adding confirmation when trying to delete a DB.Mika Havela2009-07-031-1/+16