readme.txt 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. iTop - version 1.2.1 - 22-Dec-2011
  2. Readme file
  3. 1. ABOUT THIS RELEASE
  4. 2. INSTALLATION
  5. 2.1. Requirements
  6. 2.2. Install procedure
  7. 2.3. Migration from previous version
  8. 3. FEATURES
  9. 3.1. Changes since 1.2
  10. 3.2. Known limitations
  11. 3.3. Known issues
  12. 1. ABOUT THIS RELEASE
  13. ==================
  14. Thank you for downloading the eleventh packaged release of iTop.
  15. This version is mostly a maintenance release that fixes a few bugs of iTop 1.2.
  16. A wiki is available: https://sourceforge.net/apps/mediawiki/itop/index.php?title=ITop_Documentation
  17. Additional documentation can be downloaded from there:
  18. - User guide
  19. - Administrator guide
  20. - Customization guide
  21. - Implementation guide
  22. Wiki articles complete the documentation for advanced/specific concerns.
  23. iTop is released under the GPL (v3) license. (Check license.txt in this directory).
  24. The source code of iTop can be found on SourceForge: http://itop.sourceforge.net
  25. 1.1 What's new?
  26. ---------------------------
  27. This version mostly consists in bug fixes for iTop 1.2, however there are a few new features:
  28. - Better display of the impact analysis view: Allows to filter the classes of objects displayed in the
  29. graphical view. The view now resizes to fit the window of your browser.
  30. - Query phrase book: create, test and store your OQL queries in the "Query Phrasebook" for an easy export
  31. via the "Export" menu, without the limitation of the URL length in Excel web queries ! A new export format
  32. "spreadsheet" has been added, specifically for running as Excel web queries (dates are split between date and time)
  33. - Enhanced data synchronization:
  34. - For performing huge synchronizations with little memory (despite PHP's memory leaks), the execution of the data
  35. synchronization (in CLI mode only) can be run by chunk of x elements by specifying --max_chunk_size=x on the
  36. command line to synchro_import.php or synchro_exec.php. Try to set this value to 1000 to run with 128 MB of memory.
  37. As of now, there is no easy mean to check wether the execution has been split or not, and to evaluate the real benefit of this feature.
  38. To do this, you will have to look into the database, in table priv_sync_log. The column memory_usage_peak gives you the maximum amount of memory used throughout the whole execution.
  39. - When an (optional) external key cannot be reconciled, log a warning on the replica. the replicas containing a
  40. warning are then processed everytime in case the ext key changes.
  41. - Also improved the search/display of replicas for an easier troubleshooting of the synchronization.
  42. 1.2 Should I upgrade to 1.2.1?
  43. ---------------------------
  44. Considering that there more than 20 bug fixes and very few new features we recommended you to upgrade
  45. to this new version. Especially if you are using the data synchronization with big sets of data, you can benefit
  46. from the new "chunk" mode by just adding a parameter to the command line !
  47. 1.3 Special Thanks To:
  48. -----------------
  49. Bruno Bonfils for his guidance about LDAP and authentication.
  50. Randall Badilla Castro for the Spanish translation.
  51. Jonathan Lucas, Stephan Rosenke and David Gümbel from ITOMIG GmbH, for the German translation.
  52. Christian Lempereur and Olivier Fouquet for their feedbacks.
  53. Everaldo Coelho and the Oxygen Team for their wonderful icons.
  54. The JQuery team and the all the jQuery plugins authors for developing such a powerful library.
  55. Phil Eddies for the numerous feedbacks provided, and the first implementation of CKEdit
  56. Marco Tulio and Bruno Cassaro for the Portuguese (Brazilian) translation
  57. Vladimir Shilov for the Russian translation
  58. Izzet Sirin for the Turkish translation
  59. Deng Lixin for the Chinese translation
  60. Marialaura Colantoni for the Italian translation
  61. Schlobinux for the fix of the setup temporary file verification.
  62. Gabor Kiss for the Hungarian translation
  63. Tadashi Kaneda for the Japanese translation
  64. Antoine Coetsier for the CAS support and tests
  65. Vincenzo Todisco for his contribution to the enhancement of the webservices
  66. Tobias Glemser and Sabri Saleh for their consulting about iTop security
  67. Claudio Cesar Sanchez Tejeda for his contribution to bug fixes on the export and data synchronization
  68. 2. INSTALLATION
  69. ============
  70. 2.1. Requirements
  71. ------------
  72. Server configuration:
  73. iTop is based on the AMP (Apache / MySQL / PHP) platform and requires PHP 5.2 and
  74. MySQL 5. The installation of iTop does not require any command line access to the
  75. server. The only operations required to install iTop are: copying the files to the
  76. server and browsing web pages. iTop can be installed on Apache and IIS.
  77. End-user configuration:
  78. Although iTop should work with most modern web browsers, the application has been
  79. tested mostly with Firefox 3, IE8, IE9, Safari 5 and Chrome. iTop was designed for
  80. at least a 1024x768 screen resolution. For the graphical view of the impact analysis,
  81. Flash version 8 or higher is required.
  82. 2.2. Install procedure
  83. -----------------
  84. 1) Make sure that you have a properly configured instance of Apache/PHP running
  85. 2) Unpack the files contained in the zipped package, and copy the content of the "web"
  86. directory in a directory served by your web server.
  87. 3) Point your web browser to the URL corresponding to the directory where the files
  88. have been unpackaged and follow the indications on the screen.
  89. Note:
  90. iTop uses MySQL with the InnoDB engine. If you are running on Linux and if the setup is
  91. very slow with the hard drive spinning a lot, try to set the following value in the my.cnf
  92. configuration file (usually located at /etc/mysql/my.cnf):
  93. innodb_flush_method = O_DSYNC
  94. On some systems you'll see a 5 to 10 times performance boost for writing data into
  95. the MySQL database !
  96. 2.3. CRON.PHP
  97. --------
  98. The following features will require the activation of CRON.PHP:
  99. - asynchronous emails. By default, this option is disabled. To enable it, set 'email_asynchronous' to 1 in the configuration file.
  100. - check ticket SLA. Tickets reaching the limits will be passed into Escalation TTO/TTR states.
  101. More information into the Wiki: https://sourceforge.net/apps/mediawiki/itop/index.php?title=Cron.php
  102. 2.4. Migrating from 1.0, 1.0.1, 1.0.2, 1.1 or 1.2
  103. --------------------------------------------
  104. You can simply overwrite the files from the previous version with the new ones but we recommend that you copy the files of the new version to new directory.
  105. After installing the files, you MUST run the setup by
  106. 1) Marking the file config-itop.php as read-write for the web server
  107. 2) Poiting you web browser to http://<your_itop>/setup
  108. The updgrade will modify the database schema. Be aware that this new schema is not compatible with the previous versions of iTop.
  109. If you are executing the upgrade on a production instance of iTop, it is a good practice to make a backup of the database and the configuration file (config-itop.php) prior to running the upgrade.
  110. Step by step instructions:
  111. 1) Unpack the files contained in the zipped package, and copy the content of the "web"
  112. directory in a directory served by your web server.
  113. 2) Point your web browser to the URL corresponding to the directory where the files
  114. have been unpackaged.
  115. 3) Select "Upgrade an existing iTop instance"
  116. 4) Follow the instructions.
  117. 5) If you were using tickets: CheckSLAForTickets.php (from 1.0 up to 1.0.2) has been deprecated in favour of cron.php - see section 2.3.
  118. 2.5. Migrating from 0.9
  119. ------------------
  120. Depending on your current situation, there are several possible migration paths.
  121. Please refer to the migration guide available at http://www.combodo.com/itopdocumentation.
  122. 3. FEATURES
  123. ========
  124. 3.1. Changes since 1.2
  125. -------------------
  126. Version 1.2.1 brings a few major changes.
  127. Major changes
  128. -------------
  129. - Better display of the impact analysis view: Allows to filter the classes of objects displayed in the
  130. graphical view. The view now resizes to fit your browser's window.
  131. - Query phrase book: create, test and store your OQL queries in the "Query Phrasebook" for an easy export
  132. via the "Export" menu, without the limitation of the URL length in Excel web queries ! A new export format
  133. "spreadsheet" was aded, specifically for running as Excel web queries (dates are split between date and time)
  134. - Enhanced data synchronization:
  135. - For performing huge synchronizations with little memory (despite PHP's memory leaks), the execution of the data
  136. synchronization (in CLI mode only) can be run by chunk of x elements by specifying --max_chunk_size=x on the
  137. command line to synchro_import.php or synchro_exec.php. Try to set this value to 1000 to run with 128 MB of memory.
  138. - When an (optional) external key cannot be reconciled, log a warning on the replica. the replicas containing a
  139. warning are then processed everytime in case the ext key changes.
  140. - Also improved the search/display of replicas for an easier troubleshooting of the synchronization.
  141. Localization
  142. ------------
  143. No big changes in localization for this release.
  144. More information on the localization (completion progress, how to contribute) here:
  145. http://www.combodo.com/itop-localization/
  146. Minor changes
  147. -------------
  148. Automatic synchro of CAS/LDAP users: it is possible to have iTop automatically create the user record when an authorized user connects through CAS
  149. - Use the default language when creating a new user from CAS
  150. - Support patterns for casMemberof
  151. 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.
  152. Added a link to a favicon (icon in the browser's bar and tab)
  153. 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.
  154. Bugs fixed
  155. ----------
  156. The complete list of active tickets can be reviewed at http://sourceforge.net/apps/trac/itop/report/1
  157. #494 It seems that PHPSoap does not understand the <wsdl:documentation> tag, let's put them as comments
  158. #493 Incorrect display of Users' Grant Matrix
  159. #487 Resizable text areas disappeared when located on the second tab !
  160. #486 Fixed SQL dashboards limitations
  161. #485 Export.php improved for integration into Excel / web queries (bug with IIS/HTTPS, limitation on the size of the OQL)
  162. Export for MS Excel web queries: format=spreadsheet Improved the end-user experience with Excel and the web queries (added a phrasebook)
  163. + link to test the OQL attributes (query phrasebook or email actions, etc.) including the handlink of query arguments)
  164. + fixed wrong prototypes for a few implementations of GetBareProperties()
  165. #484 Fixed issue with IIS ("Wrong password" at first prompt)
  166. #482 OpenSearch (integration with your browser's search bar) was broken.
  167. #482 The setting 'min_autocomplete_chars' was not taken into account
  168. #480 The 'min_autocomplete_chars' settings was not taken into account.
  169. #478 Fixed issue in the audit: the results are wrong whenever an organization is selected
  170. #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)
  171. #473 Could not load NW interfaces (reconciliation issue) - merged from trunk
  172. Other bugs not listed in Trac:
  173. Security issue: the attachments were visible by anybody (by forming URLs manually), whatever the allowed organizations. The change requires the execution of the setup/migration procedure.
  174. Apply the AllowedValues constraints(as default values) when selecting elements via the "magnifier" button or creating an new element via the "plus" button.
  175. Paginated lists were broken in the Impact Analysis "List" tab
  176. Incorrectly appending a parameter ?version= to linked scripts already containing a parameter in their URL, also changed the parameter name to 'itopversion' to avoid collisions
  177. Always apply the AllowedValues constraints(as default values) when selecting elements via the "magnifier" button or creating an new element via the "plus" button... also make sure that allowed values is enforced
  178. 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.
  179. Fixed issue: nobody in the list of persons to notify for portal users (security takes precedence)
  180. In the setup: increased Suhosin minimum value for get_max_value to 2048 due to a bug seen on some installations
  181. 3.2. Known limitations (https://sourceforge.net/apps/trac/itop/report/3)
  182. -----------------
  183. #71 The same MySQL credentials are used during the setup and for running the application.
  184. #265 Add reconciliations keys into CSV template
  185. Suhosin can interfere with iTop. More information can be found here: https://sourceforge.net/apps/mediawiki/itop/index.php?title=ITop_and_Suhosin
  186. Internet Explorer 6 is not supported (neither IE7 nor IE8 in compatibility mode)
  187. Tested with IE8 and IE9, Firefox 3.6 up to Firefox 8 and Chrome. Be aware that there are certain limitations when using IE8 in "security mode" (when running IE on a Windows 2008 Server for example)
  188. 3.3. Known issues (https://sourceforge.net/apps/trac/itop/report/3)
  189. ------------
  190. #259 Not instantaneously logged off when the administrator deletes a user account
  191. #175 When moving backward in the CSV import wizard, some settings may be reset (e.g column mapping)
  192. #174 CSV import not displaying the labels of enums
  193. #273 The administrator can delete his/her own user account
  194. #372 APC Cache not efficient (multi org usage, global search)
  195. #382 Search form / base class lost after a search
  196. #377 Case log: exclude the index from the views
  197. #388 IE9: edition fields not resizable
  198. #443 Objects remain in the database after de-installing some modules
  199. #442 Useless profiles installed
  200. #441 /doc redirects to Apache documentation!
  201. #439 Display the modifications to a linkedset in the main object's history
  202. #438 The selection of Organizations using the hierarchy does not work on IE8 in security mode
  203. #436 Cannot type "All Organizations"
  204. #398 Import CSV: Unchanged attributes marked as "modified"
  205. #381 Deletion of dependencies could fail in a multi-org environment
  206. #241 "status" is a free-text field when configuring a Trigger
  207. #358 Multi-column queries sometimes returning an empty set
  208. #383 OQL: negative integers not allowed
  209. #399 Copy/paste from iTop's CaseLog looses tabs
  210. #343 CKEditor (HTML Editor) not compatible with direct object creation on ExtKeys
  211. #350 Object edition form: validation does not tell which field has a problem
  212. #317 Edition of a Document - opens the second tab