Activity
From 2019-08-16 to 2019-09-14
2019-09-13
- 15:29 Revision 3cb5ff17: [TASK] Remove further evaluations of pid=-1
- There are a few spots in TYPO3 Core where manual
queries are built, and the WorkspaceRestriction
would just work as d... - 14:52 Revision 4989d5af: [TASK] Edit Site Settings in Site Module
- Extensions can ship their own site settings default values,
that get provided to all available site configurations.
... - 13:45 Revision 1523a01d: [BUGFIX] Keep workspace ID when discarding versioned records
- When a record was modified in a workspace, and then discarded, TYPO3 previously
set the t3ver_wsid to "0", which basi... - 12:59 Revision 0f62bbff: [BUGFIX] Disallow phpdocumentor/reflection-docblock >= 4.3.2
- The package phpdocumentor/reflection-docblock introduces major regressions
starting with 4.3.2 that leads to getting ... - 10:01 Revision 4e1696a1: [BUGFIX] Check for plain integer values in QueryGenerator::cleanInputVal()
- Incoming field values are now also checked for being plain integers to
be able to handle timestamps properly.
Resolv... - 09:45 Revision 71106bc8: [BUGFIX] Check for plain integer values in QueryGenerator::cleanInputVal()
- Incoming field values are now also checked for being plain integers to
be able to handle timestamps properly.
Resolv...
2019-09-12
- 20:27 Revision 265f80b7: [BUGFIX] Strip tags in prepared label from suggest wizard
- Labels of records provided by the suggest wizard should not contain
any HTML content as they are directly applied as ... - 16:37 Revision e38f3637: [TASK] Move configuration viewHelper into sysext:core
- The view helper will provide form fields for extension configuration
based on ext_template.txt files in install tool.... - 08:51 Revision b863df9a: [FEATURE] Add correlation_id for RecordHistory
- To allow a rollback for a set of RecordHistory entries, this patch
adds a correlation_id to allow a kind of grouping ... - 07:44 Revision b46e1d09: [BUGFIX] Select available languages based on Site configuration
- When the translation wizard in the Page Module
fetches translations and possible languages, it
queries the sys_langua... - 06:25 Revision 29768702: [TASK] Clean up DataHandlerHook in Workspaces
- DataHandlerHook originally extracted most of the versioning
functionality of DataHandler, and can now be cleaned up:
...
2019-09-11
- 16:01 Revision 21b1a71a: [FEATURE] Add events before and after rollback of record history entries
- Resolves: #89150
Releases: master
Change-Id: If00904ea940e45f03b3871c4e0146ab717cf9c14
Reviewed-on: https://review.ty... - 15:55 Revision 9ede1b30: [BUGFIX] Fix IRRE uniqueness flaws
- This patch fixes some flaws in the IRRE uniqueness handling:
- Removed records are now added to their selector again... - 15:55 Revision 64c8b4a0: [BUGFIX] Improve finding the correct realurl cache entry to create slug
- Respect the `expire` field when selecting realurl cache data to generate
page slugs from realurl cache.
And also only... - 15:41 Revision 3fa7f9ef: [BUGFIX] Fix IRRE uniqueness flaws
- This patch fixes some flaws in the IRRE uniqueness handling:
- Validation is triggered once a record has been remove... - 15:11 Revision 0493468b: [BUGFIX] Render confirmation when deleting a scheduler task in edit view
- This patch renders a confirmation dialog when attempting to delete a
scheduler task in the edit view. This solves an ... - 14:59 Revision b7f6cba3: [FEATURE] Provide core cache frontends via dependency injection
- Configure services for each service instance. The service names of the
cache frontends will follow this name pattern:... - 14:44 Revision a6363e85: [BUGFIX] Do not check for pid=-1 when evaluating workspace records
- TYPO3 Core handles the result of database queries in a lot of different
ways to filter out workspace records.
With "... - 14:22 Revision 1ef8bc4f: [BUGFIX] Check date format before conversion in module "DB check"
- With the change in https://forge.typo3.org/issues/83675 every value could
be converted into a unix timestamp, which l... - 14:18 Revision e3822a57: [BUGFIX] Render confirmation when deleting a scheduler task in edit view
- This patch renders a confirmation dialog when attempting to delete a
scheduler task in the edit view. This solves an ... - 13:57 Revision 203b83ca: [BUGFIX] Fix assertion ordering in test cases
- * use assertEqualsCanonicalizing instead of assertSame
on array values to ignore ordering
* apply sorting order for... - 13:45 Revision a85bdcae: [BUGFIX] Check date format before conversion in module "DB check"
- With the change in https://forge.typo3.org/issues/83675 every value could
be converted into a unix timestamp, which l... - 13:44 Revision 24b4e4a9: [TASK] Cleanup RecordHistory handling
- This patch deprecate some methods and public properties.
Also some code was moved into new classes to seperate
creati... - 13:38 Revision f329f0ce: [BUGFIX] Avoid unnecessary DB queries to sys_language
- Since site handling, finding the correct languages and the amount of languages in a page can be simplified.
NewRecor... - 12:28 Revision b55e1466: [BUGFIX] Correctly retrieve workspace versions
- * Clipboard now correctly resolves record localizations of a workspace
* PageLayoutController new correctly determine... - 08:38 Revision 2d8a9567: [BUGFIX] Use RuntimeException instead of die()
- There are a few places left where Kasper-Kode stopped
a process with die(). Nowadays, with PHP 7, Errors and
Exceptio...
2019-09-10
- 15:57 Revision 03d57f40: [BUGFIX] Support mark symbols in slug generation
- Currently, slug sanitization removes a wide range of characters not
assumed suitable for slugs, for example single ac... - 15:56 Revision 9c5f0333: [BUGFIX] Allow selective saving in SiteConfiguration
- YAML SiteConfiguration allows imports and custom configuration
that is not configurable via UI to be written directly... - 15:32 Revision aeff733f: [BUGFIX] Support mark symbols in slug generation
- Currently, slug sanitization removes a wide range of characters not
assumed suitable for slugs, for example single ac... - 09:38 Revision c5a41266: [TASK] Cleanup and de-duplicate Extension Configuration and Constant Editing
- * Use the same parser for constants no matter the context
* Use a dedicated class for constant configuration parsing
... - 08:12 Revision e3574986: [BUGFIX] Fix configuration composition for nested structures
- When a new site configuration gets written, removed values are
determined first and changed values are determined aft... - 08:09 Revision 0e70168d: [FEATURE] Read site setting file and populate them with the site object
- In order to introduce site wide accessible settings, a site settings
file can be placed into the sites configuration ... - 07:50 Revision 61e98434: [BUGFIX] Ensure LogManager has requestId set
- Since LogManager is first used when ErrorHandler is instantiated,
we need to provide a properly set up singleton befo... - 07:00 Revision 05f24ff0: [TASK] Fix typo overriden > overridden
- Also fix some typos where 'overidden' was used.
Resolves: #89119
Releases: master
Change-Id: I3d42fd662b978bc9688d21...
2019-09-09
- 18:45 Revision b247f17a: [TASK] Change commenting style of spam protecting code
- To avoid possible conflicts with JS minification, the commenting style
is changed.
Resolves: #89093
Releases: master... - 18:04 Revision 32cf1ca0: [TASK] Change commenting style of spam protecting code
- To avoid possible conflicts with JS minification, the commenting style
is changed.
Resolves: #89093
Releases: master... - 17:19 Revision 36d88073: [TASK] Add default value to unused parameter in addPItoST43()
- The second argument of ExtensionManagementUtility::addPItoST43() has been
made obsolete with TYPO3 v8, but is still r... - 15:49 Revision 92bdfb10: [TASK] Add default value to unused parameter in addPItoST43()
- The second argument of ExtensionManagementUtility::addPItoST43() has been
made obsolete with TYPO3 v8, but is still r... - 12:21 Revision 28c285e7: [TASK] Speed up DB query for tables with versions
- Eliminating OR combination of subselects within same table, as they get
wrongly managed by DBMS (mostly MySQL). Using... - 12:10 Revision 0dab9b41: [TASK] Speed up DB query for tables with versions
- Eliminating OR combination of subselects within same table, as they get
wrongly managed by DBMS (mostly MySQL). Using... - 11:53 Revision 98c74eb2: [TASK] Speed up DB query for tables with versions
- Eliminating OR combination of subselects within same table, as they get
wrongly managed by DBMS (mostly MySQL). Using... - 09:18 Revision b150cfa3: [BUGFIX] Remove leftover functionality for workspace reviewers and vtypes
- EXT:workspace code has leftover functionality from "reviewers" and "vtypes".
* "vtypes" defined whether element-, br...
2019-09-08
- 14:59 Revision 3b7f9ee4: [TASK] Use Workspace API for checking TCA versioning support
- The API method BackendUtility::isTableWorkspaceEnabled($table)
should be used when dealing with a backend context to ...
2019-09-07
- 21:33 Revision 0bf69670: [TASK] Upgrade to TypeScript 3.6
- After shedding tears, blood and sacrificing brain cells and CPU time, we
finally managed to upgrade the code base to ... - 20:56 Revision 6f873476: [TASK] Fix TypeScript sources in preparation to upgrade
- To ease the upgrade to TypeScript 3.6, this patch adjusts the source
code in a TS 2.4 compatible way. This way, the u... - 13:20 Revision 71fda451: [BUGFIX] Allow selective saving in SiteConfiguration
- YAML SiteConfiguration allows imports and custom configuration
that is not configurable via UI to be written directly...
2019-09-06
- 16:58 Revision 7de102ce: [FEATURE] Add integrity check for redirects
- A new Symfony command checks for redirects that may conflict with
existing and accessible sites. The command is sched... - 15:25 Revision 79c98351: [BUGFIX] Hash extension versions into requireJS bust parameter
- When a third party extension that contains a requireJS backend module is
updated, the cache bust parameter needs to b... - 15:24 Revision aa6a9aca: [BUGFIX] Filter translated rows in element browser
- It must be possible to also filter translated rows in the element
browser similarly to regular rows. This is essentia... - 13:41 Revision 8f7ccb3d: [BUGFIX] Hash extension versions into requireJS bust parameter
- When a third party extension that contains a requireJS backend module is
updated, the cache bust parameter needs to b... - 13:39 Revision 8df43ae9: [BUGFIX] Filter translated rows in element browser
- It must be possible to also filter translated rows in the element
browser similarly to regular rows. This is essentia... - 11:26 Revision 90ae60e1: [TASK] Add UnitTests for SiteConfiguration
- Resolves: #89089
Releases: master, 9.5
Change-Id: I7971e27e01bd26f1ea7fe03a008447c8475cac9e
Reviewed-on: https://revi... - 10:43 Revision 9af6dc42: [TASK] Add UnitTests for SiteConfiguration
- Resolves: #89089
Releases: master, 9.5
Change-Id: I7971e27e01bd26f1ea7fe03a008447c8475cac9e
Reviewed-on: https://revi... - 09:29 Revision 46852c29: [BUGFIX] Fix broken nightlies because of unknown function
- The minimum version of phpspec/prophecy is 1.7.6 and does not
contain the method `shouldBeCalledOnce()`.
Resolves: #...
2019-09-05
- 19:49 Revision e9ec1b61: [BUGFIX] Name test class after subject under test
- The subject under test is SiteConfigurationDataGroup::class,
due to the wrong name IDEs will not connect the test cla... - 13:51 Revision f52cf2f1: [BUGFIX] Respect readOnly for inline relation
- If a TCA field is set to readOnly=true and is using the type "inline",
all buttons are now hidden and the fields of t... - 13:12 Revision e125ccaf: [BUGFIX] Respect readOnly for inline relation
- If a TCA field is set to readOnly=true and is using the type "inline",
all buttons are now hidden and the fields of t... - 12:55 Revision 587d0695: [TASK] Make "Check TCA in ext_tables.php" install tool wizard more helpful
- Add information about how user can fix the issue.
Releases: master, 9.5
Resolves: #89065
Change-Id: I4110e38ba69fbe2... - 12:51 Revision 39b07887: [BUGFIX] Name test class after subject under test
- The subject under test is SiteConfigurationDataGroup::class,
due to the wrong name IDEs will not connect the test cla... - 08:23 Revision 2ed9fb49: [BUGFIX] Use node-based Docker container for nightly JavaScript unit tests
- Resolves: #89085
Related: #89049
Releases: master
Change-Id: I3f2d83afcd833eac2caba13faedad3e449683bda
Reviewed-on: h...
2019-09-04
- 19:44 Revision 96e947b2: [TASK] Update styleguide
- composer update typo3/cms-styleguide
Resolves: #89080
Releases: master, 9.5, 8.7
Change-Id: Ic4c62758efac128f61b2b8d... - 19:44 Revision ae7b3473: [TASK] Update styleguide
- composer update typo3/cms-styleguide
Resolves: #89080
Releases: master, 9.5, 8.7
Change-Id: Ic4c62758efac128f61b2b8d... - 19:43 Revision 674b1c56: [TASK] Update styleguide
- composer update typo3/cms-styleguide
Resolves: #89080
Releases: master, 9.5, 8.7
Change-Id: Ic4c62758efac128f61b2b8d... - 18:19 Revision 8c2db897: [BUGFIX] Use node-based docker container for runTests.sh
- Resolves: #89082
Releases: master
Change-Id: I845a6689374ec0e94e16286c58ce2a7deae43450
Reviewed-on: https://review.ty... - 16:19 Revision c56abd72: [TASK] Add test case for reverse proxy configuration
- The case covers given HTTP_HOST and HTTP_X_FORWARDED_HOST with
a configuration for an (intransparent) proxy.
As some... - 15:42 Revision deca7432: [FEATURE] PHP API for backend JavaScript notifications
- Resolves: #89066
Related: #89061
Releases: master
Change-Id: Iba28c90287f35818d7d669f2bb8400a4fc089856
Reviewed-on: h... - 15:01 Revision 2a2b7f46: [FEATURE] Always enable filter in SelectMultipleSideBySide fields
- The filter functionality of fields `type = select` with
renderType = selectMultipleSideBySide is always enabled now.
... - 14:04 Revision c1ca1bcf: [BUGFIX] styleguide: Allow missing tables on standard pages
- https://github.com/TYPO3-CMS/styleguide/pull/133
- 13:57 Revision 09876053: [FEATURE] Introduce Notification Actions
- This patch introduces the ability to attach action items to a
notification, as known from nowadays operating systems.... - 13:54 Revision 0ee7db08: [BUGFIX] Support multiple env vars per line in Yaml
- Releases: master, 9.5
Resolves: #89059
Change-Id: Iafbe5cb8ade38f29c13fd8ded68e42d552a28891
Reviewed-on: https://revi... - 13:39 Revision 5a71db9f: [TASK] styleguide: Update examples of Notification API
- 13:00 Revision bab730ac: [TASK] styleguide: Update examples of Notification API
- 10:54 Revision eaf822e0: [BUGFIX] Support multiple env vars per line in Yaml
- Releases: master, 9.5
Resolves: #89059
Change-Id: Iafbe5cb8ade38f29c13fd8ded68e42d552a28891
Reviewed-on: https://revi... - 10:51 Revision fa3f2dbf: [TASK] Build JavaScript files using ECMAScript 6
- Since TYPO3 v10 dropped support for Internet Explorer, JavaScript files
may be shipped using the ECMAScript 6 standar... - 09:47 Revision 04ea328d: [TASK] Deprecate jumpToUrl()
- This patch deprecated the well-known `jumpToUrl()` function which simply
does a redirect nowadays. Any occurence may ... - 09:22 Revision 1b51f742: [TASK] Run JS tests on ChromeHeadless instead of Phantom in CI
- As Phantom is discontinued and ChromeHeadless is an easy to use
alternative, we should use ChromeHeadless to run our ... - 08:50 Revision 5d6db413: [TASK] Update testing framework to 5.0.12
- composer require typo3/testing-framework:"~5.0.12"
Resolves: #89073
Releases: master
Change-Id: If6384d11c0201cea760... - 07:37 Revision 22d0499e: [TASK] Raise size of mountpoint fields in sys_workspace
- Increase the size of the fields `db_mountpoints` and `file_mountpoints`
and allow 100 instead of 25 items.
Resolves:...
2019-09-03
- 21:48 Revision 09993103: [BUGFIX] Strip logical operator prefix in config.additionalWhere
- When building the additionalWhere clause in the
RecordsXmlSitemapDataProvider, a possible `AND` operator
must be remo... - 13:30 Revision 408995c5: [TASK] Deprecate evaluation of ll-XML localization files
- Deprecate the usage of LocallangXmlParser in favor of xlf.
Resolves: #89037
Releases: master
Change-Id: I3f5a6beb28b... - 09:41 Revision cfeae73f: [BUGFIX] Fix multiple issues in workspaces preview
- This patch fixes several issues introduced during v9 development,
namely:
- Generate and redirect to full URL of the...
2019-09-02
- 22:43 Revision 2beb3272: [BUGFIX] Respect offset of original query in PaginateController
- When you have set an offset on a query, the PaginateController will
now take this offset into account when browsing t... - 22:22 Revision 0f8fcd74: [BUGFIX] Strip logical operator prefix in config.additionalWhere
- When building the additionalWhere clause in the
RecordsXmlSitemapDataProvider, a possible `AND` operator
must be remo... - 09:35 Revision 46c91903: [BUGFIX] Select pid for both sides of a staged record
- `WorkspaceService::selectAllVersionsFromPages()` must select the pid of
both sides of a staged record to be able to b... - 09:12 Revision d42fb38a: [BUGFIX] Respect offset of original query in PaginateController
- When you have set an offset on a query, the PaginateController will
now take this offset into account when browsing t... - 08:45 Revision c9dece92: [FEATURE] Allow relative paths in Yaml file imports
- Allowing Yaml Files with an import statement that
can be relative to the current file allows to handle cascading
site...
2019-08-31
- 13:37 Revision 596e8b3c: [BUGFIX] Restore original page tree after filter reset
- When a filter is applied to the page tree, the original state of the
tree is stored. When the filter is cleared, that...
2019-08-30
- 13:43 Revision 6d7fb6e9: [BUGFIX] Ensure ReflectionService can be used during TCA load
- In order to support the 'tcaIsBeingBuilt' for legacy signal
listeners that are *not* available in the symfony contain... - 13:36 Revision 8882d69f: [BUGFIX] Fix frontend error handling when root page is protected
- If the root page is accessed directly, we add a check whether
the page could be fetched with ignored group permission... - 13:20 Revision 62ad44c9: [BUGFIX] Fix frontend error handling when root page is protected
- If the root page is accessed directly, we add a check whether
the page could be fetched with ignored group permission... - 12:56 Revision d8ad9f87: [FEATURE] Introduce site config import for distributions
- Distributions or site packages can now ship their preconfigured
site configurations in Initialisation/Site and see it... - 12:46 Revision a46de255: [BUGFIX] Restore original page tree after filter reset
- When a filter is applied to the page tree, the original state of the
tree is stored. When the filter is cleared, that... - 11:58 Revision 362f8fc9: [BUGFIX] Correctly renumber sorting values for value 0
- The called method reorders all elements not including
the given sorting number, leading to an off by one error
when t... - 09:49 Revision 095f781d: [BUGFIX] Set rel="noopener noreferrer" for external links
- This patch adds rel="noopener noreferrer" for external links in
backend and install tool for security reasons.
If thi... - 09:49 Revision 0a0f753a: [BUGFIX] Set rel="noopener noreferrer" for external links
- This patch adds rel="noopener noreferrer" for external links in
backend and install tool for security reasons.
If thi... - 09:13 Revision 6717bd5f: [BUGFIX] Correctly renumber sorting values for value 0
- The called method reorders all elements not including
the given sorting number, leading to an off by one error
when t... - 08:51 Revision 980996b4: [BUGFIX] Set rel="noopener noreferrer" for external links
- This patch adds rel="noopener noreferrer" for external links in
backend and install tool for security reasons.
If thi...
2019-08-29
- 17:48 Revision e287f778: [TASK] Add tests for linkvalidator
- Resolves: #83850
Releases: master, 9.5
Change-Id: I8614c3d65a4c8a51f4db19177d37edb32207b816
Reviewed-on: https://revi... - 17:20 Revision 3a8024dd: [TASK] Modify HTTP proxy description
- The configuration of an array for a http proxy will now
be described in more detail in the field description.
Resolv... - 16:52 Revision fbe8d10a: [TASK] Modify HTTP proxy description
- The configuration of an array for a http proxy will now
be described in more detail in the field description.
Resolv... - 16:48 Revision d9914b7c: [TASK] Upgrade asset build stack
- Some tools used to build assets have been updated to recent versions. In
the same run, the assets have benn rebuilt.
... - 15:23 Revision 91004d40: [BUGFIX] Ensure pid is selected for records
- The GridDataService is using the PID of a record. This patch
ensure that the PID is selected while generating the dat... - 11:41 Revision a4e0f420: [BUGFIX] File can be deleted even if there are references to it
- TYPO3 prevents files from being deleted by the user when there
are references to it in the sys_file_reference table. ... - 10:40 Revision 4efc4567: [BUGFIX] Make Linkvalidator accept tilde characters in links
- Before, the Linkvalidator reported links with a tilde as broken. This problem
occurs because the wrong method is call... - 10:11 Revision 6eb52ecd: [TASK] Disable phone handler for canonical links
- As it makes no sense to set a canonical link to a phonenumber, the
phone handler is disabled for canonical links.
Re... - 10:07 Revision c2cb3e87: [FEATURE] Separately enable / disable "Add media by URL" and "Select & upload files"
- A new appearance property "fileByUrlAllowed" is used to separately enable / disable
the buttons "Add media by URL" an... - 10:06 Revision 2621b322: [BUGFIX] Make Linkvalidator accept tilde characters in links
- Before, the Linkvalidator reported links with a tilde as broken. This problem
occurs because the wrong method is call... - 09:56 Revision 792dae2e: [TASK] Migrate EXT:workspaces to TypeScript
- Resolves: #89008
Releases: master
Change-Id: I6d967dd14986fc70631718da88427bff181bf4a9
Reviewed-on: https://review.ty... - 09:22 Revision 670309c1: [TASK] Deprecate calling registerPlugin with vendor name
- As Extbase does no longer guess class names from extension
keys and vendor names, method ExtensionUtility::configureP...
2019-08-28
- 21:02 Revision a8aad7d8: [TASK] Improve View Helper documentation
- * Fix syntax issue within TranslateViewHelper.
* Make HtmlentitiesDecodeViewHelper and HtmlentitiesViewHelper easier ... - 20:37 Revision 61431774: [TASK] Improve View Helper documentation
- * Fix syntax issue within TranslateViewHelper.
* Make HtmlentitiesDecodeViewHelper and HtmlentitiesViewHelper easier ... - 20:36 Revision 7f9dd260: [BUGFIX] Fix documentation rendering of ext:felogin
- Missing Data type for `changePasswordNotEqualMessage_stdWrap`, so the
design was broken for this line.
Releases: mas... - 20:18 Revision 1c9a8f01: [BUGFIX] Fix documentation rendering of ext:felogin
- Missing Data type for `changePasswordNotEqualMessage_stdWrap`, so the
design was broken for this line.
Releases: mas... - 20:04 Revision caf1085c: [BUGFIX] Fix documentation rendering of ext:felogin
- Missing Data type for `changePasswordNotEqualMessage_stdWrap`, so the
design was broken for this line.
Releases: mas... - 10:37 Revision 10cd00cc: [TASK] Change version in Settings.cfg of docs
- Resolves: #89030
Releases: master
Change-Id: Ifeb28b3fc6a1a73ca495dd427eda24a01f6917ee
Reviewed-on: https://review.ty... - 10:36 Revision 2e26138d: [BUGFIX] Update friendsofphp/php-cs-fixer to 2.15.2
- This patch updates friendsofphp/php-cs-fixer to version 2.15.2 and
applies fixes to the code.
Executed commands:
... - 10:34 Revision 59e42eba: [BUGFIX] Update friendsofphp/php-cs-fixer to 2.15.2
- This patch updates friendsofphp/php-cs-fixer to version 2.15.2 and
applies fixes to the code.
Executed commands:
... - 08:26 Revision 7dac9f02: [BUGFIX] Remove canonicalized pages from XML sitemap
- Pages with a canonical link set in the page properties, will not
be shown in the XML sitemap anymore.
Resolves: #889...
2019-08-27
- 23:31 Revision 663eb245: [TASK] Add tests for linkvalidator
- Resolves: #83850
Releases: master, 9.5
Change-Id: I8614c3d65a4c8a51f4db19177d37edb32207b816
Reviewed-on: https://revi... - 23:26 Revision a9140b66: [BUGFIX] Remove canonicalized pages from XML sitemap
- Pages with a canonical link set in the page properties, will not
be shown in the XML sitemap anymore.
Resolves: #889... - 17:49 Revision 6adc956a: [TASK] Introduce a doc block checker job for bamboo
- In order to avoid issues creating proper ClassSchema instances
for core classes and in order to have a properly rende... - 07:45 Revision 95718dd2: [BUGFIX] Change comparison in BasicFileUtility
- Due to an unrelated change within #76257,
BasicFileUtility never accounts for proper
creating a randomly unique name.... - 06:19 Revision 1fad5780: [TASK] Fix class namespace in php doc comment of JsonView
- This would allow everyone else to copy and paste example.
Releases: master, 9.5
Resolves: #89019
Change-Id: I64bc9d9... - 00:00 Revision 593fb820: [TASK] Fix class namespace in php doc comment of JsonView
- This would allow everyone else to copy and paste example.
Releases: master, 9.5
Resolves: #89019
Change-Id: I64bc9d9...
2019-08-26
- 12:50 Revision c4eb6a56: [BUGFIX] Remove superfluous comma in ActionController
- https://review.typo3.org/c/Packages/TYPO3.CMS/+/61235
introduced a superfluous trailing comma, which leads to an
Inva... - 09:58 Revision a73ba8f9: [TASK] Deprecate internal public properties of TSFE
- Due to e50b1c1acdd5da514a35f837d9b853692bcfa16d
the TypoScriptFrontendController requires four objects
as constructor... - 09:31 Revision 1973e17b: [TASK] Move CLI bootstrap logic into CommandApplication
- The CLI-based RequestHandler logic is flawed,
and was used as a bridge between
- CommandLineController (very old, dep...
2019-08-23
- 17:14 Revision 3092154e: [TASK] Allow multiple extractor services with the same priority
- When having multiple extractor services with the same priority one
gets overwritten by the other. As extensions are f... - 15:40 Revision 37bf2b52: [FEATURE] Allow array of handlers in RequestFactory
- Guzzle has the possibility to push custom middleware handlers during
client initialization. With this patch it is now... - 13:49 Revision 808be63c: [BUGFIX] Fix AnnotationException
- Doctrine\Common\Annotations\AnnotationException
[Semantical Error] The annotation "@mkdir" in method
TYPO3\CMS\Core\U... - 12:53 Revision 003c5efd: [TASK] Optimize and cleanup replaceAndAppendScalarValuesRecursive()
- This optimizes ArrayUtility::replaceAndAppendScalarValuesRecursive() by
moving parts into new method hasStringKeys an... - 12:44 Revision 709a9ee7: [FEATURE] Add api=1 option in VimeoRenderer
- Adds option to add parameter "api=1" to vimeo video urls.
Resolves: #87525
Releases: master
Change-Id: Ia54fb7a97e4c... - 12:15 Revision 45e1a781: [FEATURE] Make default action in DragUploader adjustable
- This patch adds a new TSConfig setting to define the default
action in the DragUploader of the file list module.
Res... - 12:13 Revision 5d92c12e: [BUGFIX] Set module state only if UC structure is intact
- In some scenarios it seems the UC of a backend user is malformed and
isn't structured as expected. To circumvent this... - 11:54 Revision cde9c8c5: [BUGFIX] Use `strpos()` over `strstr()`
- This patch replaces all usages of `strstr()` and its friends where the
existence of a certain substring is checked, b... - 11:46 Revision 895d737f: [BUGFIX] Set module state only if UC structure is intact
- In some scenarios it seems the UC of a backend user is malformed and
isn't structured as expected. To circumvent this...
2019-08-22
- 23:59 Revision a34e5ae9: [BUGFIX] Bamboo: Generate a full build to determine asset changes
- To ensure a frontend build is completely free of any uncommitted
changes, the Bamboo build job checking for an unclea... - 23:59 Revision 411ae628: [BUGFIX] Bamboo: Generate a full build to determine asset changes
- To ensure a frontend build is completely free of any uncommitted
changes, the Bamboo build job checking for an unclea... - 23:59 Revision 8f1b4b1f: [BUGFIX] Bamboo: Generate a full build to determine asset changes
- To ensure a frontend build is completely free of any uncommitted
changes, the Bamboo build job checking for an unclea... - 23:39 Revision 3e1d50e4: [BUGFIX] Disable copying taboverride due to changed source map
- With #86804 the hardcoded sourcemap reference got removed from
taboverrides. Unfortunately, executing `grunt build` c... - 23:27 Revision 520daf52: [BUGFIX] Disable copying taboverride due to changed source map
- With #86804 the hardcoded sourcemap reference got removed from
taboverrides. Unfortunately, executing `grunt build` c... - 23:26 Revision 5aed76f0: [BUGFIX] Disable copying taboverride due to changed source map
- With #86804 the hardcoded sourcemap reference got removed from
taboverrides. Unfortunately, executing `grunt build` c... - 16:05 Revision e8ca4844: [TASK] Enable mssql on PHP 7.3 nightly tests
- Resolves: #88996
Releases: master, 9.5, 8.7
Change-Id: Iffbcc174359747b19c715b44bcc5754f426d7b9a
Reviewed-on: https:/... - 16:05 Revision b7f417d3: [TASK] Enable mssql on PHP 7.3 nightly tests
- Resolves: #88996
Releases: master, 9.5, 8.7
Change-Id: Iffbcc174359747b19c715b44bcc5754f426d7b9a
Reviewed-on: https:/... - 16:05 Revision 363b66ee: [TASK] Enable mssql on PHP 7.3 nightly tests
- Resolves: #88996
Releases: master, 9.5, 8.7
Change-Id: Iffbcc174359747b19c715b44bcc5754f426d7b9a
Reviewed-on: https:/... - 11:48 Revision bf87f0b0: [BUGFIX] Use correct paths for modules in Install Tool
- The backport of #88434 into 9.5 broke some module paths in the Install
Tool. This patch fixes them.
Resolves: #88990...
2019-08-20
- 20:27 Revision ebec4a41: [BUGFIX] Show labels for export buttons
- This patch enables the labels for the export buttons which are
hard to distinguish in case both appear side by side.
... - 14:01 Revision f5fdcfb3: [BUGFIX] File can be deleted even if there are references to it
- TYPO3 prevents files from being deleted by the user when there
are references to it in the sys_file_reference table. ... - 11:45 Revision f3f80ada: [TASK] Set TYPO3 version to 9.5.10-dev
- Change-Id: I2f20a610ab2a3497fad7cb40ec5ea76759759b9e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/615... - 11:33 Revision 909909db: [RELEASE] Release of TYPO3 9.5.9
- Change-Id: I2b20924d417d889d7ec4f071ea55db52febc44cb
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/615... - 11:25 Revision 89555b5f: [BUGFIX] Use workspace overlays in Record Path
- When in workspace, the workspaced version of the "bread crumb"
should be shown as rootline / page path in all modules... - 11:24 Revision 7342c5c6: [TASK] Remove deprecated options in YouTube iFrame API
- The YouTube renderer added options to the YouTube url that
do not have any effect anymore as they are deprecrated sin... - 11:05 Revision fead2bef: [BUGFIX] Ensure manually updated slug is saved correctly
- This fixes the bug, that after updating the slug and clicking
the toggle URL button, the slug isn't updated correctly... - 10:46 Revision 6936c06d: [BUGFIX] Ensure manually updated slug is saved correctly
- This fixes the bug, that after updating the slug and clicking
the toggle URL button, the slug isn't updated correctly... - 06:03 Revision d6d38e83: [BUGFIX] Avoid double slash in cache directory
- When configuring a different cache directory,
the setter is called in SimpleFileBackend, which tries
to add the cache...
2019-08-19
- 22:58 Revision f571016b: [BUGFIX] Avoid double slash in cache directory
- When configuring a different cache directory,
the setter is called in SimpleFileBackend, which tries
to add the cache... - 22:47 Revision b42530d2: [BUGFIX] Set module menu state on render time
- The module menu now contains its state whether either the menu itself, or
its module groups are expanded or collapsed... - 22:17 Revision 2a94c022: [TASK] Cleanup order by clause in TCA select fields
- This is a follow up of #88933 and removes all order by clauses
since the default_sortby of a table is respected.
It ... - 22:14 Revision c1915fab: [BUGFIX] Set module menu state on render time
- The module menu now contains its state whether either the menu itself, or
its module groups are expanded or collapsed... - 21:57 Revision 9ebe9b00: [BUGFIX] Dump processed files from 3rd party FAL-drivers in Install Tool
- The configuration of 3rd party FAL-drivers is loaded before checking
for processed files in the Install Tool now. Wit... - 21:43 Revision fa73c009: [BUGFIX] Dump processed files from 3rd party FAL-drivers in Install Tool
- The configuration of 3rd party FAL-drivers is loaded before checking
for processed files in the Install Tool now. Wit... - 19:38 Revision f7eae130: [TASK] Add .rst file for 88045
- Add information about possible workaround configuration
which need to be adapted.
Resolves: #88976
Related: #88045
R... - 19:02 Revision 1d55adf3: [TASK] Add .rst file for 88045
- Add information about possible workaround configuration
which need to be adapted.
Resolves: #88976
Related: #88045
R... - 09:04 Revision 351665f7: [TASK] Update phpunit/phpunit to 8.3.3
- commands:
- composer update phpunit/phpunit --with-dependencies
- composer update doctrine/instantiator phpspec/pro...
2019-08-16
- 10:40 Revision 0b67a0df: [BUGFIX] Fallback to empty array if ExportController receives no input
- Resolves: #88968
Releases: master
Change-Id: I1cab8a60e5b562376f9ac6bb6836e949bb9b1b50
Reviewed-on: https://review.ty... - 09:20 Revision d5243e0d: [BUGFIX] Incorrect HTTP range specification in Linkvalidator
- Range specifications in HTTP may not include spaces. While many
web servers tolerate them, some return a 416 HTTP err... - 09:20 Revision 7a43756b: [BUGFIX] Incorrect HTTP range specification in Linkvalidator
- Range specifications in HTTP may not include spaces. While many
web servers tolerate them, some return a 416 HTTP err... - 09:04 Revision ef3912ad: [BUGFIX] Incorrect HTTP range specification in Linkvalidator
- Range specifications in HTTP may not include spaces. While many
web servers tolerate them, some return a 416 HTTP err...
Also available in: Atom