Fixed #5049
Regenerate .pot
Merge pull request #2580 from phil-davis/gtsys2
Fix up DynDNS widget to follow recent changes in DynDNS for Namecheap
Internationalization of various system*.php
Cosmetic save
Per #4195Alias table is now sortable
Status / System Logs - Forms Buttons Icons Update
Add icon to save button.Consolidate addClass statements.
Fix easy rule problem when using a non-English language, take 2.
Fix #5831 using a simpler approach, just setting REPO_AUTOUPDATE=false when it's booting
Revert "Fix #5831"
This reverts commit 93a8ddf7a4c5d43cbeb623c923eb76659e6f49e0.
Use the NAS IP configured for PPPoE server instances. Ticket #185
Remove old pppoerestart cron job if it exists. Ticket #1905
Set fastcgi_read_timeout to 180 seconds rather than the default 60 for the occasional long-running page.
Add missing description field
Save pkg call return code to use on return. The way it is now is always returning 0. It should fix #5837
Change Namecheap dyndns to use split hostname and domain name fields. Upgrade existing entries automatically. Implements #4366Code should be generic enough that if other DynDNS providers would work better with a separate domain field, they can pick up the feature without too much trouble.
Typo
Make row delete button icon only (removes gettext("Delete"): )
Fixed #5834
Remove all additional packages from the system before reset to factory default. Fixes #5829
Make additional packages install/delete operations to respect -n (dry-run)
Reorder pkg_reinstall_all(), no functional changes
Respect ALL_PACKAGES for package removal
Fix #5831
After PKG_AUTOUPDATE=false was removed, operations done during boot,2nd and 3rd stages of upgrade process, are trying to update repositorymetadata. The problem is during this stage we don't have a networkavailable yet and all needed packages were previously downloaded....
Remove Non-Existent Class - help-icon
Remove non-existent help-icon class statements from index and head.
Change diag_dump_states.php to use pfSense_get_pf_states().
Fixes IPv6 issues, add packets and bytes information, filter state by rules (when linked from firewall_rules.php).
Inspired by pull request #1901 from marcelloc/hitcount_23_02.
OpenVPN server config upgrade already handled in 129_to_130. Ticket #5764
These two wizards .xml can also lose their x-bit
Other wizards don't have it set.
Remove executable bit of these two .gif
Seems like I missed those on commit 0427f8b32838bfb17c818fece48a7d4795db670b
Remove executable bit of all static content in www
Correct jquery file attributes
Update jquery to 1.12
Remove bonus space
Possible fix for #5752
Fixed issues where a rule is duplicated (cloned) and the new rule is inserted above a separator bar location
Fix easy rule problem when using a non-English language.
Fixed #5828
Merge pull request #2572 from NewEraCracker/minor-cleanup
Panels Overflow - Horizontal Scroll Bar
Been looking into ways to eliminate the horizontal scroll bar in the available widgets, log filter, and manage log panels. Not sure which would be preferred. Using the specific panel ID or the class hierarchy for applying more globally.
Minor cleanup
1) Undo typos in sasl.inc. 2) Remove unused code from CSS. 3) Correct typos in some comments. 4) Convert short_open_tag to full tags. 5) Make 'else' block look like the others.
Fix enable/disable of NAT/BINAT address and mask fields.
Make sure filter rules have a tracker ID, associated rules were missing it previously.
Include a tracker ID in new associated firewall rules.
retain OpenVPN's net30 default topology for upgraded configs so they still work. Ticket #5764
Omit topology for tap OpenVPN, as it has no meaning in that context
Remove stray }
Add topology selection to OpenVPN client page. Ticket #5764
OpenVPN maxclients must be an integer not just a number
Fix log radio buttons
Import David W's patch fixing issues with dhcp6c being launched multiple times in some circumstances. Ticket #5621
Separator bar stuff moved to pfSenseHelpers.js so that it can be more easily applied to other pagesSeparators added to firewall_nat.php
Add option for FreeRADIUS-friendly stop/start RADIUS accounting updates.It needs a sleep between the stop and start, and it needs slightly different figures for start/stop time in the request.
Remove no longer needed code
Re-order separators on adding a new rule at the top
Adjest separators on rule move or delete
Merge pull request #2570 from phil-davis/patch-6
system_routes action button titles
systems_gateways action button titles
Hmmm - there are a few of these, I should have made a branch with a single commit. Anyway, nearly done.
Merge pull request #2567 from phil-davis/patch-3
system_certmanager action button titles
system_camanager action button titles
Merge pull request #2566 from phil-davis/patch-1
system_gateway_groups action button titles
Apply current UI standard to DHCP Pools table
1) "Actions" column heading.2) Make action buttons fa-pencil fa-trash3) Put a title for each button, so that the "Are you sure you wish to..." popup works nicely.
Fixup text for delete rule confirmation popup
It is was asking "Are you sure you wish to delete?" On any buttons that have a confirmation popup the title text needs to be something that works on the end of "Are you sure you wish to".
Update typo spotted by @phil-davis
services.inc code style
from recently-added code
Remove static routes to DNS servers when gateway is disabled. It should fix #4921
Simplify logic
Remove href to prevent page scrolling on click
Test duplicated slice with fsck after cloning during an upgrade
Merge branch 'Auto_Suggest_Box_White_on_White' of https://github.com/NOYB/pfsense
Cosmetic changes - part deuxCalculate colspans in casenumber of columns change again"bytes" => "B" to reduce column width
Cosetic update - Part 1
Fixed #5804
Fix comments to reflect reality. Spotted by @phil-davis
Merge pull request #2393 from schinken/radvd-lifetime
Add possibility to configure radvd valid lifetime
Show rule state details in firewall rules.
State visualization and kill will be committed in a subsequent commit.
Merge pull request #2120 from NOYB/Services-DNS_Resolver-System_Domain_Local_Zone_Type
Merge pull request #2497 from PiBa-NL/23_rules.inc-tagging
Fixes 5804 - Auto Suggest Box White on White
Match it with form input and form-control.
Merge pull request #2499 from PiBa-NL/23_servicelinks
Fixed #5803
Status - System Logs - Move Raw Mode Row Count JQuery
Move row count JQuery to run only in raw mode.
Merge pull request #2555 from phil-davis/patch-2
Merge pull request #2558 from phil-davis/patch-7
Merge pull request #2560 from phil-davis/patch-5
Status IPsec info box
As well as internationalization of this info box, I have:1) Made all of them the same text - it seemed odd that there were 2different versions of text for the same thing.2) Made it an info-level infoblock. It seemed odd to me that this was...
status_ntpd whitespace
Various lines were not on tab stops, some PHP end tags were on the end of lines and others on new lines... I found it a bit hard to read when tracking through a previous missing PHP start tag. Maybe this is better? or maybe I have gone too crazy re-formatting it?
Select an interface to track is mandatory
Revert "Remove track6-interface and track6-prefix-id from interfaces->lan in default config.xml"
It was not supposed to be committed, on default config, LAN must trackWAN
This reverts commit a75aa2ca5e7ee31e543d80a23d99fd2dd6cad5bc.
Merge pull request #2559 from phil-davis/gt16
Fixed #5824
Internationalization of various status*.php
Add a seatbelt to make sure ipaddrv6 is set to track before start radvd. Ticket #5812
RRD Graph custom options help text
Minor grammar only!
Remove need for escaped single quote
Merge pull request #2557 from phil-davis/patch-6