Eric
b718e26c7f
N°2969 - Add support for dictionaries folder in modules
2020-07-08 15:21:07 +02:00
Eric
e564f71c14
N°2986 - Reintegrate application menus from "welcome itil" into application
2020-07-08 11:49:52 +02:00
Eric
4f3931e828
N°2370 - Remove MySQL views in iTop, moved to "combodo-views" extension
2020-07-08 10:33:15 +02:00
Eric
d73fdce3c5
Fix legacy regression
2020-07-07 13:58:36 +02:00
acognet
0787c622d4
N°2738 - Remove unused dict keys
2020-07-06 13:43:46 +02:00
annProg
4c11eb099b
fix: Typology translation for zh_cn
2020-07-04 22:52:38 +02:00
acognet
9628a1d028
N°2284 - Replace JQuery Autocompleter plugin by JQuery UI Autocomplete widget and start of bug 2390 - Auto-complete - Relevant results in first
2020-07-02 11:46:51 +02:00
acognet
5585385d08
N°2393 - API : Font Awesome remove v4 compatibility
2020-07-02 11:03:05 +02:00
acognet
98870b06e3
2548 - API : remove \DBObject::GetRelationQueries overrides in default datamodel
2020-07-01 16:28:20 +02:00
bruno DA SILVA
46d91322c1
n°2556 - fix errors in the merge of support/2.7 into develop
...
The cherry picks resulted in an out of order apply of the commits, the result was that the wrong code was keeped
2020-07-01 15:41:46 +02:00
acognet
ca28f8f3c4
2393 - API : Font Awesome remove v4 compatibility
2020-06-30 16:28:15 +02:00
acognet
0aaa55b35b
3009 - PHP Minimum version raised to 7.1
2020-06-30 10:10:00 +02:00
acognet
e9a1167da6
N°2363 - API : deprecate old linkedset update pattern
2020-06-30 09:02:42 +02:00
acognet
a67fce66fc
N°2999 - Optimize OQL
2020-06-26 16:42:03 +02:00
acognet
491d1d7d53
N°API : remove CMDBSource::GetNextInsertId
2020-06-26 16:20:15 +02:00
acognet
54b48dc908
N°2372 - API : remove \MetaModel::EnumLinksClasses and \MetaModel::EnumLinkingClasses
2020-06-26 16:17:04 +02:00
acognet
dadeab58eb
N°852 - Cleanup: remove deprecated impact analysis algorithm and clean up old broken test
2020-06-26 15:03:10 +02:00
acognet
0ecdc6620b
N°852 - Cleanup: remove deprecated impact analysis algorithm
2020-06-26 15:02:30 +02:00
acognet
80161b909e
N°2362 - API : remove DBInsertTracked / DBUpdateTracked
2020-06-26 14:16:14 +02:00
Pierre Goiffon
888232e8c3
Merge remote-tracking branch 'origin/support/2.7' into develop
...
# Conflicts:
# test/core/HTMLDOMSanitizerTest.php
2020-06-26 10:53:49 +02:00
Eric
94f9b16c03
N°2589 - Infinite loops when logging with a Contact having a non empty TagSet field
...
Add ListParameters to DBSearch for nested queries
2.7.1
2020-06-24 15:18:11 +02:00
acognet
311aeb0b07
N°2589 - Infinite loops when logging with a Contact having a non empty TagSet field
2020-06-24 12:09:55 +02:00
Pierre Goiffon
d904883bdd
📝 CONTRIBUTING : fix release branch naming
2020-06-23 17:48:42 +02:00
acognet
68fe3f01be
Spelling corrections
2020-06-23 17:38:24 +02:00
bruno DA SILVA
35d2c3afac
uses the conventionnal host
2020-06-23 15:10:09 +02:00
Molkobain
7cee8c3cd0
Update README.md
2020-06-23 15:05:41 +02:00
Molkobain
27622bbcec
Update readme.txt
2020-06-23 15:05:38 +02:00
bruno DA SILVA
219270ce81
Removes latest versions to ease maintenance
2020-06-23 14:59:11 +02:00
OИUЯd da silva
16dd47a3b9
simplify the readme ( #143 )
...
Removes latest versions to ease maintenance
2020-06-23 14:51:52 +02:00
Molkobain
70835984de
Add "software requirements" section to README
...
At first I added a complete section with a table and all currently supported versions of iTop, then @bruno-ds pointed out that it would only be redundant with the wiki page and just another source of information to maintain (which is totally true, thanks!). So instead it's just a simple link in the "resources" section.
2020-06-23 14:23:15 +02:00
acognet
7ce94486bd
Spelling correction
2020-06-23 13:49:53 +02:00
Pierre Goiffon
d9224f43f2
AttributeImage : remove useless override
...
The previous code was removed in d5b0bb02 , and until then the method was just calling the parent doing nothing more
2020-06-23 11:39:51 +02:00
acognet
6523b34d58
Update version number for 2.7.1
2020-06-23 11:19:44 +02:00
bruno DA SILVA
be20705449
Add unit test.
...
unit test the behaviour of the removal of the blacklisted html tags
this is in fact an adaptation of the test added for the rolled-back feature of the n°2556.
This feature has been postponed to the 2.8 due to performance scaling issues.
2020-06-22 16:13:31 +02:00
Molkobain
5b9643d6fb
Update PHPDoc
2020-06-22 16:06:21 +02:00
acognet
e7abaa2838
Update dictionnaries
2020-06-22 15:50:18 +02:00
bruno DA SILVA
d3525190d5
N°2556 - Html sanitization preserve content of removed tags (except for a forbidden list)
...
forbidden list: see $aTagsContentRemovableList
(cherry picked from commit 746b47bb0e )
(cherry picked from commit 79909fadc0 )
2020-06-22 11:40:38 +02:00
Pierre Goiffon
f20808d929
Merge remote-tracking branch 'origin/support/2.7' into develop
2020-06-22 11:39:44 +02:00
Pierre Goiffon
8d73eb6dff
Revert "N°2556 - Html sanitization preserve content of removed tags (except for a forbidden list)"
...
This reverts commit 746b47bb0e .
Revert "N°2556 - Repair CI"
This reverts commit 79909fadc0 .
2020-06-22 11:36:46 +02:00
acognet
f84995a58f
N°309 - Afficher les arbres pliés ou dépliés
2020-06-19 18:45:26 +02:00
Pierre Goiffon
aee80e41ca
N°2214 Fix typo in method name
...
Introduced in b7136c0b7a
Many Thanks @jbostoen !
2020-06-19 13:47:15 +02:00
acognet
7f66e26b5f
Merge remote-tracking branch 'origin/support/2.7' into support/2.7
2020-06-19 12:27:35 +02:00
acognet
a6639b067f
N°309 - Afficher les arbres pliés ou dépliés
2020-06-19 12:26:08 +02:00
Pierre Goiffon
8a6d66effd
📝 Fix PHPDoc
2020-06-18 11:08:18 +02:00
Pierre Goiffon
6885d64124
📝 N°1418 DBObject PHPDoc
2020-06-17 19:03:29 +02:00
acognet
6fa153ae8b
N°3107 - Remove code merged by mistake
2020-06-17 15:20:52 +02:00
acognet
e226222c2a
N°3102 - widget regression: OQL syntax error now crash the page instead of displaying an error in place of the widget
2020-06-17 11:11:48 +02:00
Pierre Goiffon
aca0143e89
📝 PHPDoc for BackgroundProcess exceptions
2020-06-17 09:25:38 +02:00
Pierre Goiffon
1968c60770
📝 \DBObjectSet::ToArray PHPDoc
2020-06-16 12:32:57 +02:00
Pierre Goiffon
56ea6c8848
N°2214 fix @since after cherry-pick
2020-06-15 16:22:04 +02:00