summaryrefslogtreecommitdiffstats
path: root/src/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Remove some unused code from diag_command.php.jim-p2017-02-221-10/+0
|
* Fixes #7296Steve Beaver2017-02-221-2/+2
| | | | HTML tags not allowed in selector option values
* Correct variable name. Fixes #7297jim-p2017-02-221-1/+1
|
* Merge pull request #3568 from doktornotor/patch-7Renato Botelho2017-02-223-0/+20
|\
| * Check that DHCP registration isn't enabled for DNS forwarder/resolver when ↵doktornotor2017-02-221-0/+10
| | | | | | | | disabling DHCP server
| * Only allow the DHCP registration options to be enabled when DHCP server is ↵doktornotor2017-02-221-0/+5
| | | | | | | | enabled as well
| * Only allow the DHCP registration options to be enabled when DHCP server is ↵doktornotor2017-02-221-0/+5
| | | | | | | | enabled as well
* | Fixed #7203 by visually separating the legend areaSteve Beaver2017-02-221-15/+21
|/ | | | Make legen area fixed rather than AJAX data
* Merge pull request #3552 from NOYB/User_Manager_-_Status_IconRenato Botelho2017-02-211-2/+2
|\
| * User Manager - Status IconNOYB2017-02-171-2/+2
| | | | | | | | | | | | Use icon for status rather than textual asterisk to indicate disabled account. (2.4, 2.3)
* | Fix "Save and Force" actionSteve Beaver2017-02-202-2/+2
| |
* | Remove newline in error msgSteve Beaver2017-02-201-1/+1
| |
* | SpellingSteve Beaver2017-02-201-1/+1
| |
* | Fixed #7231Steve Beaver2017-02-201-0/+2
| | | | | | | | This avoids the problem rather than fixing it by requiring the user to remove any queues from the if before deleting
* | Update translation filesRenato Botelho2017-02-2048-54132/+54329
| |
* | Regenerate potRenato Botelho2017-02-201-57/+63
| |
* | Merge pull request #3533 from phil-davis/fw-rules-iface-selectorSteve Beaver2017-02-201-1/+5
|\ \
| * | Do POST for long tab array dropdownPhil Davis2017-02-121-1/+5
| | |
* | | Merge pull request #3557 from jskyboo/devjim-p2017-02-201-5/+5
|\ \ \
| * | | Allow PGRMF for Custom GPS type.jskyboo2017-02-191-3/+3
| | | |
| * | | Fix ublox parsing.jskyboo2017-02-191-2/+2
| | | |
* | | | Merge pull request #3553 from doktornotor/patch-1jim-p2017-02-201-255/+16
|\ \ \ \
| * | | | Fix NTP widget to show server time (Issue #7245)doktornotor2017-02-181-255/+16
| | | | | | | | | | | | | | | This is a couple of seconds late depending on how much stuff people have on dashboard, but at least displays the server time/TZ instead of the browser time. Plus good riddance wrt those 200+ lines of past century JS.
* | | | | Save tab value (if) in HTMLSteve Beaver2017-02-191-4/+1
| |/ / / |/| | |
* | | | Fixed #7277Steve Beaver2017-02-181-0/+3
|/ / /
* | | Fixed #7274Steve Beaver2017-02-172-41/+49
| | |
* | | Fix handling of 0 for Backup Count. Fixes #7273jim-p2017-02-171-8/+18
| | |
* | | Regenerate potRenato Botelho2017-02-171-2188/+2188
| | |
* | | Update translation filesRenato Botelho2017-02-1718-8245/+8888
| | |
* | | Fixed #7270Steve Beaver2017-02-171-1/+1
| |/ |/|
* | Fix editing sysctl values.jim-p2017-02-151-2/+2
| |
* | Fixed: #7251Steve Beaver2017-02-152-10/+13
| | | | | | | | Force JS and CSS files to reload if hte file mtimes change
* | GET/POST conversionSteve Beaver2017-02-144-29/+18
| |
* | Fix Apply actionSteve Beaver2017-02-141-11/+9
| |
* | Fix Apply actionSteve Beaver2017-02-141-9/+6
| |
* | GET/POST conversionsSteve Beaver2017-02-1422-149/+123
| |
* | GET/POST conversionSteve Beaver2017-02-1412-122/+88
| |
* | GET/POST conversionsSteve Beaver2017-02-1418-390/+321
| |
* | GET/POST conversion - services part 1Steve Beaver2017-02-147-94/+74
| |
* | Update translation filesRenato Botelho2017-02-1448-68924/+69269
| |
* | Regenerate potRenato Botelho2017-02-141-2795/+2794
| |
* | fix colspan background on dark themeJared Dillard2017-02-141-0/+4
| |
* | Merge pull request #3545 from phil-davis/patch-6Renato Botelho2017-02-141-1/+6
|\ \
| * | Only save valid widget locations in configPhil Davis2017-02-141-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Some widgets create extra panels, e.g. the widgets that now have the filter functionality. Those panels are processed in the ".each" at line 424. They do not have an id in the form "widget-*" and when the old code tries to find the "*" part it gets "undefined". This results in the layout being saved like: ``` <sequence>interface_statistics:col1:open,undefined:col1:close,system_information:col2:open,undefined:col2:close,picture:col3:open,rss:col3:open,ntp_status:col2:open</sequence> ``` This PR puts extra checks in place so that the "undefined" stuff does not get written into the widget sequence string.
* | | Allow 5 dashboard columns to workPhil Davis2017-02-141-1/+1
|/ / | | | | | | Selecting 1,2,3,4 or 6 dashboards columns results in an exact integer result here and all is good. But 5 columns results in "2.4" and "col-sm-2.4" is not a thing in bootstrap. We need just the best int we can choose here, which is one that is just the int part of the division. That ensures that the 5 columns extend over less than the standard bootstrap total of 12 "units" wide.
* | Comment typos head.incPhil Davis2017-02-141-2/+2
| |
* | Fixed DIVIDER issue caused by the addition of msorts to the menuSteve Beaver2017-02-131-15/+20
| |
* | GET/POST conversion for status*Steve Beaver2017-02-1314-98/+79
| |
* | Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-137-43/+38
| | | | | | | | functions - Diagnostics
* | Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-1316-123/+119
| | | | | | | | functions - Firewall
OpenPOWER on IntegriCloud