Romain Quetiez
|
e688d04511
|
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)
SVN:trunk[4644]
|
2017-03-31 14:48:30 +00:00 |
|
Romain Quetiez
|
76fd5c0b5f
|
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)
SVN:trunk[4642]
|
2017-03-31 14:34:43 +00:00 |
|
Guillaume Lajarige
|
d944f386ce
|
N°800 Portal: log_kpi_duration / log_kpi_memory are now supported by the portal
SVN:trunk[4640]
|
2017-03-31 12:59:35 +00:00 |
|
Guillaume Lajarige
|
9f9fd8550f
|
N°804 Portal: Object display crashed when a linkedset attribute has corrupted data (eg. an external key to 0)
SVN:trunk[4638]
|
2017-03-31 10:09:51 +00:00 |
|
Romain Quetiez
|
772954711a
|
N.799 Setup failing (during database creation) with MetaEnum attribute having no mapping for the class they are declared in.
SVN:trunk[4636]
|
2017-03-30 19:23:43 +00:00 |
|
Romain Quetiez
|
3644553886
|
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"
SVN:trunk[4634]
|
2017-03-29 19:58:02 +00:00 |
|
Romain Quetiez
|
c073611597
|
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.
SVN:trunk[4632]
|
2017-03-29 10:02:14 +00:00 |
|
Romain Quetiez
|
802d20d554
|
N.780 Friendly name format ignored if only one attribute is used
SVN:trunk[4630]
|
2017-03-29 09:22:39 +00:00 |
|
Romain Quetiez
|
38c12104b3
|
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.
SVN:trunk[4628]
|
2017-03-29 08:28:24 +00:00 |
|
Romain Quetiez
|
399662ef99
|
N.701 (continuation of [r4596] which introduced regressions on the handling of date fields)
SVN:trunk[4626]
|
2017-03-28 14:56:52 +00:00 |
|
Denis Flaven
|
3daf4c62db
|
- Refactoring : structuration of the Exceptions thrown when the XML assembling fails
- Take into account the node specified as a parameter to saveXML()
SVN:trunk[4624]
|
2017-03-27 16:24:50 +00:00 |
|
Guillaume Lajarige
|
9937f62f9d
|
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).
SVN:trunk[4623]
|
2017-03-24 09:09:15 +00:00 |
|
Romain Quetiez
|
cf17e197ce
|
N.760 XSS vulnerability
SVN:trunk[4621]
|
2017-03-23 16:32:56 +00:00 |
|
Romain Quetiez
|
2f8b5e5eeb
|
N.519 REST/JSON Add a comment in pure text into the case log (only for add_item/items syntaxes, use format="text")
SVN:trunk[4619]
|
2017-03-23 15:16:30 +00:00 |
|
Romain Quetiez
|
d22fb83443
|
N.736 Ugly labels when hovering bar charts
SVN:trunk[4617]
|
2017-03-23 14:52:57 +00:00 |
|
Romain Quetiez
|
af093ba86a
|
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.
SVN:trunk[4615]
|
2017-03-23 09:09:45 +00:00 |
|
Romain Quetiez
|
020f47ab2c
|
Code cleanup: removed unused code
SVN:trunk[4614]
|
2017-03-22 21:24:50 +00:00 |
|
Romain Quetiez
|
8f0095f751
|
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)....
SVN:trunk[4612]
|
2017-03-22 20:59:33 +00:00 |
|
Romain Quetiez
|
b7fc2e4012
|
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)
SVN:trunk[4611]
|
2017-03-22 20:53:40 +00:00 |
|
Guillaume Lajarige
|
1dcf830141
|
N°783 Attachments can now be readonly in some states. Use the new module parameter "readonly_states".
SVN:trunk[4610]
|
2017-03-22 15:08:34 +00:00 |
|
Romain Quetiez
|
a10cdaba74
|
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.
SVN:trunk[4609]
|
2017-03-22 13:39:48 +00:00 |
|
Romain Quetiez
|
435a177283
|
Suppressed warnings due to the error reporting. When one of the arguments in the call stack is an array, a warning (Conversion of an array into a string) is issued at the time the EventIssue is being recorded. When a posted parameter is an array, the same warning is issued at the time and EventIssue is being displayed.
SVN:trunk[4608]
|
2017-03-22 12:43:12 +00:00 |
|
Vincent Dumas
|
d22d657886
|
#1439 fix erroneous internal comments within XML files
SVN:trunk[4607]
|
2017-03-21 17:35:38 +00:00 |
|
Guillaume Lajarige
|
1da5618204
|
N°606 Portal: Request template fields marked as invalid when a mandatory textarea field was empty.
SVN:trunk[4605]
|
2017-03-21 09:53:57 +00:00 |
|
Vincent Dumas
|
318c069f3d
|
Corrigé une typo dans un dictionnaire français
SVN:trunk[4604]
|
2017-03-17 13:32:30 +00:00 |
|
Denis Flaven
|
d0267f60ae
|
Make sure that the generated form field's IDs are valid ones.
SVN:trunk[4602]
|
2017-03-17 13:20:01 +00:00 |
|
Denis Flaven
|
ea3c7703c4
|
XML format 1.4, introducing the new "force" flag.
SVN:trunk[4601]
|
2017-03-17 13:15:13 +00:00 |
|
Guillaume Lajarige
|
95e04178ea
|
N°636 Portal: Action buttons can now be added to object details page through the iPopupMenuItemExtension
SVN:trunk[4600]
|
2017-03-17 13:03:09 +00:00 |
|
Denis Flaven
|
cf0792cd64
|
More events from the property_field widgets to inform the enclosing form of the state changes.
SVN:trunk[4598]
|
2017-03-17 10:55:06 +00:00 |
|
Romain Quetiez
|
e41a8833e2
|
N.701 Data Synchro: dates can be reset by the mean of an empty string (still, integers and enums cannot be reset)
SVN:trunk[4596]
|
2017-03-17 09:14:11 +00:00 |
|
Romain Quetiez
|
0b2ce4289d
|
738 Setup not working if access_mode=2 and a synchro data source has a new attribute to create
SVN:trunk[4594]
|
2017-03-16 15:22:19 +00:00 |
|
Guillaume Lajarige
|
a13270ef91
|
N°772 Portal: Invalid URL in LinkedSet searchbox when editing an object (eg. Adding a Contact to an UserRequest)
SVN:trunk[4592]
|
2017-03-16 13:14:45 +00:00 |
|
Guillaume Lajarige
|
64ca121f5b
|
Portal: Used BS breadcrumb in BrowseBrick instead of the previous which was home-made.
SVN:trunk[4591]
|
2017-03-15 17:03:32 +00:00 |
|
Romain Quetiez
|
0a5708272d
|
N.678 Data synchro: a line break or '<' in the description breaks the synchronized objects edition form.
SVN:trunk[4589]
|
2017-03-15 14:41:12 +00:00 |
|
Guillaume Lajarige
|
fec15ffe66
|
Portal: FilterBrick: Value for placeholder and submit button can now be empty
SVN:trunk[4588]
|
2017-03-14 16:09:13 +00:00 |
|
Guillaume Lajarige
|
0b0340bf21
|
Internal: CSS optimization on portal BrowseBrick
SVN:trunk[4587]
|
2017-03-14 15:42:29 +00:00 |
|
Romain Quetiez
|
cf716ce2a3
|
N.598 Custom fields with autocomplete failing if the subfield depends on another subfield
SVN:trunk[4585]
|
2017-03-14 15:20:50 +00:00 |
|
Guillaume Lajarige
|
5ebcb41224
|
Portal: Added breadcrumbs to grid mode of the BrowseBrick
SVN:trunk[4584]
|
2017-03-14 13:59:05 +00:00 |
|
Romain Quetiez
|
2d9c0e16b9
|
N.569 Enable the browser built-in spell checker for the rich text editor
SVN:trunk[4582]
|
2017-03-14 13:42:20 +00:00 |
|
Romain Quetiez
|
20e0ab3d6e
|
N.453 Emails coming from outlook. Many line breaks added when editing the ticket
SVN:trunk[4580]
|
2017-03-14 13:16:42 +00:00 |
|
Vincent Dumas
|
d94ccc441a
|
N°675 enriched Dutch Dictionnaries for Enhanced portal
SVN:trunk[4579]
|
2017-03-14 09:49:58 +00:00 |
|
Vincent Dumas
|
fdff9e048b
|
N°759 French Dictionnary typo on closed ticket value
SVN:trunk[4578]
|
2017-03-13 17:29:31 +00:00 |
|
Vincent Dumas
|
64e1d7e276
|
Problem management: german translations on values for field 'impact' were upside down compared to english values. Value 1 means high impact in all langage but German where is was 'Eine Person'. German has been aligned. German users, be cautious when upgrading to migrate your data.
SVN:trunk[4577]
|
2017-03-13 17:19:32 +00:00 |
|
Vincent Dumas
|
5f82c78dc7
|
#1314 (N°585,586,591) allow to use finalclass (sub-class name) as reconciliation key when loading by CSV import, relationship defined on an abstract class.
#1387 (N°577) fixing old issue with CSV import of relationship with Documents
SVN:trunk[4576]
|
2017-03-13 16:56:03 +00:00 |
|
Guillaume Lajarige
|
b3a0c6119e
|
N°762: Portal: New filter brick that pre-filters a Browse or Manage brick results from the home page.
SVN:trunk[4575]
|
2017-03-13 14:06:43 +00:00 |
|
Romain Quetiez
|
342ac0444c
|
N.757 Server log filled with warnings (ContextTag::Check)
SVN:trunk[4573]
|
2017-03-10 14:32:32 +00:00 |
|
Vincent Dumas
|
d9469360fe
|
N°582 Typo on french user message used when changing user password
SVN:trunk[4572]
|
2017-03-09 10:41:37 +00:00 |
|
Vincent Dumas
|
0df420cd17
|
N°723 help message enhancement on 4th setup screen, about MySQL user required rights.
SVN:trunk[4571]
|
2017-03-08 14:16:29 +00:00 |
|
Guillaume Lajarige
|
ab44522016
|
N°636: Portal: Dictionnary entries can now be used in forms' twig (usage: {{'EntryToTranslate'|dict_s}}). Also, special characters (like 'é') are now supported.
SVN:trunk[4570]
|
2017-03-08 09:58:12 +00:00 |
|
Guillaume Lajarige
|
bc875653d2
|
Internal: Portal: Grid display optimization on BrowseBrick
SVN:trunk[4569]
|
2017-03-07 16:23:48 +00:00 |
|