Denis Flaven
626e2a1db1
Enable support of databases which name either is a reserved word or contains non-alphanumeric characters (i.e. itop-production).
...
SVN:trunk[2595]
2013-01-31 15:14:23 +00:00
Romain Quetiez
4d85ff60ab
Fixed #618 and #621
...
+ renamed a few classes/enums/attributes to improve the classes naming consistency and ease the writing of OQLs
+ fixed errors in the profiles
SVN:trunk[2434]
2012-11-20 16:24:24 +00:00
Romain Quetiez
721faa7e1e
Updated copyright (2012) and license (LGPL changed to AGPL)
...
SVN:trunk[2333]
2012-10-23 21:41:36 +00:00
Denis Flaven
e463bd8b48
Preparing for the integration of the version 2.0 of the setup.
...
Some changes to the application layout: logs now go to the ./log folder ./data should be used to store application's data.
SVN:trunk[2189]
2012-09-18 19:55:56 +00:00
Romain Quetiez
39be3b449e
Fixed setup issues (improved modularity)
...
SVN:trunk[1982]
2012-05-10 09:30:48 +00:00
Romain Quetiez
bdebb33822
#488 Replaced mysql extension with mysqli
...
SVN:trunk[1630]
2011-10-10 15:42:10 +00:00
Romain Quetiez
c8c388dac5
Using iTop in mode CLI: let PHP display the fatal error "unknown function mysql_connect:
...
SVN:trunk[1244]
2011-04-28 07:50:22 +00:00
Romain Quetiez
25c529a797
#359 Dehardcoded the timezone (while preserving 'Europe/Paris' as the default)
...
SVN:trunk[1177]
2011-04-05 12:22:38 +00:00
Romain Quetiez
3790c8f7d5
Fixed a regression in the deletion (and simplified the algorithm, though more queries will be issued)
...
SVN:trunk[1142]
2011-03-23 08:38:49 +00:00
Romain Quetiez
b8b20f82d7
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.
...
SVN:trunk[1132]
2011-03-18 11:15:09 +00:00
Romain Quetiez
b89a4d32d1
Improved the detection of MySQL Slave status
...
SVN:trunk[1023]
2010-12-09 10:04:38 +00:00
Romain Quetiez
cde184e2a3
Allow a module to provide a handler to override application settings: OnMetaModelStarted()
...
SVN:trunk[1010]
2010-12-06 09:14:20 +00:00
Romain Quetiez
66c7d99c46
#239 Issue with character set (impacting searches with accents)
...
SVN:trunk[746]
2010-09-02 15:25:57 +00:00
Romain Quetiez
b7131ba4db
Improved the internal KPI reporting tools
...
SVN:trunk[722]
2010-08-30 22:14:04 +00:00
Romain Quetiez
75bbad57fa
Optimized roughly the load of user management data, and added a mean for quick profiling (to enable, add the setting log_duration)
...
SVN:trunk[711]
2010-08-29 19:49:17 +00:00
Romain Quetiez
d854c72243
#133 Issue on object creation with fields set to 'null'
...
SVN:trunk[444]
2010-06-09 08:26:30 +00:00
Romain Quetiez
a0e0371812
#19 - Reviewed the licensing information and started to align the comments in the code
...
SVN:trunk[422]
2010-05-24 09:24:35 +00:00
Denis Flaven
10fa31807b
- Fixed bug #87 : Strings consisting only of digits are not managed as strings
...
SVN:trunk[312]
2010-02-26 15:29:30 +00:00
Romain Quetiez
f8d6ef2407
Fixed #81 , character set and collation set to utf-8 by default
...
SVN:trunk[293]
2010-01-29 18:18:18 +00:00
Romain Quetiez
f61ac3f4a0
Fixed two bugs:
...
- Trac#80 Misleading messages when using the back button during the setup (added back button in any error case)
- Trac#72 Revised the setup to consider any installation scenario regarding Database and user privileges (user rights tracked into the log file)
SVN:trunk[291]
2010-01-28 17:10:39 +00:00
Romain Quetiez
2e26062560
Finalized the display of Enumeration attributes (the label may now be different than the value)
...
Finalized the verification of the DB structure, which could not detect wrong field types so far
SVN:trunk[263]
2010-01-18 07:43:26 +00:00
Romain Quetiez
8964b13a2e
- Fixed bug with change tracking of TEXT attributes
...
- Log any email notification (successful or not)
- Class selection always made through a Combo box
- Automatic creation of indexes for external keys
- New trigger: on object creation
- Application log: added a status string
- Added documentation to the WSDL (+ anyType replaced by string)
- SOAP: improved handling of enumeration attributes
- SOAP: returned logs to mention the name of the parameter as advertised in the WSDL file (different than the name of the attribute in Itop)
- Finalized SOAP tests
- Added a SOAP client example
SVN:trunk[246]
2010-01-13 13:30:08 +00:00
Denis Flaven
966d4820ca
- First implementation of documents
...
- small cleanup to remove a global Config variable (and removed some deprecated utils:: functions)
- removed the 'DocumentVersion' object since previous versions are now tracked as normal change objects.
SVN:trunk[220]
2009-12-31 09:08:09 +00:00
Denis Flaven
abcb687ccc
- Fixed the support of Internet Explorer (tested on IE7 and IE8)
...
- Cleanup of the generated HTML to have page that are XHTML compliant (not yet complete)
SVN:trunk[198]
2009-12-18 07:23:14 +00:00
Romain Quetiez
d71df57c66
Added investigation means: DB dump from the ITopConsultant page, this feature should not rely on mySQL statements that are not allowed in the OVH hosting setup. The feature is 100% new and does not interfere with any existing code. Therefore I would advise to upgrade the official build as quickly as possible.
...
SVN:trunk[190]
2009-10-02 15:07:28 +00:00
Romain Quetiez
cc7ea74159
Work in progress for integration of "allowed values"
...
SVN:trunk[144]
2009-09-11 15:33:06 +00:00
Romain Quetiez
eec951f9ed
Fixed bug in the history of tickets (incident or any other type, for which the name is based on the ticket ID, which remained undetermined until the record is created)
...
SVN:trunk[142]
2009-09-11 12:03:34 +00:00
Romain Quetiez
e345b516c4
Fixed bug provoking a warning unseen so far but it was causing a fatal error during the installation, with IIS as web server
...
SVN:trunk[106]
2009-08-27 13:52:31 +00:00
Denis Flaven
b756db0992
Moved under "trunk" to be able to track releases under "tags"
...
SVN:trunk[55]
2009-04-28 09:03:12 +00:00