HTML Compliance - Firewall Rules - Separator
The font element is obsolete. Use CSS instead.<font class="bg-danger">The Bad</font>
Typo
Fixed #5810
Fix PR syntax error
Tidy up "firewall_rules.php"
- add missing closing anachor tags- close input tag correctly- add missing closing TD tag- remove invalid ALT
Fix #5794 remove print_info_box_np chackes for gettext("apply")
1) Get rid of the stristr() checks to "guess" if an apply button shouldbe used.2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show....
Remove close button from firewall_rules
Issue: https://redmine.pfsense.org/issues/5788
Comment fix
Remove debug
Escape HTML on re-saving separator text
Provide warning message onleavinghte pageAllow Esc key to cancel a new separatorAllow Enter key to save a new separator
Changed color scheme to use existing bg-* classesSimplfied color change mechanismImplemented "Cancel" button
Add colors to the separator bars
Eliminate foreach for speed.
New separator text box has focus when created
Fixed issue with separator bar at very top of floating rule list
Completed basic #5373May add a color option after some testing
Merge pull request #2477 from phil-davis/gt6
Internationalize firewall_rules pages
I might have gone too far wrapping '(other)', 'any', 'default', 'none'in gettext() but actually if translating to a language with non-Latinscript then it can be useful to translate even these sort of singlewords, because there might be some people who cannot even read Latin...
Restore separator bar delete functionality
Add Javascript htmlchars() equivalent to dynamically created inputsTemporarily remove function that broke action icons
Fixup firewall rules schedule status images
1) $iconfn is not the var that contains the 'type' of block or reject.2) In the bottom if-else of the diff "times-circle" was repeated twice.3) It seemed odd to me that wen the schedule was out of its time that the icons would always be in "text-danger" color. My suggestion, make them "text-warning" which distinguishes them from the green or red that is shown when the schedule is active.
Added separator delete icon
Prototype #5373
Consistent panel-heading h2
Make all the panel-heading uses also have consistent <h2class="panel-title"> so they all display the same size.Forum https://forum.pfsense.org/index.php?topic=105275.0
Replace abbreviations with complete word
Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock" Just makes more sense to use a class for this
HTML Compliance - Firewall / Rules / WAN
Attribute name not allowed on element table at this point.<table name="ruletable" class="table table-hover table-striped table-condensed">
Unclosed element div.End tag for body seen, but there were unclosed elements.
back out design changes for now
Fixed #5648
improve firewall rules table (WIP)
Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used
Coe style firewall *
Fixed #5620 change css classes from icon- to text-
Ticket #5518 update firewall rule icon colors
Merge pull request #2134 from ExolonDX/branch_04
Type up SCRIPT tags
Tidy up Boolean operators for HTML5
Remove the XHTML standard Boolean operators (makes reading HTML muchsimpler).
ALternative to PR 2118/#5527
change reject icon to hand
clean up firewall rules tables
Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.
Ticket #5471 another convert batch to font-awesome icons
Make block bogon rule display consistent
The block private networks and anti-lockout rules display in the firewall rules display with the schedule column blank. But the block bogon networks has an asterisk. That looks odd. I noticed it just now when looking at firewall rules in 2.3 and looked back in 2.2.5 also - it is the same there.
Fix tooltip text for associated filter rules
1) Add a port forward with associated filter rule2) Go to firewall_rules and hover over the icon on the left of the rule.It says "traffic is ed".
The problem is that, for whatever reason, an associated rule does not have ['type'] specified, even in config.xml. It is that way in 2.2.5, so not a new thing or regression. I guess that the back-end rule generation works by assuming that a rule in config.xml that does not have 'type' defined should be a pass rule....
Ticket #5471 partial convert to font-awesome fonts
Remove debugging
Minor cosmetic changes (whitespace, capitalization etc)
Fixed #5420by adding new "Add to top of list" button.Also tidied up the HTML and moved the legend inside hte info-block
Fixed # 5419
Eliminate a few more cases of $config['ipsec']['enable'].
Mostly when dealing with enc0 interface.
Copyright and license cleanup
- Remove personal copyright from people who assigned it to employer (ESF)- Remove $Id$- Remove extra spaces
EOL whitespace and header consistency for www
Correction per Phil Davis
First batch of copyright updates
Delete confirmation vi fa-trash automated via pfSense.js
Moved action-buttons in-line styling to pfSense.css
replace and find for icon-embed-btn
Firewall rules pages updated with new button style
Completed #5356Refactor row toggle javascript
Perform table striping via jquery function so that it is correct after selection/de-selection and after re-ordering
firewall_rules Edit text
Standardise capitalsPair up double quotes
Converted the background color javascript to jQuery and used it to maintain correct table striping
Add confirmation to rule deletion
Remove debuggery
Page actions convverted to font-awesome icons
Completed #5333
Fixed #5293
Ditch the pencils
Fixed #5282
Retire PPTP server, fixes #4226:
- Remove PPTP server and all related code- Bump config version 12.2- Write upgrade config code to remove pptpd section and also cleanup firewall and NAT rules using PPTP interface or src/des
Double-click to edit, click to select, multi-delete and drag to re-order now supported on: firewall-nat.php firewall-nat-out.php firewall_nat-1to1.php firewall_rules.php
bootstrap usr\local\www\f minor changes
Merge branch 'master' into bootstrap
Move main pfSense content to src/