Skip to content

Commit 32208fc

Browse files
committed
Readme updated for the 1.2.1 release.
SVN:1.2[1837]
1 parent dcbff40 commit 32208fc

File tree

1 file changed

+34
-8
lines changed

1 file changed

+34
-8
lines changed

readme.txt

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
iTop - version 1.2.1 - 22-Dec-2011
1+
iTop - version 1.2.1 - 01-Feb-2012
22
Readme file
33

44
1. ABOUT THIS RELEASE
@@ -52,9 +52,10 @@ This version mostly consists in bug fixes for iTop 1.2, however there are a few
5252

5353
1.2 Should I upgrade to 1.2.1?
5454
---------------------------
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.
5859

5960

6061
1.3 Special Thanks To:
@@ -66,7 +67,7 @@ Christian Lempereur and Olivier Fouquet for their feedbacks.
6667
Everaldo Coelho and the Oxygen Team for their wonderful icons.
6768
The JQuery team and the all the jQuery plugins authors for developing such a powerful library.
6869
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
7071
Vladimir Shilov for the Russian translation
7172
Izzet Sirin for the Turkish translation
7273
Deng Lixin for the Chinese translation
@@ -175,7 +176,7 @@ Major changes
175176

176177
Localization
177178
------------
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
179180

180181
More information on the localization (completion progress, how to contribute) here:
181182
http://www.combodo.com/itop-localization/
@@ -186,16 +187,33 @@ Automatic synchro of CAS/LDAP users: it is possible to have iTop automatically c
186187
- Use the default language when creating a new user from CAS
187188
- Support patterns for casMemberof
188189

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!)
190193

191194
Added a link to a favicon (icon in the browser's bar and tab)
192195

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+
194208

195209
Bugs fixed
196210
----------
197211
The complete list of active tickets can be reviewed at http://sourceforge.net/apps/trac/itop/report/1
198212

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)
199217
#512 Command line mode (CLI) is now supported for the 'export' page. With either the --auth_user and --auth_pwd parameters or --param_file
200218
#494 It seems that PHPSoap does not understand the <wsdl:documentation> tag, let's put them as comments
201219
#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
208226
#484 Fixed issue with IIS ("Wrong password" at first prompt)
209227
#482 OpenSearch (integration with your browser's search bar) was broken.
210228
#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.
211230
#480 The 'min_autocomplete_chars' settings was not taken into account.
212231
#478 Fixed issue in the audit: the results are wrong whenever an organization is selected
213232
#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
222241
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.
223242
Fixed issue: nobody in the list of persons to notify for portal users (security takes precedence)
224243
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
225251

226252
3.2. Known limitations (https://sourceforge.net/apps/trac/itop/report/3)
227253
-----------------

0 commit comments

Comments
 (0)