Denis Flaven
3345b07cc0
Mutex instrumentation for troubleshooting...
...
SVN:2.1.1[3597]
2015-06-19 14:49:15 +00:00
Romain Quetiez
5dd7141d54
ormStopWatch::GetElapsedTime not working in case of queries containing :this-> parameters (the prototype of GetElapsedTime has changed and is NOT compatible with the previous one) -reintegrated from trunk
...
SVN:2.1.1[3566]
2015-04-27 09:33:26 +00:00
Denis Flaven
88665da96e
Enhancement: allow the API to create entries with a specified user_login.
...
SVN:2.1.1[3515]
2015-03-24 17:08:03 +00:00
Denis Flaven
930d833e1b
#803 : template placeholders are now built on demand. Yes !!
...
SVN:trunk[3498]
2015-02-27 10:02:44 +00:00
Romain Quetiez
508f82946f
#1060 Internal: improved the symptoms when calling MetaModel::GetAttributeDef with an invalid attribute code (feedback on the class name and no more FATAL errors)
...
SVN:trunk[3492]
2015-02-09 13:11:49 +00:00
Romain Quetiez
6bb9754628
Internal: fixed the caching of DBObject::ToArgs()
...
1) Wasn't reset when the object was written the DB (thus having its ID set)
2) Wasn't taking the argument name into account (the list of placeholders was defined by the first caller)
SVN:trunk[3491]
2015-01-30 10:04:42 +00:00
Denis Flaven
ed2cd2cea3
Change of the QueryReflection API to support DesignTime.
...
SVN:trunk[3489]
2015-01-12 14:20:20 +00:00
Romain Quetiez
ece152173f
Advanced customization: a stop watch can be started in the past (incident ticket created from an alarm)
...
SVN:trunk[3478]
2014-12-18 08:37:00 +00:00
Denis Flaven
83e2974b10
#1040 Graphical display of "impact/depends on" is not consistent with the "list" tab
...
SVN:trunk[3471]
2014-12-16 13:40:51 +00:00
Romain Quetiez
48f222df0b
When adding a case log, existing objects could not be displayed anymore!
...
SVN:trunk[3457]
2014-12-09 16:07:06 +00:00
Denis Flaven
1f2ad9ecdb
Demo mode: prevent the deletion of Users...
...
SVN:trunk[3452]
2014-12-04 10:02:14 +00:00
Romain Quetiez
ca7ee0f138
#1020 Restrict dashboard/shortcut refresh interval
...
SVN:trunk[3448]
2014-12-03 11:38:19 +00:00
Denis Flaven
909729e9f1
#1028 : drop the support of non-numeric primary keys for DBObjects. This makes the queries related to the history (and the indexes) much more efficient. Beware, conversion time at setup can be long if the priv_changeop table is big.
...
SVN:trunk[3447]
2014-12-03 11:01:29 +00:00
Denis Flaven
a222ba998d
Enhanced reporting during the setup: all the queries (create table / alter table) are now logged into "setup.log" along with their execution time.
...
SVN:trunk[3446]
2014-12-03 10:58:39 +00:00
Romain Quetiez
8d8510a412
#1030 Missing values in the history tab (TTO/TTR)
...
The regression has been introduced in iTop 2.0.2 with the fix for #703 (escape HTML entities). There is no data loss: changes were correctly made and all the changes already recorded will be correctly displayed with the current fix.
The current change consists in a little rework: GetAsHTMLForHistory has been renamed DescribeChange, and it now calls oAttDef->GetAsHTMLForHistory instead of calling oAttDef->GetAsHTML, thus allowing for the factorization of the code that format the change description. AttributeSubitem does not overload DescribeChange. Rather, it simply overloads GetAsHTMLForHistory (viewing the diff may be confusing here).
SVN:trunk[3443]
2014-12-02 10:53:59 +00:00
Romain Quetiez
671ee353e8
#1027 Regression introduced in [3148] thus in 2.0.3 (cache the reconciliation for external keys on the CSV import) a cache hit on an ambiguous external key was not correctly handled
...
SVN:trunk[3440]
2014-12-01 19:12:19 +00:00
Romain Quetiez
b822cff269
Instrumented the code to ease the troubleshooting of the computing of working hours
...
SVN:trunk[3425]
2014-11-25 15:25:28 +00:00
Romain Quetiez
f4b10d3e81
#1022 Do cascade the resolution of an incident to its child requests + rework of the lifecycle/actions to ease the extensibility (New handlers: Rest, Copy, SetCurrentDate, SetCurrentUser, SetElapsedTime)
...
SVN:trunk[3423]
2014-11-19 09:44:52 +00:00
Romain Quetiez
291f05683c
New function: ormStopWatch::GetElapsedTime to compute the cumulated elapsed time on a stop watch still running -not used yet (but tested!)
...
SVN:trunk[3420]
2014-11-18 14:54:10 +00:00
Denis Flaven
de6ddffe65
#998 Accurately check the configured mail transport and report information accordingly in the email.test page.
...
Add two "debug" transports for Swift mailer: Null and LogFile which are useful for staging environments where one does not want to send real emails.
SVN:trunk[3399]
2014-10-31 21:14:55 +00:00
Denis Flaven
2c59fb894f
Integration of the Excel (XLSX) export feature. (Limitation: export.php takes into account neither the "fields" parameter nor the list of fields defined in the QueryPhrasebook when exporting in XLSX format)
...
SVN:trunk[3398]
2014-10-31 17:59:14 +00:00
Romain Quetiez
0135573956
#995 Make sure that tto/ttr passed gets set even if the CRON has not been run (and as soon as some overrun has been counted)
...
SVN:trunk[3384]
2014-10-28 15:55:56 +00:00
Romain Quetiez
047166f002
#983 Sortering not possible on multi-column queries
...
SVN:trunk[3381]
2014-10-28 10:47:00 +00:00
Romain Quetiez
f45c783396
#965 Since 2.0.3, for each synchronized object, around 100 queries are performed (2 are required), and this is multiplied be the number of duplicate replicas (then resulting in a significant slowdown).
...
SVN:trunk[3380]
2014-10-28 08:53:30 +00:00
Romain Quetiez
fac8604cc6
#972 Incomprehensible error message during setup, with a sample extension provided by Combodo! (empty user rights tag) -This fix improves a lot, but the final fix should be to compile user rights in a separate directory. To be further discussed.
...
SVN:trunk[3374]
2014-10-22 15:31:53 +00:00
Denis Flaven
711949414d
Fixed the support of a non-default port for MySQL, thanks to theBigOne!
...
SVN:trunk[3368]
2014-10-16 14:32:10 +00:00
Romain Quetiez
37ebb51a2b
Computation of user rights: added a config flag to force the legacy algorithm (user_rights_legacy, defaulting to false)
...
SVN:trunk[3366]
2014-10-16 10:14:17 +00:00
Denis Flaven
f794d0222e
Forms enhancements and XML format touch-up.
...
SVN:trunk[3359]
2014-10-03 09:56:20 +00:00
Romain Quetiez
c93cc3a5bf
lnkVirtualDeviceToVolume and lnkTriggerAction are link classes and should be declared as such
...
SVN:trunk[3350]
2014-09-24 09:06:30 +00:00
Denis Flaven
82a8a0bba7
#932 : fixed a regression introduced by [r3319]... in case a criteria is present several times.
...
SVN:trunk[3344]
2014-09-17 15:41:35 +00:00
Romain Quetiez
372c0835f7
#988 Could not change the case of a login (cosmetic improvement to make sure this piece of code is the right example that can be shared amongst the developpers community)
...
SVN:trunk[3342]
2014-09-16 10:16:10 +00:00
Denis Flaven
52a028301f
Bug fix: FetchAssoc was broken when dealing with in-memory sets.
...
SVN:trunk[3340]
2014-09-16 09:45:39 +00:00
Romain Quetiez
61b88d2689
#989 Developper issue: query arguments having a null value are dismissed
...
SVN:trunk[3339]
2014-09-16 09:45:17 +00:00
Romain Quetiez
fa856c32cd
#988 Could not change the case of a login
...
SVN:trunk[3338]
2014-09-16 08:04:37 +00:00
Romain Quetiez
c1085fc398
#987 Usage login prevents from user deletion
...
SVN:trunk[3320]
2014-09-12 12:58:18 +00:00
Romain Quetiez
42ac871f8e
#932 Search form should be prefilled when running a search "shortcut" - very little progress: fixed the case when several criteria are given
...
SVN:trunk[3319]
2014-09-12 09:37:25 +00:00
Romain Quetiez
c8568af43b
#976 The fix [3306] introduced a regression: Call to undefined function DBInsert()
...
SVN:trunk[3315]
2014-09-11 08:17:37 +00:00
Romain Quetiez
7ed60f711c
mproved the processing of background task to enable more advanced functionalities like queuing (protection against reentrance)
...
SVN:trunk[3313]
2014-09-03 09:53:55 +00:00
Denis Flaven
ed9ba815ab
#976 : (removed some debug traces) make sure that we do not bypass the method that computes the reference for newly created tickets.
...
SVN:trunk[3307]
2014-08-28 15:56:25 +00:00
Denis Flaven
7b47e8c480
#976 : make sure that we do not bypass the method that computes the reference for newly created tickets.
...
SVN:trunk[3306]
2014-08-28 15:53:02 +00:00
Romain Quetiez
f0ee5112b9
Improved the processing of background task to enable more advanced functionalities like queuing (factorized the error handling)
...
SVN:trunk[3302]
2014-08-21 08:53:16 +00:00
Romain Quetiez
ada70b97d4
Improved the processing of background task to enable more advanced functionalities like queuing
...
SVN:trunk[3300]
2014-08-19 10:08:35 +00:00
Denis Flaven
fd9008a163
New concept in the XML: HighlightScale to avoid overloading GetIcon and GetHilightClass...
...
SVN:trunk[3291]
2014-07-28 15:16:16 +00:00
Romain Quetiez
f773433a93
New REST service: core/check_credentials to implement single sign-on solutions
...
SVN:trunk[3266]
2014-07-11 14:21:30 +00:00
Denis Flaven
880653f191
Fixed a regression introduced by [r3242] (warning when sending an email with an empty "To")
...
SVN:trunk[3265]
2014-07-11 13:27:13 +00:00
Denis Flaven
38a2fd75c0
Prevent a warning when sending an email with no recipient in To:
...
SVN:trunk[3262]
2014-07-10 12:49:39 +00:00
Denis Flaven
67471e2636
Fix for a warning about mysql_free() revealing a problem with DBObjectSet
...
SVN:trunk[3257]
2014-07-10 08:27:16 +00:00
Romain Quetiez
5f5125a131
#854...ROLLBACK, undoing the commit [3185]. The implementation has been postponed to the next major relase.
...
SVN:trunk[3255]
2014-07-09 09:49:02 +00:00
Denis Flaven
f6d0bda737
Properly render the "CONCAT_WS" SQL expression used by the global search.
...
SVN:trunk[3254]
2014-07-09 09:47:21 +00:00
Denis Flaven
e022bf03db
Oops: Protect against non-existing parameters... (occurs when configuring a list)
...
SVN:trunk[3252]
2014-07-08 10:01:47 +00:00