Update translation files
Regenerate pot
fix colspan background on dark theme
Merge pull request #3545 from phil-davis/patch-6
Only save valid widget locations in config
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:...
Allow 5 dashboard columns to work
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.inc
Fixed DIVIDER issue caused by the addition of msorts to the menu
GET/POST conversion for status*
Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - Diagnostics
View revisions
Also available in: Atom