author | Bruno Prémont <bonbons@linux-vserver.org> | |
Tue, 10 Feb 2009 20:38:23 +0000 (21:38 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 10 Feb 2009 20:38:23 +0000 (21:38 +0100) | ||
commit | b2491d8cc416955fb0df16b74a28f218a2dedc01 | |
tree | 41557e3c449a914420cce0151581a68536fa0484 | tree | snapshot |
parent | a019b6c8144745db63c599680bd693ac02f11666 | commit | diff |
contrib/php-collection: Save/load graph list and fix HTTPS handling.
Hi,
An update to the graphing interface. (incremental patch attached)
This fixes security complaint by a few browsers when page is accessed
via HTTPS and also makes sure the graphs and lists will load if HTTP
and HTTPS paths differ.
Thanks to Mullet- for spotting this issue.
In addition to the fix above this patch adds support for saving
current graph list to a cookie and appending graph list read from
cookie to the currently displayed list.
A future extension would be to allow saving/loading named graph lists
so multiple list can coexist (pretty useful when monitoring multiple
servers/services)
Bruno
Hi,
An update to the graphing interface. (incremental patch attached)
This fixes security complaint by a few browsers when page is accessed
via HTTPS and also makes sure the graphs and lists will load if HTTP
and HTTPS paths differ.
Thanks to Mullet- for spotting this issue.
In addition to the fix above this patch adds support for saving
current graph list to a cookie and appending graph list read from
cookie to the currently displayed list.
A future extension would be to allow saving/loading named graph lists
so multiple list can coexist (pretty useful when monitoring multiple
servers/services)
Bruno
contrib/php-collection/browser.js | diff | blob | history | |
contrib/php-collection/functions.php | diff | blob | history | |
contrib/php-collection/index.php | diff | blob | history |