-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support TYPO3 v13 #316
Support TYPO3 v13 #316
Commits on Oct 17, 2024
-
[TASK] Provide EXT:form in functional tests
To workaround testing framework error: ``` TYPO3\TestingFramework\Core\Exception: Package "blog" depends on package "form" which does not exist. ```
Configuration menu - View commit details
-
Copy full SHA for 8a46930 - Browse repository at this point
Copy the full SHA 8a46930View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6c03ac - Browse repository at this point
Copy the full SHA f6c03acView commit details -
[TASK] Update github workflows for v13
Do not test mysql 5.7 with v13, but add MySQL 8.4 LTS to the test matrix.
Configuration menu - View commit details
-
Copy full SHA for 466fc12 - Browse repository at this point
Copy the full SHA 466fc12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02440f4 - Browse repository at this point
Copy the full SHA 02440f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 964e3d5 - Browse repository at this point
Copy the full SHA 964e3d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4f0f0f - Browse repository at this point
Copy the full SHA e4f0f0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf043e3 - Browse repository at this point
Copy the full SHA cf043e3View commit details -
[TASK] Remove outdated post-autoload-dump script
Extensions are registered in root automatically since typo3/cms-composer-installers v5
Configuration menu - View commit details
-
Copy full SHA for 9dedafd - Browse repository at this point
Copy the full SHA 9dedafdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72506e5 - Browse repository at this point
Copy the full SHA 72506e5View commit details -
[TASK] Use Configuration/user.tsconfig in v13
ExtensionManagementUtility::addUserTSConfig() stays for v12.
Configuration menu - View commit details
-
Copy full SHA for 8f3c9ba - Browse repository at this point
Copy the full SHA 8f3c9baView commit details -
[TASK] Drop v11 drawHeaderHook registration
v12 and v13 use the ModifyPageLayoutContent event listener instead.
Configuration menu - View commit details
-
Copy full SHA for fc1590d - Browse repository at this point
Copy the full SHA fc1590dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 160190d - Browse repository at this point
Copy the full SHA 160190dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee231e0 - Browse repository at this point
Copy the full SHA ee231e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f272d2 - Browse repository at this point
Copy the full SHA 2f272d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 845aae1 - Browse repository at this point
Copy the full SHA 845aae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ff3fa7 - Browse repository at this point
Copy the full SHA 6ff3fa7View commit details -
[TASK] Replace Bootstrap::initializeLanguageObject() in tests for v13
The core internal method Bootstrap::initializeLanguageObject() has been removed and LanguageServiceFactory is to be used directly in tests. Also see https://review.typo3.org/c/Packages/TYPO3.CMS/+/82266 for the respective core change.
Configuration menu - View commit details
-
Copy full SHA for 0c1760f - Browse repository at this point
Copy the full SHA 0c1760fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d0f0cf - Browse repository at this point
Copy the full SHA 0d0f0cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73e50f5 - Browse repository at this point
Copy the full SHA 73e50f5View commit details -
[TASK] Adapt SiteBasedTestCase for v13
Use SiteConfiguration/Writer (in v13) from DI instead of building the instance manually.
Configuration menu - View commit details
-
Copy full SHA for 0191ec4 - Browse repository at this point
Copy the full SHA 0191ec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3365532 - Browse repository at this point
Copy the full SHA 3365532View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a8c0a2 - Browse repository at this point
Copy the full SHA 4a8c0a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52881e0 - Browse repository at this point
Copy the full SHA 52881e0View commit details -
[TASK] Replace getTwoLetterIsoCode
Has been deprecated in v12 and removed in v13.
Configuration menu - View commit details
-
Copy full SHA for 60eede4 - Browse repository at this point
Copy the full SHA 60eede4View commit details -
[TASK] Register icons via Configuration/Icons.php
IconRegistry usage in ext_*.php has been deprecated
Configuration menu - View commit details
-
Copy full SHA for 0f98fac - Browse repository at this point
Copy the full SHA 0f98facView commit details -
[TASK] Migrate to ES6 JavaScript modules
RequireJS has been deprecated in v12 and removed in v13
Configuration menu - View commit details
-
Copy full SHA for 85c4716 - Browse repository at this point
Copy the full SHA 85c4716View commit details -
[TASK] Update to current backend module API
ModuleTemplate setContent has been deprecated in v12
Configuration menu - View commit details
-
Copy full SHA for d3d8999 - Browse repository at this point
Copy the full SHA d3d8999View commit details -
Configuration menu - View commit details
-
Copy full SHA for e37385d - Browse repository at this point
Copy the full SHA e37385dView commit details -
[TASK] Add a workaround for too strict typing in TagBuilder
TagBuilder::setContent(): Argument #1 ($tagContent) must be of type ?string, int given, called
Configuration menu - View commit details
-
Copy full SHA for b5b5d54 - Browse repository at this point
Copy the full SHA b5b5d54View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6c0945 - Browse repository at this point
Copy the full SHA f6c0945View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5db722 - Browse repository at this point
Copy the full SHA a5db722View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3abcbe0 - Browse repository at this point
Copy the full SHA 3abcbe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c4a960 - Browse repository at this point
Copy the full SHA 7c4a960View commit details -
[TASK] Drop actions-decline icons
They are already provided by @typo3/icons
Configuration menu - View commit details
-
Copy full SHA for 51d2548 - Browse repository at this point
Copy the full SHA 51d2548View commit details -
[BUGFIX] Fix count view helper usage in setup wizard
The condition was invalid and never worked because viewhelper and input were swapped
Configuration menu - View commit details
-
Copy full SHA for 4f1fc32 - Browse repository at this point
Copy the full SHA 4f1fc32View commit details -
[TASK] Remove unneeded fluid register(Universal)TagAttribute(s) calls
Have been made obsolete with typo3fluid/fluid 2.15
Configuration menu - View commit details
-
Copy full SHA for f6f39a1 - Browse repository at this point
Copy the full SHA f6f39a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c19ad73 - Browse repository at this point
Copy the full SHA c19ad73View commit details -
Configuration menu - View commit details
-
Copy full SHA for f402b21 - Browse repository at this point
Copy the full SHA f402b21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c559af - Browse repository at this point
Copy the full SHA 5c559afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca2c2e - Browse repository at this point
Copy the full SHA 4ca2c2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dfca4f - Browse repository at this point
Copy the full SHA 3dfca4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa00afa - Browse repository at this point
Copy the full SHA fa00afaView commit details -
[TASK] Resolve v12 phpstan errors
Only the `findAll()` QueryResultInterface return type is kept, as we do not return an array here.
Configuration menu - View commit details
-
Copy full SHA for f9869d0 - Browse repository at this point
Copy the full SHA f9869d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 321664c - Browse repository at this point
Copy the full SHA 321664cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f4035d - Browse repository at this point
Copy the full SHA 3f4035dView commit details -
[TASK] Replace INCLUDE_TYPOSCRIPT by @import
INCLUDE_TYPOSCRIPT has been deprecated in v13
Configuration menu - View commit details
-
Copy full SHA for 1dd7c6e - Browse repository at this point
Copy the full SHA 1dd7c6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aaa686 - Browse repository at this point
Copy the full SHA 3aaa686View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32754a3 - Browse repository at this point
Copy the full SHA 32754a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b7084a - Browse repository at this point
Copy the full SHA 0b7084aView commit details