readme.txt 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. iTop - version 1.0.? - ??-??-201?
  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 seemlessly an existing 1.0 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 Should I upgrade to 1.0.1 ?
  24. ---------------------------
  25. This maintenance release fixes a number of usability issues of iTop 1.0:
  26. - Better handling of forms: fields validation and default values handling have been improved
  27. - Support of IE8 and Safari
  28. - Support of IIS
  29. - Support of localized texts in the User Portal
  30. If any of the above items is important for you, then you should upgrade your version of iTop.
  31. If you are Brazilian and want to run iTop on IIS with IE8, then this release is for you !
  32. 1.2 Special Thanks To:
  33. -----------------
  34. Bruno Bonfils for his guidance about LDAP and authentication.
  35. Randall Badilla Castro for the Spanish translation.
  36. Jonathan Lucas and David Gumbel from ITOMIG Gmbh, for the German translation.
  37. Christian Lempereur and Olivier Fouquet for their feedbacks.
  38. Everaldo Coelho and the Oxygen Team for their wonderful icons.
  39. The JQuery team and the all the jQuery plugins authors for developing such a powerful library.
  40. Phil Eddies for the numerous feedbacks provided, and the first implementation of CKEdit
  41. Marco Tulio for the Portuguese (Brazilian) translation
  42. 2. INSTALLATION
  43. ============
  44. 2.1. Requirements
  45. ------------
  46. Server configuration:
  47. iTop is based on the AMP (Apache / MySQL / PHP) platform and requires PHP 5.2 and
  48. MySQL 5. The installation of iTop does not require any command line access to the
  49. server. The only operations required to install iTop are: copying the files to the
  50. server and browsing web pages. iTop can be installed on Apache and IIS.
  51. End-user configuration:
  52. Although iTop should work with most modern web browsers, the application has been
  53. tested mostly Firefox 3, IE8, Safari 5 and Chrome. iTop was designed for at least a
  54. 1024x768 screen resolution. For the graphical view of the impact analysis, Flash
  55. version 8 or higher is required.
  56. 2.2. Install procedure
  57. -----------------
  58. 1) Make sure that you have a properly configured instance of Apache/PHP running
  59. 2) Unpack the files contained in the zipped package, and copy the content of the "web"
  60. directory in a directory served by your web server.
  61. 3) Point your web browser to the URL corresponding to the directory where the files
  62. have been unpackaged and follow the indications on the screen.
  63. Note:
  64. iTop uses MySQL with the InnoDB engine. If you are running on Linux and if the setup is
  65. very slow with the hard drive spinning a lot, try to set the following value in the my.cnf
  66. configuration file (usually located at /etc/mysql/my.cnf):
  67. innodb_flush_method = O_DSYNC
  68. On some systems you'll see a 5 to 10 times performance boost for writing data into
  69. the MySQL database !
  70. 2.3. Migrating from 1.0
  71. ------------------
  72. Overwrite your current installation files with the new ones.
  73. Configuration file, Data model files, and the database made by iTop 1.0 are
  74. fully compatible with iTop 1.0.1.
  75. 2.4. Migrating from 0.9
  76. ------------------
  77. Depending on your current situation, there are several possible migration paths.
  78. Please refer to the migration guide available at http://www.combodo.com/itopdocumentation.
  79. 3. FEATURES
  80. ========
  81. 3.1. Changes since 1.0
  82. -----------------
  83. Version 1.0.1 is a maintenance release.
  84. Localization
  85. ------------
  86. Portuguese (Brazil) has been added.
  87. German localization reviewed.
  88. Major changes
  89. -------------
  90. None: this is a maintenance release!
  91. Minor changes
  92. -------------
  93. #246 The page import.php can be used in CLI mode, allowing for massive data load
  94. #311 Improved the reporting in the bulk import GUI (reconciliation of external keys, how to specify "undefined")
  95. #293 Show the IP address against the device in the IP usage table for a subnet
  96. #276 Show mandatory fields during CSV import
  97. #285 Email addresses displayed as Mailto hyperlinks
  98. Nicer display of the CSV import results...
  99. Special passthrough mode for big XML pages output.
  100. Allow n:n links to link several times to the same remote object (if "duplicates)=> true in the linkedset definition)
  101. #284 Improved the behavior and reporting when attempting to create a document after a huge file
  102. #111 Improved the data loader, and added a REST service to load data from a file.
  103. This is particularly interesting to facilitate the migration from an older installation.
  104. Browser compatibility
  105. ---------------------
  106. Tested successfully with IE8 and Chrome.
  107. Fixed the "Relationships" Flash navigator so that it works also on Safari. (tested with Safari 5.0.2 on Windows) (Trac #310)
  108. - Fixed the search form, and also fixed the search/selection of objects to link (n:n links) that was broken on IE8.
  109. Fix to prevent IE 8 from running in IE7 compatibility mode... to be tested...
  110. Security improvements
  111. ---------------------
  112. #300 When logged onto an iTop instance, you are allowed on any other instance
  113. Bugs fixed
  114. ----------
  115. The complete list can be reviewed on http://sourceforge.net/apps/trac/itop/report/1
  116. #286 GetAbsoluteUrl creates broken links on IIS
  117. #278 Missing PHP5 modules not detected properly
  118. #289 Misleading errors when apache not authorized to write files in "setup" directory
  119. #295 Unable to update or insert data
  120. #313 Provider Contracts are not filtered by Allowed Organizations
  121. #309 some of php-ofc-library files are missing
  122. #315 Default organization not handled properly when there is just one organization allowed for the user
  123. #308 Subnet / Free IPs: the subnet address is reserved (e.g. x.x.x.0)
  124. #312 Exclamation sign not displayed for mandatory fields
  125. #307 Auto-complete not reporting wrong selection
  126. #302 Error: Unknown variable sIcon
  127. #298 CSV template file opened in the browser instead of "downloaded"
  128. #245 Search form gets too specialized
  129. #306 Password gets corrupted if the admin forgets to select a profile
  130. #297 Fixed a reporting issue on the SOAP service CreateIncidentTicket
  131. #296 Incorrect display of Service/Subcategory localized characters in the portal
  132. #292 Could not leave "User Satisfaction" field undefined
  133. #258 Context automatically selected when searching on organization
  134. #282 OQL Error when using functions
  135. #288 Some multi objects OQL queries do not work
  136. Fixed a bug in the XML encoding function
  137. Fixed the issue "Object already modified". The mechanism that prevents a user from submitting the same form twice has been redesigned.
  138. #283 Fixed issue with the default value of Enum attributes
  139. Fixed limitation: tickets named automatically even if a name is specified (attribute : ref) ; this is stopper when importing tickets from an existing workflow tool
  140. 3.2. Known limitations (https://sourceforge.net/apps/trac/itop/report/3)
  141. -----------------
  142. #71 The same MySQL credentials are used during the setup and for running the application.
  143. #257 Could not delete more than 997 items when SUHOSIN is installed with its default settings (See TRAC)
  144. #265 Add reconciliations keys into CSV template
  145. Internet Explorer 7 is not supported (neither IE7 nor IE8 in compatibility mode)
  146. 3.3. Known issues (https://sourceforge.net/apps/trac/itop/report/3)
  147. ------------
  148. #259 Not instantaneously logged off when the administrator deletes a user account
  149. #245 Search form gets too specialized: after searching on a subclass it not possible to select the base class again
  150. #175 When moving backward in the CSV import wizard, some settings may be reset (e.g column mapping)
  151. #174 CSV import not displaying the labels of enums
  152. #258 Context automatically set when specifying an organization in a search form
  153. #273 The administrator can delete his/her own user account