You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+34-8Lines changed: 34 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
iTop - version 1.2.1 - 22-Dec-2011
1
+
iTop - version 1.2.1 - 01-Feb-2012
2
2
Readme file
3
3
4
4
1. ABOUT THIS RELEASE
@@ -52,9 +52,10 @@ This version mostly consists in bug fixes for iTop 1.2, however there are a few
52
52
53
53
1.2 Should I upgrade to 1.2.1?
54
54
---------------------------
55
-
Considering that there more than 20 bug fixes and very few new features we recommended you to upgrade
56
-
to this new version. Especially if you are using the data synchronization with big sets of data, you can benefit
57
-
from the new "chunk" mode by just adding a parameter to the command line !
55
+
Considering that there more than 30 bug fixes and very few new features, it's probably worth upgrading to this
56
+
new version. Especially if you are using the data synchronization with big sets of data, you can benefit from
57
+
the new "chunk" mode by just adding a parameter to the command line !
58
+
The interactive audit is now faster and uses less memory when processing big numbers of elements.
58
59
59
60
60
61
1.3 Special Thanks To:
@@ -66,7 +67,7 @@ Christian Lempereur and Olivier Fouquet for their feedbacks.
66
67
Everaldo Coelho and the Oxygen Team for their wonderful icons.
67
68
The JQuery team and the all the jQuery plugins authors for developing such a powerful library.
68
69
Phil Eddies for the numerous feedbacks provided, and the first implementation of CKEdit
69
-
Marco Tulio and Bruno Cassaro for the Portuguese (Brazilian) translation
70
+
Marco Túlio and Bruno Cassaro for the Portuguese (Brazilian) translation
70
71
Vladimir Shilov for the Russian translation
71
72
Izzet Sirin for the Turkish translation
72
73
Deng Lixin for the Chinese translation
@@ -175,7 +176,7 @@ Major changes
175
176
176
177
Localization
177
178
------------
178
-
No big changes in localization for this release.
179
+
This version contains some enhancements to the German and Brazilian translations thanks to David Gümbel and Marco Túlio
179
180
180
181
More information on the localization (completion progress, how to contribute) here:
181
182
http://www.combodo.com/itop-localization/
@@ -186,16 +187,33 @@ Automatic synchro of CAS/LDAP users: it is possible to have iTop automatically c
186
187
- Use the default language when creating a new user from CAS
187
188
- Support patterns for casMemberof
188
189
189
-
Better error handling in case of OQL error in the audit page, now the error is properly trapped and indicates which query is the cuase of the error.
190
+
Audit:
191
+
Better error handling in case of OQL error in the audit page, now the error is properly trapped and indicates which query is the cause of the error.
192
+
Optimized memory usage when auditing large volumes of CIs (10'000 items was requiring 200 Mb, it now runs with 32 Mb -including the 30Mb overhead!)
190
193
191
194
Added a link to a favicon (icon in the browser's bar and tab)
192
195
193
-
Allow a module to restrict the access to a given menu/group by redeclaring the menu with restricted rights. All rights are combined with the AND operator.
196
+
Allow a module to restrict the access to a given menu/group by redeclaring the menu with restricted rights.
197
+
All rights are combined with the AND operator.
198
+
199
+
Added the "search form" on top of the list of user accounts, useful to find a user in a huge list !
200
+
201
+
Added the ability to display a custom welcome/disclaimer message at the bottom of the login form.
202
+
Just put a non empty string (can contain HTML tags) in the dictionary entry 'UI:Login:About'
203
+
204
+
In the Toolkit: Improved the check on data model consistency: detection of SQL columns used by two attributes
205
+
206
+
Ticket's case log can now be bigger than 64 Kilobytes...
207
+
194
208
195
209
Bugs fixed
196
210
----------
197
211
The complete list of active tickets can be reviewed at http://sourceforge.net/apps/trac/itop/report/1
198
212
213
+
#522 issue with non-ASCII characters in notifications subject.
214
+
#519 Change password bug: it was not possible to for a user to change their own passord, if the (new) password contained non-alphanumeric characters !
215
+
#518 Properly pass the context (i.e. currently selected org) to the auto-refresh lists
216
+
#516 and #517 Improved the export (specify fields for multi-column queries) and web queries (default field list)
199
217
#512 Command line mode (CLI) is now supported for the 'export' page. With either the --auth_user and --auth_pwd parameters or --param_file
200
218
#494 It seems that PHPSoap does not understand the <wsdl:documentation> tag, let's put them as comments
201
219
#493 Incorrect display of Users' Grant Matrix
@@ -208,6 +226,7 @@ The complete list of active tickets can be reviewed at http://sourceforge.net/ap
208
226
#484 Fixed issue with IIS ("Wrong password" at first prompt)
209
227
#482 OpenSearch (integration with your browser's search bar) was broken.
210
228
#482 The setting 'min_autocomplete_chars' was not taken into account
229
+
#481 localized characters in Service / Service Category name and description were not properly displayed.
211
230
#480 The 'min_autocomplete_chars' settings was not taken into account.
212
231
#478 Fixed issue in the audit: the results are wrong whenever an organization is selected
213
232
#477 Could not specify more than one reconciliation key (regression) + took the opportunity to enhance protection against XSS injection (using column names in the data)
@@ -222,6 +241,13 @@ Always apply the AllowedValues constraints(as default values) when selecting el
222
241
When searching objects to add to the current object (when managing n:n relationships), set the default search params in order to stay in the current silo.
223
242
Fixed issue: nobody in the list of persons to notify for portal users (security takes precedence)
224
243
In the setup: increased Suhosin minimum value for get_max_value to 2048 due to a bug seen on some installations
244
+
Fix to have the proper use of GetEditValue... thanks to C. Naud
245
+
SQL Block with parameters were always displayed as table, whatever their type...
246
+
Removed a (useless) hardcoded reference to FunctionalCI that may break inthe display of the Impact Analysis
247
+
(Tried to) improve the display of the Synchronization Tooltip that "sometimes" does not work on IE 8...
248
+
Put some default reconciliation keys on Actions and Triggers to ease the use of CSV import
249
+
Protect against an empty list of reconciliation keys in the interactive CSV Import
250
+
Export for spreadsheets: transform keys (id of the queried object or external keys) into the corresponding friendly name
225
251
226
252
3.2. Known limitations (https://sourceforge.net/apps/trac/itop/report/3)
0 commit comments