Activity
From 2019-07-19 to 2019-08-17
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...
2019-08-15
- 16:18 Revision 15289475: [BUGFIX] Process t3:// link resources correctly
- * t3://email?email=oliver@typo3.org (be greedy about missing mailto:)
* t3://file?identifier=1:/logo.png (not impleme... - 15:55 Revision 969dc2e3: [BUGFIX] Process t3:// link resources correctly
- * t3://email?email=oliver@typo3.org (be greedy about missing mailto:)
* t3://file?identifier=1:/logo.png (not impleme... - 13:57 Revision 89a71d67: [BUGFIX] Process t3:// link resources correctly
- * t3://email?email=oliver@typo3.org (be greedy about missing mailto:)
* t3://file?identifier=1:/logo.png (not impleme... - 10:21 Revision 6cdef0df: [BUGFIX] Fix typos in PHPDoc, rst file and template
- Fixes following typos:
- Replace 'ite_language' with 'site_language' in SiteTcaInline
- Replace 'langauges' with 'lan...
2019-08-14
- 10:21 Revision 59abeaa1: [BUGFIX] Fix typos in PHPDoc, rst file and template
- Fixes following typos:
- Replace 'ite_language' with 'site_language' in SiteTcaInline
- Replace 'langauges' with 'lan...
2019-08-13
- 14:40 Revision a2049686: [BUGFIX] Require symfony/finder 4.3
- The bugfix for #88883 makes use of natural sorting via Symfony's Finder
component. Since TYPO3 depends on version 4.1... - 13:22 Revision 7755f820: [BUGFIX] Ensure test environment is bootstrapped for cache backend tests
- The cache backends tests need a bootstrapped test environment, since vital
parts are not booted at all, e.g. the Envi...
2019-08-12
- 21:11 Revision ed01f32a: [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... - 20:37 Revision b6b8f6e4: [BUGFIX] Use calling class name for logger initialization
- Static class binding via `static::class` leads to the correct class name
in inherited classes.
Resolves: #88938
Rela... - 20:02 Revision a1ecb6dd: [BUGFIX] Increase memory cost of argon2i and force testing mariadb 10.3
- Due to security reasons, PHP's default memory_cost of argon2i has been
increased from 16384 to 65536:
https://bugs... - 19:26 Revision 68f61df1: [BUGFIX] Increase memory cost of argon2i and force testing mariadb 10.3
- Due to security reasons, PHP's default memory_cost of argon2i has been
increased from 16384 to 65536:
https://bugs...
2019-08-09
- 13:41 Revision cb5514bf: [BUGFIX] Ensure test environment is bootstrapped for cache backend tests
- The cache backends tests need a bootstrapped test environment, since vital
parts are not booted at all, e.g. the Envi...
2019-08-08
- 17:17 Revision 0fc8cc94: [BUGFIX] Use calling class name for logger initialization
- Static class binding via `static::class` leads to the correct class name
in inherited classes.
Resolves: #88938
Rela... - 14:33 Revision 8b13eaed: [BUGFIX] Make sure the baseVariants are respected
- In the ContentObjectRenderer there is the possibility to get
the Site Configuration. Here a simple array which is rea... - 13:45 Revision 81879885: [BUGFIX] Instantiate Logger on cache backend creation
- Cache backends are created via new, not using GU::makeInstance.
So it happened no cache has been initialized, causing... - 13:43 Revision dbd8943f: [BUGFIX] Make sure the baseVariants are respected
- In the ContentObjectRenderer there is the possibility to get
the Site Configuration. Here a simple array which is rea... - 13:29 Revision 524b6701: [BUGFIX] Instantiate Logger on cache backend creation
- Cache backends are created via new, not using GU::makeInstance.
So it happened no cache has been initialized, causing... - 10:32 Revision be1c8988: [BUGFIX] Disable autocompletion in installation options
- Since Chrome is really picky about having autocomplete disabled, this
patch sets the autocomplete configuration for p... - 09:46 Revision e3851da9: [BUGFIX] Disable autocompletion in installation options
- Since Chrome is really picky about having autocomplete disabled, this
patch sets the autocomplete configuration for p...
2019-08-07
- 20:57 Revision 736f0394: [TASK] Render only latest three major versions in documentation changelog
- The documentation changelog now renders only the docs for the latest
three major versions.
Resolves: #88884
Releases... - 18:17 Revision 71f40ba4: [TASK] Make Redis connectors compatible with PHP redis version 5
- Version 5 of phpredis deprecates some methods, which have not been
aligned to the official redis commands.
This patch... - 18:16 Revision ea245428: [TASK] Make Redis connectors compatible with PHP redis version 5
- Version 5 of phpredis deprecates some methods, which have not been
aligned to the official redis commands.
This patch... - 17:24 Revision f8189917: [TASK] Make Redis connectors compatible with PHP redis version 5
- Version 5 of phpredis deprecates some methods, which have not been
aligned to the official redis commands.
This patch... - 16:15 Revision 7b4744a8: [BUGFIX] Mark fields as changed after updating value via ElementBrowser
- With this patch, fields are now marked as changed when their value is
updated by using the Element Browser.
Resolves... - 14:34 Revision 2bc6e5b8: [BUGFIX] Make redis pconnect calls unique
- By using the persistent_id parameter of the redis->pconnect
method, we ensure that the connection is not shared betwe... - 14:34 Revision ff26e6b2: [BUGFIX] Make redis pconnect calls unique
- By using the persistent_id parameter of the redis->pconnect
method, we ensure that the connection is not shared betwe... - 13:35 Revision 35c8bd81: [BUGFIX] Mark fields as changed after updating value via ElementBrowser
- With this patch, fields are now marked as changed when their value is
updated by using the Element Browser.
Resolves... - 12:29 Revision 962b3cd8: [BUGFIX] Make redis pconnect calls unique
- By using the persistent_id parameter of the redis->pconnect
method, we ensure that the connection is not shared betwe... - 11:16 Revision b94ebc9a: [BUGFIX] Show real directory name in flash message after renaming
- After renaming a directory, the name of the directory after character
replacement is shown in the flash message.
Add... - 10:48 Revision 6ef21066: [BUGFIX] Adapt registration for crawler 7+
- The way procInstructions are registered changes in the new version
of crawler which will be the first version compati... - 10:26 Revision a13c063b: [BUGFIX] Adapt registration for crawler 7+
- The way procInstructions are registered changes in the new version
of crawler which will be the first version compati... - 09:27 Revision 260e71e8: [BUGFIX] Show real directory name in flash message after renaming
- After renaming a directory, the name of the directory after character
replacement is shown in the flash message.
Add...
2019-08-06
- 17:00 Revision 2e836fd7: [BUGFIX] Fix return type of getFileObjectFromCombinedIdentifier
- getFileObjectFromCombinedIdentifier of ResourceFactory returns a
\TYPO3\CMS\Core\Resource\File, \TYPO3\CMS\Core\Resou... - 14:49 Revision 50be8ce6: [BUGFIX] Support multiple order by fields in PageRepository
- The method PageRepository::getSubpagesForPages allows an arbitrary
number of orderBy fields, though the way it is pas... - 14:28 Revision 922bd357: [BUGFIX] Support multiple order by fields in PageRepository
- The method PageRepository::getSubpagesForPages allows an arbitrary
number of orderBy fields, though the way it is pas... - 14:14 Revision c2e235de: [BUGFIX] Fix return type of getFileObjectFromCombinedIdentifier
- getFileObjectFromCombinedIdentifier of ResourceFactory returns a
\TYPO3\CMS\Core\Resource\File, \TYPO3\CMS\Core\Resou... - 11:54 Revision f1bf354c: [TASK] Use dependency injection in middlewares
- Use constructor injection for middleware dependencies, moving away
from GeneralUtility::makeInstance based Singleton ...
2019-08-05
- 16:38 Revision 078ff7bf: [BUGFIX] Fix typo in QueryView
- This fixes a typo in a variable in QueryView.
Resolves: #88920
Releases: master, 9.5
Change-Id: I59b4034931b3f8837ae... - 16:18 Revision b9634e03: [BUGFIX] Fix typo in QueryView
- This fixes a typo in a variable in QueryView.
Resolves: #88920
Releases: master, 9.5
Change-Id: I59b4034931b3f8837ae... - 15:56 Revision 4fbb456c: [BUGFIX] Pass original DBALException along with SqlErrorException
- When a
TYPO3\CMS\Extbase\Persistence\Generic\Storage\Exception\SqlErrorException
is thrown, pass the previous excepti... - 15:55 Revision 7d0ed02e: [BUGFIX] Fill alternative language keys correctly
- This change adds the language dependencies individually to the array
instead of completely overwriting them as a stri... - 15:51 Revision 56cfe06b: [BUGFIX] Do not query row twice if not necessary
- If the live record is the same as the one passed in as parameter
it is not necessary to fetch the record again from d... - 15:39 Revision 62a78be8: [BUGFIX] Pass original DBALException along with SqlErrorException
- When a
TYPO3\CMS\Extbase\Persistence\Generic\Storage\Exception\SqlErrorException
is thrown, pass the previous excepti... - 14:54 Revision 8d49a7d2: [BUGFIX] Do not query row twice if not necessary
- If the live record is the same as the one passed in as parameter
it is not necessary to fetch the record again from d... - 14:52 Revision b847b3a3: [BUGFIX] Ensure all files in a directory are deleted
- The function readdir may skip files inside a directory when
its content is changed, like a file being deleted. This c... - 14:43 Revision 34a33b96: [BUGFIX] Make sure AdditionalConfiguration is loaded
- This loads AdditionalConfiguration.php even if LocalConfiguration.php
could not be loaded.
Before this change, confi... - 14:35 Revision ef3b0f29: [BUGFIX] Removes cropping from pagetree title
- Pagetree uses javascript for search.
Cropping causes issues because not the full title
is searched. As the pagetree i... - 10:31 Revision f0ba8418: [BUGFIX] Set correct default value for page action callbacks
- This patch sets the correct default value for page action callbacks passed
for `TYPO3/CMS/Backend/PageActions`. Empty... - 10:28 Revision 6f0e97c1: [BUGFIX] Revert unneeded changes in DatabaseRecordList
- Revert changes introduced with #88708 to avoid fatal errors,
e.g. with XCLASS.
Resolves: #88916
Releases: 9.5
Change... - 10:11 Revision 7123269e: [BUGFIX] Correct variable usage in f:uri.action
- Use the correct variables in f:uri.action which have been switched
with #87629.
Resolves: #88915
Releases: master
Ch... - 10:09 Revision 11a78971: [BUGFIX] Set correct default value for page action callbacks
- This patch sets the correct default value for page action callbacks passed
for `TYPO3/CMS/Backend/PageActions`. Empty... - 09:11 Revision a19b55c3: [TASK] Update nikic/php-parser to 4.2
- This patch updates nikic/php-parser to version 4.2.2, which brings
better support for PHP 7.3 and adds initial suppor... - 08:41 Revision 99b5996f: [TASK] Update nikic/php-parser to 4.2
- This patch updates nikic/php-parser to version 4.2.2, which brings
better support for PHP 7.3 and adds initial suppor...
2019-08-04
- 10:52 Revision cebfc475: [BUGFIX] Prevent tt_content.table being broken if last field is empty
- This only applies to table elements where no text enclosure
is configured.
Resolves: #88418
Releases: master, 9.5
Ch... - 10:51 Revision 3899a81d: [TASK] Sort php-cs-fixer rules by name
- Resolves: #88911
Releases: master
Change-Id: I310f0fb85cfa40b70ce65274e6e04fc21586ce0b
Reviewed-on: https://review.ty... - 10:25 Revision fca2dda3: [BUGFIX] Pass FrontendUserAuthentication to redirect handling
- `$GLOBALS['TSFE']->fe_user` is not available in the RedirectService. This
patch now explicitly passes the `frontend.u... - 10:24 Revision f8f09efb: [BUGFIX] Prevent ReflectionException when scheduler/reports is unavailable
- When symfony/dependency-injection crawls the available classes
a ReflectionException [1] occurs when the base class o... - 06:40 Revision 08f584f8: [BUGFIX] Fix tests with phpunit 8.3.2
- The new minor version of phpunit comes with a (probably) bug in their
mock API that causes errors in reflection and C...
2019-08-03
- 19:05 Revision 87837b5a: [BUGFIX] Prevent tt_content.table being broken if last field is empty
- This only applies to table elements where no text enclosure
is configured.
Resolves: #88418
Releases: master, 9.5
Ch... - 15:30 Revision c8fbb178: [BUGFIX] Removes cropping from pagetree title
- Pagetree uses javascript for search.
Cropping causes issues because not the full title
is searched. As the pagetree i... - 15:09 Revision 28d1f6af: [BUGFIX] Ensure all files in a directory are deleted
- The function readdir may skip files inside a directory when
its content is changed, like a file being deleted. This c... - 11:19 Revision 21292067: [BUGFIX] Fix PHPDoc of "stdWrap_encodeForJavaScriptValues"
- Resolves: #88900
Releases: master, 9.5
Change-Id: I37e53ddbe634d58bf1dfaf4578ac2c03a1a93d90
Reviewed-on: https://revi... - 11:15 Revision 9d7d35d5: [BUGFIX] Make sure AdditionalConfiguration is loaded
- This loads AdditionalConfiguration.php even if LocalConfiguration.php
could not be loaded.
Before this change, confi... - 10:36 Revision d0a62815: [BUGFIX] Fix PHPDoc of "stdWrap_encodeForJavaScriptValues"
- Resolves: #88900
Releases: master, 9.5
Change-Id: I37e53ddbe634d58bf1dfaf4578ac2c03a1a93d90
Reviewed-on: https://revi... - 10:23 Revision 39bba3fc: [BUGFIX] Fix typos in EmailFinisher
- This fixes some typos to make the comments more readable.
Resolves: #88584
Releases: master, 9.5
Change-Id: I165a80f... - 00:16 Revision a02211f7: [BUGFIX] Disable localization button after initial click
- This prevents various errors, caused by clicking the
localization button in the recordlist multiple times.
Resolves:... - 00:01 Revision 8ce4cfa1: [BUGFIX] Wrong sorting in documentation changelog
- Fix the sorting in documentation changelog that orders the versions
currently wrong.
Resolves: #88883
Releases: mast...
2019-08-02
- 23:45 Revision a6e009e8: [BUGFIX] Disable localization button after initial click
- This prevents various errors, caused by clicking the
localization button in the recordlist multiple times.
Resolves:... - 21:17 Revision d919976c: [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... - 20:52 Revision e58f47f7: [BUGFIX] Fill alternative language keys correctly
- This change adds the language dependencies individually to the array
instead of completely overwriting them as a stri... - 20:37 Revision 6c1421cc: [BUGFIX] Decouple ColorPicker from FormEngine
- Since #87031 the color picker is tightly coupled to FormEngine, causing
issues if not used in FormEngine context, e.g... - 17:53 Revision 62756eed: [BUGFIX] Discard published drafts of workspaces when not swapping
- When a workspace record is published, the "old", then unused record
has the values:
- workspace-id: 0
- online-id: > ... - 17:38 Revision 2d6dcbb3: [TASK] Use correct TCA for nav_hide and content_from_pid fiels of pages
- 'l10n_mode' => 'prefixLangTitle'
does not make sense for checkboxes and group types
Add language sync to those field... - 17:25 Revision 1c2bf4c4: [BUGFIX] Render tags of documentation changelog deferred
- Currently, when the changelogs get rendered in the Install Tool, for each
document the tags get rendered in the docum... - 15:50 Revision a4b580b1: [BUGFIX] Render tags of documentation changelog deferred
- Currently, when the changelogs get rendered in the Install Tool, for each
document the tags get rendered in the docum... - 15:50 Revision 5d88e68d: [BUGFIX] Prevent PHP Warning with TCA selectTree
- Make sure there is actually an 'items' array in the processedTCA
before validating the items.
Resolves: #88624
Relea... - 15:50 Revision a2448a2b: [BUGFIX] Prevent PHP Warning with TCA selectTree
- Make sure there is actually an 'items' array in the processedTCA
before validating the items.
Resolves: #88624
Relea... - 15:27 Revision d7f1c9ea: [BUGFIX] Prevent PHP Warning with TCA selectTree
- Make sure there is actually an 'items' array in the processedTCA
before validating the items.
Resolves: #88624
Relea... - 15:15 Revision 1489221a: [BUGFIX] Render slug dependent fields in single table view
- If only the slug field should be rendered in the record list, all fields
which are required to generate the slug are ... - 14:50 Revision 9a110867: [BUGFIX] Render slug dependent fields in single table view
- If only the slug field should be rendered in the record list, all fields
which are required to generate the slug are ... - 14:47 Revision 6ecf668f: [BUGFIX] Streamline routing redirects to default site language
- Calling the frontend with an URL that does not contain a valid base
URI for a configured language resulted in a tempo... - 14:39 Revision 14ef7c64: [TASK] Deprecate sending mails in ContentObjectRenderer
- The ContentObjectRenderer should not care about sending mails, therefore it has
been marked as deprecated.
Resolves:... - 14:03 Revision 3e5a9c78: [BUGFIX] Streamline routing redirects to default site language
- Calling the frontend with an URL that does not contain a valid base
URI for a configured language resulted in a tempo... - 14:01 Revision 98bf45ab: [TASK] Remove special TSFE handling in FileCollector
- The FileCollector is e.g. used for resolving
references in the FILES cObject. The check for
TSFE can be removed since... - 13:39 Revision bbd7188f: [TASK] Allow longer URL in redirects
- Extend field length of source_path and target
Resolves: #88336
Releases: master, 9.5
Change-Id: I46c241b5782b0a0b8b2... - 11:52 Revision 523875cf: [FEATURE] Add noopener and noreferrer to external target blank links
- All links processed by TypoLink now will add rel="noopener noreferrer"
if necessary.
They are only added for target="... - 11:47 Revision b359e4f9: [TASK] Use correct TCA for nav_hide and content_from_pid fiels of pages
- 'l10n_mode' => 'prefixLangTitle'
does not make sense for checkboxes and group types
Add language sync to those field... - 10:39 Revision c32e8b71: [BUGFIX] Mention new TypoScriptService namespace
- This explains where `TypoScriptService` was moved to.
In order to ease the migration the documentation now
mentions ... - 10:38 Revision dd16213f: [BUGFIX] Mention new TypoScriptService namespace
- This explains where `TypoScriptService` was moved to.
In order to ease the migration the documentation now
mentions ... - 10:12 Revision af6eac3f: [TASK] Optimize UI of language packs management
- The UI of the "Manage Language Packs" modal is optimized:
- Buttons are grouped into a `btn-group`
- Language name i... - 10:06 Revision e1512079: [BUGFIX] Mention new TypoScriptService namespace
- This explains where `TypoScriptService` was moved to.
In order to ease the migration the documentation now
mentions ... - 10:05 Revision 7996263c: [BUGFIX] Use proper methods of symfony/mime
- Fix missing parts after the migration from swiftmailer to symfony/mime
Resolves: #88849
Releases: master
Change-Id: ...
2019-08-01
- 17:45 Revision 6126fb37: [TASK] Organize Install Tool JavaScript modules into directories
- For organizational purposes the Install Tool JavaScript modules are now
grouped into directories matching their paren...
2019-07-31
- 15:59 Revision 81660b4c: [TASK] Deprecate T3_THIS_LOCATION
- This patch deprecates the global variable `T3_THIS_LOCATION`. This
variable is mostly used to attach a returnUrl argu... - 12:03 Revision 33428b6d: [TASK] Allow longer URL in redirects
- Extend field length of source_path and target
Resolves: #88336
Releases: master, 9.5
Change-Id: I46c241b5782b0a0b8b2... - 11:44 Revision 8415d5c9: [FEATURE] Display Application Context in CLI
- The Command Request Handler now displays the
current Application Context when executing the
CLI context.
Resolves: #...
2019-07-30
- 16:28 Revision 595a5a84: [BUGFIX] Drop superfluous `returnUrl` argument
- With #88787 the method `makeReturnUrl()` is used to append the returnUrl
to the links. The method already attaches th... - 15:39 Revision 57a7758e: [TASK] Deprecate `T3_RETURN_URL`
- The global JavaScript variable `T3_RETURN_URL` containing the returnUrl
sent either via GET or POST has been marked a... - 15:38 Revision 81844b40: [BUGFIX] Clear page cache: show status, prevent multiple clicks
- Replace the clear cache button with a spinner during the AJAX request.
While the request is executed, the button is n... - 14:35 Revision e17c6731: [TASK] Drop JavaScript function `jumpSelf`
- The JavaScript function `jumpSelf` is only used to some clipboard actions.
Moving the links to a regular `href` has t...
2019-07-29
- 20:55 Revision d2960656: [BUGFIX] Use correct matcher for `BackendUtility::editOnClick`
- Resolves: #88855
Related: #88787
Releases: master
Change-Id: I3578c36fac2a6bb57704d41ccfa60a6dbd4727b9
Reviewed-on: h... - 20:47 Revision 33b0333c: [BUGFIX] Explicitly cast variable to string
- Class \TYPO3\CMS\Extbase\Core\Bootstrap calls method
\TYPO3\CMS\Extbase\Mvc\ResponseInterface::shutdown()
which does ... - 12:40 Revision 57dea057: [TASK] Deprecate BackendUtility::editOnClick()
- This patch deprecates BackendUtility::editOnClick() which is used to build
a JavaScript-based redirect to the EditDoc...
2019-07-26
- 16:02 Revision f94970b7: [TASK] Log module: Move "show history" to the actions column
- Move the "Show history" link to the actions column.
Add default styling for the button.
Resolves: #88822
Releases: m... - 15:31 Revision bc2a560b: [TASK] Log module: Move "show history" to the actions column
- Move the "Show history" link to the actions column.
Add default styling for the button.
Resolves: #88822
Releases: m...
2019-07-24
- 09:39 Revision bdf476cc: [BUGFIX] Fix typo in comment and documentation
- Replace 'nessesary' with 'necessary'.
Resolves: #88828
Releases: master
Change-Id: Ie755aa8f6d994caa64b30c44a0fb0db1...
2019-07-23
- 11:54 Revision 3e14a9d5: [BUGFIX] Use temporary directory for exporting files
- When adding exports into fileadmin, the files
are stored in a temporary folder, which is located
in typo3temp/var/tra... - 11:53 Revision 5847e3ae: [TASK] Set TYPO3 version to 10.1.0-dev
- Change-Id: Ic8975554d38eef468af5454152a0200e21eb962d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/613... - 09:06 Revision c91b70e4: [RELEASE] Release of TYPO3 10.0.0
- Change-Id: I4b576a1651703f7d404dac7127f9ad373310be58
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/613... - 08:23 Revision 8945dbe9: [BUGFIX] Provide the page id to the CacheHashCalculator
- If an indexing configuration is used which required to calculate a chash,
the page id must be provided as well.
Reso... - 07:57 Revision 838abc8e: [BUGFIX] Use temporary directory for exporting files
- When adding exports into fileadmin, the files
are stored in a temporary folder, which is located
in typo3temp/var/tra...
2019-07-22
- 22:07 Revision 09ee7f61: [TASK] Disable autocompletion in Install Tool settings
- To prevent unwanted entries, the autocomplete attribute
in the Install tool is added with the `off` property.
Resolv... - 21:47 Revision ebad91ff: [TASK] Disable autocompletion in Install Tool settings
- To prevent unwanted entries, the autocomplete attribute
in the Install tool is added with the `off` property.
Resolv... - 17:24 Revision 33464004: [TASK] Review v10.0 Changelog
- Change-Id: Id4f981b3d6b62601ae4f3c7a56b3153d1884f669
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/613... - 15:22 Revision 9316718f: [TASK] Only load extensions compatible with TYPO3 v8 or later
- In order to keep the the extension list in the database small,
the repository data is limited to TYPO3 v8 or later.
... - 12:52 Revision f00757ac: [TASK] Clean up comments about deprecation
- This patch adds some sentence dots, and adapts
various places about deprecations of 10.0 which
didn't make into TYPO3... - 09:05 Revision 80588bc2: [BUGFIX] Ensure EventDispatcher is available in installtool container
- The Mailer class used by EnvironmentController::mailTestAction()
requires the EventDispatcher to be available. Provid... - 09:01 Revision db282038: [TASK] Remove dependency to TSFE from AdminPanel initialisation
- The dependency of AdminPanel initialisation and TSFE has been dissolved.
Furthermore, the AdminPanel initialisation h... - 08:54 Revision dc08d6d3: [TASK] Show command of console commands in backend
- Show the console command and arguments in the backend of symfony commands.
Resolves: #88788
Releases: master, 9.5
Ch... - 08:39 Revision 9378f993: [TASK] Show command of console commands in backend
- Show the console command and arguments in the backend of symfony commands.
Resolves: #88788
Releases: master, 9.5
Ch... - 08:28 Revision 7a2e7846: [TASK] Complete list of classes with strict mode
- This patch adds classes to the ReST file that lists
classes that switched to strict mode during the
development of TY... - 01:44 Revision e83bb5f3: [BUGFIX] Properly check install tool password in report
- Also output a report message in case of unsupported hash algorithm.
Resolves: #88794
Releases: master, 9.5
Change-Id... - 01:19 Revision fdd8d972: [BUGFIX] Properly check install tool password in report
- Also output a report message in case of unsupported hash algorithm.
Resolves: #88794
Releases: master, 9.5
Change-Id...
2019-07-21
- 23:23 Revision 3fa591bb: [BUGFIX] Make files deletable if storage is not browsable
- A check is added to abort the search for a recycler folder
if a storage is not browsable.
An editor wouldn't be able ... - 23:13 Revision a95f639e: [BUGFIX] Make files deletable if storage is not browsable
- A check is added to abort the search for a recycler folder
if a storage is not browsable.
An editor wouldn't be able ... - 21:38 Revision f6db1a0e: [BUGFIX] Make files deletable if storage is not browsable
- A check is added to abort the search for a recycler folder
if a storage is not browsable.
An editor wouldn't be able ... - 10:14 Revision 8cfc18a5: [!!!][TASK] Remove POST option from typolink.addQueryString.method
- Setting `addQueryString.method` of typolink could be used like shown
below in order to transform HTTP POST parameters...
2019-07-20
- 15:05 Revision 03543ce3: [TASK] Instantiate Context through dependency injection
- Context is stateful as Aspects dependent on the (currently dispatched)
request type (frontend/backend/installtool/CLI... - 08:09 Revision 36dad0b7: [BUGFIX] Fix warning in AbstractConfigurationManagerTest
- https://review.typo3.org/c/Packages/TYPO3.CMS/+/60834
changed the method getSwitchableControllerActions
to be called ...
2019-07-19
- 16:46 Revision d1f4dbdb: [!!!][FEATURE] Introduce PSR-3 Logging
- TYPO3's Logging Framework (especially LogLevel and LogManager)
are not PSR-3 compatible, as it uses integers as const... - 14:51 Revision 3046caeb: [FEATURE] Add TypoScriptAspect to handle TypoScript Context settings
- A TypoScriptAspect has been introduced to handle Context depending
TypoScript settings. As a first step, the property... - 14:05 Revision 25dbcbc2: [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:05 Revision cc6f935f: [BUGFIX] Add missing type casts in ExportController
- This patch adds a type cast to fix broken export of tables.
Resolves: #88803
Releated: #88662
Releases: master
Chang... - 13:55 Revision 7bf9248a: [TASK] Adjust php-cs-fixer rules
- The php-cs-fixer rules have been adjusted by the following settings:
- no_empty_phpdoc: Remove empty phpdoc blocks w... - 12:41 Revision e7199c76: [!!!][TASK] DatabaseRecordList: Remove unused code
- Some properties and methods are not used any more. They can be removed.
Resolves: #88779
Releases: master
Change-Id:... - 10:39 Revision c42b7aa0: [FEATURE] Introduce PreviewAspect for handling the preview flag
- The public internal property of TSFE "fePreview" has been deprecated
in favor of a dedicated aspect handling the fron...
Also available in: Atom