Commit Graph

241 Commits

Author SHA1 Message Date
Chris Buechler
f2087b77d8 Merge pull request #1397 from phil-davis/patch-15 2014-12-22 17:41:16 -06:00
Phil Davis
319e126e12 Lastsawtime has moved further along
srcport, dstport and version are now explicitly passed as fields here, so lastsawtime is 3 fields further out.
2014-12-21 17:34:32 +05:45
Phil Davis
fe416714b9 Put line break only if IPv4 address exists
This makes a line for the IPv4 address if it is there. If the IPv4 address goes away, the whole line will disappear, leaving just the IPv6 address without an empty line above it.
2014-12-20 23:57:29 +05:45
Phil Davis
6e795218c4 Set Interfaces widget IPv6 address
Now that get_interfacestatus() is returning us the IPv6 address, and interfaces.widget.php has a div to put it in, actually update the IPv6 address on the widget.
2014-12-20 23:01:21 +05:45
Renato Botelho
fcc96054a0 Split ICMP and ICMPv6 types on Firewall Rules
- Remove redundant declaration of $icmptypes and move it to a common
place (filter.inc)
- Add missing ICMP types for v4
- Add ICMPv6 types
- Adjust javascripts to show correct options depending of IP Protocol
- Hide ICMP type selection when protocol is IPv4+v6

It fixes #3389
2014-12-11 19:50:00 -02:00
Phil Davis
2cc10e2cde Change text and color delimiter to carat sign
To match change made in functions.inc.php
2014-12-11 07:15:09 +05:45
Phil Davis
95d045fcd7 Set text and color of Gateways Widget Status
getstats.php calls functions.inc.php get_stats(), which calls get_gatewaystats().
get_gatewaystats() now returns the text for each field and an optional color separated by "/" - "text/color" e.g. "Online/#90EE90"
Parse the the new format, separating out text and color.
If color is specified, then also set it with jQuery to css.
2014-12-05 17:54:30 +05:45
Renato Botelho
c9f63b08bf Apply previous progressbar customizations for jquery-ui 1.11.1 2014-09-22 08:18:24 -03:00
Renato Botelho
b9cf74c3b3 Update jquery-ui components to 1.11.1, it fixes #3879" 2014-09-22 08:18:02 -03:00
Renato Botelho
2439543813 Update jquery to 1.11.1
* Update jquery to latest version
* Use production version instead of development
* Rename file to have version on it and avoid browser cache issues
* Add jquery-migrate to keep backward compatible with old version
2014-09-18 10:50:09 -03:00
Renato Botelho
3b0bc8c34e Import fix for http://bugs.jquery.com/ticket/9521 2014-09-09 11:54:36 -03:00
Renato Botelho
63c058e780 Change functions from row_toggle.js to work with different field names, keeping the old behaviour as default. This is necessary to have more than one group of fields in the same page 2014-09-04 07:47:42 -03:00
Renato Botelho
0e2eaa1bfd Do not reset source and destination port range values when it's an associated rule created by nat port forward. It fixes #3778 2014-08-11 14:22:30 -03:00
ayvis
354ecfbc9e javascript normalization 2014-03-26 00:25:32 +01:00
ayvis
91f026b02c replaced uppercase html tags with lowercase
js files saved as UTF-8 / LF
language="JavaScript" deprecated, replaced with type="text/javascript"
2014-03-19 23:38:56 +01:00
ayvis
ec879e3db4 replaced BR with br
replaced uppercase html tags with lowaercase
2014-03-19 22:12:40 +01:00
Renato Botelho
7f7626ba44 Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-master-br 2014-03-17 11:17:29 -03:00
Chris Buechler
c728177042 standardize on www.pfsense.org and HTTPS, point package URLs to
packages.pfsense.org
2014-03-14 19:04:43 -05:00
ayvis
8cd558b61b xhtml Compliance
replaced <br>, <br/> and </br> with <br />
2014-03-14 21:24:03 +01:00
ayvis
56b490bad3 syntax errors corrected 2014-03-04 22:09:02 +01:00
Brian Candler
e0fc15d18f Fix for #3416
Correct javascript error which prevents PPP/PPPoE per-link settings from
being displayed (bandwidth, MTU, MRU, MRRU).
2014-02-10 16:03:49 +00:00
jim-p
5c43e7bdb6 Also account for a widget being null/not defined, and not just closed/open. 2013-12-05 15:09:08 -05:00
Renato Botelho
f4100c0e83 Set id for select elements created dynamicaly created 2013-10-21 17:58:49 -02:00
Charlie Marshall
9a478340a5 reduce height of progress bars 2013-08-14 15:56:11 +01:00
Charlie Marshall
bc0a344b92 convert dashboard progress bars to jqueryUI 2013-08-14 15:09:52 +01:00
Charlie Marshall
38546223ee ammend css for jquery progressbars 2013-08-14 14:34:55 +01:00
Renato Botelho
3c249cfa71 Remove datetimepicker.js since it's not used anymore 2013-08-12 09:15:11 -03:00
Chris Buechler
ab9dc5be75 fix text - s/occured/occurred/ 2013-08-01 21:56:41 -05:00
Renato Botelho
5aa68a55a6 Fix #3113, fix multiple english spell errors s/seperet/separat/ 2013-07-28 10:31:14 -03:00
Renato Botelho
7fa503d8f2 Fix #3103, cleanup ports fields when protocol changes 2013-07-24 16:23:06 -03:00
jim-p
2cb760dae2 Some more tweaks to state and mbuf update/output on dashboard widget. 2013-07-16 16:09:44 -04:00
jim-p
4a83831c53 Add a meter for states, too 2013-07-16 15:39:19 -04:00
jim-p
8ff9cc387b Make mbufs update via ajax 2013-07-16 15:09:18 -04:00
Renato Botelho
c251f8ccc8 Make synamic firewall logs and widget add new rows:
The Dynamic Firewall Log page doesn't add rows, it only updates the php
generated rows which means that if it's loaded after the log is cleared,
it'll never show any activity. The same occurs for the log widget.

This pacth fix this issue moving from absolutely sized spans to tables.

It should fix #2763
2013-01-25 15:16:47 -02:00
Ermal
aca65de524 Cleanup unused pages that was supposed for upload_progress bars 2013-01-05 13:42:29 +00:00
N0YB
cbeed53936 Update usr/local/www/javascript/filter_log.js
Firewall Logs Widget FilteringOptions to filter on interfaces, 'pass', 'block', & 'reject'
2012-12-07 02:42:21 -08:00
PiBa-NL
426fc7d389 table javascript sorting improvement sorttable 1.2.3.4:123 and *:1234 now sort properly. 2012-11-06 00:54:09 +01:00
Darren Embry
219d9eb9a9 fix #2639 (country interface selector in interfaces_ppps_edit.php)
also make ppps_edit more jslint ready for good measure
2012-10-26 16:40:07 -04:00
PiBa-NL
f06f7cc0c2 (line endings UNIX format..)
Firewall log alternating colored rows
Firewall log sortable
Fixed several sorting issues in widgets and other pages
Sorting now possible on multiple rows in the header tables
Sorting now possible for text that starts with IPv4:port
2012-09-16 12:17:17 +02:00
PiBa-NL
32f8552e8a Show/hide toggle 2012-09-10 17:32:52 +02:00
PiBa-NL
52b2726831 Added a setting for configuring the firewall log to either:
-Not load descriptions
-Show descriptions in a column
-Show descriptions on a second row (after a click on 'show descriptions')

'fixed' a few html validation issues..
2012-09-10 16:32:28 +02:00
Darren Embry
f5df5e8415 re-indentation. 2012-06-22 14:27:20 -04:00
Charlie Root
4e8854c66a improve alias popup in firewall_rules
include url_table list up to 10000 items
read alias only on mouseover
use table to list columns
show edit shortcut
show total items value on popup description
2012-06-16 17:58:51 +00:00
Marcello Coutinho
43b1760c40 fix jquery+domtt notices css on all themes 2012-06-09 00:56:05 -03:00
Marcello Coutinho
005ac3ca4c convert menu alerts/notices to jquery + domtt 2012-06-08 16:50:32 -03:00
Cristian Feldman
25a46a3cb2 Added load average information to the System Information widget 2012-05-24 18:52:27 -03:00
Ermal
1346306cf7 Allow 802.1p tags to be controlled from firewall rules edit screen 2012-05-18 19:49:41 +00:00
Cristian Feldman
4dedd18a80 System info widget on dashboard now updates CPU Frequency automatically 2012-05-18 00:53:21 -03:00
Erik Fonnesbeck
0b4ae4b5ca Check for this function before calling it to avoid an error when hitting that line for pages that don't include the js file for it. 2012-04-07 15:55:12 -06:00
Scott Ullrich
48cb641a81 Merge pull request #78 from Whizkidzz/master
Added "interface_selection" to enable interface selection in tinydns
2012-04-06 10:16:06 -07:00