Changelog
Subversion - Current development (Starting rev. 1778)
Release 1.3.2 - 20.10.2008
- Bugfix: @ Signs are now allowed in several strings, for example usernames in allowed_for_config on maps
- Bugfix: The automap hover menus did not recognize the configured backend
- Bugfix: Fixed static prefix when fetching hosts without parent
Release 1.3.1 - 22.08.2008
- Fixed hardcoded path in javascript code
- Fixed missing htmlBase path in automap javascript code (SF.net 2009179)
- htmlcgi in paths and backend can now be full url (SF.net 2047653)
- Fixed mysql error message when configured bad NDO instance name (SF.net 2065750)
- Spaces in usernames are now allowed
- The dbprefix can now be empty in NDO backend options
Release 1.3 - 25.06.2008
- Bugfix: Fixed transparent label border in IE (SF.net 1994891)
- Bugfix: Fixed problem in automap child fetching algorithm (SF.net 1994873)
- Bugfix: Fixed php parse error in frontend class
- Bugfix: Fixed problem with fetching downtime end time (SF.net 1997091)
- Bugfix: Fixed problem with sorting children alphabetically in hover menus (SF.net 1997111)
- Bugfix: Fixed problem with spaces in oldPhpVersionFixes.php
- Bugfix: Fixed alias not being displayed in map and hostgroup hover menus
- Bugfix: Fixed problem with summary state when a linked map was empty
- Added plus sign to string matches (SF.net 1994579)
Release 1.3rc5 - 12.06.08
- Added custom error handling function for handling php problems in ajax calls (SF.net 1985772)
- Added option "hovertimeout" to main configuration defaults section and "hover_timeout" to common map objects for modifying the ajax request timeout (SF.net 1982732)
- Added "stop refresh" link to header (SF.net 1984763)
- Removed some hardcoded js/css paths (SF.net 1991289)
- Bugfix: Fixed ndo backend to use unix timestamp for checking ndo data is up to date instead of datetime parsing (timezone problems) (SF.net 1964660)
- Bugfix: Fixed problem with permissions on map inheritance when maps linked (SF.net 1974571)
- Bugfix: allowed_users were able to change map config via WUI (SF.net 1974570)
Release 1.3rc4 - 26.05.08
- Bugfix: The regular expressions for value validation check in WUI will now be escaped correctly
- Bugfix: Fixed problem when fetching global backend default htmlcgi value (SF.net 1969509)
Release 1.3rc3 - 22.05.08
- Added [obj_address] macro to service hover menus (SF.net 1965102)
- Favicon now also displays acknowledged/downtime states
- Small design changes (logo, favicon)
- WUI: Added check for php-mbstring to WUI (SF.net 1964453)
- Bugfix: The servicegroup alias is now shown in hover menu (SF.net 1965605)
- Bugfix: Fixed bug with ack/downtime state was overriding blank critical/warning states (SF.net 1965614)
- Bugfix: language changes were ignored because of the language cache (SF.net 1969679)
- Bugfix: WUI The value validation check is now case-insensitive (SF.net 1967878)
Release 1.3rc2 - 03.05.08
- Big change in hover menu handling: The hover menus are now fetched on demand via ajax.
- Added new option "label_border" for configuring the color of the label border (SF.net 1955519)
- Added new macros [obj_address] and [lang_address] to host hover menus (SF.net 1955523)
- Added value validation to WUI dialogs (main configuration, add/modify) (SF.net 1955636)
- Added template inheritance (SF.net 1956821)
- WUI: Labels are now moving when an icon is being dragged (SF.net 1955680)
- Bugfix: Fixed var folder writable check (was not checking executable flag) (SF.net 1934675)
- Bugfix: It's possible to have hosts without services again (no ERROR message, only a notice in summary output) (SF.net 1932201)
- Bugfix: Fixed bug in ndo backend when trying to get host downtime (SF.net 1947394)
- Bugfix: Fixed bug with UNREACHABLE hosts on maps (SF.net 1954765)
- Bugfix: Fixed bug in object handling when using template in map config (SF.net 1955542)
- Bugfix: Templates were not working with more than one template definition on a map (SF.net 1956431)
Release 1.3rc1 - 01.04.08
- NagVis now needs a PHP version which is newer than PHP 5.0 (SF.net 1924332)
- Added "border_color" option to textbox objects (SF.net 1924329)
- Bugfix: Fixed bug with hover_childs_limit (SF.net 1925329)
- Bugfix: Root shape is now "egg"-like - there are problems with "circle" in some browsers (SF.net 1909033)
- Bugfix: Fixed problem with autoscaling textbox width (SF.net 1926569)
- Bugfix: Fixed problem in NDO instances with ONLY config_type=0 objects (SF.net 1928298)
Release 1.3b3 - 14.03.08
- Enhanded caching of dynamic background images (SF.net 1907497)
- Added page refresh to the index page (SF.net 1914535)
- Bugfix: Changed naming of automap objects to "_" (SF.net 1906488)
- Bugfix: Added double link prevention on graphviz config rendering (SF.net 1906501)
- Bugfix: The start/stop rotation button was not shown in nagvis header (SF.net 1914528)
- Bugfix: The stopped rotation was not handed over to next refresh (SF.net 1914529)
Release 1.3b2 - 27.02.08
- Bugfix: Hostname was not shown in service hovermenu (SF.net 1901026)
- Bugfix: Wrong child objects with more than one map object (SF.net 1901024)
- Bugfix: Problem with checking authentication on WUI management pages (SF.net 1901272)
- Bugfix: Problems with multiple backends of the same type (SF.net 1901311)
- Bugfix: Fixed typo in child order method
- Bugfix: Fixed several PHP notices
- Bugfix: [pnp_hostname] was not replaced in service hovermenus (SF.net 1903367)
Release 1.3b1 - 23.02.08
New
- Introduced Automap feature. The Automap can be viewed by the following URL: index.php?automap=1. The automap can be configured by URL parameters, for details see the user interface documentation and Automap documentation (SF.net 1583108)
- Added maintenance mode. A map can be set to maintenance mode by adding the option
in_maintenance=1
in the global section of a map (SF.net 1681335)
- Added new icons
_downtime.png
(Host) and _sdowntime.png
(Service) to iconsets (SF.net 1879241)
Changes
- Recoded complete object handling; also recoded handling of backend information in the core to get more information like alias, display name etc. through it (SF.net 1793062)
- Improved summary output of all objects (SF.net 1793062)
- Map Index: Added better thumbnail format (PNGs are resized by GDlibs - when enabled and available) (SF.net 1861735)
- Added rotation pool list to map index (SF.net 1861737)
- Added <!-- BEGIN service --> and <!-- END service --> macros to hover menu to display special informations on service hover menus (SF.net 1793062)
- Added [alias] and [display_name] macro to hover menus (SF.net 1793062)
- Added hover macros [last_check] and [next_check] to host and service objects (SF.net 1733479)
- Added macros to host/service hover menu: [obj_current_check_attempt], [obj_max_check_attempts], [obj_state_type], [obj_last_state_change], [obj_last_hard_state_change] (SF.net 1733479)
- Added hover_menu parameter to object configuration and default parameter "hovermenu" in main configuration to enable/disable the hover menu (SF.net 1862954)
- Added called url to "render time" debug output (SF.net 1861739)
- WUI: Added error handling to to ajax/form request handling pages (SF.net 1814669/1757756)
- Added new icons
_pending.png
to standard iconsets (SF.net 1897776)
- Removed old iconset
folder_*
. The iconset will be optional in future.
Bugfixes
- Bugfix: Fixed bug with wrong only_hard_states handling (SF.net 1876615)
- Bugfix: Rotation stopped when rotating to external pages (SF.net 1849857)
- Bugfix: Added "@" sign to allowed signs in URLs (SF.net 1852541)
- Bugfix: Fixed Logical bug in getObjects(services) (SF.net 1853809)
- Bugfix: Space was not allowed in hostgroup_name (SF.net 1854383)
- Bugfix: Spaces in format %20 are now allowed in URLs (SF.net 1870579)
- Bugfix: WUI: When editing a service it was not selected by default in dropdown menu (SF.net 1853901)
- Bugfix: Added version check to language cache. Different NagVis versions on one server could cause problems before (SF.net 1861732)
- Bugfix: WUI: When renaming a map the redirection didn't work properly (SF.net 1862963)
- Bugfix: WUI: Deleting a map via WUI was not possible (SF.net 1863096)
- Bugfix: Fixed Problem when including NagVis HTML code on other pages; Paths of favicon and draw.php are now absolute (SF.net 1867528)
- Bugfix: WUI: Fixed map deletion protection when map is linked in another (SF.net 1881446)
- Bugfix: Spaces are now allowed in all Nagios object name definitions (SF.net 1891400, 1897880)
NagVis 1.3 Code started at rev. 979 with NagVis 1.2rc1 code.