summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2637 from k-paulius/patch-6Stephen Beaver2016-02-1454-113/+170
|\
| * 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-144-10/+10
| | | | | | | | breadcrumb separator.
| * Rename NTP tab to Settings to be more user friendly.k-paulius2016-02-144-10/+10
| |
| * 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
| |
* | Whitespace functions.incPhil Davis2016-02-151-18/+18
| | | | | | while I am here looking at other stuff.
* | Add support for multiple span ports on bridge.Luiz Otavio O Souza2016-02-142-61/+96
| | | | | | | | | | | | | | | | 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-147-9/+8
| | | | | | | | '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-146-7/+8
| |
* | Review alert wording.k-paulius2016-02-147-8/+8
| |
* | Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-1465-113/+111
| | | | | | | | '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-1420-57/+42
| |
* | Merge pull request #2634 from nwholloway/eclfix_2_3Luiz Otavio O Souza2016-02-141-7/+2
|\ \
| * | Fix #5890 find disk slices as candidates for loading "config.xml" at bootNick Holloway2016-02-141-7/+2
| | | | | | | | | | | | | | | | | | | | | In commit 873c1701, the call to "/bin/ls /dev/{$disk}s*" was surrounded with "escapeshellarg" so the wildcard is not expanded. Use "glob" to find the slices for a disk instead.
* | | Merge pull request #2625 from NewEraCracker/inc-ipv6-fixLuiz Otavio O Souza2016-02-141-0/+5
|\ \ \
| * | | Add check of IPv4 only IPs on IPv6 SplitV64NewEraCracker2016-02-121-0/+5
| | | | | | | | | | | | | | | | Will prevent access to wrong string offset
* | | | Logic correctionNewEraCracker2016-02-141-6/+5
| | | | | | | | | | | | | | | | From my understanding ppp['mtu'] and ppp['ports'] are directly related with each other and they correlate information about mtu and ports. This specific commit doesn't introduce anything new other than simplifying the code slightly
* | | | 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.
* | | | Merge pull request #2633 from phil-davis/patch-1Stephen Beaver2016-02-141-277/+236
|\ \ \ \
| * | | | Internationalize dyndns.classPhil Davis2016-02-141-277/+236
| |/ / / | | | | | | | | I tried to consolidate and make some of the message logging more consistent along the way.
* | | | 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-142-2/+9
| |/ |/| | | | | | | | | 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-135-9/+9
| | |
* | | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-1312-16/+16
| | | | | | | | | | | | more consistent.
* | | Use consistent webConfigurator spellingk-paulius2016-02-133-4/+4
| | |
* | | Renamed 'Wake on LAN' to 'Wake-on-LAN'k-paulius2016-02-137-17/+17
| | |
* | | 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.
OpenPOWER on IntegriCloud