Activity
From 2019-01-21 to 2019-02-19
2019-02-18
- 22:03 Revision 878554d2: [BUGFIX] fix windows file paths in copydirectory
- Make sure forward slashes are used in paths. Also, use a string
to pass to upload_copy_move instead of an SplFileInfo... - 09:28 Revision 9dc25b4b: [BUGFIX] Update tslint.json and fix build
- This patch updates the definitions in tslint.json to use current settings
for TypeScript builds.
Most of the occurre... - 09:04 Revision 6a587bd9: [BUGFIX] Update tslint.json and fix build
- This patch updates the definitions in tslint.json to use current settings
for TypeScript builds.
Most of the occurre...
2019-02-17
- 10:55 Revision 97b3bbc5: [TASK] Harden \TYPO3\CMS\Extbase\Utility\LocalizationUtility
- - Use strict type mode
- Use type hints whereever possible
Releases: master
Resolves: #87600
Change-Id: Ie57d5515f97... - 10:46 Revision 66365a9f: [TASK] Migrate AdminPanel modules to TypeScript
- Resolves: #87702
Releases: master
Change-Id: I5e90dd30a006304005693a629270c1d787655974
Reviewed-on: https://review.ty... - 10:42 Revision c782b9f3: [TASK] Migrate TYPO3/CMS/Tstemplate/* to TypeScript
- Resolves: #87705
Releases: master
Change-Id: Ife45202ad6151ad00f20aefdac881c99a88b93a3
Reviewed-on: https://review.ty... - 10:33 Revision b6bd13c8: [TASK] Migrate TYPO3/CMS/Viewpage/Main to TypeScript
- Resolves: 87704
Releases: master
Change-Id: Ie502ba03c95e4efde77f07245f7cd260db48565a
Reviewed-on: https://review.typ... - 10:29 Revision 2f9a7874: [TASK] Migrate TYPO3/CMS/Scheduler/* to TypeScript
- Resolves: #87707
Releases: master
Change-Id: I942fcd9b98daea74c97e42885bd079ad5505c409
Reviewed-on: https://review.ty... - 10:26 Revision 2055afda: [TASK] Migrate TYPO3/CMS/Opendocs/OpendocsMenu to TypeScript
- Resolves: #87703
Releases: master
Change-Id: Ie44d5feae31b8c4cf64c621d12a42d6f7e6d574e
Reviewed-on: https://review.ty... - 10:13 Revision 0b493869: [TASK] Replace IRC with Slack in composer support section
- Remove reference to irc as it is not used anymore. Linking
to Slack instead.
Resolves: #87720
Releases: master, 9.5,... - 09:58 Revision 4976bce5: [TASK] Replace IRC with Slack in composer support section
- Remove reference to irc as it is not used anymore. Linking
to Slack instead.
Resolves: #87720
Releases: master, 9.5,... - 09:44 Revision 5fc2a238: [TASK] Replace IRC with Slack in composer support section
- Remove reference to irc as it is not used anymore. Linking
to Slack instead.
Resolves: #87720
Releases: master, 9.5,... - 09:43 Revision b0b2315f: [TASK] Harden \TYPO3\CMS\Extbase\Object\Container\Container
- - Use strict type mode
- Use type hints whereever possible
Releases: master
Resolves: #87606
Change-Id: I8dfdb347bec...
2019-02-16
- 12:32 Revision 6022f21e: [BUGFIX] EXT:opendocs - Remove bogus initial document count
- When the opendocs toolbar item gets initialized, the document count shows
a bogus value as deleted records are not re... - 12:06 Revision d60a070d: [TASK] Missing quote in declaring the task example
- The current declaring a task example produces a PHP syntax error because
of a missing quote
Releases: master
Resolve... - 10:12 Revision 2ca74a75: [BUGFIX] EXT:opendocs - Remove bogus initial document count
- When the opendocs toolbar item gets initialized, the document count shows
a bogus value as deleted records are not re...
2019-02-15
- 13:52 Revision 91898b9d: [BUGFIX] Have stdWrap.lang use Site concept
- When building TypoScript like this:
10 = TEXT
10.value = English
10.lang.dk = danish
This does not work currently a... - 11:10 Revision 2c2a2384: [BUGFIX] Remove empty TsDebug.js
- An empty JS file is useless and must not be loaded.
This patch saves one request in the frontend.
Resolves: #87718
R... - 10:28 Revision a448ebf9: [TASK] Fix formatting of lists in Changelog
- Lists in reStructuredText must be seperated by the rest of a text
a newline. If not, the text is not rendered correct... - 10:14 Revision b898fc08: [BUGFIX] Have stdWrap.lang use Site concept
- When building TypoScript like this:
10 = TEXT
10.value = English
10.lang.dk = danish
This does not work currently a...
2019-02-14
- 15:45 Revision 7e34aa0d: [DOCS] Document rte_ckeditor
- Resolves: #85461
Releases: master, 9.5, 8.7
Change-Id: I36eef1d24fce233639e2047cc2f09d972ccbe046
Reviewed-on: https:/... - 14:32 Revision 0fa68aeb: [DOCS] Document rte_ckeditor
- Resolves: #85461
Releases: master, 9.5, 8.7
Change-Id: I36eef1d24fce233639e2047cc2f09d972ccbe046
Reviewed-on: https:/... - 14:08 Revision 119556b3: [DOCS] Document rte_ckeditor
- Resolves: #85461
Releases: master, 9.5, 8.7
Change-Id: I36eef1d24fce233639e2047cc2f09d972ccbe046
Reviewed-on: https:/... - 13:35 Revision c7cadb3f: [TASK] Allow type 'check' in site configuration
- Add check option to site-config tca for something like active or
maintenance mode
Resolves: #87692
Releases: master, ...
2019-02-13
- 10:59 Revision 0d8e46a2: [BUGFIX] Add missing interface to AdminPanel Cache Module
- The AdminPanel Cache Module has to implement the
ResourceProviderInterface to load the required JavaScript module.
R... - 10:18 Revision 5b67cca4: [BUGFIX] Add missing interface to AdminPanel Cache Module
- The AdminPanel Cache Module has to implement the
ResourceProviderInterface to load the required JavaScript module.
R... - 08:43 Revision 1ee70ea9: [BUGFIX] Cast lastMod property to int
- To prevent type mismatches when using pdo_mysql as the database driver,
the data for the lastMod field is cast to an ... - 08:19 Revision c939678b: [BUGFIX] Cast lastMod property to int
- To prevent type mismatches when using pdo_mysql as the database driver,
the data for the lastMod field is cast to an ...
2019-02-12
- 16:56 Revision a2668a36: [BUGFIX] Simplify if in typolink
- Resolves: #87696
Releases: master
Change-Id: I50eb442bc2130ed5a0741ea3f71558257535ff89
Reviewed-on: https://review.ty...
2019-02-11
- 14:35 Revision 798d2659: [BUGFIX] Commit missing composer.lock changes
- Resolves: #87686
Related: #87684
Releases: 9.5
Change-Id: I3f12bc7f0818f55729b6f2dfe162c41da51a7fc5
Reviewed-on: http... - 10:54 Revision 936d5283: [TASK] Raise php-cs-fixer version
- Used
* composer update friendsofphp/php-cs-fixer --with-all-dependencies
The new php-cs-fixer is compatible with PH... - 10:10 Revision 83a2eeb5: [TASK] Raise php-cs-fixer version
- Used
* composer update friendsofphp/php-cs-fixer --with-all-dependencies
The new php-cs-fixer is compatible with PH...
2019-02-09
- 15:19 Revision 9d5a6e3a: [TASK] Update doctrine/dbal to ~2.8.0
- doctrine/dbal 2.7.x will reach end of life before core
v9 is out of support. We should upgrade to at least 2.8:
comp... - 13:38 Revision c89da5f5: [TASK] Update doctrine/dbal to ~2.8.0
- doctrine/dbal 2.7.x will reach end of life before core
v9 is out of support. We should upgrade to at least 2.8:
comp...
2019-02-08
- 09:58 Revision 20715ad2: [BUGFIX] Keep language reference for children using l10n_mode=exclude
- Having 1:n child associations being defined as l10n_mode=exclude on their
parent side, currently leads to deleting an... - 09:33 Revision ef779ca4: [BUGFIX] Keep language reference for children using l10n_mode=exclude
- Having 1:n child associations being defined as l10n_mode=exclude on their
parent side, currently leads to deleting an... - 09:18 Revision ac25cdc9: [BUGFIX] Scheduler: Remove label from progress bar
- Remove the label `Check/Uncheck all` from the progress bar and show only
the process percentage.
Resolves: #87624
Re... - 09:18 Revision 3fc79943: [TASK] Allow strings in site configuration type "select"
- To allow more usecases for extending the site configuration,
the value of tca type select should only be typecasted
i... - 08:54 Revision 9edad3e0: [TASK] Allow strings in site configuration type "select"
- To allow more usecases for extending the site configuration,
the value of tca type select should only be typecasted
i... - 08:54 Revision cf0c9846: [BUGFIX] Scheduler: Remove label from progress bar
- Remove the label `Check/Uncheck all` from the progress bar and show only
the process percentage.
Resolves: #87624
Re... - 00:54 Revision d6378e5d: [BUGFIX] Cast fallback language uids to integer
- To prepare a couple of bugfixes regarding the language fallback handling,
the property `SiteLanguage::$fallbackLangua... - 00:36 Revision 9bb0cabe: [BUGFIX] Cast fallback language uids to integer
- To prepare a couple of bugfixes regarding the language fallback handling,
the property `SiteLanguage::$fallbackLangua...
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...
Also available in: Atom