Merge branch 'master' into bootstrap
This is a merge of pfSense/master at this point:
c0d5c1435ee8f90d1ee62f5fb4a4fac48aacda77
Code spacing
and other random stuff I noticed.I think this finishes messing with code style. The codebase should matchthe developer style guide closely enough that 99.9% of changes will notfeel the need to also massage the formatting.
remove unwanted ondblclick
Fixed $tab_array[], added NAV tags
interfaces_wireless.php Conversion complete
Ready for review
Code style interfaces miscellaneous files
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
xhtml Compliancereplaced <br>, <br/> and </br> with <br />
Tidy up "interfaces_wireless.php" XHTML
Close BR and IMG tagsMove NOWRAP to class statementAdd missing closing P tag
Add extra checks for reading and saving certain wireless settings and fix an existing check.
Activate new shortcuts/status in the rest of the areas that are currently setup.
Checked gettext() implementation on interfaces_wireless.php
Fix gettext implementation on interfaces_wireless.php
Implement gettext() calls
Fix many things related to PPP connections.
Fixed tab array numbering in interfaces_* files. Enabled multilink over PPtP connections.Fixed handling of bandwidth, mtu, mru settings. Removed unnecessary curly brackets fromsingle line if conditionals, and more . . .
Use "PPPs" as the new Tab name in Interfaces -> Assign. Rename files and update affected files.
Also, add upgrade_config function 062_to_063.
Fix other interfaces_* pages and keep working with mlppp.
Add new menu name to other interfaces_* pages.
Add more descriptive mode names to the error messages.
Fix text and add more descriptive names to the modes.
On double click go to the wireless clone edit page. Also remove an unused variable.
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.
Add note about limits on the number of wireless clones.
Add more detail to the description on the Interfaces: Wireless page.
Don't skip disabled interfaces when checking which are assigned.
Add page for configuration of wireless clone interfaces.