Increase maximum alias count to 299 from 99.
http://forum.pfsense.org/index.php/topic,7068.0/topicseen.html
Proper fix for aliases edit.
Ticket #1513Ticket #1476
Switch over to array style page titles. Obtained-from: m0n0wall
Ticket #1476 - use convert multibyte instead of just specialchars
Remove ip address check and allow hostnames
Fixing css layout
Correct error string to read "pptp" instead of "WAN".
Do not allow aliases to be named "pptp".
Do not allow - in aliases. This breaks port aliases.tables are fine with the - and the _. Ports only work with _.
Removed redundant code, added feature to copy over data when input errors are detected (prevents retyping).
Page title was defined twice, removed incorrect definition.
Backport the alias rowhelper description feature
MFC 12386
Do not allow interface descriptions to match an alias name. They end up colliding in the PF MACRO space.
Ticket #996
Correctly turn off un-needed options such as subnet when selecting a type of "Port(s)", etc.
Ticket #864
Do not error out while adding and removing rows
Ticket #809
Remove #!/usr/local/bin/php
Do not allow aliases of the name LAN or WAN
Nuke display_topbar(). It krept back in from the previous MFC
Do not allow an alias name to be edited if the item is in use.
Ticket #720
Nuke display_topbar(). Its's currently red and looks incredibly out of place. Hopefully we can add this back post 1.0
Reload filter after alias change
Correctly utilize true/false/other return values
Remove reserved words check. Its not working correctly.
(#458) create reserved word list - we'll stumble over more reserved words in the future
(#355) Fix type detection - networks should now be recognized as networksports as ports, hosts as hosts...etc
(#355) Validate input
Call filter_configure() to force syncing
friendly button title
updating files to use theme imagesremoving images from /usr/local/wwwadding specific images into the correct theme directories
More screens inherit rounded tabletops
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
Don't close <head> tag - these files use javascript inside <head>
Use $pgtitle instead of re-typing the page title overUse head.inc on the _edit.php files
Make Cancel button match the Save buttons style
Add a Cancel button which takes the browser back to the page prior.
Add $Id$ tag
Aliases now work for ports. Add autocomplete hint field for aliases box on rules edit form.
Correct the behavior for hosts networks and ports
The subnet box should be greyed out when entering a port alias.
Convert Add to + button, Delete to - button
Update (C)
Update copyright
Forgot to implement option 2 Ports
Add the ability to define networks, ports and or hosts as aliases. Allow the alias to point to more than ONE item ;)
Initial revision