Pierre Goiffon
e4324cedb4
N°2235 Enable notification placeholders in hyperlinks
...
(cherry picked from commit bc55bfbee1 )
2019-06-06 10:59:44 +02:00
Eric
07781c7c9d
1023 - Email Outlook : Fix iTop page broken by tag <o:p>
2019-06-06 09:56:31 +02:00
Pierre Goiffon
3791b2dd24
📝 Change return type for \MetaModel::GetObject
2019-05-28 17:18:07 +02:00
bruno DA SILVA
22416cc0be
:note: PhpDoc generation for the public API
...
- typo (tunning => tuning)
- rework of the README.md
2019-05-24 14:05:22 +02:00
Pierre Goiffon
8b178914b3
Fix \DBObject::DBDelete PHPDoc
2019-05-22 14:46:53 +02:00
OИUЯd da silva
9c75cb4537
:note: PhpDoc generation for the public API ( #63 )
...
- generate phpdoc to a dokuwiki compatible format
- add/update the phpdoc of a selection of class methods
2019-05-21 12:05:52 +02:00
bruno DA SILVA
a1d01e252b
N°2191 - Stopwatch sub-items no more available as search criteria
2019-05-20 17:03:25 +02:00
Pierre Goiffon
77f757995e
Merge remote-tracking branch 'origin/support/2.5'
2019-04-29 11:26:37 +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
Stephen Abello
99f398a87e
N°1529: Correct wrong constant name for Mcrypt, handle iv generation fails to avoid data corruption
2019-04-24 11:44:43 +02:00
Pierre Goiffon
7e064365eb
N°1968 Uniqueness : fix only root disabled class was removed from searches
...
Now all of the following hierarchy is excluded
2019-03-21 17:25:51 +01:00
Pierre Goiffon
243aab1030
N°1968 Uniqueness : do not allow invalid rule overrides definition
...
On overrides disabled key must has a value
2019-03-18 16:07:36 +01:00
Pierre Goiffon
eb49dbbdc8
N°1968 uniqueness rules : fix search for classes hierarchy, disallow 'attributes' property overrides
2019-03-12 18:12:01 +01:00
Pierre Goiffon
94092f445f
Merge remote-tracking branch 'origin/support/2.5'
...
# Conflicts:
# application/applicationextension.inc.php
# webservices/rest.php
2019-03-08 14:35:02 +01:00
Eric
856c037bb0
N°2064 - Fix abstract class state list for notification triggers
2019-03-07 15:56:29 +01: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
Stephen Abello
5a0edb5c39
Merge branch 'support/2.5'
...
# Conflicts:
# js/jquery.tablesorter.pager.js
2019-03-01 17:06:44 +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
377b4b038c
N°2041 - Fix: Reset(LinkedSetIndirect) breaks data integrity
2019-02-27 09:57:01 +01:00
Eric
1cb36621a1
N°1963 - Dashlet GroupBy: allow ExternalField selection in UI
2019-02-26 15:31:31 +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
a89bca4626
N°1975 - Fix: Change Menu rights to "Admin only" leads in crash test
2019-02-20 14:57:39 +01:00
Eric
63a36fd0f6
N°2030 - Fix function CopyAttribute for external fields
2019-02-19 14:09:14 +01:00
Eric
7cf7e55454
N°1823 - Fix tags not saved in case of error
2019-02-19 10:16:45 +01:00
Eric
5067c867b8
N°2014 - Fix Object modification refused when a n-n relation is locked by datasynchro
2019-02-18 15:41:06 +01:00
Eric
9637e75f97
N°2011: Fix Issue with "ExecAsyncTask: async_task_retries"
2019-02-13 14:07:13 +01:00
Eric
d484614c0f
N°2016 - Fix Issue with "ExecAsyncTask: async_task_retries"
2019-02-13 14:03:22 +01:00
Molkobain
257fb4d036
🐛 N°2019 Fix empty error message on object update
2019-02-08 15:39:01 +01:00
Pierre Goiffon
2bd7a7b5f8
Merge remote-tracking branch 'origin/support/2.5'
...
# Conflicts:
# application/utils.inc.php
2019-01-31 18:43:20 +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
340cacc691
Merge remote-tracking branch 'origin/release/2.6.0-community' into release/2.6
...
# Conflicts:
# install.txt
2019-01-09 17:23:43 +01:00
Denis Flaven
2b563d4fc8
Remove debug traces when updating objects
...
A very verbose debug trace in the error log was happening each time a
CmdbAbstractObject gets created non-interactively.
2019-01-07 16:24:31 +01:00
Pierre Goiffon
2f5c810276
Merge remote-tracking branch 'origin/support/2.5' into release/2.6
2018-12-31 17:21:52 +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
352f8cee10
💡 Config : add ref to loading methods
2018-12-31 11:38:57 +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
Pierre Goiffon
9f3332b2f2
💡 PHPDoc for AttributeFlags methods
2018-12-28 16:37:03 +01:00
Pierre Goiffon
2b71621628
Merge remote-tracking branch 'origin/support/2.5' into release/2.6
2018-12-28 11:42:11 +01:00
Pierre Goiffon
1665b12b86
💡 PHPDoc for \DBObject::DBInsert methods hierarchy (and some more, too O:) )
2018-12-27 15:07:49 +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
Eric
27b1b1f8a8
N°1903 - Fix initial value of a MetaEnum attribute is always its default value
2018-12-21 09:59:19 +01:00
Eric
44671a5085
Fix typos in configuration description
2018-12-19 09:02:49 +01:00
Pierre Goiffon
3089cbc2bc
💡 Add some PhpDoc
2018-12-18 11:15:55 +01:00
Molkobain
6a88f622ad
N°1839 Update TriggerOnThresholdReached to select attribute from a set of valid attributes instead of typing it manually
2018-12-14 11:51:14 +01:00
Molkobain
9b5d8b8a01
N°931 Fix bug when max allowed items set to 1
2018-12-14 11:11:59 +01:00
Molkobain
b4448c5bb9
Code cleanup
2018-12-14 10:00:29 +01:00
Molkobain
daafa9123c
N°1852 Fix loss of inline images and attachments when user has been logged off
2018-12-13 11:35:00 +01:00
Pierre Goiffon
b4a6d378ab
N°1827 fix freeze on object creation when changing dependant field, if object has hidden TagSet field
2018-12-11 15:54:33 +01:00
Molkobain
f54da5f9a6
Internal: Debug trace when InlineImage::FinalizeInlineImages() fails to retrieve transaction ID
2018-12-10 17:44:49 +01:00