pfsense/usr/local/www/javascript
pierrepomes 473d0ff02f Add patch from lietu (Janne Enberg). Ticket #136
1) Multiple NAT rules can be assigned the same filter rule
-> Fixed, added assigned-nat-rule-id to filter rules to keep track of the assignment

2) when removing the link (i.e. switching to "pass" or "none", the linked rule isn't deleted (should it be? probably yes)
-> Fixed, when a NAT rule's association is removed, the filter rule is deleted. Added a "create new associated filter rule" option to the
dropdown if there is none selected.

3) The destination IP and port of linked rules can be edited in firewall_rules_edit.php and shouldn't be. Source should be editable but not
destination, since that should strictly be tied to the NAT rule.
-> Fixed, you cannot edit the destination for the filter rules that are linked to NAT rules, this has been disabled both by JavaScript and
PHP.

4) If you edit the source in a linked firewall rule, it gets overwritten when you edit the NAT rule. The NAT rule should never touch the
firewall rule source after the rule exists.
-> Fixed, previously the old rule was deleted and a new one created, now it only updates the old rule and doesn't touch the source.

Also added crosslinking from the NAT rule to the filter rule and back, so you can jump to edit the filter rule from the NAT rule and
vice-versa.
2009-12-12 15:57:19 -05:00
..
carp_status just cleaning house ... took javascript out of carp_status.php 2005-08-30 00:55:03 +00:00
datepicker * added missing images for numericupdown and datepicker controll 2007-01-29 22:59:11 +00:00
diag_backup progress.php needed to only be called upon upload not download or reinstall of packages 2005-08-30 01:55:59 +00:00
domTT DomTT library for popups. 2007-02-12 20:03:03 +00:00
firewall_nat_edit Make all autocompletes in there case insensitive. 2009-12-04 14:18:53 +00:00
firewall_rules_edit Add patch from lietu (Janne Enberg). Ticket #136 2009-12-12 15:57:19 -05:00
firewall_shaper_edit Make all autocompletes in there case insensitive. 2009-12-04 14:18:53 +00:00
index a little cleaner JS 2009-03-14 02:20:09 -05:00
load_balancer_pool_edit Massive javascript cleanup, all .js files now live in $g['www_path']/javascript 2009-03-14 14:41:04 -05:00
load_balancer_relay_protocol_edit Massive javascript cleanup, all .js files now live in $g['www_path']/javascript 2009-03-14 14:41:04 -05:00
numericupdown * added missing images for numericupdown and datepicker controll 2007-01-29 22:59:11 +00:00
scriptaculous dunno where prototype 1.6.0.3 ran off to, but reign it back in and make it submit 2009-03-13 01:38:20 -05:00
wizard Make all autocompletes in there case insensitive. 2009-12-04 14:18:53 +00:00
autosuggest.js
datetimepicker.js Move datetimepicker javascript to JS directory 2009-03-14 14:22:20 -05:00
filter_log.js Filter log parsing update 2009-04-04 19:50:25 -04:00
firebug-lite.js Adding firebug lite 2008-07-27 04:30:29 +00:00
global.js Adding Ajax queue system. 2009-03-14 14:16:34 -04:00
NetUtils.js add IPv6.inc and NetUtils.js 2009-01-20 14:30:27 +08:00
niftyjsCode.js Massive javascript cleanup, all .js files now live in $g['www_path']/javascript 2009-03-14 14:41:04 -05:00
pi.js Adding firebug lite 2008-07-27 04:30:29 +00:00
row_helper_dynamic.js Massive javascript cleanup, all .js files now live in $g['www_path']/javascript 2009-03-14 14:41:04 -05:00
row_helper.js Add the id tag to the row helper javascript created input objects. Make the controls of aliases clearly show that they can be even alias names with autocomplete.(Loop checking is not yet implemented). 2009-07-23 21:05:29 +00:00
row_toggle.js Massive javascript cleanup, all .js files now live in $g['www_path']/javascript 2009-03-14 14:41:04 -05:00
sorttable.js Move back to using sortable as class name 2009-08-23 17:33:29 -04:00
suggestions.js Make matching on autosuggestion case insensitive. 2009-07-23 21:32:37 +00:00
ticker.js Avoid errors when a non-existent element is called by a function 2009-06-02 15:21:20 -03:00