Commit History

Author SHA1 Message Date
  pgoiffon bdd703ec15 N.689 workaround on MySQL number of joins limit (61) 7 years ago
  romainq c1e6ec5aae Internal: buggy Exception handlers for some query APIs in CMDBSource 9 years ago
  romainq 960f0562b0 Completion of [3668]: #1116 (and #1117): default values for ENUMs must always be expressed as strings. 9 years ago
  romainq cb006da414 #1069 Added a default value to the column definitions whenever possible: makes it less a pain to add a new hierarchical key when there are already some records in the DB 10 years ago
  dflaven 54818b31f9 Fixed the support of a non-default port for MySQL, thanks to theBigOne! 10 years ago
  dflaven f0dfc96586 Fixed a regression introduced by [3188], which affects the Audit results and also potentially the User rights. Many thanks to Jean-Francois Bilger for finding the issue (and the associated fix) ! 11 years ago
  dflaven 3ac66f14bc Use the object oriented verison of the MySQLi API which seems free of memory leaks (compared to the procedural version of the same API). 11 years ago
  romainq 8e56326322 Improved the KPI logging: setting log_kpi_duration to 2 will enable blaming of the FIRST caller (callstack entirely shown in the produced report) 11 years ago
  romainq b10cf7c569 Creation of indexes on several columns (exploited for a few classes when it was obvious) 11 years ago
  romainq a50a161e40 #725 Specify a port for mySQL server 12 years ago
  dflaven 172a2c07f4 Enable support of databases which name either is a reserved word or contains non-alphanumeric characters (i.e. itop-production). 12 years ago
  romainq 83732ab4f0 Fixed #618 and #621 12 years ago
  romainq eafa11ecfe Updated copyright (2012) and license (LGPL changed to AGPL) 12 years ago
  dflaven b5fd94cc0e Preparing for the integration of the version 2.0 of the setup. 12 years ago
  romainq 05706f7f76 Fixed setup issues (improved modularity) 13 years ago
  romainq bc137493c0 #488 Replaced mysql extension with mysqli 13 years ago
  romainq d6f71468fa Using iTop in mode CLI: let PHP display the fatal error "unknown function mysql_connect: 14 years ago
  romainq 03a508a231 #359 Dehardcoded the timezone (while preserving 'Europe/Paris' as the default) 14 years ago
  romainq cc4481ec3e Fixed a regression in the deletion (and simplified the algorithm, though more queries will be issued) 14 years ago
  romainq 6421f721cc Email sent in asynchronous mode (established the base for an application internal CRON, task queue, etc.) with adjustable configuration (disable by default). Also improved the OQL: IS_NULL() and REGEXP have been added. 14 years ago
  romainq 2104dbe176 Improved the detection of MySQL Slave status 14 years ago
  romainq e8c6cf5cca Allow a module to provide a handler to override application settings: OnMetaModelStarted() 14 years ago
  romainq 435c88baaa #239 Issue with character set (impacting searches with accents) 14 years ago
  romainq 57d44e2f77 Improved the internal KPI reporting tools 14 years ago
  romainq c973dfd743 Optimized roughly the load of user management data, and added a mean for quick profiling (to enable, add the setting log_duration) 14 years ago
  romainq 8624f5de85 #133 Issue on object creation with fields set to 'null' 15 years ago
  romainq 5a1b372fad #19 - Reviewed the licensing information and started to align the comments in the code 15 years ago
  dflaven 0c033ccb0f - Fixed bug #87: Strings consisting only of digits are not managed as strings 15 years ago
  romainq a720ea1959 Fixed #81, character set and collation set to utf-8 by default 15 years ago
  romainq d115df743f Fixed two bugs: 15 years ago