Module: nagvis Branch: master Commit: 51d0886dced7fc5c21570ecacac1b365516052ef URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=51d0886dced7fc5c21570ecacac1b365516052ef
Author: Lars Michelsen <[email protected]> Date: Tue Jan 11 21:11:19 2011 +0100 Fixed changelog --- ChangeLog | 63 ++++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 44 insertions(+), 19 deletions(-) diff --git a/ChangeLog b/ChangeLog index ba566a1..38f53f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,37 +1,58 @@ -1.5.7 +1.6a1 + Core + * Added user/role profile config files located in nagvis/etc/profiles/(user|role).profile + The profile files can contain user/role specific options like languages and so on + * The language of a user is stored in the profile file now + * Added new options {file_group} and {file_mode} to global section of nagvis.ini.php. + These options are used whenever a file is written by NagVis + * Livestatus backend: Better error handling when writing to livestatus socket + * Lines can have three coords now to reposition the middle of lines having + two arrows + * Better handling for map config errors on overview page and map links - + no whole screen errors anymore * Refactored map configuration parsing code * Reimplemented maintenance mode: in_maintenance=1 is working again - * Bugfix: Suppressing php errors on ps_files_cleanup_dir in debian - -Automap - * Hiding deprecated maxLayers param from automap modify dialog - -Frontend - * Made downtime/ack colors configurable (Seems automatic lighten of color is not enough) - * Bugfix: Multisite - Added state colors to multisite map listing (Thanks to BMuc) - * Bugfix: Fixed showmaps,showautomaps,... option usage on overview page - * Bugfix: Fixed search dialog access when using explicit permissions - -WUI - * Preventing damaged map cfg due to textbox resizing in IE (only happens in - some rare cases) - -1.5.6 - -Core + * The check_command parameter is available in NagVis now. NDO and + MKLivestatus backends fetch this info from the datasources now * Bugfix: SQLite Update problem while updating from 1.5b1-1.5b3 to 1.5.4/1.5.5 * Bugfix: Fixed configuration file cache when using multiple main config files + * Hostgroup and Servicegroup aliases work again now. It might be neccessary + to update livestatus to the newest 1.1.9i* version. + * All map objects need to have an object id which needs to be unique on + each map. All map objects which have no object id defined will ge one + created. This makes migration easier. + * Catching ps_files_cleanup_dir error message (strange error debian/ubuntu) + * Fixed inconsistence with iconsets when refreshing overview maps/automaps Automap * Made automap coord parsing regex resistent against html entities in the URL + * Hiding deprecated maxLayers option from modify view dialog + * Automap params changed via GUI can be made permanent now + * The x/y coords don't need to be set as dummy values in automap configs anymore Backend: Livestatus * Bugfix: PHP error when trying to write to socket while the remote host is not available Frontend + * Added new sidebar for better navigation. It can be opened by clicking on + the "Open" label in the header menu. The state of the sidebar and the + single nodes is stored in user specific profile files + * Added new parameter {parent_map} to map/automap global sections which is + used in header/sidebar menus to draw a map hierarchy + * Colors and ranges of weathermap lines are now customizable using the + object configuration option line_weather_colors + * Fixed wrong label for MBit/s in weathermap bandwidth display + * It is now possible to lock/unlock objects in regular frontend (with the + necessary permissions) + * Lines can now be repositioned by dragging the ends using the anchors in unlocked mode + in regular frontend + * The Line middle position can now be edited using the frontend for lines with two line parts * Added password reset form to user management dialog + * Reduced ajax calls on map/automap/overview page load + * Made background color in frontend configurable now + * Bugifx: Added missing state colors to multisite map listing (Thanks to BMuc) * Bugfix: Acks/downtimes of problems were not recognized by background highlighting * Bugfix: Weathermap lines with traffic amount label display MBits as GB @@ -40,6 +61,8 @@ Frontend * Bugfix: Fixed header submenu top offset in Internet Explorer * Bugfix: Fixed hover menu positioning out of the screen * Bugfix: Minor javascript fixes during object reload + * Bugfix: Fixed showmaps,showautomaps,... option usage on overview page + * Bugfix: Fixed search dialog access when using explicit permissions WUI * Bugfix: Deleting more than two objects was not working correctly @@ -51,3 +74,5 @@ WUI * Bugfix: Inconsistency between textbox style attribute usage in frontend and WUI * Bugfix: Relative label coordinates were calculated wrong when moving objects * The textbox height is now set correctly when creating a new textbox + * Preventing damaged map cfg due to textbox resizing in IE (only happens in + some rare cases) ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
