readme.txt 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. iTop - version 1.0.2 - 19-01-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.0
  10. 3.2. Known limitations
  11. 3.3. Known issues
  12. 1. ABOUT THIS RELEASE
  13. ==================
  14. Thank you for downloading the eigth packaged release of iTop. This version is
  15. a maintenance release. It aims at upgrading seamlessly an existing 1.0 or 1.0.1 installation.
  16. Additional documentation can be downloaded from http://www.combodo.com/itopdocumentation
  17. - User guide
  18. - Administrator guide
  19. - Customization guide
  20. - Implementation guide
  21. iTop is released under the GPL (v3) license. (Check license.txt in this directory).
  22. The source code of iTop can be found on SourceForge: http://itop.sourceforge.net
  23. 1.1 What's new?
  24. ---------------------------
  25. - Three new localizations were added: Chinese, Russian and Turkish
  26. - User Interface enhancements: quick search and create within a form when dealing with external keys
  27. - Improved support of IE8: a few cosmetic enhancements
  28. - Enhanced CSV import (with a special CSV "synchro" mode, confirmation dialogs for "risky operations",
  29. better history tracking of imports) and command line support for importing objects
  30. 1.2 Should I upgrade to 1.0.2?
  31. ---------------------------
  32. This maintenance release fixes brings the following improvements:
  33. - Added localization for Turkish, Russian and Chinese
  34. - Fixed some usability issues with Internet Explorer
  35. - Improved the usability of the CSV import feature, both in interactive and command-line modes
  36. If any of the above items is important for you, then you should upgrade your version of iTop.
  37. 1.3 Special Thanks To:
  38. -----------------
  39. Bruno Bonfils for his guidance about LDAP and authentication.
  40. Randall Badilla Castro for the Spanish translation.
  41. Jonathan Lucas and David Gumbel from ITOMIG Gmbh, for the German translation.
  42. Christian Lempereur and Olivier Fouquet for their feedbacks.
  43. Everaldo Coelho and the Oxygen Team for their wonderful icons.
  44. The JQuery team and the all the jQuery plugins authors for developing such a powerful library.
  45. Phil Eddies for the numerous feedbacks provided, and the first implementation of CKEdit
  46. Marco Tulio for the Portuguese (Brazilian) translation
  47. Vladimir Shilov for the Russian translation
  48. Izzet Sirin for the Turkish translation
  49. Deng Lixin for the Chinese translation
  50. Schlobinux for the fix of the setup temporary file verification.
  51. 2. INSTALLATION
  52. ============
  53. 2.1. Requirements
  54. ------------
  55. Server configuration:
  56. iTop is based on the AMP (Apache / MySQL / PHP) platform and requires PHP 5.2 and
  57. MySQL 5. The installation of iTop does not require any command line access to the
  58. server. The only operations required to install iTop are: copying the files to the
  59. server and browsing web pages. iTop can be installed on Apache and IIS.
  60. End-user configuration:
  61. Although iTop should work with most modern web browsers, the application has been
  62. tested mostly Firefox 3, IE8, Safari 5 and Chrome. iTop was designed for at least a
  63. 1024x768 screen resolution. For the graphical view of the impact analysis, Flash
  64. version 8 or higher is required.
  65. 2.2. Install procedure
  66. -----------------
  67. 1) Make sure that you have a properly configured instance of Apache/PHP running
  68. 2) Unpack the files contained in the zipped package, and copy the content of the "web"
  69. directory in a directory served by your web server.
  70. 3) Point your web browser to the URL corresponding to the directory where the files
  71. have been unpackaged and follow the indications on the screen.
  72. Note:
  73. iTop uses MySQL with the InnoDB engine. If you are running on Linux and if the setup is
  74. very slow with the hard drive spinning a lot, try to set the following value in the my.cnf
  75. configuration file (usually located at /etc/mysql/my.cnf):
  76. innodb_flush_method = O_DSYNC
  77. On some systems you'll see a 5 to 10 times performance boost for writing data into
  78. the MySQL database !
  79. 2.3. Migrating from 1.0 or 1.0.1
  80. ---------------------------
  81. Overwrite your current installation files with the new ones.
  82. Configuration file, Data model files, and the database made by iTop 1.0 are
  83. fully compatible with iTop 1.0.1.
  84. 2.4. Migrating from 0.9
  85. ------------------
  86. Depending on your current situation, there are several possible migration paths.
  87. Please refer to the migration guide available at http://www.combodo.com/itopdocumentation.
  88. 3. FEATURES
  89. ========
  90. 3.1. Changes since 1.0.1
  91. -------------------
  92. Version 1.0.2 is a maintenance release.
  93. Localization
  94. ------------
  95. Turkish, Russian and Chinese were added.
  96. German localization reviewed.
  97. Major changes
  98. -------------
  99. None: this is a maintenance release!
  100. #320 Integrated an HTML Editor, though none of the fields of the standard iTop data model uses it!
  101. Minor changes
  102. -------------
  103. Added the ability to attach files to a user request from the "portal" page.
  104. Use XMLPage passthrough mode to speed up and consume less memory for big XML exports.
  105. - Improved feedback while searching and reloading added objects. (N-N links)
  106. REVIEWED THE FILE INCLUSION POLICY -> the application can be moved !!!
  107. Read-only mode relying successively on a DB property, and an application setting
  108. Improved change tracking: user login replaced by the full name if available
  109. Improved implementation of the 'autocomplete' input and fix of quite a few related issue with aysnchronous inputs. Autocompletes are now restricted to external keys only.
  110. Some details:
  111. - Autocomplete now matches on 'contains' instead of 'begins with'
  112. - The minimum size of this match is configurable in the config file and per attribute ('min_autocomplete_chars').
  113. - The maximum size that turns a drop-down list into an autocomplete is configurable in the config-file and per attribute ('max_combo_length').
  114. - Better feedback when expanding/collapsing search results lists.
  115. - 'Pointer' cursor on the link to Expand/Collapse results lists.
  116. - The 'mandatory' state of an attribute is no longer lost when some part of a form is reloaded asynchronously
  117. - added the ability to create objects pointed by ExtKeys even when the edit mode is a drop-down list and not an autocomplete
  118. - made this behavior configurable globally or per external key, using the config-flag/option: allow_target_creation.
  119. Renamed 'autocompleteWidget' to 'extkeyWidget' since it's not always an autocomplete...
  120. Make sure that the "+" (Create) button is never displayed for an abstract class.
  121. Support resizable elements inside tabs.
  122. Allow DBObjects to be deleted by the standard UI 'Delete', which may be useful in case a DBObject has to be deleted as a dependent object of a CMDBObject.
  123. Force a dummy timezone to prevent a warning during the setup...
  124. Cosmetic on the iTop logo (under IE8). Removed an unneeded size=100% that bothers IE.
  125. XML data loader now requests credentials
  126. The configuration file now contains "relative paths" only. This means that if you installed iTop 1.0.2, you can move the directory containing the iTop installation.
  127. * iTop Customization
  128. Added the capability to enable/disable menus based on the rights to apply a given stimulus.
  129. Allow a module to provide a handler to override application settings: OnMetaModelStarted()
  130. Menus created via a handler, at runtime
  131. Patch for supporting a data model without any Organization.
  132. Patch for supporting a data model without any Person.
  133. The hyperlink to the online-help file is now configurable
  134. Modularity: allow a module to execute some specific installation procedures (customize the config file, do something in the database)
  135. User profiles: created in dedicated module itop-profiles-itil
  136. Welcome page moved out the application, into a dedicated module: itop-welcome-itil
  137. Moved the standards menus into the "welcome" module
  138. Added the capability to enable/disable menus based on the rights to apply a given stimulus.
  139. Fixed the processing of hierarchical ZLists to keep the display order when plain fields and fieldsets are mixed at the same level.
  140. Added support for hierarchical ZLists when checking the data model consistency
  141. * Browser compatibility
  142. iTop was tested successfully ON FF 3.6, IE8, Chrome and Safari 5 (Windows).
  143. Fixed the "Relationships" Flash navigator so that it works also on Safari. (tested with Safari 5.0.2 on Windows) (Trac #310)
  144. - Fixed the search form, and also fixed the search/selection of objects to link (n:n links) that was broken on IE8.
  145. - Fix to prevent IE 8 from running in IE7 compatibility mode
  146. - Cosmetics: The login and change password forms now look the same on all browsers (FF, IE8, Safari 5, Chrome)
  147. * CSV Import
  148. - Added the new "synchro" mode to the CSV load page.
  149. - Ask for confirmation when doing a CSV import/synchro that is considered as "risky" (based on thresholds from the config file)
  150. - Added a "Restart" button to quickly start over a CSV import/synchro
  151. Added a tab into the CSV import: browse the CSV imports history
  152. Bugs fixed
  153. ----------
  154. The complete list of active tickets can be reviewed at http://sourceforge.net/apps/trac/itop/report/1
  155. #299 "Show all" should provide some feedback (progress)
  156. #314 Set a longer timeout during setup
  157. #318 (and #335) added the check of the mandatory DOM extension.
  158. #321 Display PHP errors during setup instead of hiding them!
  159. #331 Import.php could not be run in HTTP mode (when PHP running in CGI mode)
  160. #332 Improved usability of the CSV import wizard with IE8.
  161. #333 Organizations' drop-down list is truncated on IE when the name of an organization is too long.
  162. #334 Proper handling of the "remove objects" button (was working only for the first linkset in the object).
  163. #337 email validation. Use a simpler regular expression that is much faster to execute.
  164. #338 Service Element not updated if service is autofilled
  165. #339 Fixed a typo in German translation thanks to ulmerspatz and Jonathan Lucas
  166. #345 Impossible to reassign to another workgroup
  167. #346 CSV Import prompts to enter the mapping when pressing 'Restart'
  168. 3.2. Known limitations (https://sourceforge.net/apps/trac/itop/report/3)
  169. -----------------
  170. #71 The same MySQL credentials are used during the setup and for running the application.
  171. #257 Could not delete more than 997 items when SUHOSIN is installed with its default settings (See TRAC)
  172. #265 Add reconciliations keys into CSV template
  173. Internet Explorer 7 is not supported (neither IE7 nor IE8 in compatibility mode)
  174. 3.3. Known issues (https://sourceforge.net/apps/trac/itop/report/3)
  175. ------------
  176. #259 Not instantaneously logged off when the administrator deletes a user account
  177. #245 Search form gets too specialized: after searching on a subclass it not possible to select the base class again
  178. #175 When moving backward in the CSV import wizard, some settings may be reset (e.g column mapping)
  179. #174 CSV import not displaying the labels of enums
  180. #258 Context automatically set when specifying an organization in a search form
  181. #273 The administrator can delete his/her own user account