Fix lineup of copyright lines
and module names and other bits of formatting and typos in headercomment sections.
Welcome 2015
Change copyright statement to reflect reality
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"
xhtml Compliancereplaced <br>, <br/> and </br> with <br />
Fix typos
Add hability to insert after, reorder, batch delete and enable/disable to 1:1 NAT rules. It fixes #3327
Fix whitespaces and indent
Tidy up "firewall_nat_1to1.php" XHTML
Close BR and IMG tags and add ALT to IMG tagsMove NOWRAP to class statementDeprecate ampersand in ANCHOR tagsReplace opening TR tag with closing TR tag
Refine saving/applying on more pages - don't show apply or take an action unless the user is allowed to do that.
Fix note width for 1:1 NAT
Unbreak static routesAdd initial NPt Network Prefix Translation pages
switch back to Internal rather than Source, Source is just confusing
If available, display source IP's CIDR mask on external IP as well.
This code must come after natent is defined or the style will never be applied. Ticket #1073
Ticket #1073. Gray out the rules when they are disabled.
Allow 1:1 rules to specify source and destination. This is almost the same as on Port Forward tab rules without protocol and ports.
gettext() fixes on firewall_nat_1to1.php
Fix improper gettext changes that broke various confirmation prompts, causing them to never show.
Merge remote branch 'mainline/master' into 2_firewall
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.
Checked gettext() implementation on firewall_nat_1to1.php
Review firewall_nat_1to1.php
Implement gettext() calls
add note about 1:1s and interface IPs
Require filter.inc and shaper.inc
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Clear guiconfig from all sort junk functions and put them on the specific pages where they are needed.Remove some sort functions not used.
Do not harc code white
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...
Switch over to array style page titles. Obtained-from: m0n0wall
Add a plus button on the top header of these pages.This to make it easier on large configurations.
Remove #!/usr/local/bin/php
Remove reboot required checks
Friendly mouseover titles for buttons
Nuke old outgoing load balancnig code
updating files to use theme imagesremoving images from /usr/local/wwwadding specific images into the correct theme directories
Merge in virtual IP codeThis changeset does the following: merges proxy arp and carp setup menus removes proxy arp menu from left side upgrades config file from 1.7 to 1.8 moves existing carp virtual IP and proxy arp config to new <virtualip> tag...
Fix bottom rounds
Change "Inbound NAT" to "Port Forward" Update _edit.php's to use diaplay_topbar()Change "Outgoing" to "Outbound" for consistency between load balancing and NAT
No need for duplicate buttons
Use $pgtitle instead of re-typing the page title overUse head.inc on the _edit.php files
Move more items to head (<html>, DOCTYPE)
Set page titles
Use head.inc. It's cool.
Doubleclick to editwhitespace cleanup
icon placement
Add $Id$ tag
More standardization
Add Outgoing load balancing
Convert description font color to white
Initial revision