Fix lineup of copyright lines
and module names and other bits of formatting and typos in headercomment sections.
Welcome 2015
modify copyright statement to reflect reality
Add pages missing from the Status > Traffic Graph privilege that are required for the full page to load
Replace Header() calls by lowercase
Tidy up "status_graph" XHTML
Move "fbegin.inc" between BODY and SCRIPTAdd CDATA sections to SCRTIPSUpdate HTML Boolean operatorsRemove EMBED, propriietary tag, replace with OBJECTAdd SUMMARY to TABLESAdd missing closing P tagClose INPUT tags
removed duplicate type=text/javascriptadded type for <script>
replaced uppercase html tags with lowercasejs files saved as UTF-8 / LFlanguage="JavaScript" deprecated, replaced with type="text/javascript"
Make Local the default filter for Traffic Graph
to preserve the previous standard behavior that shows "Local" when Traffic Graph starts.
Fix stale bandwidth-by-IP table entries
When the number of valid rows in the table reduced by more than 1 between updates, stale entries were left displayed at the end - e.g. 8 rows (0-7), then next update has only 5 rows (0-4). Row 5 is hidden but rows 6 and 7 remain displayed.
Bandwidth by IP - allow filter by local and remote
Traffic Graph add option to display FQDN
Add display by host name to Traffic Graph
Fix sort param to call bandwidth_by_ip
Put the alerts behind comments for someone wanting to debug this. The errors are from CSRF though ticket #2826 should not happen and functionality is not impacted by this.
Remove single quotes committed wrongly
Use jQuery() as all other code
Use jQuery fully on traffic graph. Also remove some unused code from bandwidth_by_ip
Be explicit on the testing
Select default interface when WAN is disabled
If WAN is disabled, then the Traffic Graph does not default to a valid interface when it first displays. This fix selects the first valid interface if WAN is not there.e.g. at one site there used to be 2 ISPs, on WAN and OPT1. Now the ISP on WAN has been turned off, and the interface marked disabled. The default gateway etc is all on OPT1. After a bit of history at a site, it can happen like this that WAN is disabled in the config.
Adds "Sort by direction" in the Traffic Graph page
Added the option to sort IPs by direction in the Traffic Graph page, andimproved the detection of the local network to monitor (before theresults could not be realistic because of too many "local IPs" were...
Fix typos where css('dislay') is missing a 'p' - now the top ten bandwidth users by host IP is visible on the Status:Traffic Graph
Change to embed to prevent IE9 from misbehaving. Ticket #2165
Removing unnecessary inclusions of prototype.js, guiconfig.inc already includes this file
Converting ajax code from prototype to jQuery
Include the rate output in the privilege for the traffic graph.
Show OpenVPN instances on Status > Traffic Graphs, with descriptions.
In IPsec, s/mobileclients/client/, this was changed long ago in the config but not everywhere followed.
Revert 2c4a13d91b72400c07b965b0a522be8dde2d1110 Interface names should appear as uppercase
Revert 9c3cac0cb553e1610948e78dd119c1b0fcb04224 Interface names should appear as uppercase
Unbreak graphs
Return disabled interfaces as well
Do not use sub array
Make sure ipsec is incuded in valid interfaces
Move Note to bottom of page
Show interface description
Interface names should appear as uppercase
Define variable a bit earlier in case its shared
Use get_configured_interface_list() so Ermal does not yell at me :)
Ensure that we are working with a proper passed interface..
Use the same div ids and structure from dashboard on status_graph to make it more flexible with custom themes
Fixing gettext calls on status_graph.php
Implement gettext() calls on status_graph.php
Its bits/sec now.
Slow down updates for rate util
Rework includes/require. This saves about 4 megabytes.Simplify get_memory(). Tested on mips/i386
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Remove redundant IPSEC entry
Adding Scott Dale's rate package to system -> traffic graphs. Cool stuff!
Fix the Status->Traffic Graph graphic.
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Continue interface improvements
Ticket #1648 fixes
IE7 graph fixes.
Obtained-from:m0n0wall
touch up text
Ticket #1586
Ticket #1576
Ticket #1569
Switch over to array style page titles. Obtained-from: m0n0wall
Fixing css layout
Show the ipsec interface
Unbreak status graph. Someone is going to need to submit WORKING patches that work with FireFox, IE and Opera for this to get changed again!
Ticket #1290
use <object> instead of <embed>
Ironically this was already fixed in HEAD!
Remove width and height changing knobs, it breaks the traffic graph.
Reported-by: http://forum.pfsense.org/index.php?topic=1605.0;topicseen
Default to "wan"
Revert old code
Remove #!/usr/local/bin/php
Note that firefox 1.5 works with native viewer
<p> before <div>
First Step in Fixing AutoComplete and Cleaning Up Code
fixing minor cosmetic errors
Use $pgtitlesmall code cleanups
include head.inc and round corners on tabs
Oops, guess that <form> was needed after all!Pointed-out-by: hoba@
no need for two <form> tags
Add $Id$ tag
slightly better logic
Update (C)
Woops, y is now height.
Move NOTE to bottom.
Custom graph width / height settings now inputtable by user.
Idea from:http://m0n0.ch/wall/gallery/stefan_zier/monowall-pic.jpg
Initial revision