Molkobain
b1fd7716f6
Fix community-licenses.xml
3.0.3
2023-03-14 12:08:54 +01:00
Molkobain
ac7abb3049
Prepare iTop 3.0.3 release
...
* Increase constants version to 3.0.3
* Increase modules version to 3.0.3
* Update licenses file
2023-03-14 09:55:18 +01:00
Pierre Goiffon
3689f3d026
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
...
# Conflicts:
# tests/php-unit-tests/unitary-tests/core/TriggerTest.php
2023-03-10 16:24:17 +01:00
Pierre Goiffon
5ee6223434
✅ N°5893 Add test for \TriggerOnObject::LogException
2023-03-10 16:04:55 +01:00
Molkobain
4bfc1747b7
N°5784 - Fix AttributeOneWayPassword::HasAValue() implementation
2023-03-08 10:54:55 +01:00
Molkobain
15f32bf843
N°5784 - Fix ormPassword::IsEmpty() method
2023-03-08 10:04:59 +01:00
Molkobain
0ba386c0bc
N°5784 - Rename unit test file to match convention
2023-03-08 09:47:42 +01:00
Molkobain
0c3cdb202b
N°5784 - Fix ormPassword::IsEmpty() using the wrong class property
2023-03-08 09:36:52 +01:00
Molkobain
03ac3d4e7c
N°5784 - Fix unit test for PHP 8.2
2023-03-08 09:34:35 +01:00
acognet
6510dc5c51
N°3805 - Collectors not working on iTop 3.0 (cherry picked from 4d7bac89f3 on origin/develop)
2023-03-07 22:58:38 +01:00
Molkobain
01faf39372
Tests: Force Synchro unit tests not to verify SSL certificate as most dev / test envs are self-signed
2023-03-07 22:50:29 +01:00
Molkobain
176e373d6c
N°5530 - Fix list of impacted elements (Impact Analysis) not display correctly due to mixup in async JS files loading
2023-03-07 22:03:44 +01:00
Molkobain
a34274b883
N°5784 - PHP 8.0: Fix mandatory attribute not visible in transition form due to bad emptiness test ( #379 )
...
* N°5784 - PHP 8.0: Fix mandatory attribute not visible in transition form due to bad emptiness test
* N°5784 - Rework AttributeDefinition::HasAValue() implementation after code review
* N°5784 - Add unit test
2023-03-07 10:16:14 +01:00
Pierre Goiffon
03fb78c38c
N°6068 Setup : fix no formatting on error messages
2023-03-06 14:23:21 +01:00
Stephen Abello
c9e656f7a0
N°4460 - Fix configuration editor selected line contrast in Darkmoon
2023-03-06 11:40:32 +01:00
Pierre Goiffon
976566ec71
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
...
# Conflicts:
# setup/setuppage.class.inc.php
2023-03-06 11:26:33 +01:00
Pierre Goiffon
d908827787
N°6016 Setup Wizard : fix MissingDependencyException message logged as html in setup.log
...
Was the case since e831d66b (commit for parent bug N°5090)
Now we are getting the text version in the log (and still the html one on screen)
The unattended install isn't concerned : it just prints back CheckResult returned by \SetupUtils::CheckSelectedModules, with the exception text message ($e->getMessage())
2023-03-06 11:24:46 +01:00
Denis
93c0b98eb7
N°5922 - Fix plus button semantic on ext. key widget ( #448 )
...
* N°5922 - Enhance plus button on extkeywidget
* Properly reset the target class when closing the dialog
* Make icon buttons as actual clickable links for BeHat
* Apply suggestions from code review
Review by Guillaume. Thanks!
Co-authored-by: Molkobain <lajarige.guillaume@free.fr >
2023-03-03 14:20:38 +01:00
Stephen Abello
98ab5aa1a4
N°4460 - Fix menu drawer color in Darkmoon
2023-03-03 10:59:49 +01:00
Stephen Abello
f117a2912b
N°4460 - Fix minor contrast issue in Darkmoon
2023-03-03 10:50:02 +01:00
Stephen Abello
6594072617
N°4460 - Fix import contrast in Darkmoon
2023-03-03 10:43:39 +01:00
Stephen Abello
6bed56b34e
Fix csv import SCSS file
2023-03-03 10:43:17 +01:00
Stephen Abello
94e8151519
N°4460 - Fix popover menu icons and separators style in Darkmoon
2023-03-03 10:24:52 +01:00
Stephen Abello
75b350f638
N°4460 - Fix ace editor style in Darkmoon
2023-03-03 10:06:47 +01:00
Stephen Abello
14cd60dd17
Fix hardcoded white color in markup
2023-03-02 16:36:07 +01:00
Stephen Abello
08f1e5a041
N°4460 - Fix configure this list contrast in Darkmoon
2023-03-02 16:36:07 +01:00
Stephen Abello
4c117d1a33
Fix hardcoded orange in backoffice style
2023-03-02 16:36:07 +01:00
Stephen Abello
f91dfbcf23
N°4460 - Fix datamodel viewer autocomplete contrast in Darkmoon
2023-03-02 16:36:07 +01:00
Stephen Abello
58497b380b
Allow to overload datamodel viewer autocomplete style
2023-03-02 16:36:07 +01:00
Stephen Abello
03bff9f2c2
N°4460 - Fix export header contrast in Darkmoon
2023-03-02 16:36:07 +01:00
Stephen Abello
a34d3f91be
Fix tabular fields selector SCSS variables
2023-03-02 16:36:06 +01:00
Stephen Abello
05753f174a
N°4460 - Fix "load more entries" activity panel buttons contrast in Darkmoon
2023-03-02 16:36:06 +01:00
Stephen Abello
d0c89343b4
N°4460 - Fix skeletons placeholders contrast issue in Darkmoon
2023-03-02 16:36:06 +01:00
Stephen Abello
3021234895
N°4460 - Allow to customize skeleton placeholders colors using CSS3 variables
2023-03-02 16:36:06 +01:00
Stephen Abello
bccdb1bc3a
N°4460 - Fix <code> contrast in Darkmoon
2023-03-02 16:36:06 +01:00
Molkobain
143410f4cd
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
...
# Conflicts:
# core/dbobject.class.php
2023-02-28 15:20:07 +01:00
Pierre Goiffon
4cea418517
N°5893 - Log triggers exception in CRUD stack ( #390 )
...
* Log TriggerOnObjectCreate crash
* Log TriggerOnObjectUpdate crash
* Log TriggerOnObjectDelete crash
* Factorize TriggerOnObject log
* \TriggerOnObject::LogException : do not replace not persisted yet object keys
2023-02-28 15:13:28 +01:00
Molkobain
759b1825fe
N°5918 - Fix activity panel disappearing when DoCheckToWrite fails
2023-02-28 13:33:47 +01:00
Anne-Catherine
370c1345d9
N°2916 - Import of IPv6 addresses fails when reconciliation is done on the IP ( #382 )
2023-02-28 12:08:32 +01:00
Anne-Catherine
af8f06c8c3
N°5603 - Autocomplete fails with error for an external key pointing to an abstract class with no friendlyname ( #375 )
2023-02-27 16:18:36 +01:00
Pierre Goiffon
bfe55183d0
N°6023 Fix error log
...
Thanks @Hipska !
2023-02-27 15:09:49 +01:00
odain
939771aa15
N°6022 - Make synchro scripts work by http via token authentication with SYNCHRO scopes
2023-02-27 11:07:52 +01:00
Molkobain
b174e4cab3
N°4517 - PHP 8.1: Fix deprecated notice for null value passed to string parameter of native PHP functions
2023-02-24 22:40:17 +01:00
Molkobain
61bd8b6bb4
N°4517 - PHP 8.1: Fix deprecated notice for null value passed to string parameter of native PHP functions
2023-02-24 21:40:10 +01:00
Pierre Goiffon
5c9eb7fa38
N°6020 PHPUnit for \utils::EscapeHtml and EscapedHtmlDecode methods
...
This will ensure conversion back and forth is working as expected (in other words, parameters to the php functions stays the same in both methods)
2023-02-23 18:56:28 +01:00
Pierre Goiffon
e960a4ad53
N°6023 Fix cannot load SVG files in AttributeImage since 3.0.0 ( #449 )
...
Caused by merge error in ddd6bf2
Co-authored-by: Molkobain <lajarige.guillaume@free.fr >
2023-02-23 18:38:03 +01:00
Molkobain
7aad60ed1b
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
...
# Conflicts:
# composer.json
# composer.lock
# lib/composer/autoload_classmap.php
# lib/composer/autoload_static.php
# lib/composer/installed.php
# lib/composer/platform_check.php
# setup/setuputils.class.inc.php
2023-02-23 16:21:56 +01:00
Molkobain
97965277c7
N°6017 - Update OAuth dependencies
2023-02-23 15:57:32 +01:00
Pierre Goiffon
93aee5883b
N°6020 New \utils::EscapedHtmlDecode method
2023-02-23 15:17:46 +01:00
Molkobain
18ed5ed526
N°6019 - Increase PHP min version to 7.1.3 to enable dependencies update
2023-02-23 14:53:48 +01:00