Same diff, but file moves in "modules/custom" folder are displayed correctly.
- Queries
- All Stories
- Search
- Advanced Search
All Stories
Nov 9 2024
Nov 8 2024
Included moved files, that were missing in original diff.
- Updating D494: INP-1863 - Correct PHPUnit integration #
- Enter a brief description of the changes included in this update.
- The first line is used as subject, next lines as comment. #
- Included changes:
- M composer.json
- M composer.lock
- M core/kernel/application.php
- V core/tests/AbstractTestCase.php to: core/tests/Unit/AbstractTestCase.php
- V core/tests/Unit/AbstractTestCase.php from: core/tests/AbstractTestCase.php
- V core/tests/Unit/kernel/utility/formatters/kFormatterTest.php from: core/tests/kernel/utility/formatters/kFormatterTest.php
- V core/tests/kernel/utility/formatters/kFormatterTest.php to: core/tests/Unit/kernel/utility/formatters/kFormatterTest.php
Oct 31 2024
Oct 30 2024
Oct 29 2024
Oct 28 2024
Test plan updated.
Part 1 - microsoft do not support such links as 'file://' (security issue), so browser does not decode it properly. Result is like "file:///" in the FireFox browser. {F669820}And like 'about:blank#blocked' when trying follow this link in the Chrome browser.
Part 1 - microsoft do not support such links as 'file://' (security issue), so browser does not decode it properly. Result is like "file:///" in the FireFox browser. {F669820}And like 'about:blank#blocked' when trying follow this link in the Chrome browser.
All right, when debugger is off. When debugger os on - got about 20 "Trying to access array offset on value of type bool" notices
Oct 26 2024
Oct 23 2024
Oct 20 2024
Oct 19 2024
Oct 16 2024
Oct 15 2024
Please retest (the test plan was improved).
Cosmetic comment fixes.
Fix for an exception on the configuration section for the "root" user.
When root opens a configuration section an exception is thrown:
Exception: Permission section not specified for prefix conf in ...\core\kernel\utility\event.php on line 439
Oct 8 2024
Updated test plan.
The test plan doesn't include the removal of the Add permission for the Labels & Phrases section.
Not passed test plan part
Oct 3 2024
Fixed fatal error on system setting saving for the root user.