Molkobain
2f9e050e2b
N°2323.4 Fix regression introduced in previous commit
...
Current user picture was no longer displayed in the portal
(cherry picked from commit 56b9eb6cf3 )
2019-06-20 17:52:26 +02:00
Thomas Casteleyn
2858d13fd5
🐛 Fix default usage of iTopMutex when TLS is enabled
...
See R-021467
2019-04-29 11:18:54 +02:00
Pierre Goiffon
d6a0a279a5
N°1449 Update REST API version for new pagination params
2019-03-04 16:00:36 +01:00
Pierre Goiffon
44f5d71e1b
💡 PHPDoc for REST API
2019-03-04 16:00:35 +01:00
Pierre Goiffon
e2c8237beb
Allow params "limit" and "page" in REST-API
...
PR #25 , code author Dennis Lassiter, many thanks !
Was commited to develop first but decided to retrofit this on support/2.5 (N°1449)
(cherry picked from commit fd55bdf9a8 )
(cherry picked from commit 49e31ddb3d )
2019-02-28 10:06:42 +01:00
Eric
d0a766d424
N°1975 - Fix: Change Menu rights to "Admin only" leads in crash test
...
(cherry picked from commit a89bca4626 )
2019-02-20 15:06:57 +01:00
Eric
9637e75f97
N°2011: Fix Issue with "ExecAsyncTask: async_task_retries"
2019-02-13 14:07:13 +01:00
Pierre Goiffon
0aab80917a
N°1921 Process InlineImage from another iTop as external images
...
* Notifications : do not embed InlineImage with wrong secret
* HtmlSanitizer : remove data-img-* attributes if not the same iTop (using approot from Config)
* move \HTMLDOMSanitizer::ProcessImage to \InlineImage::ProcessImageTag
* data-img-* attributes name are now InlineImage class constants
2019-01-30 11:32:47 +01:00
Pierre Goiffon
636a3940cd
N°1915 import : fix cannot create object with value for field that is readonly in modification
...
Last fix (523e19528e ) was not a correct solution
2018-12-31 12:13:45 +01:00
Pierre Goiffon
523e19528e
N°1915 import : fix cannot create object with value for field that is readonly in modification
...
GetAttributeFlags method returns OPT_ATT_READONLY for this field, but not GetInitialStateAttributeFlags method
2018-12-28 18:16:32 +01:00
Denis Flaven
778db225a8
N°1912: 🐛 text written in white in the PDF export of the impact analysis.
2018-12-26 15:41:00 +01:00
Molkobain
0c8dd6fd1b
N°562 Notifications: Add support for placeholders in HTML hyperlinks (regular href, mailto, ...)
2018-12-04 10:22:31 +01:00
Molkobain
961b1570e8
Fix iTop version that stayed to "2.5.0-beta" for the release
2018-11-27 17:57:15 +01:00
Eric
d831549c7b
Add User Id on KPI
2018-11-26 15:24:38 +01:00
Eric
c722d64850
N°1706 - Fix problem with user_manager profile
2018-11-13 08:50:49 +01:00
Eric
216d965d76
N°1724 - Fix external key search error when an UNION is used as a filter in the datamodel
2018-11-09 09:13:59 +01:00
Eric
95fce0eefb
Fix audit bug (DBUnionSearch::AddConditionForInOperatorUsingParam() does not exist) when category is a UNION and rule flag 'Valid objects?' is 'true' and there are invalid entries in the result of the audit.
2018-11-09 09:13:18 +01:00
Eric
841127c131
N°828 - GetSelectFilter issue with DBUnionSearch
2018-11-09 09:11:25 +01:00
Pierre Goiffon
588899db63
Convert all files from CrLf to Lf (preparing merge to develop)
2018-10-18 14:20:40 +02:00
Molkobain
a37698a9de
Fix regression introduced in commit 10b7fa6 (Web queries have issue with line breaks in cell value)
2018-10-17 13:04:57 +02:00
steffunky
41a479b48d
N°1555: fixed a case where AttributeExternal field was pointing anything else than an ExternalKey and its label wouldn't show up on search criteria
2018-10-09 18:30:12 +02:00
Molkobain
4a431be0a9
(Cherry picked from commit 5099060) N°1203 : Correctly use 'from' field for test email notifications
2018-10-08 17:43:55 +02:00
Guillaume Lajarige
1cf36a5d01
(Retrofit from develop 5e1452f9) N°1580 Portal: Default image of image attributes not correctly displayed in object forms.
2018-10-02 10:52:22 +02:00
Pierre Goiffon
c3f80a5876
(Retrofit from trunk) N°1582 Fix audit when a current organization is set and there is an audit rule with valid=true
...
Was generating an OQL missing query argument error (r5991)
SVN:2.5[5992]
2018-08-01 09:13:15 +00:00
Eric Espié
8ffea22f0e
Retrofit from trunk
...
N°1561 - Fix auto-complete error when the friendlyname depends on other classes
[from revision 5948]
SVN:2.5[5954]
2018-07-19 08:10:32 +00:00
Eric Espié
0bbb586094
Retrofit from trunk
...
Advanced search: Fix an error when using search form from an union.
[from revision 5940]
SVN:2.5[5944]
2018-07-17 12:23:27 +00:00
Eric Espié
e184eb6aae
Retrofit from trunk
...
DBObject->GetOriginal() hardening (now support attributes not set: for example sla_tto_passed for UserRequest until it is closed)
[from revision 5932]
SVN:2.5[5942]
2018-07-17 12:19:26 +00:00
Pierre Goiffon
6e9fcb81f0
(Retrofit from trunk) Fix setup for PHP 5.5 (cannot use expression as default field value) (r5933)
...
SVN:2.5[5934]
2018-07-12 07:46:36 +00:00
Vincent Dumas
a903711a7a
Add default search criterion on Action and Profile classes
...
SVN:trunk[5908]
2018-06-25 13:23:35 +00:00
Eric Espié
a848cb28f1
N°1436 - Access control updated for grant_by_profile categories of classes -
...
Fix access to internal classes form the core engine
SVN:trunk[5903]
2018-06-22 16:07:35 +00:00
Denis Flaven
b7ae6b143e
Impact analysis performance enhancement: much better (and faster) processing of graphs containing loops.
...
SVN:trunk[5902]
2018-06-22 15:56:17 +00:00
Denis Flaven
8943a67f85
Officially support PHP 7.2.0.
...
SVN:trunk[5888]
2018-06-15 16:37:11 +00:00
Guillaume Lajarige
4ba8c9ff9e
Fix default classes order by on DBObjectSet.
...
SVN:trunk[5886]
2018-06-15 13:42:00 +00:00
Guillaume Lajarige
f8f7486be2
N°1244 Authorize "colspan" & "rowspan" attributes on "th" / "td" / "tr" tags in HTML fields.
...
SVN:trunk[5883]
2018-06-15 10:09:35 +00:00
Bruno Da Silva
41694050ea
N°1498 Fixed an issue on Advanced search external key autocomplete where homonyms weren't displayed
...
SVN:trunk[5876]
2018-06-15 07:34:11 +00:00
Eric Espié
5a4375cb71
N°1485 - Search: "Undefined" on hierarchical key not working
...
SVN:trunk[5873]
2018-06-14 14:56:42 +00:00
Bruno Da Silva
ee43a365dc
N°1500 Advanced search on external keys performance
...
- first search using "equals" or "start with"
- then using "contains"
- search is triggered at two first chars
SVN:trunk[5859]
2018-06-13 13:36:31 +00:00
Eric Espié
97c8e1f7a9
N° 1436 - Allowed orgs on Users not managed
...
SVN:trunk[5850]
2018-06-11 10:02:20 +00:00
Eric Espié
f920851420
N°1420 - Performances enhancement (enhance counts)
...
SVN:trunk[5844]
2018-06-08 13:13:33 +00:00
Eric Espié
9fb4374efa
N°1420 - Performances enhancement (fix indexes generation)
...
SVN:trunk[5841]
2018-06-08 12:58:29 +00:00
Stephen Abello
885cabd6ef
N°1479 : Fixed a regression where on impact analysis display, every tabs would be resized to 15px. Added css for advanced search for impact analysis & normal search
...
SVN:trunk[5840]
2018-06-08 10:17:58 +00:00
Eric Espié
483d80b576
N°1420 - Performances enhancement (fix indexes generation)
...
SVN:trunk[5834]
2018-06-08 08:18:57 +00:00
Eric Espié
70a0a3c52e
N°1420 - Performances enhancement
...
SVN:trunk[5833]
2018-06-07 15:06:38 +00:00
Guillaume Lajarige
a01d5c2760
Fix regression introduced in r5806. Making the ITSM Designer unstable when adding a new attribute to a class.
...
SVN:trunk[5821]
2018-05-30 16:03:33 +00:00
Denis Flaven
6cc4a6e1be
PHP 7.2 compatibility: count(null) now generates a PHP warning !!
...
SVN:trunk[5815]
2018-05-28 14:08:31 +00:00
Stephen Abello
0a44f34c2c
N°1444 : fixed regression introduced in [r5724] & [r5773]
...
SVN:trunk[5809]
2018-05-23 10:11:23 +00:00
Eric Espié
fe8436f2ad
cleanup code
...
SVN:trunk[5806]
2018-05-22 15:14:51 +00:00
Eric Espié
a4459901e8
N°1429: Dashlet header statistics fix corresponding search criteria
...
SVN:trunk[5805]
2018-05-22 14:57:05 +00:00
Stephen Abello
39ff1e318c
N°1319 & N°1203: Refactored [r5750]
...
SVN:trunk[5800]
2018-05-17 14:43:46 +00:00
Bruno Da Silva
9d771be8b2
N°955: fix the bugfix [r5766]
...
- handling of forbidden char code in the error message (happen for example on host error using a french windows), in this case a less verbose message is written in the table, and a issue log is written into the fs
- apply for both synchronous and asynchronous
SVN:trunk[5796]
2018-05-17 09:55:58 +00:00