IpAddress.class.php
Updated to allow the addMask() method to accept a maximum value so thatit can be used for IPv4 and IPv6 addresses. e.g.:
$myIp->addMask(‘mask’, $pconfig[‘mask’], 32);
Defaults to 128 for compatibility.
Once merged I will revisit the pages with IPv4 input fields.
Fix whitespace in textareas, remove it from tpl
Fix but where value in Textarea wasn't processed. Fixes #216
Support new Form('text') too, convert existing custom buttons
+ fix html @system_firmware
Form - introduce MultiCheckbox(+Group) #142
Merge pull request #165 from Bouwdie/services_dhcp_relay
Covnert services_dhcp_relay + bugfix in IpAddress
Remove 'form-control' class from file inputs
Refs. #180
Added fix in IpAddress to check if a mask is set to prevent a method call on a non object.Migrated form.Moved server input to an array form value.
ensure gettext and htmlspecialchars are correctly called
system_authservers - fix toggle by making it explicit fixes #108
also allow calling toggles without any arguments
View revisions
Also available in: Atom