Activity
From 2019-01-09 to 2019-02-07
2019-02-07
- 10:07 Revision 9618006a: [!!!][TASK] Build strict PSR-15 middlewares
- All PSR-15 middlewares now do not set the
$GLOBALS['TYPO3_REQUEST'] object anymore. Instead,
the RequestHandlers are ... - 10:02 Revision 2e8a1911: [BUGFIX] Revert Set controller in ExtbasePluginEnhancer"
- The accepted change adds an ugly side-effect when using
the same controller/action in multiple route variants.
This ... - 09:46 Revision 0615ba7c: [BUGFIX] Revert Set controller in ExtbasePluginEnhancer"
- The accepted change adds an ugly side-effect when using
the same controller/action in multiple route variants.
This ... - 08:12 Revision 3b11984b: [BUGFIX] Set controller in ExtbasePluginEnhancer
- If the controller of a route in a routeEnhancer differs
from the default controller, it will now be used for the
gene... - 07:39 Revision 977ed578: [BUGFIX] Set controller in ExtbasePluginEnhancer
- If the controller of a route in a routeEnhancer differs
from the default controller, it will now be used for the
gene... - 07:35 Revision 5b9630db: [BUGFIX] Corrected tooltip for pages with nav_hide
- The inverted state of the nav_hide values is now considered.
For this purpose, the original label is supplemented aga... - 00:20 Revision 1450bdb2: [BUGFIX] Use proper argument for options in SendEmailCommand
- InputOption::VALUE_REQUIRED must be used instead of InputArgument::REQUIRED.
Resolves: #87648
Releases: master, 9.5
... - 00:04 Revision fe1fc8fe: [BUGFIX] Use proper argument for options in SendEmailCommand
- InputOption::VALUE_REQUIRED must be used instead of InputArgument::REQUIRED.
Resolves: #87648
Releases: master, 9.5
...
2019-02-06
- 16:22 Revision c0557fd5: [TASK] Add language synchronization tests for TCA type inline/CSV
- Adds DataHandler tests that were available for TCA type inline/FF
for inline/CSV as well (initially introduced with i... - 16:22 Revision 3e13d6a7: [TASK] Add language synchronization tests for TCA type inline/CSV
- Adds DataHandler tests that were available for TCA type inline/FF
for inline/CSV as well (initially introduced with i... - 16:21 Revision 7444d72c: [TASK] Add language synchronization tests for TCA type inline/CSV
- Adds DataHandler tests that were available for TCA type inline/FF
for inline/CSV as well (initially introduced with i... - 10:23 Revision 7671e3bf: [TASK] Use constructor injection in QueryFactory
- Class QueryFactory does no longer use setter injection but
constructor injection instead.
Releases: master
Resolves:... - 08:48 Revision edadea91: [TASK] Migrate Redirect Url Validator into own class
- The logic within EXT:felogin for validating proper redirect/referer
URLs is extracted into a new PHP class, which can...
2019-02-05
- 21:24 Revision 20242f99: [BUGFIX] Show hidden subgroups of fe_group
- When editing a fe_group show its subgroups even if those are set to
hidden in order to avoid losing the subgroup rela... - 19:54 Revision 4889dfa2: [!!!][TASK] Remove obsolete APC Cache Backend
- All occurrences of APC (without suffix "u") are removed from the
TYPO3 core since APC is discontinued and does not wo... - 18:18 Revision ef298232: [BUGFIX] Show hidden subgroups of fe_group
- When editing a fe_group show its subgroups even if those are set to
hidden in order to avoid losing the subgroup rela... - 18:16 Revision 2a4dcbad: [TASK] Avoid runtime reflection calls in ObjectAccess
- ObjectAccess had two kinds of runtime reflection calls:
1) To gather data about object properties and methods
2) To ...
2019-02-03
- 16:26 Revision bcde6c01: [FEATURE] Use symfony/property-info to gather doc block information
- This patch introduces the requirement to symfony/property-info
which provides a neat api to extract information about...
2019-02-02
- 16:50 Revision f3c1d182: [TASK] Reduce information disclosure of the used TYPO3 version
- Reduce information disclosure of the used TYPO3 version by adding
a dynamic 4-digit year in the TYPO3_copyright_year ... - 11:28 Revision f4a292cc: [BUGFIX] Raise minimum required prophecy version to 1.7.5
- The recently introduced `object` type declarations for extbase classes
require a minimum version of prophecy 1.7.5. P...
2019-02-01
- 21:08 Revision 0ebd248b: [BUGFIX] Reuse entities of overridden classes in persistence session
- When saving and retrieving object from the persistence session,
implementation class names set via \TYPO3\CMS\Extbase... - 20:57 Revision 3b79a817: [BUGFIX] Add support for language -1 to TCA field type slug
- Use default language as fallback for records with sys_language_uid = -1
Resolves: #87067
Releases: master, 9.5
Chang... - 20:50 Revision 8b26ad40: [BUGFIX] Use proper exception messages for Scheduler::fetchTask()
- Use a proper message in case a non existent uid was passed and
correctly handle the case where no task uid was passed... - 20:50 Revision b62cff95: [BUGFIX] Use proper exception messages for Scheduler::fetchTask()
- Use a proper message in case a non existent uid was passed and
correctly handle the case where no task uid was passed... - 20:49 Revision 39dd5bf5: [BUGFIX] Mark scheduler tasks as executed on PHP-level errors
- The scheduler now catches any error implementing the `\Throwable`
interface thrown by a task to be able to mark such ... - 20:46 Revision 4c0fd85f: [BUGFIX] Reuse entities of overridden classes in persistence session
- When saving and retrieving object from the persistence session,
implementation class names set via \TYPO3\CMS\Extbase... - 20:42 Revision 265ced72: [BUGFIX] Add support for language -1 to TCA field type slug
- Use default language as fallback for records with sys_language_uid = -1
Resolves: #87067
Releases: master, 9.5
Chang... - 19:17 Revision a9ad3d2e: [TASK] Replace EditRecordViewHelper of EXT:redirects with ModuleLinkViewHelper
- Resolves: #87580
Releases: master
Change-Id: I5a384707d0c0ecd9b797ce89dced25f0738942c6
Reviewed-on: https://review.ty... - 19:08 Revision c18120b0: [BUGFIX] Mark scheduler tasks as executed on PHP-level errors
- The scheduler now catches any error implementing the `\Throwable`
interface thrown by a task to be able to mark such ... - 19:07 Revision 3ab46341: [BUGFIX] Ensure type safety for ViewHelper calling ImageService
- The ImageService::getImage requires a string as first and a boolean as
third parameter. The ThumbnailViewHelper must ... - 18:53 Revision 1eb9162d: [TASK] Refactor metadata handling in FAL
- Meta data of files handled by FAL is fetched, created and updated in
various places, which makes it hard to maintain ... - 18:20 Revision d064c496: [BUGFIX] Mark scheduler tasks as executed on PHP-level errors
- The scheduler now catches any error implementing the `\Throwable`
interface thrown by a task to be able to mark such ... - 18:11 Revision 3ee1346a: [TASK] Update typo3fluid/fluid to 2.6.0
- Fixes missing output in ifAuthenticatedViewHelper after cache clearing
and erroneous replication of field properties ... - 18:06 Revision 8868fae1: [BUGFIX] Use real finisher identifier in form element variants
- Use the real finisher identifiers as they are configured in the
form definition instead the finisher implementation c... - 18:06 Revision b689a8dc: [BUGFIX] Fix return type of determineSiteScript
- substr returns a boolean instead of an empty string. A typecast fixes
this problem (See http://php.net/manual/de/func... - 17:44 Revision 08295e09: [BUGFIX] Use proper exception messages for Scheduler::fetchTask()
- Use a proper message in case a non existent uid was passed and
correctly handle the case where no task uid was passed... - 17:43 Revision e0646bd4: [BUGFIX] Fix return type of determineSiteScript
- substr returns a boolean instead of an empty string. A typecast fixes
this problem (See http://php.net/manual/de/func... - 17:35 Revision 5cb62973: [TASK] Move FieldControl/EditPopup handling to module
- The FieldControl `EditPopup` now uses a dedicated module for its
handling and no longer uses inline `onclick` handler... - 17:29 Revision 87a7b8f7: [TASK] Harden \TYPO3\CMS\Extbase\Object\ObjectManager
- - Use strict type mode
- Use type hints whereever possible
- fix test of creating viewhelper instance using object ma... - 17:11 Revision 5b49897b: [FEATURE] Render thumbnails in file list module deferred
- This patch adds a new ViewHelper to render thumbnails deferred in
the backend. This increase the performance of the f... - 17:07 Revision 511dbfec: [TASK] Reduce information disclosure of the used TYPO3 version
- Reduce information disclosure of the used TYPO3 version by adding
a dynamic 4-digit year in the TYPO3_copyright_year ... - 16:53 Revision f4a7c61f: [BUGFIX] Use real finisher identifier in form element variants
- Use the real finisher identifiers as they are configured in the
form definition instead the finisher implementation c... - 16:45 Revision 3469afec: [TASK] Update typo3fluid/fluid to 2.6.0
- Fixes missing output in ifAuthenticatedViewHelper after cache clearing
and erroneous replication of field properties ... - 16:44 Revision 65c12348: [TASK] Improve ClassSchema methods api
- This patch introduces a new Method class to have an
easier and more stable api to get information about class
methods... - 16:41 Revision 361b8ca2: [TASK] Remove deprecated code from TypoScript condition matchers
- Resolves: #87607
Related: #87193
Releases: master
Change-Id: I5c1ce876cd6ad5edeecefce03d7a1e3619f9d54c
Reviewed-on: h... - 16:31 Revision a59e232b: [BUGFIX] Ensure type safety for ViewHelper calling ImageService
- The ImageService::getImage requires a string as first and a boolean as
third parameter. The Image ViewHelpers must re... - 15:30 Revision 62109137: [!!!][TASK] Harden \TYPO3\CMS\Extbase\Service\ImageService
- - Use strict type mode
- Use type hints whereever possible
Releases: master
Resolves: #87599
Change-Id: I8840b7fad16... - 14:37 Revision 7c4f8e8a: [TASK] Harden \TYPO3\CMS\Extbase\Service\EnvironmentService
- - Use strict type mode
- Use type hints whereever possible
Releases: master
Resolves: #87597
Change-Id: Ic4cfb5512f4... - 13:19 Revision 589057c9: [TASK] Harden \TYPO3\CMS\Extbase\Utility\TypeHandlingUtility
- - Use strict type mode
- Use type hints whereever possible
Releases: master
Resolves: #87601
Change-Id: I087fcb4a87e... - 12:50 Revision abd033b9: [TASK] Harden \TYPO3\CMS\Extbase\Service\CacheService
- - Use strict type mode
- Use type hints whereever possible
Releases: master
Resolves: #87596
Change-Id: I99fe661ff7e... - 12:32 Revision 04e7d09c: [!!!][TASK] Consolidate extbase caches
- The caches of extbase have been consolidated as both of them shared the
same caching frontend. Cache identifiers `ext... - 12:30 Revision b49d32bf: [TASK] Replace ModuleLinkViewHelper of EXT:scheduler with ModuleLinkViewHelper of EXT:backend
- Resolves: #87579
Releases: master
Change-Id: I04e8d291a030dac0a0df526e46aa40ba27a24b39
Reviewed-on: https://review.ty... - 12:22 Revision 1d088f92: [TASK] Use shorthand syntax for global variable $LANG consistently
- TYPO3 uses $GLOBALS['LANG'] directly in some places, but since
TYPO3 v7, new code started to use a short hand protect... - 12:10 Revision b70a86cc: [TASK] Harden \TYPO3\CMS\Extbase\Security\Cryptography\HashService
- - Use strict type mode
- Use type hints whereever possible
Releases: master
Resolves: #87595
Change-Id: If5954609317... - 11:49 Revision 10cd14f3: [TASK] Harden \TYPO3\CMS\Extbase\Core\Bootstrap
- - Use strict type mode
- Use type hints whereever possible
Releases: master
Resolves: #87603
Change-Id: I3430b59e931... - 11:30 Revision e01c1215: [!!!][TASK] Harden \TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
- - Use strict type mode
- Use type hints whereever possible
Releases: master
Resolves: #87608
Change-Id: I3fc153c68bb... - 10:30 Revision e67b6cf1: [TASK] Use FQCN's when registering plugins/modules
- The following methods used controller aliases:
- \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin
- \TYP...
2019-01-31
- 07:22 Revision e4e01dd4: [!!!][TASK] Remove view related properties from ActionController
- Both properties $namespacesViewObjectNamePattern and
$viewFormatToObjectNameMap of class ActionController
have been r... - 07:21 Revision 6c58192d: [TASK] Remove unused class import statements
- Resolves: #87589
Releases: master
Change-Id: I69119636e11d116b79fc627a2993a1fa84d7a39c
Reviewed-on: https://review.ty... - 07:03 Revision a50da844: [TASK] Remove unused PHP variables
- Resolves: #87590
Releases: master
Change-Id: I30af97f075d352792370b363b0b152ead99eacab
Reviewed-on: https://review.ty...
2019-01-30
- 17:01 Revision eea77b70: [BUGFIX] Resolve site correctly in nested site structure
- Due to a bug in checking for $result[t3ver_oid] ?? $result[uid]
the uid is never used, but only the t3ver_oid. This v... - 16:41 Revision 87ffd789: [BUGFIX] Resolve site correctly in nested site structure
- Due to a bug in checking for $result[t3ver_oid] ?? $result[uid]
the uid is never used, but only the t3ver_oid. This v... - 12:19 Revision 1c2d76c0: [TASK] Increase field name of table sys_file_storage
- Increase the length of the field from 30 to 255 chars to be in
sync with other tables, e.g. sys_file_mounts. 30 is fa... - 11:34 Revision 14a1fdc9: [TASK] Increase field name of table sys_file_storage
- Increase the length of the field from 30 to 255 chars to be in
sync with other tables, e.g. sys_file_mounts. 30 is fa... - 11:30 Revision 1fd41c25: [TASK] Remove unused DeleteFileViewHelper
- Since #72332 the url to the delete action is built in the controller and
assigned to the view.
Resolves: #87578
Rele... - 07:05 Revision 73d3d2d3: [BUGFIX] Use overridden field label in list view
- If a label of a table column is overridden by TsConfig
(TCEFORM.<table>.<column>.label), the new value
must also be u... - 06:47 Revision 958b398f: [BUGFIX] Use overridden field label in list view
- If a label of a table column is overridden by TsConfig
(TCEFORM.<table>.<column>.label), the new value
must also be u...
2019-01-29
- 08:19 Revision 5e589a33: [!!!][TASK] Drop TBE_TEMPLATE variable
- The global variable TBE_TEMPLATE is not
necessary anymore, and is not available anymore.
The change is still ugly, a... - 06:56 Revision 721a8ba1: [TASK] Use ModuleLinkViewHelper in EXT:sys_note
- Replace custom VH with the one provided by EXT:backend.
Resolves: #87507
Releases: master
Change-Id: I882d7555654a05... - 06:56 Revision 5e499f3f: [TASK] Use ModuleLinkViewHelper instead of IssueCommandViewHelper
- Use the general ModuleLinkViewHelper instead of custom VH.
Resolves: #87509
Releases: master
Change-Id: I7f0d7125d0e...
2019-01-28
- 21:14 Revision 253c9c6a: [BUGFIX] Add correct description for CType menu_sitemap
- This patch adds the correct description text for the new
content element wizard of CType "menu_sitemap".
Resolves: #... - 20:51 Revision 91eab97f: [BUGFIX] Add correct description for CType menu_sitemap
- This patch adds the correct description text for the new
content element wizard of CType "menu_sitemap".
Resolves: #... - 20:44 Revision 770d7afb: [TASK] Use PSR-15 middlewares in install tool
- Remove the old concept of priority-based HTTP request handlers,
and use statically configured PSR-15 middlewares inst... - 14:04 Revision afde94e2: [TASK] Add correct description for ext-intl composer.json
- Releases: master
Resolves: #87559
Change-Id: I74d7ef26017080e45eb129217613ad7c36cd3881
Reviewed-on: https://review.ty... - 08:43 Revision dc9999fe: [TASK] Improve indexed_search manual
- Improves indexed search documentation, mentioning activation
and inclusion of a static template.
Releases: master, 9... - 07:36 Revision 0373fe57: [!!!][TASK] Remove last marked deprecations
- Various deprecated code regarding EXT:form and FormEngine
have been removed.
* IRRE CustomControls without userFunc ... - 00:01 Revision 00fd028d: [TASK] Improve indexed_search manual
- Improves indexed search documentation, mentioning activation
and inclusion of a static template.
Releases: master, 9...
2019-01-27
- 08:48 Revision d7ad0ce9: [TASK] Use constructor injection in configuration managers
- The following classes do no longer use setter injection but
constructor injection instead:
- TYPO3\CMS\Extbase\Confi...
2019-01-26
- 14:25 Revision 1e3ba508: [BUGFIX] Prevent selection of pagetree loader animation
- Resolves: #87505
Releases: master, 9.5
Change-Id: I879c4c484f8380a7270bd57c0d54a14ea7c7ad2e
Reviewed-on: https://revi...
2019-01-25
- 14:21 Revision db880a16: [TASK] bamboo: db dependency loop needs break condition
- Functional and acceptance tests need a db up and running.
The according container is started as dependency and a
loop... - 14:21 Revision 3d991133: [TASK] bamboo: db dependency loop needs break condition
- Functional and acceptance tests need a db up and running.
The according container is started as dependency and a
loop... - 14:21 Revision 830e1022: [TASK] bamboo: db dependency loop needs break condition
- Functional and acceptance tests need a db up and running.
The according container is started as dependency and a
loop... - 06:25 Revision 2d3aa427: [TASK] Replace RemoveUserViewHelper with ModuleLinkViewHelper
- Resolves: #87523
Releases: master
Change-Id: I711ddb140e03e87b38ec06a7814e4b488bc9e9c9
Reviewed-on: https://review.ty...
2019-01-24
- 13:52 Revision 0c2c1864: [BUGFIX] Prevent FrontendUserImageUpdateWizard to be marked as done
- This patch prevents the FrontendUserImageUpdateWizard to be marked
as done if error(s) occurred and some relations we...
2019-01-22
- 16:57 Revision 80260568: [TASK] Set TYPO3 version to 8.7.25-dev
- Change-Id: If901a1348d3d2b7c71d9f6d4cdc1c278c2c66878
Reviewed-on: https://review.typo3.org/59550
Tested-by: TYPO3com ... - 16:25 Revision f4a2203b: [RELEASE] Release of TYPO3 8.7.24
- Change-Id: If0f49e5c703359c9bee49f78a1b116f59661d2de
Reviewed-on: https://review.typo3.org/59549
Reviewed-by: Oliver ... - 16:11 Revision c8c21aa5: [BUGFIX] Use Json-based response for RequireJsController
- This is a regression due to a very unfortunate
rebasing of a security backport which had the
exact code as changed he... - 14:24 Revision 45f2e509: [TASK] Set TYPO3 version to 9.5.5-dev
- Change-Id: I79cae98160005dca967c52f91d35e7144ab2f438
Reviewed-on: https://review.typo3.org/59546
Tested-by: TYPO3com ... - 14:23 Revision 0251dbde: [TASK] Set TYPO3 version to 8.7.24-dev
- Change-Id: I97add7062910b1d788b3f63f8e4822320b1f7545
Reviewed-on: https://review.typo3.org/59544
Tested-by: TYPO3com ... - 11:12 Revision f4b9d77c: [RELEASE] Release of TYPO3 9.5.4
- Change-Id: Ida0a6c7ae54541167fb9ccb71b56300d31ebcb4f
Reviewed-on: https://review.typo3.org/59545
Reviewed-by: Oliver ... - 11:10 Revision 720faa83: [RELEASE] Release of TYPO3 8.7.23
- Change-Id: I73b988c86292bed46d62d60e231edee5c978cc4c
Reviewed-on: https://review.typo3.org/59543
Reviewed-by: Oliver ... - 11:00 Revision 23393bf8: [TASK] Recompile install.css
- Resolves: #87517
Releases: 8.7
Change-Id: Ifb44c2858d194f091949197e4cef84480bc87abe
Reviewed-on: https://review.typo3... - 09:43 Revision a0cb44e6: [SECURITY] Extend file deny pattern
- In order to enhance protection against (possible) executable file
extensions phar, shtml, cgi, pl have been added to ... - 09:43 Revision 7b413d09: [SECURITY] Use a fluid template for the ConfirmationFinisher message
- The ConfirmationFinisher message is now rendered within a fluid template
to allow styling of the message.
Furthermore... - 09:43 Revision d80a3ad2: [SECURITY] Raise bootstrap 3.4.0 to fix XSS in JS components
- Fixes an XSS issue in Alert, Carousel, Collapse, Dropdown, Modal,
and Tab components.
Executed tasks:
cd Build
y... - 09:43 Revision 18e154ec: [SECURITY] XSS issues in Fluid view helpers
- * HtmlentitiesViewHelper
* UrlencodeViewHelper
* StripTagsViewHelper
Resolves: #85764
Releases: master, 9.5, 8.7
Sec... - 09:43 Revision 64cb2f8f: [SECURITY] Prevent possible XSS in install tool
- Resolves: #86455
Releases: master, 9.5
Security-Commit: 161663d336f7a6c52a87359a1d1ac01037e5c768
Security-Bulletin: T... - 09:42 Revision f6e0f545: [SECURITY] Avoid creation of backend users without password
- When using FormEngine it is possible to create a Backend User
without setting a password (or username), which could l... - 09:42 Revision da6d0adf: [SECURITY] Avoid disclosing loaded extensions
- Inline JavaScript settings for RequireJS and ajaxUrls disclose the
existence of specific extensions in a TYPO3 instal... - 09:42 Revision 9990278c: [SECURITY] Extend file deny pattern
- In order to enhance protection against (possible) executable file
extensions phar, shtml, cgi, pl have been added to ... - 09:42 Revision a0c43481: [SECURITY] Use a fluid template for the ConfirmationFinisher message
- The ConfirmationFinisher message is now rendered within a fluid template
to allow styling of the message.
Furthermore... - 09:42 Revision d578fd3e: [SECURITY] Raise bootstrap 3.4.0 to fix XSS in JS components
- Fixes an XSS issue in Alert, Carousel, Collapse, Dropdown, Modal,
and Tab components.
Executed tasks:
cd Build
y... - 09:42 Revision c94f5665: [SECURITY] XSS issues in Fluid view helpers
- * HtmlentitiesViewHelper
* UrlencodeViewHelper
* StripTagsViewHelper
Resolves: #85764
Releases: master, 9.5, 8.7
Sec... - 09:42 Revision cb9c5266: [SECURITY] Prevent possible XSS in install tool
- Resolves: #86455
Releases: master, 9.5
Security-Commit: d85aefca2b40d7b87a76ab9f4277fda2a760edbd
Security-Bulletin: T... - 09:42 Revision b3608d14: [SECURITY] Avoid creation of backend users without password
- When using FormEngine it is possible to create a Backend User
without setting a password (or username), which could l... - 09:41 Revision 889ed77d: [SECURITY] Avoid disclosing loaded extensions
- Inline JavaScript settings for RequireJS and ajaxUrls disclose the
existence of specific extensions in a TYPO3 instal... - 09:41 Revision 095ae4ab: [SECURITY] Extend file deny pattern
- In order to enhance protection against (possible) executable file
extensions phar, shtml, cgi, pl have been added to ... - 09:41 Revision 79528f75: [SECURITY] Use a fluid template for the ConfirmationFinisher message
- The ConfirmationFinisher message is now rendered within a fluid template
to allow styling of the message.
Furthermore... - 09:41 Revision 2afe72a4: [SECURITY] Raise bootstrap 3.4.0 to fix XSS in JS components
- Fixes an XSS issue in Alert, Carousel, Collapse, Dropdown, Modal,
and Tab components.
Executed tasks:
cd Build
y... - 09:41 Revision 732c4acf: [SECURITY] XSS issues in Fluid view helpers
- * HtmlentitiesViewHelper
* UrlencodeViewHelper
* StripTagsViewHelper
Resolves: #85764
Releases: master, 9.5, 8.7
Sec... - 09:41 Revision 5004201e: [SECURITY] Backend user privilege escalation for language limitations
- Backend user being limitted to specific languages were allowed to create
or modify pages of the default language (sys... - 09:41 Revision e4d0cff4: [SECURITY] Avoid creation of backend users without password
- When using FormEngine it is possible to create a Backend User
without setting a password (or username), which could l... - 09:41 Revision c81cca9e: [SECURITY] Avoid disclosing loaded extensions
- Inline JavaScript settings for RequireJS and ajaxUrls disclose the
existence of specific extensions in a TYPO3 instal... - 08:13 Revision 1738a8cf: [BUGFIX] Prevent exception in early bootstrap exception handler
- ErrorPageController which is used by the ProductionExceptionHandler
must not rely on PackageManager to be available. ... - 07:41 Revision 90305f1b: [BUGFIX] Prevent exception in early bootstrap exception handler
- ErrorPageController which is used by the ProductionExceptionHandler
must not rely on PackageManager to be available. ... - 07:23 Revision dad429a9: [BUGFIX] Prevent selection of pagetree loader animation
- Resolves: #87505
Releases: master, 9.5
Change-Id: I879c4c484f8380a7270bd57c0d54a14ea7c7ad2e
Reviewed-on: https://revi...
2019-01-21
- 21:35 Revision 14f77d06: [TASK] Make the site's identifier available in TypoScript
- Since #86422 the configuration of a site is available with TypoScript.
As the identifier itself is not part of the co... - 20:32 Revision 1fae04ec: [TASK] Raise guzzlehttp/psr7 composer dependency
- composer update guzzlehttp/psr7
Resolves: #87512
Releases: master, 9.5, 8.7
Change-Id: Ic3dcef632fd1ac65e09f5d8fb6d6... - 20:32 Revision 7605ecf0: [TASK] Raise guzzlehttp/psr7 composer dependency
- composer update guzzlehttp/psr7
Resolves: #87512
Releases: master, 9.5, 8.7
Change-Id: Ic3dcef632fd1ac65e09f5d8fb6d6... - 20:32 Revision cc697656: [TASK] Raise guzzlehttp/psr7 composer dependency
- composer update guzzlehttp/psr7
Resolves: #87512
Releases: master, 9.5, 8.7
Change-Id: Ic3dcef632fd1ac65e09f5d8fb6d6... - 15:44 Revision 44f44549: [TASK] Add hidden field to form definition example
- Since it is not obvious how to add a "Hidden" field to form definitions
without the visual editor we add an element t... - 14:05 Revision 85911102: [TASK] Make the site's identifier available in TypoScript
- Since #86422 the configuration of a site is available with TypoScript.
As the identifier itself is not part of the co... - 14:03 Revision 49f61265: [BUGFIX] Add missing use statement in Core/Bootstrap
- Bootstrap::createCache() uses Typo3DatabaseBackend::class
as fallback if no cache backend is configured explicitly.
I... - 12:48 Revision 5e7476a6: [BUGFIX] Harden CommandUtility invocations
- In order to harden CommandUtility API arguments used for invoking
system commands are escaped in addition. Since no i... - 12:47 Revision 8c382831: [BUGFIX] Harden CommandUtility invocations
- In order to harden CommandUtility API arguments used for invoking
system commands are escaped in addition. Since no i...
2019-01-20
- 20:07 Revision 0a4bebc3: [TASK] Extract "taskcenter" and "sys_action" to TER/composer
- This is the last round of planned extension extractions
from the main core repository.
Both the extensions 'taskcent... - 14:40 Revision 4417dc89: [!!!][TASK] Extract extension feedit to TER/composer
- Looking back, extension feedit had a hard life: While
so many parts in the core improved so much over the
years, it n... - 12:09 Revision 9395d45b: [TASK] Speed up ReST file reference check
- There is a test related check for the extension scanner
to verify all referenced ReST files actually exist. It
is act... - 11:49 Revision d604075f: [TASK] Speed up ReST file reference check
- There is a test related check for the extension scanner
to verify all referenced ReST files actually exist. It
is act...
2019-01-19
- 15:00 Revision 0a320bb4: [TASK] Fix minor syntax in Changelog
- Change backslash to slash in file format, where backslash is not visible
in rendered HTML - it is a file path, not a ... - 14:41 Revision 43604604: [TASK] Fix minor syntax in Changelog
- Change backslash to slash in file format, where backslash is not visible
in rendered HTML - it is a file path, not a ... - 13:22 Revision 47430f74: [TASK] Fix minor spelling in Changelog
- Adopt wrong spelling in deprecation Changelog
which is rendered in documentation and extension scanner
Resolves: #87... - 12:33 Revision 4b9ca1a9: [TASK] Add `.nvmrc` file
- nvm (node version manager) is a tool to have multiple node versions
installed. Since TYPO3 relies on an older node ve... - 12:33 Revision b79b0382: [TASK] Add `.nvmrc` file
- nvm (node version manager) is a tool to have multiple node versions
installed. Since TYPO3 relies on an older node ve... - 12:33 Revision 2654149a: [TASK] Fix minor syntax in Changelog
- Change backslash to slash in file format, where backslash is not visible
in rendered HTML - it is a file path, not a ... - 12:29 Revision 8a14ab5f: [TASK] Fix minor spelling in Changelog
- Adopt wrong spelling in deprecation Changelog
which is rendered in documentation and extension scanner
Resolves: #87... - 08:32 Revision af87b27a: [TASK] Fix minor syntax in Changelog
- Change backslash to slash in file format, where backslash is not visible
in rendered HTML - it is a file path, not a ...
2019-01-18
- 21:55 Revision 1409cddc: [!!!][TASK] Remove deprecated code at various places
- The patch pics various smaller places to drop
their deprecated code snippets. Additionally
some comments are changed ... - 21:40 Revision 87fe3344: [!!!][TASK] Drop extension rsaauth
- Extension rsaauth that has been marked deprecated in v9 due
to its flaws and is dropped from core v10 with this patch... - 21:14 Revision e3bea939: [!!!][TASK] Remove EXT/extConf configuration handling
- Resolves: #87482
Releases: master
Change-Id: Id644857a9090ab98efaa4a6bf36ee2ec37e169b0
Reviewed-on: https://review.ty... - 21:09 Revision c89a6797: [!!!][TASK] Drop handling of M$ prefixed passwords
- Passwords prefixed with M$ in fe_user or be_user table
are passwords that have been previously stored as simple md5
a... - 19:36 Revision c87b1871: [BUGFIX] Adapt tests concerning fluid viewhelpers
- Since the release of fluid 2.6.0 unit tests fail due to
changed calling sequence. The unit tests use mocked calls
to ... - 16:15 Revision 2964b3e5: [BUGFIX] Adapt tests concerning fluid viewhelpers
- Since the release of fluid 2.6.0 unit tests fail due to
changed calling sequence. The unit tests use mocked calls
to ... - 15:32 Revision 235eda94: [!!!][TASK] Remove deprecated code from extensionmanager
- Resolves: #87480
Releases: master
Change-Id: I9fcb2a9ace87d12f96c8ff3463358349b57841bd
Reviewed-on: https://review.ty... - 15:29 Revision 6e0446b5: [!!!][TASK] Drop deprecated code from ScalableVectorGraphicsContentObject
- Resolves: #87479
Releases: master
Change-Id: Icd23eb06690ff775ba0aff516e01553fd2f6271e
Reviewed-on: https://review.ty... - 15:28 Revision 08dedf18: [!!!][TASK] Remove deprecated code from Core/Cache
- Resolves: #87481
Releases: master
Change-Id: I9d1fa4db56c2a7fe93a1d5e6a68fb7d42f623d63
Reviewed-on: https://review.ty... - 15:25 Revision 9bbe310e: [TASK] Drop a "probably not required" method from routing
- Method addArguments() of Route class is marked as
'@deprecated Probably not required'. It looks like
a left over from... - 15:24 Revision 472ed7d7: [TASK] Drop some wrong deprecation annotations in extbase
- There are four @deprecated annotations in extbase query / persistence
area that have been marked as such in v6 and ne... - 15:22 Revision 426b0e5c: [TASK] Drop invalid deprecation annotation in TSFE
- There is an "Deprecated stuff" comment in
TypoScriptFrontendController that is there since before 4.5
times. The code... - 15:22 Revision fa18f3bc: [TASK] Mark some places internal instead of deprecated
- Some methods in BasicFileUtility have been marked as
deprecated for various versions already but never removed
since ... - 15:04 Revision 313a500f: [!!!][TASK] Do not rely on global variables for ext_*.php files
- ext_tables.php, ext_localconf.php and all Configuration/TCA/*.php
do not have global scope anymore.
Thus, it is nece... - 15:01 Revision 121ca201: [!!!][TASK] Drop FILE content object
- Resolves: #87477
Releases: master
Change-Id: I0bffc072667c736195e002e4b3811055334cb633
Reviewed-on: https://review.ty... - 12:43 Revision b4d0daca: [TASK] Add `.nvmrc` file
- nvm (node version manager) is a tool to have multiple node versions
installed. Since TYPO3 relies on an older node ve...
2019-01-17
- 16:14 Revision 71c15ee8: [BUGFIX] Harden CommandUtility invocations
- In order to harden CommandUtility API arguments used for invoking
system commands are escaped in addition. Since no i... - 16:11 Revision acc27030: [!!!][TASK] Remove deprecated code from AbstractTreeView
- Resolves: #87466
Releases: master
Change-Id: Ia6e4dc9441b559c2e6dbeaa6276cd03bee12d13a
Reviewed-on: https://review.ty... - 15:48 Revision eaad54af: [BUGFIX] Fix duplicate rendering of 'pages' id-attribute
- When translations and (sub-)pages are present at the same time the
'page' id-attribute will be rendered twice.
This e... - 15:08 Revision 7ec1b1f8: [BUGFIX] Fix duplicate rendering of 'pages' id-attribute
- When translations and (sub-)pages are present at the same time the
'page' id-attribute will be rendered twice.
This e... - 13:56 Revision d7433694: [TASK] styleguide: Drop rsaauth related TCA
- 13:48 Revision 4d46d0b2: [TASK] styleguide: Declare compatibility with core v10 in ext_emconf
- 13:20 Revision d78f4f3e: [!!!][TASK] Remove deprecated code from PagePositionMap
- Resolves: #87460
Releases: master
Change-Id: Ib4df7ffc1e1b67ae1fcb7e5f68ccc4b89ac2baeb
Reviewed-on: https://review.ty... - 11:47 Revision 7d9880e1: [!!!][TASK] Remove deprecated code from ModuleTemplate
- Resolves: #87467
Releases: master
Change-Id: I51e3b25545ffe6e3789524980f06920b11f80437
Reviewed-on: https://review.ty... - 11:47 Revision 7fb10221: [TASK] Update Feature-84729-NewTCATypeSlug.rst
- Fix code example for 'slug' TCA type according to this
https://docs.typo3.org/typo3cms/TCAReference/ColumnsConfig/Typ... - 10:59 Revision 3c828814: [TASK] Update Feature-84729-NewTCATypeSlug.rst
- Fix code example for 'slug' TCA type according to this
https://docs.typo3.org/typo3cms/TCAReference/ColumnsConfig/Typ... - 10:58 Revision a8e83ac4: [!!!][TASK] Remove deprecated code from TypoScriptParser
- Resolves: #87459
Releases: master
Change-Id: Iae4bd1efc937b225437d49857674276e18d5422c
Reviewed-on: https://review.ty... - 10:43 Revision fadaa100: [!!!][TASK] Remove deprecated code from DatabaseRowInitializeNew
- Resolves: #87463
Releases: master
Change-Id: I48cce7cea659036e58c1119fee4b4737df67ffbe
Reviewed-on: https://review.ty... - 10:38 Revision 5db1bebd: [!!!][TASK] Drop entry point typo3/install/index.php
- The old install tool entry point "typo3/install/index.php" which was
deprecated is removed now.
The entry point "typ...
2019-01-16
- 21:39 Revision f564137c: [!!!][TASK] Remove deprecated code from UserElement
- Resolves: #87464
Releases: master
Change-Id: I20fac10c82f22c3e2dec0ed02e5f2a769866c966
Reviewed-on: https://review.ty... - 21:33 Revision 7390ac48: [!!!][TASK] Remove deprecated code from ElementBrowserFolderTreeView
- Resolves: #87462
Releases: master
Change-Id: Ia88bd74ce8710d93a8041242397901325094fd61
Reviewed-on: https://review.ty... - 09:28 Revision aa08d433: [BUGFIX] Fix various "No pseudo-site found in root line of page" errors
- Fixes workspace resolving etc.
The !empty statement is wrong as a string value "0" would not expect the
right return... - 08:04 Revision 4a77abe6: [BUGFIX] Use argument $tparams BackendUtility::thumbCode for FAL items
- Add the argument $tparams to the image tag also for FAL items.
Resolves: #87410
Releases: master, 9.5
Change-Id: I49... - 08:04 Revision c4304369: [BUGFIX] Use correct variable to select a subfolder within folder selector
- Use correct variable to select a subfolder within the folder selector
instead of using the variable for parent-folder... - 08:03 Revision 3530e7fb: [!!!][TASK] Drop core 7->8 auto TCA migrations
- Auto TCA migrations are now handled identical to
core upgrade wizards: They are kept for two versions.
The patch thus... - 08:02 Revision b3c17046: [BUGFIX] Fix various "No pseudo-site found in root line of page" errors
- Fixes workspace resolving etc.
The !empty statement is wrong as a string value "0" would not expect the
right return...
2019-01-15
- 16:31 Revision 38becb6e: [!!!][TASK] Do not handle 'uploadsfolder' in ext_emconf anymore
- With TCA type=group with internal_type=file and
file_reference being dropped, the uploads/ folder
is unused and obsol... - 14:37 Revision 86574626: [!!!][TASK] Remove v7->v8 upgrade wizards
- Upgrade wizards created to upgrade from v7 to v8
are removed now. Note the DatabaseRowUpdater
mini-framework wizard d... - 14:35 Revision e015b7d9: [!!!][TASK] Remove deprecated code from backend controllers
- Last set of deprecation trait removals from controllers
of the backend extension. This one comes with minor and
strai... - 14:25 Revision a490e11c: [BUGFIX] Drop a unit test that relies on uploads folder
- With the removal of type=group internal_type=file and
file_reference, the uploads folder is obsolete. The
patch drops... - 12:50 Revision 2761d91b: [BUGFIX] Use correct variable to select a subfolder within folder selector
- Use correct variable to select a subfolder within the folder selector
instead of using the variable for parent-folder... - 12:49 Revision 91dfd3d4: [!!!][TASK] Drop support for deprecated cache usage in ext_localconf
- The initialization of the CacheManager has a design problem:
The *CacheManager* is used to create the core_cache. Th... - 12:48 Revision a062f407: [!!!][TASk] Remove deprecated code from controllers
- Last part of controller deprecation removals and
deprecation trait usages. Affects extensions
recordlist, reports and...
2019-01-14
- 21:34 Revision 46b54937: [!!!][TASK] Remove deprecated code from backend Controller/File
- Resolves: #87431
Releases: master
Change-Id: Idb7a87bce6d7edee409bc24348b185ea51c17de2
Reviewed-on: https://review.ty... - 21:27 Revision fee2a4b8: [!!!][TASK] Remove deprecated code from backend ContentElement
- Resolves: #87432
Releases: master
Change-Id: I9f27b0b59d34e7ae9ceb681db4f0225b55fcaec6
Reviewed-on: https://review.ty... - 19:23 Revision 8a6509f2: [BUGFIX] Use argument $tparams BackendUtility::thumbCode for FAL items
- Add the argument $tparams to the image tag also for FAL items.
Resolves: #87410
Releases: master, 9.5
Change-Id: I49... - 14:19 Revision 899abdc2: [!!!][TASK] Remove internal_type=file/file_reference
- This drops TCA type=group with internal_type=file and
internal_type=file_reference handling.
This patch is rather hug... - 11:45 Revision fe3164d1: [BUGFIX] Use proper typolink with clean TSFE for redirects
- Instead of re-using $GLOBALS['TSFE'] with
an already set $id and $type query
params, a new instance is created depend... - 08:18 Revision f6302cac: [BUGFIX] Use proper typolink with clean TSFE for redirects
- Instead of re-using $GLOBALS['TSFE'] with
an already set $id and $type query
params, a new instance is created depend... - 06:16 Revision 8d7410a4: [!!!][TASK] Remove deprecated arguments from TranslateElementErrorViewHelper
- Resolves: #87371
Releases: master
Change-Id: Ie7df7b29f3a82a954856d1f7c922cd726f2a43b8
Reviewed-on: https://review.ty... - 06:10 Revision 58c65b5d: [BUGFIX] Check for unset font if text is set in GIFBUILDER
- You can set a text without defining a font file to be used, explicitly.
Resolves: #87363
Releases: master, 9.5
Chang...
2019-01-13
- 20:59 Revision 7af55b8d: [BUGFIX] Check for unset font if text is set in GIFBUILDER
- You can set a text without defining a font file to be used, explicitly.
Resolves: #87363
Releases: master, 9.5
Chang...
2019-01-12
- 21:30 Revision 61c9f480: [FEATURE] Improve ClassSchema properties api
- This patch introduces a new Property class to have an
easier and more stable api to get information about class
prope...
2019-01-11
- 23:13 Revision 0b808ec1: [BUGFIX] Allow to access pages with "index.php?id=123"
- Currently, the SiteMatcher checks for "?id=123&L=123" for special
treatment when Site Handling is enabled.
However, ... - 22:48 Revision 9a07686e: [BUGFIX] Remove bottom margin of image content elements
- Resolves: #87059
Releases: master
Change-Id: I842fa15aa7bb8a01035299be1298f2a5d9480c98
Reviewed-on: https://review.ty... - 22:42 Revision eb2e4262: [BUGFIX] Allow to access pages with "index.php?id=123"
- Currently, the SiteMatcher checks for "?id=123&L=123" for special
treatment when Site Handling is enabled.
However, ... - 18:23 Revision 1f8fbd63: [BUGFIX] Make nested slugs in rootpages possible
- If there are nested sites, the rootpage of the
nested site cannot have the slug "/" as the uniqueInSite
evaluates aga... - 18:03 Revision 8439f13f: [BUGFIX] Make nested slugs in rootpages possible
- If there are nested sites, the rootpage of the
nested site cannot have the slug "/" as the uniqueInSite
evaluates aga... - 17:33 Revision 1fb78598: [!!!][TASK] Remove deprecated code from ext:info
- Change-Id: I78d476d8cd6779882aca87ffff4bd9b8c8cdf431
Resolves: #87413
Releases: master
Reviewed-on: https://review.ty... - 17:20 Revision e80589bb: [FEATURE] Add properties default values in class schema
- Allows accessing the default values of a class property, without having
to use the reflection everytime it is needed.... - 17:10 Revision 54cb62d0: [TASK] Use constructor injection in DataMapFactory
- Class DataMapFactory does no longer use setter injection but
constructor injection instead.
Releases: master
Resolve... - 16:20 Revision 5b47cc8b: [TASK] Use constructor injection in DataMapper
- Class DataMapper does no longer use setter injection but
constructor injection instead.
Releases: master
Resolves: #... - 16:05 Revision 4a8a4a9c: [BUGFIX] Streamline creating text files in filelist module
- The filelist module allows to create files and redirects to an
according editing view in case the file extension is c... - 16:05 Revision 7b74c036: [TASK] Remove check for posix_getegid returning -1
- On MacOS posix_getegid does return a correct effective group id, so
the check can be removed. Windows systems are alr... - 15:33 Revision 8decb608: [TASK] Remove check for posix_getegid returning -1
- On MacOS posix_getegid does return a correct effective group id, so
the check can be removed. Windows systems are alr... - 15:04 Revision b2947582: [BUGFIX] Streamline creating text files in filelist module
- The filelist module allows to create files and redirects to an
according editing view in case the file extension is c... - 15:00 Revision 51488f9c: [BUGFIX] Force log_data to be an array
- Ensure log_data is an array, in case it cannot be
unserialized or is not a serialized array when executing
SeparateSy... - 14:58 Revision cc3e6f1c: [BUGFIX] Remove rawurlencode from felogin reset password link
- Link is encoded twice since #83334.
The patch removes the rawurlencode from FrontendLoginController
Resolves: #87153... - 14:29 Revision f2d1076d: [!!!][TASK] Drop constant PATH_site
- Finally drops the last path related constant from
SystemEnvironmentBuilder. typo3/testing-framework
again needed some... - 14:27 Revision 19ef904a: [BUGFIX] Make single errors from FileSizeValidator translatable
- Hand over the original error code from the validator instead of
setting a new one.
Resolves: #87042
Releases: master... - 14:24 Revision 93941c5d: [BUGFIX] Streamline creating text files in filelist module
- The filelist module allows to create files and redirects to an
according editing view in case the file extension is c... - 14:12 Revision a3422819: [BUGFIX] Force log_data to be an array
- Ensure log_data is an array, in case it cannot be
unserialized or is not a serialized array when executing
SeparateSy... - 14:11 Revision b5903a08: [BUGFIX] Make single errors from FileSizeValidator translatable
- Hand over the original error code from the validator instead of
setting a new one.
Resolves: #87042
Releases: master... - 13:30 Revision ad4f700d: [BUGFIX] Remove rawurlencode from felogin reset password link
- Link is encoded twice since #83334.
The patch removes the rawurlencode from FrontendLoginController
Resolves: #87153... - 13:28 Revision f289c48e: [!!!][TASK] Remove deprecated code in services of EXT:install
- Resolves: #87373
Releases: master
Change-Id: Iece81d84ec83e2427ab2ce4875d353f9e741a5a5
Reviewed-on: https://review.ty... - 13:02 Revision 72fd7f38: [TASK] Remove checks for vfsStream availability
- vfsStream and it's classes and methods are required anyway
and thus there is no need to check for it's existence.
Re... - 12:31 Revision edabf59f: [TASK] Remove checks for CRYPT_MD5 and CRYPT_BLOWFISH availability
- According to crypt() documentation "As of PHP 5.3.0, PHP contains its
own implementation and will use that if the sys... - 12:29 Revision faa53b8e: [TASK] Remove checks for CRYPT_MD5 and CRYPT_BLOWFISH availability
- According to crypt() documentation "As of PHP 5.3.0, PHP contains its
own implementation and will use that if the sys... - 10:53 Revision d19ec279: [FEATURE] Add a telephone (tel:) link handler
- The new link handler allows you to set links
in a new tab in the link browser to
phone numbers using the tel: protoco... - 10:40 Revision bbea0b49: [TASK] Remove checks for vfsStream availability
- vfsStream and it's classes and methods are required anyway
and thus there is no need to check for it's existence.
Re... - 10:39 Revision 1a925cad: [BUGFIX] Create default site configuration on installation
- When a new TYPO3 installation is set up, the user can choose
to "create a first site" (page with sys_template). In th... - 10:18 Revision a65c5c3a: [BUGFIX] Create default site configuration on installation
- When a new TYPO3 installation is set up, the user can choose
to "create a first site" (page with sys_template). In th... - 09:32 Revision c9a62cd1: [TASK] Fixing Extension Form Path
- The Files defined at allowedExtensionPaths are not shown
Releases: master
Resolves: #87376
Change-Id: I7dc96f8cea4a4... - 09:26 Revision 5cdc68f4: [BUGFIX] Corrected tooltip for pages with nav_hide
- The inverted state of the nav_hide values is now considered.
For this purpose, the original label is supplemented aga... - 08:37 Revision e9d513ae: [!!!][TASK] Drop PATH_thisScript constant
- The patch removes the definition of constant PATH_thisScript.
* The main change in SystemEnvironmentBuilder splits m...
2019-01-10
- 13:09 Revision 82d2a234: [TASK] Remove unit tests that do not test the subject
- Some tests in FrontendLoginControllerTest test only
GeneralUtility::getIndpEnv(), but not the system under
test Front... - 12:04 Revision 541eac43: [TASK] Update copyright year in documentation to 2019
- Includes year change in Settings.cfg, Index.rst files and also
README.md, INSTALL.md and SystemEnvironmentBuilder.ph... - 12:03 Revision 66daff7c: [TASK] Update copyright year in documentation to 2019
- Includes year change in Settings.cfg, Index.rst files and also
README.md, INSTALL.md and SystemEnvironmentBuilder.ph... - 10:35 Revision 2258d11b: [BUGFIX] Remove unused variable in DataHandler
- Resolves: #87384
Related: #87294
Releases: master
Change-Id: If9cba4db4efc8f1c8e1be5c501450e1a18d87235
Reviewed-on: h...
2019-01-09
- 20:53 Revision fbf05066: [TASK] Remove crop checkbox in TypoScript Object Browser
- Simplfy the UI by removing the checkbox and do it with
CSS only
Resolves: #87141
Releases: master
Change-Id: I08488f... - 19:43 Revision 59256baf: [TASK] Update copyright year in documentation to 2019
- Includes year change in Settings.cfg, Index.rst files and also
README.md, INSTALL.md and SystemEnvironmentBuilder.ph... - 19:42 Revision d9ee9baa: [!!!][TASK] Remove deprecated code from TYPO3\CMS\Info\Controller\TranslationStatusController
- Resolves: #87374
Releases: master
Change-Id: I16e1f37d9bb402068d921cd7bbafd3716b264bfc
Reviewed-on: https://review.ty... - 17:26 Revision da361e5f: [!!!][TASK] Remove t3ver_label database field
- The versioning-related DB field "t3ver_label" has no special
use anymore in TYPO3 Core and Workspaces, as it was rela... - 17:14 Revision 00ad549b: [BUGFIX] Avoid fatal when flushed directory is a symlink
- \TYPO3\CMS\Core\Utility\GeneralUtility::flushDirectory tries to
rename the given directory to be able to atomically f... - 16:58 Revision e7c24fbc: [BUGFIX] Avoid fatal when flushed directory is a symlink
- \TYPO3\CMS\Core\Utility\GeneralUtility::flushDirectory tries to
rename the given directory to be able to atomically f... - 16:28 Revision 14af1779: [BUGFIX] Avoid fatal when flushed directory is a symlink
- \TYPO3\CMS\Core\Utility\GeneralUtility::flushDirectory tries to
rename the given directory to be able to atomically f... - 16:25 Revision 938d1e25: [TASK] Raise styleguide from 10.0.1 to 10.0.2
- Brings a patch that blocks a core patch due to a
deprecated field usage in styleguide.
composer require --dev typo3/... - 16:14 Revision 2b99846d: [!!!][TASK] Remove TYPO3\CMS\Core\TypoScript\ConfigurationForm
- Resolves: #87372
Releases: master
Change-Id: I53efcec5649e062062014d7c271a84ada7c14ecc
Reviewed-on: https://review.ty... - 15:32 Revision 9f08a384: [TASK] Move entry path existance check in SystemEnvironmentBuilder
- As a preparation to further path related clean ups, the
file existance check of the determined scriptPath must
only b... - 14:55 Revision d4932696: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/131 from TYPO3/t3ver_label
- [TASK] styleguide: Remove t3ver_label usage
- 14:32 Revision 35085715: [BUGFIX] Install tool: Allow row updater as valid identifier
- In `UpgradeWizardService::assertIdentifierIsValid` check if the
identifier is a subclass of `RowUpdaterInterface` to ... - 14:11 Revision 3b84e613: [BUGFIX] Install tool: Allow row updater as valid identifier
- In `UpgradeWizardService::assertIdentifierIsValid` check if the
identifier is a subclass of `RowUpdaterInterface` to ... - 08:25 Revision ea879320: [BUGFIX] Use `addOrderBy()` to support multiple orderings
- `DatabaseRecordList::prepareQueryBuilder()` is able to handle multiple
order clauses defined in either `sortby` or `d...
Also available in: Atom