aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-View-RRDGraph
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused part for CPAN macroAndrej Zverev2009-02-021-1/+0
| | | | Notes: svn path=/head/; revision=227427
* fix plist, ci rating++Andrej Zverev2008-12-221-0/+2
| | | | Notes: svn path=/head/; revision=224569
* This view generates RRD graph images from the graph defintion placed in theAndrej Zverev2008-12-224-0/+45
stash. The controller is responsable of placing an ARRAYREF in $c-stash->{'graph'}> with the same data as to generate a graph with the RRDs module, except for filename, that will be automatically generated by the view. Notes: svn path=/head/; revision=224568