summaryrefslogtreecommitdiffstats
path: root/usr/local/www/javascript
Commit message (Collapse)AuthorAgeFilesLines
* Interfaces widget use more obscure separator RELENG_2_2Phil Davis2015-07-221-1/+1
| | | | Redmine #4859 fix for RELENG_2_2
* Remove old, unused NetUtils.jsChris Buechler2015-07-161-114/+0
|
* Fix aliases popup width when fields are hidden when page is loaded. It ↵Renato Botelho2015-02-025-0/+5
| | | | should fix #4238
* move jquery ui css to theme foldersJared Dillard2015-01-161-1226/+0
|
* Put line break only if IPv4 address existsPhil Davis2014-12-231-5/+9
| | | | 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.
* Set Interfaces widget IPv6 addressPhil Davis2014-12-231-2/+4
| | | | 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.
* Lastsawtime has moved further alongPhil Davis2014-12-231-1/+1
| | | | srcport, dstport and version are now explicitly passed as fields here, so lastsawtime is 3 fields further out.
* Split ICMP and ICMPv6 types on Firewall RulesRenato Botelho2014-12-111-1/+13
| | | | | | | | | | | - 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
* Change text and color delimiter to carat signPhil Davis2014-12-111-1/+1
| | | | To match change made in functions.inc.php
* Set text and color of Gateways Widget StatusPhil Davis2014-12-051-1/+5
| | | | | | | 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.
* Apply previous progressbar customizations for jquery-ui 1.11.1Renato Botelho2014-09-221-2/+3
|
* Update jquery-ui components to 1.11.1, it fixes #3879"Renato Botelho2014-09-224-1357/+1238
|
* Update jquery to 1.11.1Renato Botelho2014-09-183-8981/+6
| | | | | | | * 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
* Import fix for http://bugs.jquery.com/ticket/9521Renato Botelho2014-09-091-2/+2
|
* Change functions from row_toggle.js to work with different field names, ↵Renato Botelho2014-09-041-14/+25
| | | | keeping the old behaviour as default. This is necessary to have more than one group of fields in the same page
* Do not reset source and destination port range values when it's an ↵Renato Botelho2014-08-111-5/+9
| | | | associated rule created by nat port forward. It fixes #3778
* javascript normalization ayvis2014-03-2629-138/+134
|
* replaced uppercase html tags with lowercaseayvis2014-03-1910-29/+29
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* replaced BR with brayvis2014-03-191-6/+6
| | | replaced uppercase html tags with lowaercase
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-1/+1
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-1/+1
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-143-3/+3
|/ | | | packages.pfsense.org
* syntax errors correctedayvis2014-03-042-3/+2
|
* Fix for #3416Brian Candler2014-02-101-1/+1
| | | | | Correct javascript error which prevents PPP/PPPoE per-link settings from being displayed (bandwidth, MTU, MRU, MRRU).
* Also account for a widget being null/not defined, and not just closed/open.jim-p2013-12-051-1/+1
|
* Set id for select elements created dynamicaly createdRenato Botelho2013-10-211-3/+3
|
* reduce height of progress barsCharlie Marshall2013-08-141-1/+1
|
* convert dashboard progress bars to jqueryUICharlie Marshall2013-08-141-21/+12
|
* ammend css for jquery progressbarsCharlie Marshall2013-08-141-2/+2
|
* Remove datetimepicker.js since it's not used anymoreRenato Botelho2013-08-121-486/+0
|
* fix text - s/occured/occurred/Chris Buechler2013-08-011-1/+1
|
* Fix #3113, fix multiple english spell errors s/seperet/separat/Renato Botelho2013-07-283-3/+3
|
* Fix #3103, cleanup ports fields when protocol changesRenato Botelho2013-07-241-0/+6
|
* Some more tweaks to state and mbuf update/output on dashboard widget.jim-p2013-07-161-1/+7
|
* Add a meter for states, toojim-p2013-07-161-0/+10
|
* Make mbufs update via ajaxjim-p2013-07-161-0/+10
|
* Make synamic firewall logs and widget add new rows:Renato Botelho2013-01-251-19/+40
| | | | | | | | | | 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
* Cleanup unused pages that was supposed for upload_progress barsErmal2013-01-051-11/+0
|
* Update usr/local/www/javascript/filter_log.jsN0YB2012-12-071-2/+15
| | | Firewall Logs Widget FilteringOptions to filter on interfaces, 'pass', 'block', & 'reject'
* table javascript sorting improvement sorttable 1.2.3.4:123 and *:1234 now ↵PiBa-NL2012-11-061-15/+44
| | | | sort properly.
* fix #2639 (country interface selector in interfaces_ppps_edit.php)Darren Embry2012-10-261-45/+61
| | | | also make ppps_edit more jslint ready for good measure
* (line endings UNIX format..)PiBa-NL2012-09-162-19/+72
| | | | | | | | 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
* Show/hide togglePiBa-NL2012-09-101-1/+1
|
* Added a setting for configuring the firewall log to either:PiBa-NL2012-09-101-0/+12
| | | | | | | | -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..
* re-indentation.Darren Embry2012-06-221-322/+322
|
* improve alias popup in firewall_rulesCharlie Root2012-06-161-1/+15
| | | | | | | | 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
* fix jquery+domtt notices css on all themesMarcello Coutinho2012-06-091-1/+1
|
* convert menu alerts/notices to jquery + domttMarcello Coutinho2012-06-081-54/+55
|
* Added load average information to the System Information widgetCristian Feldman2012-05-241-0/+6
|
* Allow 802.1p tags to be controlled from firewall rules edit screenErmal2012-05-181-0/+6
|
OpenPOWER on IntegriCloud