add support for white icons
Fixed #5270
Fixed #5269
add white glyphicons file
Fixed #5268
Fixed #5266
Fixed #5267
Fix #5261 last time I hope
The previous version was considering "Single host or alias" to be "Network"because the !is_specialnet() test came first - and that matched both 'network' and 'single' types, which are both not a specialnet.If have re-ordered the tests so that it is written in a positive order. I think that makes it easier to read....
Fixed 5261 (Properly)
Fixed #5261Corrected src/dst type logic
Partial fix for #5263Added timeout to pkg_call function to prevent GUI lockup when beta.pfsense.org is not available
Merge pull request #1942 from heper/patch-3
Merge pull request #1944 from phil-davis/patch-4
Fixed https://forum.pfsense.org/index.php?topic=100250.0
Fixed https://forum.pfsense.org/index.php?topic=100388.0
Fixed #5252
Merge pull request #1945 from phil-davis/patch-5
Fixed #5251Behavior now same as 2.2.x
Fixed #5249 ?
Addessed part of #5248Added tunnel UP/Down indicators
Merge pull request #1943 from heper/patch-4
Fixed #5247Corrected numerous issues in NTP widget
Page converted to POST operation
Delete old commented-out code
Fix #5252 Preserve alias when editing an existing rule
and default src and dst to any when creating a new rule.
Inconsistent aming of labels for alias types
In firewall aliases edit, if you select URL Table (IPs) then the row label said just "URL (IPs)" But if you select URL Table (Ports) then the row label says "URL Table (Ports)" That was inconsistent. I have chosen to add the word "Table" here. We could just as easily remove the work "Table" from the line below.
Converted interfaces_vlan.php from GET to POST for securityAdded Bootstrap attributes to table
Update firewall_aliases_edit.php
cosmetic changes
attempt to address https://forum.pfsense.org/index.php?topic=100232.0
Comment refinement
dhcp_lease_counter fix
i broke the counter when i added the interface column.should be ok now.
Comment typo
Create a Form_Section if hte XML has not yet defined onehttps://forum.pfsense.org/index.php?topic=100249.0
Fixed #5240
Completes #5159All duplicated JS removed to included file
Fixed #5236
Fixed #5234Javascript Base64 class was MIA
Fixed #5233
Fixed # 5232
fix text
Comment typo fix
Fixed #5227 by changing button type to Global
improve spacing for non form panels
Fixed #5230
Specify %any where identifier is "any", so the note on these pagesactually works.
Merge pull request #1941 from heper/patch-2
Addresses #5159 by removing hide/show/disable/enable functions to included file
Fixed #5193 clean up user prompts
$mac missing in output
Preparation #5159 (Javascript refactoring)javascript/pfSenseHelpers.js created and populated with common hide/show/disable/enable functionsfile included via foot.incThose functions removed from firewall_nat_edit.php to test
Improved styling of page title prevents spurious underline
Page title now hyperlink to page
Fixed 5225
Fixed 5225Programmer had mangled element name in if($_POST) section
Remove /usr/share/zoneinfo.tgz and use FreeBSD stock zoneinfo. It fixes #4726
Cert fields should be used for EAP-RADIUS as well.
Removed bogus array_merge()
Fixed bogus array_merge in localid_type selector
Fixed incorrect encryption bits selectorsHide Remote network if mobile
Fix detection of mobile IPsec P1 when editing.
Use product_name global variable in more places
Fixed #5127Don't "foreach($config['menus'])" if there are no menus defined
Corrected page title (which was using incorect PHP format)
Corrected logo hyperlinkChanged Jumbotron font to white so you can actually read the text
Suppress progreess bar until package system revision is complete
Wizard system completed and tested agains all wizard filesProgress bar added to show progess through wizard steps
Do a service reload of dyndns when changing gateways in case something haschanged. Ticket #5214
Bootstrap conversion mostly complete.Tested with setupwizard.xml and looks good. Couple more thankgs to check so don't test yet please.
Fixed #5209
Fixed #5206Completes conversion of the pkg* files
Fixed #5212
Fil;e conversion complete. Tested against multiple packages
Ensure this only contains a partial name, not a path, before attempting to craft a full name and read the file. Fixes #5203.
add 'interface' column to lease_counter table
Initial conversion of the file. Most functions completed and tested, but more testing remains
Fixed #5189
Ticket #5204 a clean up pass of the jquery sections
Clarify the use of noshuntlaninterfaces and autoexcludelanaddress
The existing code here looks like it should be working correctly. Maybe it would help future maintainers if the field name used for gathering the data value in the UI and $POSTing it is changed to autoexcludelanaddress. Then the code reads a bit more easily where the logic value of noshuntlaninterfaces and autoexcludelanaddress is swapped back and forth.
Reset the value of a package field before this test in case it has no default. Fixes #5199
Fixed #5192Element names corrected
Updated tables to responsive formatAdded table style classesChanged array keys to descriptive namesUpdated indenting/style
Merge pull request #1932 from heper/patch-2
Fixed #5146Bootstrap conversion complete and unit tested
service_dhcp_edit.php fixes from code inspection
To save you some time in testing and fixing, here are the bugs I noticed by code inspection.
File converted but not yet checked/tested
dhcp_lease_counter for master
https://redmine.pfsense.org/issues/5186
Fixed #5165
Fixed #5188
Remove link to package revision history
Fix package name
Reintroduce part of 5779ade6707ba530517da239d9ec3fc751d17d83 lost during bootstrap merge
Re-apply changes did to convert pkg_mgr.php to use pkg that got lost during merge
Fixed #5187Added multipart encoding to form
Fixed #5184
Ticket #5182 add hide functionality
Fixed #5183 by converting to PHP table library
Ticket #5182 change show/hide functionality