-Fix the problem in template selection wherein when the user had an error in browser, particularly
in Internet Explorer, affects the selection.
-Fix the the 'object expected' error on the dashboard->systeminfo when Client Info is hidden.
-Fix the not working toggle of client info in lower versions of IE. Also fix the not showing correct
platform icon of client.
-Fix the designs for Internet Explorer especially IE6.
-Fix the not working rename reports with return key; disable return key in admin configuration
textboxes
-This patch fixes the problem with the long feature name in Status Monitor. It truncates the name
and scrolls the name to the left as you hover on the product/feature name.
When one of the entries in the feature expiry has a very long string (for version/feature name), the
width of the rows became so large and it does not look so good.
-Fixes the condition in checking if the checkout time is in the future. This uses the server time
for checking.
-Fix for product and feature not renamed when you visit the Status Monitor without visiting License
Monitor first. The condition put in product-rename.map and feature-rename.map is not read when you
visit the Status Monitor.
-Limit long product/feature names in License Monitor and added a hover to display the full name
-also encoded the names in html to prevent crashing of LM
-Protected "Admin user" user(can't be demoted/deleted)
-Logged-in admin users are prohibited to delete their own user profile
-grammar correction in admin configuration logfile tooltip
When license data contained japanese characters not encoded using UTF-8 or character that are not
supported by UTF-8,
both the XML parser and browsers fail to handle the result and fails to show status.
This patch allows the user to set the charset to be set to ISO-8859-1 and passed it as parameter to
the XML Parser to be able to read characters not handled by UTF-8.
This patch also fixes the problem in support of special characters * and ? in Product Mapping.
Also included is the fix wherein renamed product is not working in Product Mapping. Ticket 10847.
The initiation.php overrides the value of memory_limit set in php.ini in /etc/opt/openit/. This
patch removes that line so that the GUI will use the memory_limit set in the php.ini.
For older versions you may not find a php.ini file so you need to create one to be able to increase
the memory limit of your OpeniT Web GUI.