Commit History

Author SHA1 Message Date
  dflaven 887ba96827 Bug fix: prevent a crash of the setup when there is no "extensions" directory at all. 8 years ago
  dflaven 7631c1a3b8 Cosmetics on the asychronous DB connection message. 8 years ago
  romainq 5528688133 N.612 Backup files could not exceed 4Gb (technology limitation). The fix consists in archiving the backup as a tar.gz instead of a zip. As a consequence, installing iTop now requires TWO additional PHP modules: phar/zlib. The zip module remains mandatory because it is used in other places. The restore utility accepts both legacy zip files and brand new tar.gz files. DBBackup::CreateZip is deprecated in favor of DBBackup::CreateCompressedBackup. DBRestore::RestoreFromZip is deprecated in favor of DBRestore::RestoreFromCompressedFile (which autodetects the format for backward compatibility). 8 years ago
  cisou 05b85f1858 LOCK TABLE MySQL privilege is required for iTop user to restore backups. 8 years ago
  cisou a2bea324a8 N°723 help message enhancement on 4th setup screen, about MySQL user required rights. 8 years ago
  glajarige 3bc3cdafc1 Resize on AttributeImage crashes when gd extension is not installed. Implemented a fallback so images are stored as is (original size) when gd extension is not available. A warning message is displayed during the setup. 8 years ago
  dflaven f7fa7eb835 Disable PDF export if the PHP extension "GD" is not loaded. 9 years ago
  romainq 50651ac5c0 #1254 Setup: iTop 2.3.0 requires PHP 5.3.6 (HTML sanitizer using the API DOMDocument::saveHTML with an argument) 9 years ago
  romainq 0d9ba922d5 #1221 Exclude git folder from the copied folders, during the compilation process 9 years ago
  dflaven f0b9f74f7e Fixed graphviz path check 10 years ago
  dflaven a07bc5f39d The path to Graphviz' dot program is now prompted interactively during the setup, since Graphviz is now mandatory for displaying the impact analysis. 10 years ago
  romainq 22e3f8fd29 Make it possible to overload RestUtils (static methods called with static:: instead of self::) - iTop NOW REQUIRES PHP 5.3: we have verified, there are very installations of iTop made on PHP 5.2. It is worth to note that PHP 5.3 is already end of life (5.4 will become end of life in 8 months) 10 years ago
  dflaven 7069c3a2aa Impact analysis: still an alpha version. 10 years ago
  dflaven 42ef1d4b56 #1056: the 'zip' extension is now mandatory to install iTop, since the code relies on the ZipArchive class for the Excel export and the scheduled backup. 10 years ago
  dflaven 610247a0cb Enhancement: support injection of new modules treated as data. 10 years ago
  romainq 26c60623da About box - alpha version 11 years ago
  romainq 6d944fa49f Fixed regression introduced on fix [2829] 11 years ago
  romainq 85e319b5f6 Regression due to the safe compile: fixed an issue depending on the OS: could not compile (bug with PHP rename) 11 years ago
  romainq 4d0409bc01 Safe compilation (works in a temporary directory, on success then move it into env-production) 11 years ago
  romainq 13d7cd4876 Setup: Source dir recorded with a trailing backslash under windows 11 years ago
  romainq 682f300b1e #721 Unmet dependencies not detected 12 years ago
  dflaven 63feb3822c #663: Fix for emptying a directory which contains broken symbolic links 12 years ago
  dflaven be5cbf5f59 #683 : allow installation on a DB which names begins with numbers 12 years ago
  dflaven 00dd5ffc15 Added some checks around the configuration of PHP sessions since it seems to cause a lot of troubles. 12 years ago
  dflaven 69b1e7d10a Added some checks around the configuration of PHP sessions since it seems to cause a lot of troubles. 12 years ago
  dflaven 96f8c55494 Integration of the "bridge" module and new mechanism for auto_select modules. 12 years ago
  dflaven 004f363ea9 Added PHP and MySQL versions and OS to the statistics 12 years ago
  dflaven e1e6c19968 Fix for Trac #584 (Documentation of needed piviledges) 12 years ago
  romainq 01d49f1ef2 Regression -a bug was hidden by the issue solved in revision [2356] ! 12 years ago
  dflaven b59b7d4e01 Finishing touch on the setup program... ready for 2.0 beta ?? 12 years ago