ID: 6290
Title: Limit the output of the werk list to the number of groups
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.6.0i1
To circumvent a long loading time the number of werks on the werk list (release
notes) page is now limited to the number of groups to be shown. By default the
grouping is done by version and limited to 20 versions.
You can change the grouping and limit options using the "Searching & Filtering"
form when viewing the page.
ID: 6289
Title: User profile: Theme changes are applied to result page automatically
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.6.0i1
The user profile page did not apply changed themes to
the result page right after changing the theme. The user
always had to reload the page to make the content frame
use the new theme.
ID: 6293
Title: Fixed exeption when trying to delete hosts of disabled slave sites
Component: WATO
Level: 1
Class: Bug fix
Version: 1.6.0i1
When trying to delete a host that is associated with a slave site where
the replication is currently disabled, this resulted in a GUI exception
like this: 'KeyError: "slavesite"'
Instead of this exception an error message about the failed connection
because of the disabled sync is displayed.
ID: 6291
Title: Werk list: Fixed input validation and error handling
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.6.0i1
Input errors on the werk list page were not validated correctly. This could
lead to empty werk lists when using invalid values in the "Searching &
Filtering" form without displaying a helpful message.
The error handling of input issues has been improved by displaying error messages
above the form and highlighting the fields in question when an error occured.
ID: 6292
Title: Werk list: Fixed wrong number of werks shown at top of the page
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.6.0i1
The "number of rows" header was showing the number of rows in the last group
table of the page. It's now correctly showing the number of werks listed.
ID: 6454
Title: Fixed "tree_spec" exception in virtual host tree snapin with older configs
Component: WATO
Level: 1
Class: Bug fix
Version: 1.6.0i1
Old definitions (pre 1.5) of virtual host tree configs could lead to an error "tree_spec"
in the virtual host tree snapin. These configs are now migrated correctly.
A workaround could be to update the virtual host tree global setting by hand.
ID: 6470
Title: New Theme: New fixes for modern theme
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.6.0i1
This time the following things has been fixed:
- The logo position in the upper right corner has been align to the bottom of the text and is now in the middle
- The title in hover preview of graphs is center aligned again
- The output of backup jobs is like other console outputs
- The color of the footer has been accidentally reverted to white and is now black again
- Triangles to open limb of trees have been white again which is now fixed
- Some new icons have not been used even if available
- Many icons which have still been in old style are now modern
ID: 6314
Title: win_netstat: Add UDP ports to agent output
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.6.0i1
The previous versions of this plugin excluded UDP port for
performance reasons respectively execution time. With this
werk an asynchronous execution of the win_netstat plugin is
introduced. The asynchronous execution has to be activated
manually in the corresponding agent bakery rule
ID: 6452
Title: Fixed wrong sidebar snapin permission checking
Component: Multisite
Level: 1
Class: Security fix
Version: 1.6.0i1
The permission checking of sidebar snapins was not working correctly in all
previous 1.5 versions.
The specific issue was that the default permission of the sidebar snapins were
not set correctly. Especially the master control snapin (which can be used to
globally disable e.g. checking or notifications) was usable even for guest
users by default which is normally only available for administrative users.
As workaround, you could override the default permissions of the snapins to
make them only available to the intended roles.