Activity
From 2023-05-06 to 2023-06-04
2023-06-03
- 08:25 Revision 17a2f984: [TASK] Allow nonce values explicitly in PageRenderer inline methods
- Allow to use nonce explicitly for `PageRenderer` methods
`addJsInlineCode()`, `addJsFooterInlineCode()` and
`addCssIn... - 08:25 Revision d3a17fb1: [TASK] Allow nonce values explicitly in PageRenderer inline methods
- Allow to use nonce explicitly for `PageRenderer` methods
`addJsInlineCode()`, `addJsFooterInlineCode()` and
`addCssIn... - 08:18 Revision f8d048d0: [TASK] Allow f:asset.css and f:asset.script to use CSP nonce
- Adds new boolean `useNonce` attribute to asset view helpers, e.g.
`<f:asset.css useNonce="1">` or `<f:asset.script us... - 08:17 Revision db391c31: [TASK] Allow f:asset.css and f:asset.script to use CSP nonce
- Adds new boolean `useNonce` attribute to asset view helpers, e.g.
`<f:asset.css useNonce="1">` or `<f:asset.script us...
2023-06-02
- 11:40 Revision cb16ec92: [TASK] Remove obsolete `composer/package-versions-deprecated`
- Package `composer/package-versions-deprecated` is required
as development dependency in the root composer.json. That
... - 11:10 Revision babcef32: [TASK] Remove obsolete `composer/package-versions-deprecated`
- Package `composer/package-versions-deprecated` is required
as development dependency in the root composer.json. That
... - 10:23 Revision fc7a560a: [BUGFIX] Check for ProviderRegistry when registering configuration providers
- Ensure ext:lowlevel ProviderRegistry is available before
tagging a service as configuration.provider, preventing
"Inv... - 09:39 Revision 89fd3049: [BUGFIX] Check for ProviderRegistry when registering configuration providers
- Ensure ext:lowlevel ProviderRegistry is available before
tagging a service as configuration.provider, preventing
"Inv...
2023-06-01
- 11:45 Revision 7f0740dd: [TASK] Use local variable in `CleanUpLocalProcessedFilesCommand`
- With recent changes in phpstan/phpstan, it seems the possible return
value of methods is not set in stone anymore, al... - 11:28 Revision 08e9a780: [TASK] Use local variable in `CleanUpLocalProcessedFilesCommand`
- With recent changes in phpstan/phpstan, it seems the possible return
value of methods is not set in stone anymore, al... - 10:34 Revision 79bad9ff: [BUGFIX] Fix phpstan finding in Clipboard
- The parent folder could theoretically be an InaccessibleFolder
according to the return type annotation, but only Fold... - 10:19 Revision cb80da53: [BUGFIX] Fix phpstan finding in Clipboard
- The parent folder could theoretically be an InaccessibleFolder
according to the return type annotation, but only Fold... - 10:04 Revision 753d51e0: [BUGFIX] Fix phpstan finding in Clipboard
- The parent folder could theoretically be an InaccessibleFolder
according to the return type annotation, but only Fold... - 07:43 Revision 83a84b99: [TASK] Raise guzzlehttp/promises to v2
- The update brings PHP 7 typehints to guzzlehttp/promises.
guzzlehttp/guzzle mainly raised for guzzlehttp/promises v2
... - 07:30 Revision 06176b1d: [TASK] Raise guzzlehttp/promises to v2
- The update brings PHP 7 typehints to guzzlehttp/promises.
guzzlehttp/guzzle mainly raised for guzzlehttp/promises v2
... - 07:11 Revision 8f9362a5: [TASK] Raise guzzlehttp/promises to v2
- The update brings PHP 7 typehints to guzzlehttp/promises.
guzzlehttp/guzzle mainly raised for guzzlehttp/promises v2
...
2023-05-31
- 12:57 Revision 84e3893c: [BUGFIX] Cast IP lock settings to int
- Avoid exceptions by casting the values to integers.
Resolves: #100916
Releases: main, 12.4, 11.5
Change-Id: Icb1eeef... - 12:48 Revision 5c1f9680: [BUGFIX] Cast IP lock settings to int
- Avoid exceptions by casting the values to integers.
Resolves: #100916
Releases: main, 12.4, 11.5
Change-Id: Icb1eeef... - 12:28 Revision d6d517a2: [BUGFIX] Cast IP lock settings to int
- Avoid exceptions by casting the values to integers.
Resolves: #100916
Releases: main, 12.4, 11.5
Change-Id: Icb1eeef... - 08:50 Revision 494a957c: [TASK] Remove usage of QueryBuilder::resetQueryPart() from ext:redirects
- Doctrine 4 will no longer provide access to SQL query parts, so we need
to adjust our internal usages to cope with th... - 07:57 Revision b02a04f3: [TASK] Remove usage of QueryBuilder::resetQueryPart() form ext:redirects
- Doctrine 4 will no longer provide access to SQL query parts, so we need
to adjust our internal usages to cope with th...
2023-05-28
- 14:51 Revision 95a67e7d: [BUGFIX] Update `symfony/property-info` to v6.2.11
- Handling of collections without a dedicated type has changed in
`symfony/property-info` with v6.2.11, [1] seems to be... - 14:14 Revision c374f161: [BUGFIX] Update `symfony/property-info` to v6.2.11
- Handling of collections without a dedicated type has changed in
`symfony/property-info` with v6.2.11, [1] seems to be...
2023-05-26
- 08:09 Revision 79f9b43d: [TASK] Update ckeditor5 to v38.0.1
- Changelog: https://github.com/ckeditor/ckeditor5/blob/v38.0.1/CHANGELOG.md
Executed commands:
npm i --save \
... - 07:18 Revision 7a3e2be4: [TASK] Avoid deprecated usage of GuzzleHttp\Promise settle function
- This is a preparation patch for a guzzlehttp/guzzle and
guzzlehttp/promises raise.
Resolves: #100918
Releases: main,... - 07:18 Revision fc13a4d1: [TASK] Avoid deprecated usage of GuzzleHttp\Promise settle function
- This is a preparation patch for a guzzlehttp/guzzle and
guzzlehttp/promises raise.
Resolves: #100918
Releases: main,... - 07:18 Revision 03742d88: [TASK] Avoid deprecated usage of GuzzleHttp\Promise settle function
- This is a preparation patch for a guzzlehttp/guzzle and
guzzlehttp/promises raise.
Resolves: #100918
Releases: main,... - 07:10 Revision aa49b9ab: [DOCS] Add SQL and memory metrics to admin panel toolbar
- The new metrics about SQL and memory are added to the admin panel documentation.
Additionally, some screenshots are ... - 06:52 Revision 14800890: [DOCS] Add SQL and memory metrics to admin panel toolbar
- The new metrics about SQL and memory are added to the admin panel documentation.
Additionally, some screenshots are ... - 05:19 Revision 8c75642a: [TASK] Update ckeditor5 to v38.0.1
- Changelog: https://github.com/ckeditor/ckeditor5/blob/v38.0.1/CHANGELOG.md
Executed commands:
npm i --save \
... - 05:17 Revision 3037bc37: [BUGFIX] Typo3DbQueryParser allows records with no child
- Typo3DbQueryParser ignored records with no child records in some cases.
This is mitigated by adding a correct WHERE ...
2023-05-25
- 09:12 Revision f65144af: [BUGFIX] Typo3DbQueryParser allows records with no child
- Typo3DbQueryParser ignored records with no child records in some cases.
This is mitigated by adding a correct WHERE ... - 07:22 Revision 2ce9df23: [BUGFIX] Typo3DbQueryParser allows records with no child
- Typo3DbQueryParser ignored records with no child records in some cases.
This is mitigated by adding a correct WHERE ...
2023-05-24
- 15:02 Revision 48b8a58e: [DOCS] Add note regarding data processor service sharing
- Resolves: #100911
Releases: main, 12.4
Change-Id: I06a29c3d83330886b28e09dd0358d0423711f0ca
Reviewed-on: https://revi... - 14:21 Revision 1cbb68e5: [DOCS] Add note regarding data processor service sharing
- Resolves: #100911
Releases: main, 12.4
Change-Id: I06a29c3d83330886b28e09dd0358d0423711f0ca
Reviewed-on: https://revi... - 13:45 Revision ad44db85: [BUGFIX] Adapt datepicker styles
- Currently, the year selector shows arrows which overlay the
css styles and the current day style is equal to the
sele... - 13:27 Revision 6d62d757: [BUGFIX] Adapt datepicker styles
- Currently, the year selector shows arrows which overlay the
css styles and the current day style is equal to the
sele... - 05:10 Revision ce7cf5f9: [TASK] Write correct error level into `sys_log` table
- * PHP exceptions were logged with level "info"
in the `sys_log` table
* PHP errors were logged with wrong (numeric)... - 05:04 Revision 15a769c8: [TASK] Write correct error level into `sys_log` table
- * PHP exceptions were logged with level "info"
in the `sys_log` table
* PHP errors were logged with wrong (numeric)... - 04:51 Revision 26f77588: [TASK] Write correct error level into `sys_log` table
- * PHP exceptions were logged with level "info"
in the `sys_log` table
* PHP errors were logged with wrong (numeric)...
2023-05-23
- 11:23 Revision 55ec6103: [BUGFIX] Use correct array key to access `TYPO3_CONF_VARS`
- A small typo to access the TYPO3_CONF_VARS in the
globals array have slipped in during TypoScript
parser rebuild.
Us... - 11:00 Revision 0ca26dd9: [BUGFIX] Use correct array key to access `TYPO3_CONF_VARS`
- A small typo to access the TYPO3_CONF_VARS in the
globals array have slipped in during TypoScript
parser rebuild.
Us... - 10:29 Revision 19a3f1c2: [TASK] Add data attribute to containers of of flexform elements
- Improve the possibilities of integrators to style certain parts by
providing an additional data attribute.
Resolves:... - 10:13 Revision ce0f3122: [TASK] Add data attribute to containers of of flexform elements
- Improve the possibilities of integrators to style certain parts by
providing an additional data attribute.
Resolves:... - 04:38 Revision 4a5eee6b: [BUGFIX] Fix type error in for pageType in f:uri.page ViewHelper
- The Fluid ViewHelper `f:uri.page` will now cast argument `pageType` to
int before using it.
Resolves: #100845
Releas... - 04:27 Revision e22c1c2f: [BUGFIX] Fix type error in for pageType in f:uri.page ViewHelper
- The Fluid ViewHelper `f:uri.page` will now cast argument `pageType` to
int before using it.
Resolves: #100845
Releas... - 04:18 Revision 6730213d: [BUGFIX] Fix type error in for pageType in f:uri.page ViewHelper
- The Fluid ViewHelper `f:uri.page` will now cast argument `pageType` to
int before using it.
Resolves: #100845
Releas...
2023-05-22
- 07:59 Revision 50872f2a: [BUGFIX] Add CSP nonce value to RequireJS
- Resolves: #100862
Releases: main, 12.4
Change-Id: I465714a4f9d1f1dc1d194d0122e9fae5ac6fa759
Reviewed-on: https://revi... - 07:43 Revision defa239b: [BUGFIX] Add CSP nonce value to RequireJS
- Resolves: #100862
Releases: main, 12.4
Change-Id: I465714a4f9d1f1dc1d194d0122e9fae5ac6fa759
Reviewed-on: https://revi...
2023-05-19
- 09:27 Revision 9f71cb3e: [TASK] Remove usages of QueryBuilder::resetQueryParts
- Doctrine 4 will not allow any manipulation to query parts, what makes
it necessary to remove and replace the places w... - 07:15 Revision 54f3fa0e: [BUGFIX] Fix undefined array key in FrontendGenerationPageIndexingTrigger
- This is an edge-case, where `config.index_enable = 1` is set, but the
static TypoScript from indexed_search is not in... - 07:15 Revision 23df3125: [BUGFIX] Fix undefined array key in FrontendGenerationPageIndexingTrigger
- This is an edge-case, where `config.index_enable = 1` is set, but the
static TypoScript from indexed_search is not in... - 07:15 Revision 7128b34f: [BUGFIX] Fix undefined array key in FrontendGenerationPageIndexingTrigger
- This is an edge-case, where `config.index_enable = 1` is set, but the
static TypoScript from indexed_search is not in...
2023-05-18
- 18:47 Revision 25bd12ad: [DOCS] Remove section using version constraint installing EXT:linkvalidator
- This section is not necessary as the version best suitable is
installed by Composer automatically. Therefore, it is r... - 18:27 Revision 1808fc3f: [DOCS] Remove section using version constraint installing EXT:linkvalidator
- This section is not necessary as the version best suitable is
installed by Composer automatically. Therefore, it is r...
2023-05-17
- 09:44 Revision bd4980f2: [BUGFIX] Inject CSP nonce values only if CSP feature is enabled
- Currently, CSP nonce values are used per default during the frontend
rendering process (which basically would be fine... - 08:41 Revision 745aae48: [BUGFIX] Keep FE/versionNumberInFilename set to true on silent upgrade
- Resolves: #100856
Releases: main, 12.4
Change-Id: Ibd7fb6e28e66763a34b599cb68524bf855d8ccba
Reviewed-on: https://revi... - 08:25 Revision db68610a: [BUGFIX] Keep FE/versionNumberInFilename set to true on silent upgrade
- Resolves: #100856
Releases: main, 12.4
Change-Id: Ibd7fb6e28e66763a34b599cb68524bf855d8ccba
Reviewed-on: https://revi... - 07:30 Revision 15432ec9: [BUGFIX] Make symfony console handle exceptions again
- With #99912 it has been configured that exceptions in CLI context
are not catched any more by symfony console. This c... - 07:20 Revision 7fe63393: [BUGFIX] Make symfony console handle exceptions again
- With #99912 it has been configured that exceptions in CLI context
are not catched any more by symfony console. This c... - 05:55 Revision 96c8577e: [BUGFIX] Inject CSP nonce values only if CSP feature is enabled
- Currently, CSP nonce values are used per default during the frontend
rendering process (which basically would be fine...
2023-05-16
- 19:12 Revision ac0688d7: [BUGFIX] Avoid undefined array key "enableMetaphoneSearch"
- Resolves: #100883
Releases: main, 12.4, 11.5
Change-Id: I89f566a1bdf45f214a175cd389ef143c6334cda3
Reviewed-on: https:... - 19:04 Revision 368326d8: [BUGFIX] Avoid undefined array key "enableMetaphoneSearch"
- Resolves: #100883
Releases: main, 12.4, 11.5
Change-Id: I89f566a1bdf45f214a175cd389ef143c6334cda3
Reviewed-on: https:... - 19:03 Revision 7c21340f: [BUGFIX] Avoid undefined array key "enableMetaphoneSearch"
- Resolves: #100883
Releases: main, 12.4, 11.5
Change-Id: I89f566a1bdf45f214a175cd389ef143c6334cda3
Reviewed-on: https:...
2023-05-15
- 19:49 Revision cf257b78: [BUGFIX] Do not call getConflictingRedirects with null request
- Resolves: #100827
Releases: main, 12.4
Change-Id: I2c553894af4b25c2f4731782f0d9cf2293ec3211
Reviewed-on: https://revi... - 19:49 Revision 41e4ac11: [BUGFIX] Ensure BE_USER uid is always used as int
- Fix some left-over places where an int-cast
is possibly necessary to avoid PHP warnings.
Resolves: #100866
Releases:... - 19:22 Revision ba22241c: [BUGFIX] Do not call getConflictingRedirects with null request
- Resolves: #100827
Releases: main, 12.4
Change-Id: I2c553894af4b25c2f4731782f0d9cf2293ec3211
Reviewed-on: https://revi... - 19:20 Revision 1d5195c1: [BUGFIX] Ensure BE_USER uid is always used as int
- Fix some left-over places where an int-cast
is possibly necessary to avoid PHP warnings.
Resolves: #100866
Releases:... - 19:11 Revision f99945df: [BUGFIX] Ensure BE_USER uid is always used as int
- Fix some left-over places where an int-cast
is possibly necessary to avoid PHP warnings.
Resolves: #100866
Releases:... - 16:00 Revision 435c66b1: [BUGFIX] Adjust Content-Security-Policy reports check for SVG files
- Issue #93884 provided and adjusted CSP header for SVG inline styles:
| default-src 'self'; script-src 'none';
| style... - 16:00 Revision 59608545: [BUGFIX] Adjust Content-Security-Policy reports check for SVG files
- Issue #93884 provided and adjusted CSP header for SVG inline styles:
| default-src 'self'; script-src 'none';
| style... - 15:42 Revision 79a9f477: [BUGFIX] Adjust Content-Security-Policy reports check for SVG files
- Issue #93884 provided and adjusted CSP header for SVG inline styles:
| default-src 'self'; script-src 'none';
| style...
2023-05-14
- 10:31 Revision 57419758: [DOCS] Add `editor.config.debug` to rte_ckeditor config reference
- Resolves: #100868
Resolves: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/430
Releases: main, 12.4
C... - 10:26 Revision fad8a8ae: [DOCS] Add `editor.config.debug` to rte_ckeditor config reference
- Resolves: #100868
Resolves: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/430
Releases: main, 12.4
C... - 08:28 Revision 76515e24: [TASK] Include test extensions into namespace integrity check
- After providing full PSR-4 compliance for all test extensions,
no exception is needed anymore for the to run the inte... - 08:03 Revision 9a1ff751: [TASK] Include test extensions into namespace integrity check
- After providing full PSR-4 compliance for all test extensions,
no exception is needed anymore for the to run the inte...
2023-05-11
- 17:40 Revision 14f82833: [BUGFIX] Only send test email if sender address configured
- It is possible to send a test email in the Environment
section of the Install Tool / Admin Tools.
Previously, if the... - 17:14 Revision 08c6c69d: [BUGFIX] Only send test email if sender address configured
- It is possible to send a test email in the Environment
section of the Install Tool / Admin Tools.
Previously, if the... - 17:14 Revision 004fbc36: [DOCS] Fix wrong PageTypeRegistry class name in changelog
- Relates: #98487
Releases: main, 12.4
Change-Id: I081e3be261d80ca59b0b170d5f9a8c3e836adae8
Reviewed-on: https://review... - 17:04 Revision 4fdba7ea: [DOCS] Fix wrong PageTypeRegistry class name in changelog
- Relates: #98487
Releases: main, 12.4
Change-Id: I081e3be261d80ca59b0b170d5f9a8c3e836adae8
Reviewed-on: https://review... - 06:18 Revision 25f890ad: [TASK] Raise 'phpstan/phpstan' and regenerate baseline
- A new patch level requires to regenerate baseline.
> composer req --dev phpstan/phpstan:^1.10.15
> Build/Scripts/run... - 06:18 Revision d33eff2b: [TASK] Raise 'phpstan/phpstan' and regenerate baseline
- A new patch level requires to regenerate baseline.
> composer req --dev phpstan/phpstan:^1.10.15
> Build/Scripts/run... - 06:01 Revision b61e9c63: [TASK] Raise 'phpstan/phpstan' and regenerate baseline
- A new patch level requires to regenerate baseline.
> composer req --dev phpstan/phpstan:^1.10.15
> Build/Scripts/run...
2023-05-10
- 23:23 Revision 753f8957: [BUGFIX] Ensure SchemaMigrator does not re-apply ext_localconf.php
- SchemaMigrator / ConnectionMigrator calls
ClearCacheService->clearAll(), which in turn
just re-applies ext_localconf.... - 23:14 Revision 783a3105: [BUGFIX] Ensure SchemaMigrator does not re-apply ext_localconf.php
- SchemaMigrator / ConnectionMigrator calls
ClearCacheService->clearAll(), which in turn
just re-applies ext_localconf.... - 15:06 Revision f57957d8: [BUGFIX] Translate options of extension settings
- While building the TypoScript AST tree
the label of the options argument in TS constant
comments will now be translat... - 14:57 Revision fe0c750c: [BUGFIX] Translate options of extension settings
- While building the TypoScript AST tree
the label of the options argument in TS constant
comments will now be translat... - 08:20 Revision 5fc34194: [TASK] Remove autoload-dev classmap configuration
- After all test extensions received proper composer.json files,
they can be autoloaded via PSR-4. The classmap is ther... - 07:57 Revision 981061b8: [TASK] Remove autoload-dev classmap configuration
- After all test extensions received proper composer.json files,
they can be autoloaded via PSR-4. The classmap is ther...
2023-05-09
- 09:36 Revision a4fb024a: [TASK] Set TYPO3 version to 12.4.2-dev
- Change-Id: I6af51677e7d4ce391631245619d85636df6dce09
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/790... - 09:36 Revision 78d6728e: [TASK] Set TYPO3 version to 11.5.28-dev
- Change-Id: Ieecc273236bdbf857b543fbe9932cc9b3e5e352b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/789... - 08:21 Revision d680ad93: [RELEASE] Release of TYPO3 12.4.1
- Change-Id: I2252ff54b07112362c669a1f37f5592f4bfac45d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/790... - 08:16 Revision 5ab0ead2: [RELEASE] Release of TYPO3 11.5.27
- Change-Id: I558ff721e36d73c28ff8e5849f6fb59d1d50311d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/789... - 08:11 Revision 7b09e9a5: [BUGFIX] Avoid notice in AbstractUserAuthentication
- Use an empty string instead of null as default value
for username and password to avoid warnings with PHP8.
Resolves... - 08:10 Revision ffb32027: [BUGFIX] Avoid notice in AbstractUserAuthentication
- Use an empty string instead of null as default value
for username and password to avoid warnings with PHP8.
Resolves... - 08:10 Revision 450a16ef: [BUGFIX] Avoid notice in AbstractUserAuthentication
- Use an empty string instead of null as default value
for username and password to avoid warnings with PHP8.
Resolves... - 07:36 Revision 0db5f835: [BUGFIX] Correctly represent CSP UriValue('*')
- An entire wildcard `UriValue`, which is just `'*'`, was
incorrectly encoded. In the scope of CSP `'*'` is valid.
Usin... - 07:29 Revision 935fd435: [BUGFIX] Correctly represent CSP UriValue('*')
- An entire wildcard `UriValue`, which is just `'*'`, was
incorrectly encoded. In the scope of CSP `'*'` is valid.
Usin... - 07:28 Revision 72b9b496: [TASK] Add StringUtility::cast and ::filter
- Resolves: #100824
Relates: #100739
Releases: main, 12.4, 11.5
Change-Id: I91bf93adbf390e84beda871c399f4785a83d8571
Re... - 07:28 Revision a621a2e0: [TASK] Add StringUtility::cast and ::filter
- Resolves: #100824
Relates: #100739
Releases: main, 12.4, 11.5
Change-Id: I91bf93adbf390e84beda871c399f4785a83d8571
Re... - 07:14 Revision 9f10ea83: [TASK] Add StringUtility::cast and ::filter
- Resolves: #100824
Relates: #100739
Releases: main, 12.4, 11.5
Change-Id: I91bf93adbf390e84beda871c399f4785a83d8571
Re... - 06:30 Revision d53b4199: [BUGFIX] Do not send table wizard fields in payload
- The fields used in the table wizard are only used for internal handling
to be able to compose the final table markup ... - 06:30 Revision 64a333e7: [BUGFIX] Do not send table wizard fields in payload
- The fields used in the table wizard are only used for internal handling
to be able to compose the final table markup ... - 06:18 Revision e90d83f4: [BUGFIX] Re-enable button after save in ext:install
- After saving the state of the feature toggles in ext:install,
the save button remains disabled.
This change fixes th... - 06:08 Revision e604c6d1: [BUGFIX] Re-enable button after save in ext:install
- After saving the state of the feature toggles in ext:install,
the save button remains disabled.
This change fixes th...
2023-05-08
- 20:07 Revision e939b071: [BUGFIX] Do not descend required markers down to inline fields
- Resolves: #82481
Releases: main, 12.4, 11.5
Change-Id: Ieffc20f64cac7b546e20964e5f0deeab6e523771
Reviewed-on: https:/... - 17:59 Revision b8a41f11: [BUGFIX] Do not descend required markers down to inline fields
- Resolves: #82481
Releases: main, 12.4, 11.5
Change-Id: Ieffc20f64cac7b546e20964e5f0deeab6e523771
Reviewed-on: https:/... - 17:49 Revision 50eabd38: [BUGFIX] Do not descend required markers down to inline fields
- Resolves: #82481
Releases: main, 12.4, 11.5
Change-Id: Ieffc20f64cac7b546e20964e5f0deeab6e523771
Reviewed-on: https:/... - 16:04 Revision 3f5ef1a6: [TASK] Provide default language presets for SiteBasedTestTrait
- This cleans up some PHPStan reports.
Resolves: #100836
Releases: main, 12.4
Change-Id: I909d361a3b4b0b6f535b4f25de9c... - 14:43 Revision bc76569a: [TASK] Provide default language presets for SiteBasedTestTrait
- This cleans up some PHPStan reports.
Resolves: #100836
Releases: main, 12.4
Change-Id: I909d361a3b4b0b6f535b4f25de9c... - 13:23 Revision 79561f71: [TASK] Consistently limit scope in FilesControlContainer
- Since we are in the scope of a web component,
access to "document" is now consistently avoided.
Resolves: #100814
Re... - 13:06 Revision 336cd3ce: [TASK] Consistently limit scope in FilesControlContainer
- Since we are in the scope of a web component,
access to "document" is now consistently avoided.
Resolves: #100814
Re... - 07:18 Revision 5f1ab1b8: [BUGFIX] Fix typo "progessQueue" in variable name
- Resolves: #100821
Releases: main, 12.4
Change-Id: Ifc5652cf25bcf1d71580cfe207b2a22652735a2e
Reviewed-on: https://revi... - 06:03 Revision 18bdfc58: [BUGFIX] Fix typo "progessQueue" in variable name
- Resolves: #100821
Releases: main, 12.4
Change-Id: Ifc5652cf25bcf1d71580cfe207b2a22652735a2e
Reviewed-on: https://revi...
2023-05-07
- 07:45 Revision fb21a539: [BUGFIX] Properly replace record title placeholder in confirmation
- The record title in the delete confirmation
modal of FilesControlContainer is now properly
replaced.
Resolves: #1008... - 07:28 Revision 8bb6e5dc: [BUGFIX] Properly replace record title placeholder in confirmation
- The record title in the delete confirmation
modal of FilesControlContainer is now properly
replaced.
Resolves: #1008...
2023-05-06
- 10:13 Revision 63e52966: [TASK] Raise "sokil/php-isocodes-db-i18n" and generate language files
- Used command(s):
> composer req --dev "sokil/php-isocodes-db-i18n":"^4.0.13"
> Build/Scripts/updateIsoDatabase.php
... - 10:13 Revision d1ebdd67: [TASK] Raise "sokil/php-isocodes-db-i18n" and generate language files
- Used command(s):
> composer req --dev "sokil/php-isocodes-db-i18n":"^4.0.13"
> Build/Scripts/updateIsoDatabase.php
...
Also available in: Atom