Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-12 | add graph_type "hybrid" to show canvas on detail page, png on the others | Pim van den Berg | 1 | -0/+4 | |
2013-12-29 | fix heigth -> height typo | Pim van den Berg | 1 | -1/+1 | |
2013-06-22 | start using fieldset + legend for showing data | Pim van den Berg | 1 | -1/+3 | |
2013-05-18 | integrate jsrrdgraph in CGP | Pim van den Berg | 1 | -1/+6 | |
2013-05-13 | move width/heigth from plugins to type __construct | Pim van den Berg | 1 | -2/+0 | |
2013-02-09 | detail.php: make terms configurable | Pim van den Berg | 1 | -11/+1 | |
2012-12-28 | remove arguments overview_plugins and other_plugins from plugins_list function | Pim van den Berg | 1 | -8/+2 | |
Those can be gathered within the function. | |||||
2012-12-21 | remove in-html comments by xian310 | Pim van den Berg | 1 | -1/+1 | |
2012-12-21 | replace the ajax expand system by a navigation menu | xian310 | 1 | -14/+26 | |
Signed-off-by: Pim van den Berg <pim@nethuis.nl> | |||||
2012-09-07 | add support for varnish plugin categories | Pim van den Berg | 1 | -0/+1 | |
Since commit collectd-4.10.0-88-g02e12db the varnish plugin groups collected values in categories. The collectd filestructure used for varnish is now: <plugin>-<category>-<plugin_instance>/<type>-<type_instance> Because this isn't distinguishable from a regular plugin like df, ... df-var-tmp/df_complex-free.rrd ("var" isn't the category here) ... the category is only set with the varnish plugin. Reported-by: Jonathan Huot <jonathan.huot@gmail.com> | |||||
2011-10-08 | include trailing slash in config weburl variable | Pim van den Berg | 1 | -3/+3 | |
When running CGP in the root, the header didn't link to the overview page because the href was empty. Reported-by: Nikoli <Nikoli@lavabit.com> | |||||
2011-04-21 | resolve php notices | Karol Nowacki | 1 | -8/+8 | |
Including a lot of undefined $_GET values. | |||||
2010-01-01 | better validation of possible user input (get) | Pim van den Berg | 1 | -5/+6 | |
2009-10-11 | change 6 hour link on detail page to 8 hour | Pim van den Berg | 1 | -1/+1 | |
2009-10-10 | remove laquo from navigation | Pim van den Berg | 1 | -1/+1 | |
You can always return to the main page via the header. From the detail page you can return to the host page by clicking the hostname. | |||||
2009-09-29 | make width and heigth of graphs configurable | Pim van den Berg | 1 | -0/+6 | |
These configuration options have been added: - width - heigth - detail-width - detail-heigth | |||||
2009-09-29 | layout improvement based on daniel's patch | Pim van den Berg | 1 | -1/+1 | |
The page is divided into a header, content and footer. It is styled better and the header links to the main page. Patch from Daniel von Fange (Leancoder): http://pommi.nethuis.nl/storage/software/cgp/leancoder-css.cgp-v-0-1.patch | |||||
2009-09-28 | change webdir/weburl and include/require usage | Pim van den Berg | 1 | -0/+1 | |
- Don't depend on includes from files that are included. - Don't use webdir with includes/requires (also because webdir couldn't be available in some cases). - Use common.inc.php instead of config.php in all plugins to have all configuration settings available. | |||||
2009-09-20 | display term as a list on detail page | Pim van den Berg | 1 | -3/+3 | |