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
Denis Flaven
bab6ca7954
Protection against a non existing UserLDAP class (in case the LDAP module is not installed)
...
SVN:trunk[3251]
2014-07-07 17:02:40 +00:00
Denis Flaven
58cb67ecd3
Protect against non-existing parameters... (occurs when configuring a list)
...
SVN:trunk[3249]
2014-07-07 10:25:52 +00:00
Denis Flaven
d83edb803b
Better handling of the user's configured display limit for displaying the CSV import history. Also provide feedback while reloading.
...
SVN:trunk[3244]
2014-07-04 13:18:07 +00:00
Romain Quetiez
d847272264
Reworked the asynchronous mechanism to ease its extension (added a "status", preset by the setup)
...
SVN:trunk[3241]
2014-07-03 14:31:54 +00:00
Romain Quetiez
1ba2ed809c
Added a warning when upgrading the application while a CRON is being executed on the same DB
...
SVN:trunk[3239]
2014-07-03 07:11:43 +00:00
Denis Flaven
d4de0d2ee3
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) !
...
SVN:trunk[3236]
2014-07-01 16:40:38 +00:00
Denis Flaven
730f522ab2
#944 Automatically create an index on the 'origin' field.
...
SVN:trunk[3235]
2014-07-01 15:44:24 +00:00
Denis Flaven
008cac25b4
#944 Speed-up the display of CSV import history. IF the feature is enabled, the CSV import history is:
...
1) Displayed asynchronously
2) Based on a specific 'origin' enum fields instead of parsing the userinfo comment
SVN:trunk[3234]
2014-07-01 14:09:18 +00:00
Denis Flaven
686848a0ae
#953 Protect the background processing against corrupted (incomplete) objects.
...
SVN:trunk[3231]
2014-06-30 15:24:49 +00:00
Denis Flaven
a72e15023f
Proper handling of the re-entrence of the Lock/Unlock within the same PHP page. Previously the code was sometimes performing 2 Unlock() for each Lock().
...
SVN:trunk[3217]
2014-06-18 15:24:31 +00:00
Denis Flaven
4fccf5c815
Add the ability to supply a default "from" email address for the "forgot password" feature, instead of using the same address as for the "to".
...
SVN:trunk[3213]
2014-06-16 15:14:40 +00:00
Romain Quetiez
d2961c585e
#926 JSON/REST Delete: nasty report
...
SVN:trunk[3200]
2014-06-06 09:50:57 +00:00
Romain Quetiez
c4632cda1a
Added a helper function to get an icon stored as an ormDocument: ormDocument::GetDownloadURL
...
SVN:trunk[3191]
2014-06-04 13:10:23 +00:00
Romain Quetiez
d7ba4166e5
#919 Circular references between tickets (parent/child). Protect the framework against infinite recursions on cascaded updates (done at the DBUpdate level).
...
SVN:trunk[3190]
2014-06-03 18:05:31 +00:00