summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2637 from k-paulius/patch-6Stephen Beaver2016-02-1453-109/+166
|\
| * Switch tabs places so that active tab is the first tabk-paulius2016-02-142-2/+2
| |
| * Rename 'Backup/Restore' to 'Backup & Restore' so it does not clash with ↵k-paulius2016-02-143-8/+8
| | | | | | | | breadcrumb separator.
| * Rename NTP tab to Settings to be more user friendly.k-paulius2016-02-143-8/+8
| |
| * Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-141-0/+4
| |
| * Rename 'DHCPv6 Server/RA' to 'DHCPv6 Server & RA' so it does not clash with ↵k-paulius2016-02-144-4/+4
| | | | | | | | breadcrumb separator.
| * Remove Zone: prefix before the zone name to make breadcrumb a bit shorter + ↵k-paulius2016-02-1416-16/+16
| | | | | | | | it is obvious what it is
| * Update breadcrumb to match tab namek-paulius2016-02-142-2/+2
| |
| * Show in the breadcrumb if we are modifying floating rule.k-paulius2016-02-141-1/+6
| |
| * Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-144-6/+19
| |
| * Perform HTML entity translation where & is usedk-paulius2016-02-147-9/+9
| |
| * Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-145-9/+18
| |
| * Rename 'Packages' menu item to 'Package Manager' to better match with 'Cert. ↵k-paulius2016-02-141-1/+1
| | | | | | | | Manager' and 'User Manager'
| * Make 'Installed Packages' first tab, because it is the active tab by default.k-paulius2016-02-143-3/+3
| |
| * Cert is abbreviated word so adding . to stay consistent with the usage of Avail.k-paulius2016-02-145-9/+9
| |
| * Remove "headline" from the breadcrumb. It serves no real purpose, since the ↵k-paulius2016-02-141-23/+1
| | | | | | | | action that is being performed is already shown in the panel title + no other page shows action in the breadcrumb.
| * Add action to the breadcrumb. Rename 'Information/Tests' to 'Information & ↵k-paulius2016-02-141-5/+11
| | | | | | | | Tests' so it does not clash with breadcrumb separator.
| * Show package name in the breadcrumb.k-paulius2016-02-141-0/+4
| |
| * Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-143-6/+18
| |
| * Show interface name in the breadcrumb on DHCPv6 Server pagek-paulius2016-02-133-3/+19
| |
| * Show interface name in the breadcrumb on DHCP Server pagek-paulius2016-02-132-1/+11
| |
* | Add support for multiple span ports on bridge.Luiz Otavio O Souza2016-02-141-58/+90
| | | | | | | | | | | | | | | | While here, fix and improve the error detection for the selected ports. Inspired by pull request #2613 from heper/patch-1 Ticket #5871
* | Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-146-8/+7
| | | | | | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* | Use print_info_box() to generate alertsk-paulius2016-02-141-1/+1
| |
* | Use print_info_box() to generate alertsk-paulius2016-02-145-6/+7
| |
* | Review alert wording.k-paulius2016-02-147-8/+8
| |
* | Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-1464-112/+110
| | | | | | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* | No need to state that it is a warningk-paulius2016-02-142-3/+3
| |
* | Use print_info_box() to generate alertsk-paulius2016-02-143-21/+31
| |
* | Use print_info_box() to generate alertsk-paulius2016-02-1419-52/+41
| |
* | Merge pull request #2632 from NOYB/Interfaces_-_DHCP_Advanced_Options_TweaksStephen Beaver2016-02-141-38/+43
|\ \
| * | Interfaces - DHCP Advanced Options Checkbox VarsNOYB2016-02-141-9/+9
| | | | | | | | | | | | Correct the Enable Checkbox Var Names
| * | Interfaces - DHCP Advanced Options TweaksNOYB2016-02-141-31/+36
| | | | | | | | | | | | | | | | | | Lease requirements and requests typically contain large lists of options. Set the field width to use the available section space. Apply a few tweaks for better clarity and consistency between DHCP and DHCPv6. Include a more information link specific to each advanced panel.
* | | Do not echo printf return valueNewEraCracker2016-02-142-3/+3
|/ / | | | | | | Previous implementation would print both the content and return value. Changing to sprintf while retaining the short opening echo tag, echoes the content as intended and keeps code in line with the style of the project.
* | Make a couple changes to PPP default gateway handling to address issues with ↵jim-p2016-02-141-2/+6
|/ | | | | | default gateway switching. Fixes #1837 Tested with default gateway switching on and off, by rebooting, manually disconnecting the PPP link, and manually disconnecting the NIC link, worked each time, though still possible some issues remain. Feedback appreciated.
* Merge pull request #2630 from NOYB/Firewall_Rules_-_for/foreachStephen Beaver2016-02-131-15/+21
|\
| * Firewall Rules - for/foreachNOYB2016-02-131-15/+21
| | | | | | | | Replace indexing for loops with more readable, and faster on arrays, key/value foreach loops.
* | Renamed SMART to S.M.A.R.T.k-paulius2016-02-134-7/+7
| |
* | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-1311-14/+14
| | | | | | | | more consistent.
* | Use consistent webConfigurator spellingk-paulius2016-02-133-4/+4
| |
* | Renamed 'Wake on LAN' to 'Wake-on-LAN'k-paulius2016-02-136-13/+13
| |
* | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-1318-19/+18
| | | | | | | | more consistent. Convert page title to title case.
* | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-1313-13/+13
| | | | | | | | more consistent. Convert page title to title case.
* | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-133-6/+10
| | | | | | | | more consistent.
* | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-1319-30/+42
| | | | | | | | more consistent. Convert page title to title case.
* | Show zone name in the breadcrumb of MAC, IP, hostname and voucher edit pages.k-paulius2016-02-134-12/+12
| |
* | Show zone name in the breadcrumb just like it is shown on Services->Captive ↵k-paulius2016-02-135-5/+9
| | | | | | | | Portal pages.
* | Synchronize page titles with tab titles; Rename few titles in order to be ↵k-paulius2016-02-137-18/+18
|/ | | | more consistent.
* FreeBSD doesn't yet support TFC, comment out until it does. Ticket #4688Chris Buechler2016-02-121-11/+16
|
* Refine the way the DNS Forwarder and DNS Resolver are handled via XMLRPC. ↵jim-p2016-02-121-20/+27
| | | | Fixes #5882
OpenPOWER on IntegriCloud