glajarige
|
fba73bf449
N°807 Portal: add_to_list can now be used in action rules (Note: Works only for IndirectLinkedSet, not LinkedSet)
|
8 년 전 |
glajarige
|
c090ae3838
Portal: Fixed friendlyname fields rendered as mandatory when they should have been readonly.
|
8 년 전 |
romainq
|
429054bf3a
N.755 (reduces the impact) Core API: Fixed the merging of several entries into a case log (calling several times DBObject::Set for a case log). The previous implementation did not work at all, leaving the data structure inconsistent. Moreover, the last text given is now inserted AFTER the text it is merged with (not on top of it) like in a normal text stream.
|
8 년 전 |
dflaven
|
8741689688
N°686 - protect the edition of dashboards against a no-longer-existing class.
|
8 년 전 |
romainq
|
a87d98cf63
N.447 Impact analysis: messing up redundancy settings (could either lead to wrong results or a fatal error if a relation is configured downstream)
|
8 년 전 |
glajarige
|
54d4ba5074
N°806 Portal: Wrong form used in some inheritance cases.
|
8 년 전 |
romainq
|
3681a6a896
Fixes a regression introduced in [r4642]. N.450 Impact analysis. The previous fix aimed at generating more redundancy nodes, but in fact it generated too many in some circumstances.
|
8 년 전 |
glajarige
|
d338d8269b
DBObject::ExecActions : add_to_list action now accepts the source object id as first parameter
|
8 년 전 |
cisou
|
ba8004fc4a
n°519 add examples to REST/JSON on updating CaseLog with Text format
|
8 년 전 |
romainq
|
256616a393
N.788 Impact analysis: graph not refreshed when trying to filter out some classes. The node removal algorithm has been improved in two places. 1) Do not create loops (i.e. an edge having both ends on the same node) when removing a node. 2) Correctly cleanup nodes having a loop (in case there is a loop in the original graph (defensive programming)
|
8 년 전 |
romainq
|
08cea3a033
N.450 Impact analysis : missing edges (and redundancy) when two classes impact a given class and both relations use the same neighbour id (and if redundancy is enabled over both relations)
|
8 년 전 |
glajarige
|
58f6caa386
N°800 Portal: log_kpi_duration / log_kpi_memory are now supported by the portal
|
8 년 전 |
glajarige
|
df32884238
N°804 Portal: Object display crashed when a linkedset attribute has corrupted data (eg. an external key to 0)
|
8 년 전 |
romainq
|
29106a0363
N.799 Setup failing (during database creation) with MetaEnum attribute having no mapping for the class they are declared in.
|
8 년 전 |
romainq
|
36eb7bde94
N.609 Some multi-column UNION queries failing with various symptoms such as "Class 'IT Department' not found" or "An object id must be an integer value"
|
8 년 전 |
romainq
|
73f1be9639
N.710 Do not notify ignored when the impacted items is computed again. Side effect: PHP Notice: Undefined offset: N in .../itop-tickets/main.itop-tickets.php on line 263.
|
8 년 전 |
romainq
|
ed12a47840
N.780 Friendly name format ignored if only one attribute is used
|
8 년 전 |
romainq
|
50122f8588
N.740 Error when attempting to disable the logs. Took the opportunity to refactor, relying on late static bindings (requires PHP 5.3). The refactoring avoided the fix to be duplicated in three places.
|
8 년 전 |
romainq
|
8e5209238f
N.701 (continuation of [r4596] which introduced regressions on the handling of date fields)
|
8 년 전 |
dflaven
|
81eee99ac9
- Refactoring : structuration of the Exceptions thrown when the XML assembling fails
|
8 년 전 |
glajarige
|
cf730681e1
N°641 Portal: Browse and Manage bricks now have an optional <opening_target> tag to choose how to open items (modal, new tab, current window).
|
8 년 전 |
romainq
|
d46ee1b0e2
N.760 XSS vulnerability
|
8 년 전 |
romainq
|
c2b6f681d6
N.519 REST/JSON Add a comment in pure text into the case log (only for add_item/items syntaxes, use format="text")
|
8 년 전 |
romainq
|
decf7eb813
N.736 Ugly labels when hovering bar charts
|
8 년 전 |
romainq
|
10d1cee992
N.692 Config setting log_queries does not work? This setting has been deprecated (use log_kpi_duration instead) - Still the implementation of query logging remains (and is buggy) as it may be usefull in order to record and rebuild a complete set of queries.
|
8 년 전 |
romainq
|
d03649ce3a
Code cleanup: removed unused code
|
8 년 전 |
romainq
|
5e615a435d
N.718 (continuation) Audit failing with message "Attempting to merge a filter of class A with a filter of class B" (regression introduced in branch 2.3)....
|
8 년 전 |
romainq
|
dbbd1d4e56
N.718 Audit failing with message "Attempting to merge a filter of class A with a filter of class B" (regression introduced in branch 2.3). There are circumstances for which the queries cannot (yet) be optimized (fallback to the original algorithm)
|
8 년 전 |
glajarige
|
4cc5197b05
N°783 Attachments can now be readonly in some states. Use the new module parameter "readonly_states".
|
8 년 전 |
romainq
|
a5e4229670
N.779 PARTIAL FIX - Date fields in link sets cannot be edited if the date format differs from the native format (Y-m-d). Homogeneous way to call the API GetFormElementForField, with GetEditValue as the "display value". Still, submitting the form does not work.
|
8 년 전 |