summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-399/+0
|
* Code spacingPhil Davis2015-06-151-3/+3
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style Firewall NATPhil Davis2015-05-111-188/+206
|
* Unmatched td in firewall_natPhil Davis2015-05-071-0/+1
| | | | | This file seems to have an unmatched "td" ending. Adding the line here matches the "td" at line 320 and this embraces the little table that has the 4 icons in it in a square that comes at the right hand end of each port-forward entry in the main table. I can't see any difference in the rendering of the page, at least on Firefox, with and without this fix. The tabbing of this file is woeful. I am fixing that up with a code-style review. But thought I should do a separate pull request for this kind-of-functional fix.
* Ticket #4445 do not write config and remove its cache when applying settings ↵Ermal LUÇI2015-02-231-3/+0
| | | | its just behaviour from dinosaur era and should have been cleanded long time ago.
* Improving aesthetics.xbipin2015-01-131-1/+1
| | | | | Make title color more consistent with other pages. Improving aesthetics.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* removed duplicate type=text/javascriptayvis2014-03-251-1/+1
| | | added type for <script>
* replaced uppercase html tags with lowercaseayvis2014-03-191-5/+5
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* xhtml Complianceayvis2014-03-141-1/+1
| | | replaced <br>, <br/> and </br> with <br />
* touch up text, s/nat/NAT/Chris Buechler2013-09-031-1/+1
|
* Tidy up "firewall_nat.php" XHTMLColin Fleming2013-05-011-38/+41
| | | | | Add "closehead" PHP variabled and add closing HEAD statement Close INPUT, BR and IMG tags and add ALT to IMG tags
* Insert new NAT rules on the top of the list when top plus icon is used. ↵Renato Botelho2013-02-211-1/+1
| | | | Fixes #1118
* Refine saving/applying on more pages - don't show apply or take an action ↵jim-p2012-10-091-9/+14
| | | | unless the user is allowed to do that.
* fix more imbalanced HTML tags.Darren Embry2012-09-061-0/+8
| | | | hopefully continues to fix #2625 but no guarantees.
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-1/+1
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* Adding apply hooksScott Ullrich2011-07-221-0/+2
|
* Unbreak static routesSeth Mos2011-01-211-0/+1
| | | | Add initial NPt Network Prefix Translation pages
* Do not break on header titlesScott Ullrich2010-12-211-6/+6
|
* Add missing quote for the image title of the delete button, which was masked ↵Erik Fonnesbeck2010-08-061-1/+1
| | | | by the code that used to be after it.
* Fix on-click confirmation for the delete button on port forward rows.Erik Fonnesbeck2010-08-061-1/+1
|
* Fix improper gettext changes that broke various confirmation prompts, ↵Erik Fonnesbeck2010-08-061-3/+3
| | | | causing them to never show.
* Change the save message code on port forwards to be consistent with the ↵Erik Fonnesbeck2010-08-061-11/+3
| | | | other NAT pages. Fixes the message that was supposed to be shown after applying.
* Mark the correct subsystems dirty when deleting port forwards with the X on ↵Erik Fonnesbeck2010-08-061-1/+2
| | | | their row so that the apply button shows up.
* Merge remote branch 'mainline/master' into 2_firewallRenato Botelho2010-08-031-5/+3
|\ | | | | | | | | | | | | Conflicts: usr/local/www/diag_nanobsd.php usr/local/www/diag_packet_capture.php usr/local/www/firewall_shaper.php
| * Fix interface name display for various cases on NAT rule listings.Erik Fonnesbeck2010-08-011-5/+3
| |
| * Don't use WAN/LAN if an interface descr exists ticket #783Chris Buechler2010-08-011-2/+2
| |
* | Corrections gettext implementation on firewall_nat.phpCarlos Eduardo Ramos2010-07-081-7/+7
| |
* | Review firewall_nat.phpRenato Botelho2010-06-301-20/+20
| |
* | Review of firewall_nat.phpNeriberto C.Prado2010-06-301-3/+3
| |
* | Implemment gettext() callsJeann2010-06-301-1/+1
| |
* | Implemment gettext() callsJeann2010-06-291-1/+1
| |
* | gettext on archives firewall_aliases.php e firewall_nat.phpme2010-06-231-13/+13
|/
* Add delete button for each NAT Port Forward rule, like firewall rules. It ↵Renato Botelho2010-06-181-5/+31
| | | | Fixes #674
* Fix port range calculationRenato Botelho2010-04-191-2/+7
|
* Deleting associated ruleVinicius Coque2010-04-091-3/+2
|
* Show in gray just rules that are disabledRenato Botelho2010-04-091-3/+5
|
* Fix table sizes and calculate local port rangeRenato Botelho2010-04-081-8/+13
|
* Change span class to gray when rule is disabledRenato Botelho2010-04-071-2/+9
|
* Deal with new fields of Improved NAT Port ForwardRenato Botelho2010-04-071-49/+34
|
* Ticket #136.Ermal Luçi2010-01-261-5/+5
| | | | | | | | Fix associated nat rules. Now both the filter rules and the nat ones contain a associated-rule-id tag which helps link the items together. The API to use for this is in itemid.inc. All the issues should be solved now.
* Add blank row to match firewall rules layoutScott Ullrich2009-11-211-0/+1
|
* Move linked rule below pass icon. Cleanup tablesScott Ullrich2009-11-211-7/+6
|
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-0/+1
| | | | Simplify get_memory(). Tested on mips/i386
* show what pass/linked icons meanChris Buechler2009-11-071-0/+9
|
* show pass icon for rdr pass entries, fix editing of pass entriesChris Buechler2009-11-071-0/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
OpenPOWER on IntegriCloud