servise_dhcp include btnadvopts in section
Before this change, $section is added to $form before btnadvopts is put into $section. The previous code looked to me like btnadvopts would end up in a $section object that got overwritten by the new Form_Section at line 1165....
Redmine #5994 Make DHCP advanced buttons work consistently
This is the first UI page to be changed so that the Advanced buttons work as specified in Redmine #5994If this seems like a reasonable way to do it, then I will make similar code for the other UI pages with Advanced buttons.
Revert "Merge pull request #2728 from phil-davis/form_button"
This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversingchanges made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
Internationalize Form_Button text
The text of a Form_Button is not translated internally. Some Form_Buttoncalls already had the button text enclosed in gettext(), this does itfor the remaining ones.
Fix some Save button quirks. Ticket #5965
Advanced button consistency. Ticket #5965
More icon and button consistency fixes. Ticket #5965
Icon consistency in Repeatable blocks. Ticket #5965
Bring some consistency to the way most buttons are displayed (color, icons, etc). Ticket #5965
Still need to review Advanced buttons and Repeatable block buttons.
Check the end of range to make sure it's inside subnet too
Use high level functions
Simplify logic and use high level functions
Merge pull request #2409 from stilez/patch-13
Prevent "Ignore denied clients" and "Failover Peer IP" from being combined in the DHCP server settings for IPv4. The daemon fails to start when configured in this way, it apparently only allows "allow" or "deny" in failover mode. Fixes #5898
Merge pull request #2637 from k-paulius/patch-6
Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
Use print_info_box() to generate alerts
Show interface name in the breadcrumb on DHCP Server page
Convert section titles to title case
Redmine #4647 default DHCP server tab to a interface with DHCP enabled
This has also annoyed me, where WAN has a static IP. Every time I go to Services->DHCP I then have to click the LAN tab.With this change it will look for a "reasonable" tab to go to:...
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.
Standardize print_apply_box usage
1) For the translators, it should be better to do it consistently. Thenthey only need to have 1 translation of "You must apply the changes inorder for them to take effect" and can translate each of the othercustom sentences individually....
Internationalize services_d*
Merge pull request #2025 from apilloud/dhcp-ignoreunknown
add call gettext function in the services menu
Fixed #5802Added collapsible action to config backup
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....
DHCP - Decode value while validating contents
https://forum.pfsense.org/index.php?topic=105654
Fixed #5781
add missing space between words
Encode DHCP/DHCPv6 server additional BOOTP text options before save to XML to preserve data. It fixes #5623
EOL spaces
remove leading space
redmine 5702 - switch to high level IPv4 functions instead of low level ip2long32() etc
HTML Compliance - Services / DHCP Server
Bad character after <. Probable cause: Unescaped <. Try escaping it as <.Ensure one machine's advskew < 20 (and the other is > 20).
Fix redmine #5722 DHCP validation for master
Redundant logic tests in a range check
The logic here is redundant. It tests IP1<START || IP2<START || IP1>END || IP2>END. Then it tests if IP1<IP2 unsigned.
If the latter test succeeds (ie test that first) then IP1>=START must imply IP2>=START and IP2<=END must imply IP1<=END. In other words we only need to test:...
clarify text, might not apply to "NIC" (lagg, VLANs, etc.)
fix part of #5604
Remove $closehead variable
Remove unused variable $closehead
Fix gen_subnetv4_max
and use it in services_dhcp rather than trying to do the similarcalculation in-line.Should fix redmine #5654 and probably a bunch of other things that usegen_subnet_max
Tidy up "services_dhcp.php"
- Close TABLE correctly
Code style services dhcp dnsmasq dyndns
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
make text consistent
Type up SCRIPT tags
Fix more privilege text/name/page inconsistencies
Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.
Added use of class autoloading (GUI stuff only)
Any GUI script that loads the guiconfig.inc file will have access tothe autoloader.
Clarify description. Ticket #5387
Ticket #5471 another convert batch to font-awesome icons
Merge pull request #2036 from heper/patch-1
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
add enable_rrd_graphing to $_post
add dhcpd rrd graph
Copyright updates Batch 2 of 3
Merge pull request #2029 from phil-davis/patch-3
Delete confirmation vi fa-trash automated via pfSense.js
service_dhcp.php NTP and TFTP server fields
and I used capitals for DHCP Server.At the moment there is a mix of capitalisation of this sort of stuff - e.g. there is "DNS forwarder" in various places and "DNS Resolver" and... IMHO these can all be made consistent to have capitals on all the "big" words.
Make DHCP deny action configurable
Moved action-buttons in-line styling to pfSense.css
replace and find for icon-embed-btn
Buttons converted to new deisgn'X' button suppressed in info text box
convert services_dhcp to fa
Javascript refine to hide Delete row button if there is only one row
fix typo
Completes #5159All duplicated JS removed to included file
Addresses #5159 by removing hide/show/disable/enable functions to included file
Ticket #5204 a clean up pass of the jquery sections
Comment typo fix
Fixed #5146Bootstrap conversion complete and unit tested
File converted but not yet checked/tested
Move main pfSense content to src/