Commit Graph

3829 Commits

Author SHA1 Message Date
Romain Quetiez
39f08d0ce0 (Retrofit from trunk) N.755 Case log latest entry preset with HTML code gets transformed into pure text
SVN:2.3[4663]
2017-04-04 09:26:32 +00:00
Guillaume Lajarige
de68827653 (Retrofit from trunk) N°807 Portal: add_to_list can now be used in action rules (Note: Works only for IndirectLinkedSet, not LinkedSet)
SVN:2.3[4661]
2017-04-04 09:08:36 +00:00
Guillaume Lajarige
dcf94f1161 (Retrofit from trunk) Portal: Fixed friendlyname fields rendered as mandatory when they should have been readonly.
SVN:2.3[4659]
2017-04-04 08:03:22 +00:00
Denis Flaven
5712981b4e N°686 - protect the edition of dashboards against a no-longer-existing class.
SVN:2.3[4656]
2017-04-03 14:53:31 +00:00
Romain Quetiez
598965a51f (Retrofit from trunk) N.447 Impact analysis: messing up redundancy settings (could either lead to wrong results or a fatal error if a relation is configured downstream)
SVN:2.3[4654]
2017-04-03 14:00:22 +00:00
Guillaume Lajarige
893725948a (Retrofit from trunk) Portal: Wrong form used in some inheritance cases.
SVN:2.3[4652]
2017-04-03 11:59:36 +00:00
Romain Quetiez
f2b4c17dca (Retrofit from trunk) 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.
SVN:2.3[4650]
2017-04-01 20:07:44 +00:00
Guillaume Lajarige
a232681995 (Retrofit from trunk) DBObject::ExecActions : add_to_list action now accepts the source object id as first parameter
SVN:2.3[4648]
2017-03-31 15:20:17 +00:00
Romain Quetiez
e7e382e886 (Retrofit from trunk) 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:2.3[4645]
2017-03-31 14:49:55 +00:00
Romain Quetiez
b6702365c6 (Retrofit from trunk) 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:2.3[4643]
2017-03-31 14:36:22 +00:00
Guillaume Lajarige
2ce0bf4acc (Retrofit from trunk) N°800 Portal: log_kpi_duration / log_kpi_memory are now supported by the portal
SVN:2.3[4641]
2017-03-31 13:02:16 +00:00
Guillaume Lajarige
882ceff6fc (Retrofit from trunk) N°804 Portal: Object display crashed when a linkedset attribute has corrupted data (eg. an external key to 0)
SVN:2.3[4639]
2017-03-31 10:11:32 +00:00
Romain Quetiez
0b4597e65e (Retrofit from trunk) N.799 Setup failing (during database creation) with MetaEnum attribute having no mapping for the class they are declared in.
SVN:2.3[4637]
2017-03-30 19:26:02 +00:00
Romain Quetiez
60fa0e08f0 (Retrofit from trunk) 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:2.3[4635]
2017-03-29 20:00:00 +00:00
Romain Quetiez
64e0569613 (Retrofit from trunk) 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:2.3[4633]
2017-03-29 10:03:22 +00:00
Romain Quetiez
d0c1d94b14 (Retrofitted from trunk) N.780 Friendly name format ignored if only one attribute is used
SVN:2.3[4631]
2017-03-29 09:24:21 +00:00
Romain Quetiez
c15853d982 (Retrofit from trunk) 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:2.3[4629]
2017-03-29 08:29:57 +00:00
Romain Quetiez
1d0bf94ea4 (Retrofit from trunk) N.701 (continuation of [r4596] which introduced regressions on the handling of date fields)
SVN:2.3[4627]
2017-03-28 14:58:22 +00:00
Denis Flaven
e12f2501ee - Refactoring : structuration of the Exceptions thrown when the XML assembling fails
- Take into account the node specified as a parameter to saveXML()

SVN:2.3[4625]
2017-03-27 16:26:15 +00:00
Romain Quetiez
cd25a4dc34 (Retrofit from trunk) N.760 XSS vulnerability
SVN:2.3[4622]
2017-03-23 16:36:52 +00:00
Romain Quetiez
c0fd0e736f (Retrofit from trunk) N.519 REST/JSON Add a comment in pure text into the case log (only for add_item/items syntaxes, use format="text")
SVN:2.3[4620]
2017-03-23 15:18:13 +00:00
Romain Quetiez
2adcb108a5 (Retrofit from trunk) N.736 Ugly labels when hovering bar charts
SVN:2.3[4618]
2017-03-23 14:54:45 +00:00
Romain Quetiez
40fbdcc88c (Retrofit from trunk) 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:2.3[4616]
2017-03-23 09:11:09 +00:00
Romain Quetiez
76839b1b2c (Retrofit from trunk) 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) (note: this retrofit includes both commits made on trunk)
SVN:2.3[4613]
2017-03-22 21:01:44 +00:00
Guillaume Lajarige
05289dc241 (Retrofit from trunk) N°606 Portal: Request template fields marked as invalid when a mandatory textarea field was empty.
SVN:2.3[4606]
2017-03-21 09:55:46 +00:00
Denis Flaven
de81fbcb09 (retrofit from trunk) Make sure that the generated form field's IDs are valid ones.
SVN:2.3[4603]
2017-03-17 13:21:17 +00:00
Denis Flaven
602b64d19a (retrofit from trunk) More events from the property_field widgets to inform the enclosing form of the state changes.
SVN:2.3[4599]
2017-03-17 10:56:35 +00:00
Romain Quetiez
2a60a57c46 Retrofit from trunk - N.701 Data Synchro: dates can be reset by the mean of an empty string (still, integers and enums cannot be reset)
SVN:2.3[4597]
2017-03-17 09:16:23 +00:00
Romain Quetiez
b384313453 Retrofit from trunk - N.738 Setup not working if access_mode=2 and a synchro data source has a new attribute to create
SVN:2.3[4595]
2017-03-16 15:24:31 +00:00
Guillaume Lajarige
337a003d28 (Retrofit from trunk) N°772 Portal: Invalid URL in LinkedSet searchbox when editing an object (eg. Adding a Contact to an UserRequest)
SVN:2.3[4593]
2017-03-16 13:18:39 +00:00
Romain Quetiez
7df95addcc Retrofit from trunk - N.678 Data synchro: a line break or '<' in the description breaks the synchronized objects edition form.
SVN:2.3[4590]
2017-03-15 14:45:04 +00:00
Romain Quetiez
2055e9399f Retrofit from trunk - N.598 Custom fields with autocomplete failing if the subfield depends on another subfield
SVN:2.3[4586]
2017-03-14 15:22:18 +00:00
Romain Quetiez
dc7c622dba Retrofit from trunk - N.569 Enable the browser built-in spell checker for the rich text editor
SVN:2.3[4583]
2017-03-14 13:43:29 +00:00
Romain Quetiez
f42e641faf ReRetrofit from trunk - N.453 Emails coming from outlook. Many line breaks added when editing the ticket
SVN:2.3[4581]
2017-03-14 13:21:53 +00:00
Romain Quetiez
635ca103af Retrofit from trunk - N.757 Server log filled with warnings (ContextTag::Check)
SVN:2.3[4574]
2017-03-10 14:43:28 +00:00
Denis Flaven
4673a3f22d (retrofit from trunk) Bug fix: load modules before generating the WSDL file, since some modules may come with their own webservices.
SVN:2.3[4564]
2017-02-28 14:11:36 +00:00
Guillaume Lajarige
08cda15762 (Retrofit from trunk) N°602: InlineImage "randomly" not available for display.
Adding an InlineImage while adding an object in a IndirectLinkedSet at the same time would attach the InlineImage to the linked object instead of the host one. If their organizations were different, it could result in a security issue, denying the display of the InlineImage.

SVN:2.3[4562]
2017-02-28 09:51:23 +00:00
Denis Flaven
3c384ff498 Retrofit from trunk: Bug fix: protect against a non existing Contact class (a rather drastic iTop customization!)
SVN:2.3[4560]
2017-02-24 14:11:24 +00:00
Guillaume Lajarige
47587fb97e (Retrofit from trunk) N°620 - Fixed regression introduced in r4519: Portal: Url in notifications were broken since iTop 2.3.3.
SVN:2.3[4555]
2017-02-21 09:11:24 +00:00
Denis Flaven
f7f4fbce51 (retrofir from trunk) N° 615: spreadsheet export enhancement to remove unneeded line breaks.
SVN:2.3[4550]
2017-01-31 13:32:16 +00:00
Guillaume Lajarige
d898cffd4e (Retrofit from trunk) Legacy portal: Since iTop 2.3, plain text caselog entries can no longer be toggled due to a bad jQuery selector. Only HTML entries were working.
SVN:2.3[4548]
2017-01-31 13:07:31 +00:00
Denis Flaven
9c89a58a57 Getting ready for the release of iTop 2.3.3.
SVN:2.3[4543]
2016-12-22 15:16:40 +00:00
Romain Quetiez
e7eecf81ee (Retrofit from trunk) N.497 Continuation of the fix done in [r4461], to correctly handle validation patterns containing a slash (AttributeURL in the enhanced customer portal). The initial fix has broken the validation of date (+time) fields because the slash was escaped twice, leading to an invalid regular expression. Requires testing of synchro, CSV import, console, customer portal...
SVN:2.3[4539]
2016-12-19 16:11:46 +00:00
Guillaume Lajarige
b909dfc321 (Retrofit from trunk) N.551: Correcting spanish translations in the new portal (When creating a new user request in full ITIL or changing password)
SVN:2.3[4537]
2016-12-19 10:17:06 +00:00
Denis Flaven
c9ee203970 N. 549: "Font" menu broken in case logs (console and legacy portal). The menu was showing <> instead of font names.
SVN:2.3[4535]
2016-12-19 10:11:11 +00:00
Guillaume Lajarige
cbb771154a (Retrofit from trunk) Portal: Added german dictionnary
SVN:2.3[4533]
2016-12-16 09:17:11 +00:00
Romain Quetiez
cc74591036 (Retrofit from trunk) N.561 Could not add images into the description of a ticket in the legacy portal, and losing images added into the case log (update from the portal, issue occuring when the CRON is enabled)
SVN:2.3[4528]
2016-12-14 14:19:22 +00:00
Guillaume Lajarige
b6eeaae24a (Retrofit from trunk) Portal: Added itopversion to js/css file urls to prevent cache issues when upgrading.
SVN:2.3[4527]
2016-12-14 11:22:20 +00:00
Denis Flaven
f1966619b9 (Retrofit from trunk) Support of the "target" attribute for links.
SVN:2.3[4525]
2016-12-14 11:17:04 +00:00
Denis Flaven
01fa323b38 (Retrofit from trunk) Support of text-align in the styles.
SVN:2.3[4523]
2016-12-14 11:15:31 +00:00