romainq
|
9b3c28f6d1
Optimization: when displaying an object details, do not check data synchro for each and every attribute (the cache did exist but was inoperant)
|
10 anni fa |
romainq
|
5ed735e8d0
#942 OQL now supporting unions. Unions support polymorphism and can be used anywhere in the application.
|
10 anni fa |
dflaven
|
af849fbd7f
#1078: Properly record the history of LinkedSet(Indirect)
|
10 anni fa |
romainq
|
c09b913411
New lifecycle action SetCurrentPerson. Also improved the existing lifecycle action SetCurrentUser to prevent from calling it on an external key that is not pointing to users (!= contact), and if the target attribute is a string, then store the friendlyname there.
|
10 anni fa |
romainq
|
51c07f3900
#1079 DBWriteLinks deleting related objects
|
10 anni fa |
dflaven
|
2c4841693c
Integration of the new way to compute relations into the datamodel (ComputeImpactedItems)
|
10 anni fa |
romainq
|
d07331fe20
Modules implementing a lifecycle written in PHP (and having actions executed on transitions) do not work until 2.1.0. The compatibility patch had been implemented but it was not working. Good candidate for a retrofit to the branch 2.1.0
|
10 anni fa |
romainq
|
c89f6ecfb0
Rework of the relation diagrams: implemented MetaModel::GetRelatedObjectsDown (still not taking the redundancy into account)
|
10 anni fa |
romainq
|
8ecee4985a
XML Modelization of the relations: reworked toward an asymetric definition (downstream: A impacts B, upstream: B depends on A)
|
10 anni fa |
romainq
|
f2a3b8237f
XML Modelization of the relations, with full support of the previous way (by implementing a method GetRelationQueries). Still, the standard data model has not been migrated to the new format.
|
10 anni fa |
dflaven
|
3b81a3919d
#803: template placeholders are now built on demand. Yes !!
|
10 anni fa |
romainq
|
e8ba1bf791
Internal: fixed the caching of DBObject::ToArgs()
|
10 anni fa |
dflaven
|
a598b90118
Demo mode: prevent the deletion of Users...
|
10 anni fa |
romainq
|
76e9c27d4a
Instrumented the code to ease the troubleshooting of the computing of working hours
|
10 anni fa |
romainq
|
2566ec00cc
#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)
|
10 anni fa |
romainq
|
879495a4ee
#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).
|
10 anni fa |
dflaven
|
2f3a180cb0
New concept in the XML: HighlightScale to avoid overloading GetIcon and GetHilightClass...
|
11 anni fa |
romainq
|
c1be5128cb
#926 JSON/REST Delete: nasty report
|
11 anni fa |
romainq
|
e6ddc09d33
#919 Circular references between tickets (parent/child). Protect the framework against infinite recursions on cascaded updates (done at the DBUpdate level).
|
11 anni fa |
romainq
|
94c0d32032
#483 Added placeholders for the notifications: html(caselog), head_html(caselog), html(linkset). The HTML can be customized. Fixes the issue about lines being wrapped in a curious way (root cause: swift mailer).
|
11 anni fa |
dflaven
|
2e975aafb5
Implement the iDisplay interface on any class derived from DBObject, but also limit the possible actions on such objects (disable edition)
|
11 anni fa |
dflaven
|
d438218165
Fix for a regression introduced by [3149]
|
11 anni fa |
dflaven
|
bd074f27ba
Two experimental perf. enhancements:
|
11 anni fa |
dflaven
|
f060c7d25d
#867 (and #907 as a dup') De-harcode set_time_limit (per loop) in lengthy operations. Default value is 30 seconds (per loop), configurable via the new parameter "max_execution_time_per_loop", instead of 5 seconds previously.
|
11 anni fa |
dflaven
|
3a724d1bf3
#887 short term fix for preventing ToArgs to alter the content of an object...
|
11 anni fa |
romainq
|
43d2332d26
Optimization: map the extended attribute code to the corresponding external field when this if possible (ex: org_id->name to org_name); this reduces the number of queries, in particular when using the "export CSV" menu on a list.
|
11 anni fa |
romainq
|
65ef29332b
Internal: API to build the SQL statements to (re)-create an object
|
11 anni fa |
romainq
|
8b355b150a
Extensibility: make sure that checks implemented in an overload of CheckToWrite will be seen when parent::CheckToWrite is invoked at the end of the overload
|
11 anni fa |
dflaven
|
3772f10ee7
#805 Use a mutex to turn the insertion of a new ticket into an atomic operation
|
11 anni fa |
romainq
|
46363e170f
#783, #233 and #466 The recent revision (2921 for ticket #783) introduced a significant slow down when performing CSV import (but not only). This new revision does suppress the regression, and even speeds up bulk updates in general. This revision is candidate for retrofit into branch 2.0.1 (along with 2921)
|
11 anni fa |