summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_assign.php
Commit message (Collapse)AuthorAgeFilesLines
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-44/+43
|
* Fix #6613 Do not show Aply Changes button when Save neededPhil Davis2016-07-141-1/+1
| | | | I got a bit carried away in the fix for #6460 https://github.com/pfsense/pfsense/commit/21c18c3df11547aba172c10f95872dbd8682f7d9 The message here at line 507 should not actually show the Apply Changes button. At this point the user needs to adjust the assigned interfaces and save. Then after saving an Apply Changes button can be used to implement the saved changes.
* Always use require_oncePhil Davis2016-06-271-6/+6
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Make QinQ interfaces work againChris Rowe2016-06-221-4/+4
| | | | (cherry picked from commit 1322ee22354f1a6e184819fb7009a2996b63de97)
* Fix #6460 Interface mismatch apply changes buttonPhil Davis2016-06-081-2/+4
|
* Unset dhcpdv6 for deleted interfaces on interfaces_assign.php. Ticket #6152Chris Buechler2016-04-161-0/+5
|
* Interfaces (assign) - Remove PersonalizationsNOYB2016-03-291-2/+2
| | | | Remove "you" personalizations.
* More icon/button inconsistencies. Ticket #5965jim-p2016-03-101-1/+1
|
* If exist, print the friendly interface name next to device name.Luiz Otavio O Souza2016-02-211-0/+4
|
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-2/+2
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Use print_info_box() to generate alertsk-paulius2016-02-141-1/+4
|
* Synchronize page title with tab title. Renamed GRE to GREs, GIF to GIFs and ↵k-paulius2016-02-121-7/+7
| | | | LAGG to LAGGs to match VLANs, QinQs, etc.
* Standardize print_apply_box usagePhil Davis2016-01-271-1/+1
| | | | | | | | | | 1) For the translators, it should be better to do it consistently. Then they only need to have 1 translation of "You must apply the changes in order for them to take effect" and can translate each of the other custom sentences individually. 2) The full-stop should always go at the end of the sentence, inside the gettext(). There are some languages where the full-stop is not the same as European. e.g. In Nepal we use the vertical bar for end of sentence.
* Internationalize interfaces UI codePhil Davis2016-01-251-2/+2
|
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 1) Get rid of the stristr() checks to "guess" if an apply button should be used. 2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* print_info_box successPhil Davis2016-01-081-2/+8
| | | | | | | | | | | | In most situations we want the print_info_box() of $savemsg to be 'success'. If there was some problem saving, then it can be 'warning'. These are a few places I have found so far that need this sort of fixing up - more to come but sleep calls just now! I made the change to index.php also to be consistent with the others, even though it does not actually change anything "for real" because 'warning' is the default anyway. It will make it easy for people in future to see that is the case, specially if they are adding other $savemsg things that need to be 'success'.
* HTML Compliance - Interfaces / Assign network portsNOYB2015-12-301-0/+1
| | | | A table row was 3 columns wide and exceeded the column count established by the first row (2).
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style g-iPhil Davis2015-12-151-4/+7
|
* Tidy up Boolean operators for HTML5Colin Fleming2015-11-291-2/+2
| | | | | Remove the XHTML standard Boolean operators (makes reading HTML much simpler).
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Fixed group member creationStephen Beaver2015-11-121-2/+2
| | | | Nixed "I/F in button labels (by popular demand)
* Cosmetic cleanupsStephen Beaver2015-11-101-4/+10
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+3
|
* Copyright updateStephen Beaver2015-10-301-27/+52
|
* Fix array index, 6 was missingRenato Botelho2015-10-221-10/+10
|
* show openvpn interfaces while reassigning the interfaces for a restored ↵doktornotor2015-09-201-1/+5
| | | | | config backup Resubmit of #1769
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-116/+78
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+597
OpenPOWER on IntegriCloud