Fix lineup of copyright lines
and module names and other bits of formatting and typos in headercomment sections.
Welcome 2015
Change copyright statement to reflect reality
Remove almost all calls to history.back() and make Cancel button back to HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
xhtml Compliancereplaced <br>, <br/> and </br> with <br />
Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print
Remove call-time pass by reference for do_input_validation, helps ticket #2565
Tidy up "interfaces_wireless_edit.php" XHTML
Close INPUT tagsUpdate HTML boolean operators
Update PHP shorthand tag
Standardise all PHP start tags from "" to "
Add extra checks for reading and saving certain wireless settings and fix an existing check.
Fix page title text. Replace "Firewall" with "Interfaces" in title.
Fix XSS issues
Bring in XSS id fixes from m0n0wall
Modify various (s)printf format strings to allow translations to change the order of the inserted strings.
Checked gettext() implementation on interfaces_wireless_edit.php
Implement gettext() calls
Sort opt10+ and wlan10+ more like the way that would be expected.
Add more descriptive mode names to the error messages.
Use wireless_regex instead, because is_interface_wireless appears to be intended for assigned interfaces only.
Change clone_inuse to function in the same style as the other inuse functions in the interfaces.php files.
Revert "Don't skip disabled interfaces when checking which are assigned." and fix an error propagated from this. (misread a parameter name when looking up the function)
This reverts commit ce075a0fd4aa7eb0788f20233bf60706e4c77edf.
Change method of displaying wireless clone interfaces on the assignment page.
Allow changing the parent interface of an unassigned wireless clone.
Don't skip disabled interfaces when checking which are assigned.
Don't allow changing the parent interface until this code supports deleting the old clone.
Add page for configuration of wireless clone interfaces.