HTML Compliance - Form Input - Placeholder
Attribute placeholder not allowed on element select at this point.Attribute placeholder is only allowed when the input type is email, number, password, search, tel, text, or url.
Fixed #5636
Merge pull request #2292 from phil-davis/patch-2
Merge pull request #2291 from phil-davis/snmax
Merge pull request #2289 from NOYB/HTML_Compliance_-_Wake_On_LAN_Widget
Merge pull request #2288 from NOYB/Status_-_System_Logs_-_Manage_Log_-_Input_Validation
Fixed #5653Removed bogus code that forced system information to be first in the listAdded JS to always add system_information to col 1
Fix static DHCP address validation
1) Use gen_subnetv4 and gen_subnetv4_max rather than doing the guts of the calculation inline. (The ~gen_subnet_mask_long($ifcfgsn) thing was the cause of the problem)2) Add validation checks to stop people using the network address or broadcast address as a statically allocated DHCP address....
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
Validate IP passthrough bandwidth values within sane range. Ticket #5655
View revisions
Also available in: Atom