aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/js/RrdCmdLine.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-06-22jsrrdgraph: Fix typoManuel Luis Sanmartín Rozada1-2/+1
2015-06-22jsrrdgraph: Fix TICKManuel Luis Sanmartín Rozada1-4/+3
2015-06-22jsrrdgraph: Fix "SHIFT:" number of charsManuel Luis Sanmartín Rozada1-1/+1
2015-06-22jsrrdgraph: Rewrite data a graph commands parser.Manuel Luis Sanmartín Rozada1-82/+344
2015-06-22jsrrdgraph: Fix parse AREA in cmd line.manuel.luis1-2/+2
2014-11-14jsrrdgraph: Set original step when change time interval.Manuel Luis Sanmartín Rozada1-0/+1
2014-08-10jsrrdgraph: Fix parsing of rrdfiles containing escapesPeter Wu1-5/+7
This fixes parsing of URLs such as 'rrd.php?path=some%3Ffile.rrd', and if people really insist, paths such as 'C:\bar.rrd' (must be written as 'C\:\\bar.rrd', add additional escapes for Javascript strings if needed).
2014-08-02jsrrdgraph: Fixed jshint warnings/errorsPeter Wu1-16/+10
Many fall in the category missing semicolon, but there are legitimate bugs (like throwing an error with an undefined variable, using isInfinite instead of !isFinite or fabs instead of Math.abs). At some places, I moved the variable declarations to avoid duplicate definition warnings. Redundant breaks have been removed (after return / throw). Global variables were implicitly defined in RrdDataFile (which caught my attention) and Base64, these have been made local. Also fixed some whitespace errors. Yay, the consistency. Not all (style) issues are fixed.
2014-07-25jsrrdgraph: Fix textalign name typo. Thanks to PoilManuel Luis Sanmartín Rozada1-3/+3
2014-07-25jsrrdgraph: Fix flags parsing (options without a value)Peter Wu1-97/+92
Also fix some typos and white-space issues. Reported at https://github.com/pommi/CGP/issues/88
2013-05-10import js directory from jsrrdgraph for client side graph renderingPim van den Berg1-0/+513
Source: https://github.com/manuelluis/jsrrdgraph@276b880