summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_graph.php
Commit message (Collapse)AuthorAgeFilesLines
* webgui, load .js files with ?v=mtime version to prevent using old scripts ↵PiBa-NL2017-05-211-4/+4
| | | | after updating
* GET/POST conversion for status*Steve Beaver2017-02-131-25/+10
|
* traffic-graphs, setting to keep updating them while invisiblePiBa-NL2017-01-151-128/+33
| | | | | - allow showing different graphs to be shown on different browser tabs (dont use localstorage for graphs to query) - show interface name in graph instead of realname
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* change traffic graphs to use d3.jsJared Dillard2016-08-231-19/+223
|
* Revert "change traffic graphs to d3"Jared Dillard2016-08-171-264/+28
| | | | This reverts commit 9f33ec64330d0b50896772abd73156abbd762305.
* change traffic graphs to d3Jared Dillard2016-08-171-28/+264
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-43/+42
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Added back GET parameters support (as in pre-2.3)Luca Zorzi2016-04-181-0/+15
| | | | In version 2.3 the Traffic Graph page switched from GET to POST parameters to control the graph. This patch restores the old functionality, which was useful to bookmark a given graph configuration.
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Internationalization of various status*.phpPhil Davis2016-01-271-3/+3
|
* add call 'gettext' function in the status menu filesbruno2016-01-221-3/+3
|
* Fixed #5789Stephen Beaver2016-01-211-9/+9
|
* All simple php echo to shortNewEraCracker2016-01-141-2/+2
| | | | Short version is far more used than long php echo. This brings all code to same standard where possible.
* Convert short open tags to full tagsNewEraCracker2016-01-071-2/+2
| | | | | | Short open tag is discouraged since it is only available if enabled See https://secure.php.net/manual/en/language.basic-syntax.phptags.php
* Add back display description option for status_graphPhil Davis2016-01-041-0/+1
| | | | | | | | | The code that provides the data for this is already in bandwidth_by_ip.php in both 2.2.* and master 2.3. The description option is in the Display dropdown list in 2.2.*, but it got missed in the bootstrap conversion and integration process. With just this 1-line addition the Display Description option can be selected and works.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style status*Phil Davis2015-12-151-8/+11
|
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+3
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* fix Bug #5410heper2015-11-111-1/+1
|
* Eliminate a few more cases of $config['ipsec']['enable'].Luiz Otavio O Souza2015-11-101-4/+3
| | | | Mostly when dealing with enc0 interface.
* Copyright and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-29/+53
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-224/+135
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+352
OpenPOWER on IntegriCloud