Activity
From 2019-05-29 to 2019-06-27
2019-06-27
- 19:36 Revision 2e4e8e07: [TASK] Open ElementBrowser event based in FormEngine
- Currently, the ElementBrowser is used in three different places in
FormEngine, all of them trigger it differently. Th... - 18:53 Revision d4533ea2: [TASK] Remove special singleton handling of makeInstanceService
- Calling GeneralUtility::makeInstanceService() stores
the instance as "persistent object". Since TYPO3 4.x this has be... - 15:50 Revision b5c403b0: [BUGFIX] Correct global/multiple icon in listview
- Resolves: #88620
Releases: master, 9.5
Correct global/multiple icon in listview
Change-Id: Id613f06d24148851d428c61... - 15:32 Revision 8b25cbb0: [BUGFIX] Consider translated pages in workspaces
- This issue was raised that translated pages do not
show up in the list of records to be published/staged,
as translat... - 15:16 Revision 91637f78: [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... - 15:10 Revision 54858f11: [BUGFIX] Correct global/multiple icon in listview
- Resolves: #88620
Releases: master, 9.5
Correct global/multiple icon in listview
Change-Id: Id613f06d24148851d428c61... - 14:57 Revision a3b5f1cf: [BUGFIX] Consider translated pages in workspaces
- This issue was raised that translated pages do not
show up in the list of records to be published/staged,
as translat... - 14:54 Revision aa98f0f2: [BUGFIX] Do not rely on TYPO3_MODE for FE/BE checks
- In order to run a subrequest in Frontend,
TYPO3_MODE kills most of the functionality.
Although it is clear, that TYP... - 14:34 Revision e1eec036: [BUGFIX] Display titles of changelog properly
- As `\` is escaping, there has to be an additional `\` in front, in
order to display the `\` as expected.
Resolves: ... - 14:23 Revision 9235eafd: [BUGFIX] Do not rely on TYPO3_MODE for FE/BE checks
- In order to run a subrequest in Frontend,
TYPO3_MODE kills most of the functionality.
Although it is clear, that TYP... - 14:07 Revision 48ced589: [BUGFIX] Display titles of changelog properly
- As `\` is escaping, there has to be an additional `\` in front, in
order to display the `\` as expected.
Resolves: ... - 14:04 Revision 723204bc: [BUGFIX] Use late static binding return type for Enumeration::cast
- The return type annotation must be `static` instead of `self` as the
method returns an instance of the inheriting cla... - 14:03 Revision 54ddc9bb: [BUGFIX] Use Context API for TemplateService->versionOL
- The Context API can be used now within
TemplateService to fetch a version overlay, which now
only relies on the PageR... - 13:56 Revision dddf0243: [BUGFIX] Simplify item states in Menu Generation
- The same if() loop is used for checking menu generation item states
(ACT/IFSUB etc), this can be very much simplified... - 13:43 Revision 5a6b0610: [BUGFIX] Fix ExtensionScanner mismatch
- Due to #88498 a bug within the Extension
Scanner was introduced where the scanner
did not find the expected results d... - 13:28 Revision 09383275: [BUGFIX] Use late static binding return type for Enumeration::cast
- The return type annotation must be `static` instead of `self` as the
method returns an instance of the inheriting cla... - 13:07 Revision 92bcb1c8: [BUGFIX] Use late static binding return type for Enumeration::cast
- The return type annotation must be `static` instead of `self` as the
method returns an instance of the inheriting cla...
2019-06-26
- 17:27 Revision fe6a9208: [BUGFIX] Remove non-existing "pseudo-site" logic
- There are some leftovers where PseudoSite is mentioned.
Since TYPO3 v10.0 is built on Site Handling completely,
this... - 17:26 Revision 1312352f: [TASK] Ensure PageArgumentValidator is not dependent on TSFE
- Checking if cHash matches any GET parameters can be
done without $TSFE->cHash_array and $TSFE->hash as
all data is bu... - 06:32 Revision 351e83fd: [TASK] Unify Backend Route paths for modules
- Modules which do not set a proper route path themselves
now have a different route path, basically "/module/file/list... - 06:18 Revision c66ca856: [TASK] Use generators for service objects in Authentication
- The introduction of the Session Framework API in v8
introduced generators for fetching authentication service
objects...
2019-06-25
- 12:14 Revision a91d53aa: [TASK] Set TYPO3 version to 9.5.9-dev
- Change-Id: I9dbcd01c99fcb821b3f3a35a8a0654a371075b27
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/611... - 11:49 Revision e986f19c: [TASK] Set TYPO3 version to 8.7.28-dev
- Change-Id: I36faba6258e6f11f928ebe78dab4ac2e40d7c9e8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/611... - 10:28 Revision 16a8bcab: [RELEASE] Release of TYPO3 9.5.8
- Change-Id: Ic26ed3a5335e342bc845d11fa56b411c70e75030
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/611... - 10:24 Revision 5664a903: [RELEASE] Release of TYPO3 8.7.27
- Change-Id: If87d516b294383acdcb97c1f760be09efbb2f5c9
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/611... - 08:42 Revision 647aa7af: [SECURITY] Disallow insecure deserialization for l18n_diffsource
- Serialized values in l18n_diffsource are vulnerable to insecure
deserialization when being invoked in FormEngine or D... - 08:42 Revision 75cc3d6b: [SECURITY] Deny pages' TSconfig and tsconfig_includes for non-admins
- Fields `TSconfig` and `tsconfig_includes` of table `pages` can be
misused by restricted users to contain malicious in... - 08:42 Revision 3a48bb6c: [!!!][SECURITY] Disallow session data transfer on frontend user logout
- When frontend users logged out their session data (e.g. shopping cart)
was transfered into an anonymous session. This... - 08:41 Revision 4bdd03fb: [SECURITY] Deny access to import module for non-admin users
- Due to an incomplete condition it was possible for regular
backend users to make use of the import module - which onl... - 08:41 Revision 807b0e5d: [SECURITY] Conflict insecure versions symfony/cache component
- The symfony/cache component is not directly used by the core but
is a dependency of symfony/expression-language which... - 08:41 Revision 4c003f80: [SECURITY] Disallow javascript & data scheme in URL link handler
- URLs defined using TYPO3's internal t3://url/?url=... notation are
now hardened against using `javascript:` and`data:... - 08:41 Revision d593a69c: [SECURITY] Check record permissions in record information popup
- The ElementInformationController now checks a backend user has sufficient
permissions to see each referenced record.
... - 08:40 Revision 555e0dd2: [SECURITY] Disallow insecure deserialization for l18n_diffsource
- Serialized values in l18n_diffsource are vulnerable to insecure
deserialization when being invoked in FormEngine or D... - 08:40 Revision 802e0567: [SECURITY] Deny pages' TSconfig and tsconfig_includes for non-admins
- Fields `TSconfig` and `tsconfig_includes` of table `pages` can be
misused by restricted users to contain malicious in... - 08:40 Revision 9ce811c6: [!!!][SECURITY] Disallow session data transfer on frontend user logout
- When frontend users logged out their session data (e.g. shopping cart)
was transfered into an anonymous session. This... - 08:40 Revision df33c7ee: [SECURITY] Deny access to import module for non-admin users
- Due to an incomplete condition it was possible for regular
backend users to make use of the import module - which onl... - 08:40 Revision e355cd97: [SECURITY] Conflict insecure versions symfony/cache component
- The symfony/cache component is not directly used by the core but
is a dependency of symfony/expression-language which... - 08:39 Revision 6dcbf981: [SECURITY] Disallow javascript & data scheme in URL link handler
- URLs defined using TYPO3's internal t3://url/?url=... notation are
now hardened against using `javascript:` and`data:... - 08:39 Revision 41e4afb5: [SECURITY] Check record permissions in record information popup
- The ElementInformationController now checks a backend user has sufficient
permissions to see each referenced record.
... - 08:39 Revision 1f748c76: [SECURITY] Disallow insecure deserialization for l18n_diffsource
- Serialized values in l18n_diffsource are vulnerable to insecure
deserialization when being invoked in FormEngine or D... - 08:39 Revision fde7576f: [SECURITY] Deny pages' TSconfig and tsconfig_includes for non-admins
- Fields `TSconfig` and `tsconfig_includes` of table `pages` can be
misused by restricted users to contain malicious in... - 08:39 Revision 9837ae34: [!!!][SECURITY] Disallow session data transfer on frontend user logout
- When frontend users logged out their session data (e.g. shopping cart)
was transfered into an anonymous session. This... - 08:38 Revision 96105753: [SECURITY] Disallow javascript & data scheme in URL link handler
- URLs defined using TYPO3's internal t3://url/?url=... notation are
now hardened against using `javascript:` and`data:... - 08:38 Revision 61805ff7: [SECURITY] Check record permissions in record information popup
- The ElementInformationController now checks a backend user has sufficient
permissions to see each referenced record.
... - 07:57 Revision 8028f2fd: [!!!][TASK] Remove TCEMAIN.previewDomain
- The functionality to set a custom TCEMAIN.previewDomain via
PageTS is not in use anymore as SiteHandling
is using the...
2019-06-24
- 20:37 Revision 44fe4992: [BUGFIX] Remove caches for page title and meta tag
- By concept for frontend rendering the page title and meta tags
are not meant to be stored in page cache in order to a... - 13:33 Revision 7c4a63bd: [TASK] Follow-up: Change BitSet class doc block
- In order to have a meaningful class doc block for the
BitSet class, the former doc block has been replaced
with an ex... - 12:14 Revision 3c2e5173: [BUGFIX] Fix comment in ViewHelper action.link
- Correct closing tag in PHP comment example.
Resolves: #88619
Releases: master, 9.5
Change-Id: Ic90351399eccc4435231b... - 11:54 Revision 452af940: [TASK] Remove backend user ID from workspace preview config
- The configuration within `sys_preview` contained the
Backend User ID. Previously, until TYPO3 v9, this was
used to si... - 11:43 Revision 5c2c3e10: [BUGFIX] Fix comment in ViewHelper action.link
- Correct closing tag in PHP comment example.
Resolves: #88619
Releases: master, 9.5
Change-Id: Ic90351399eccc4435231b...
2019-06-21
- 19:13 Revision 9930ae46: [TASK] Move BitSet class into different namespace
- The BitSet class has been put into a DataStructure
namespace although the core puts classes of these
kind into a Type... - 18:28 Revision 5c81be0f: [TASK] Rename "view helper" to "ViewHelper"
- As this is what its called. This also should make searches easier, as
there is only one way to write it.
Relates: #8... - 16:20 Revision 8d5657d4: [TASK] Rename "view helper" to "ViewHelper"
- As this is what its called. This also should make searches easier, as
there is only one way to write it.
Relates: #8... - 15:01 Revision d05865f7: [BUGFIX] Remove caches for page title and meta tag
- By concept for frontend rendering the page title and meta tags
are not meant to be stored in page cache in order to a... - 12:39 Revision f04022b6: [BUGFIX] Use var path from Environment in tests
- Some tests still use hardcoded 'typo3temp' for creating files and folders.
Where possible, this has been changed to u... - 06:42 Revision cfab7cc0: [TASK] Update symfony components
- In preparation for our next maintenance
release, symfony components are updated
to their latest versions.
Composer C... - 06:09 Revision 702aa389: [TASK] Update symfony components
- In preparation for our next maintenance
release, symfony components are updated
to their latest versions.
Composer C...
2019-06-19
- 14:22 Revision 022b0de9: [BUGFIX] Speed up SiteConfiguration loading
- Profiling shows that when linking to 100
pages, SiteFinder (which instantiates SiteConfiguration)
is instantiated 100... - 13:23 Revision 972df083: [BUGFIX] Remove "cache_" prefix from cache configuration keys
- With #88366 "cache_" prefix has been deprecated. However, when
retrieving a deprecated cache like "cache_subject" its... - 13:20 Revision b5539e3d: [BUGFIX] Speed up SiteConfiguration loading
- Profiling shows that when linking to 100
pages, SiteFinder (which instantiates SiteConfiguration)
is instantiated 100... - 12:02 Revision 7f5597e8: [BUGFIX] Use proper configuration when processing FlexForms in DataHandler
- This change removes the "TCEforms" option when parsing
FlexForms data in DataHandler, when dealing with FlexForms
tha... - 09:51 Revision eb8842b8: [BUGFIX] Use proper configuration when processing FlexForms in DataHandler
- This change removes the "TCEforms" option when parsing
FlexForms data in DataHandler, when dealing with FlexForms
tha... - 09:02 Revision fa73763a: [BUGFIX] Add additional GetVars to workspace preview url
- Resolves: #87147
Releases: master, 9.5
Change-Id: Ia909104bc663d4191f21cb1bf0e25c0212388e2f
Reviewed-on: https://revi... - 08:44 Revision 4ec169f2: [BUGFIX] Add additional GetVars to workspace preview url
- Resolves: #87147
Releases: master, 9.5
Change-Id: Ia909104bc663d4191f21cb1bf0e25c0212388e2f
Reviewed-on: https://revi... - 08:42 Revision d44e84fc: [BUGFIX] Use proper configuration when processing FlexForms in DataHandler
- This change removes the "TCEforms" option when parsing
FlexForms data in DataHandler, when dealing with FlexForms
tha...
2019-06-18
- 20:42 Revision 8f7ac7be: [TASK] Install Tool: Move common code into abstract class
- All modules of the Install Tool used in modal windows now share a common
abstract class that contains some boilerplat... - 11:54 Revision 6805f471: [TASK] Upgrade TYPO3 testing framework
- composer require --dev typo3/testing-framework:~5.0.10
Releases: master
Resolves: #88580
Change-Id: I1dcef11cee0caa7... - 11:25 Revision b3a592f2: [TASK] Update doctrine/dbal to ^2.9
- doctrine/dbal 2.8.x ran into unmaintained mode:
https://www.doctrine-project.org/projects/dbal.html
We should upgrad... - 09:49 Revision 02efc2c2: [BUGFIX] Fix comment in ViewHelper page.link
- Resolves: #88578
Releases: master, 9.5
Change-Id: I5fc57a9c61d5f02838f3afd3c305ae0b7b037dfc
Reviewed-on: https://revi... - 09:26 Revision f0ea7f20: [BUGFIX] Fix comment in ViewHelper page.link
- Resolves: #88578
Releases: master, 9.5
Change-Id: I5fc57a9c61d5f02838f3afd3c305ae0b7b037dfc
Reviewed-on: https://revi... - 08:47 Revision c4dd8ff8: [BUGFIX] Fix getSiteFinder() mocking in SiteProcessorTest
- As it produced a warning:
1) TYPO3\CMS\Frontend\Tests\Unit\DataProcessing\SiteProcessorTest::
nullIsProvidedIfSiteC...
2019-06-17
- 23:24 Revision 2b972169: [BUGFIX] Improve wording in Install Tool
- Rephrases button title and success message for user preference
reset.
Resolves: #88520
Releases: master, 9.5
Change-... - 23:03 Revision ba732d9c: [BUGFIX] Improve wording in Install Tool
- Rephrases button title and success message for user preference
reset.
Resolves: #88520
Releases: master, 9.5
Change-... - 19:12 Revision c62ae81f: [TASK] Update doctrine/dbal to ^2.8.1
- doctrine/dbal 2.8.x ran into unmaintained mode:
https://www.doctrine-project.org/projects/dbal.html
We should upgrad... - 18:13 Revision 2f930178: [TASK] Update doctrine/dbal to ^2.8.1
- doctrine/dbal 2.8.x ran into unmaintained mode:
https://www.doctrine-project.org/projects/dbal.html
We should upgrad... - 16:02 Revision 749e4222: [TASK] Switch Locales to regular singleton instance
- Locales resolves the user-defined TYPO3-languages and
its dependencies via TYPO3_CONF_VARS, which are only
finally av... - 15:42 Revision bc6969fe: [TASK] Replace SiteMatcher with SiteFinder where applicable
- SiteMatcher is a container around SiteFinder now as PseudoSite
handling was removed, so SiteFinder can be used direct... - 14:30 Revision 7f21ba47: [!!!][TASK] Do not magically register validators
- This patch removes the automatical registration of two types
of validators.
- model validators
- type validators
Mo... - 11:48 Revision 72d857f3: [BUGFIX] Fix tests on windows
- Some unit tests still have problems on Windows.
- setlocale will not error even if the locale is not found
- file per... - 07:12 Revision 19babcf8: [!!!][TASK] Drop PageTS "TSFE.constants" functionality
- When parsing TypoScript, PageTSconfig and UserTSconfig
is taking into account for evaluting if "TSFE.constants" is
se...
2019-06-14
- 21:45 Revision 79825a69: [BUGFIX] t3editor: Harden some checks for TS parsing
- Resolves: #88262
Resolves: #85346
Releases: master, 9.5
Change-Id: Ia72ef1b670841d90ec0251c99b7f4d3dc1e7770a
Reviewed... - 21:44 Revision d2f7199a: [TASK] Deprecate unused methods of VersionNumberUtility
- The following methods of `\TYPO3\CMS\Core\Utility\VersionNumberUtility`
are unused and can be deprecated:
- `splitVe... - 21:32 Revision 4e48cad9: [!!!][TASK] Re-organize variable initialization for User Authentication
- There are a lot of places where AbstractUserAuthentication
and the dependents (BE/FE user auth) set various settings,... - 21:14 Revision 9441ed24: [BUGFIX] t3editor: Harden some checks for TS parsing
- Resolves: #88262
Resolves: #85346
Releases: master, 9.5
Change-Id: Ia72ef1b670841d90ec0251c99b7f4d3dc1e7770a
Reviewed... - 15:10 Revision b36be531: [BUGFIX] Fix page caching with tree.rootLineIds condition check
- Conditions with `tree.rootLineIds` if matched caused page cache
regeneration on each request.
Resolves: #88374
Relea... - 14:31 Revision 4c446751: [TASK] Create Redirect instead of silently ignoring superfluous cHash
- Introduced with https://review.typo3.org/c/Packages/TYPO3.CMS/+/60895
cHash's that are used within the URL but not ne... - 12:56 Revision 6c0d2134: [TASK] Create Redirect instead of silently ignoring superfluous cHash
- Introduced with https://review.typo3.org/c/Packages/TYPO3.CMS/+/60895
cHash's that are used within the URL but not ne...
2019-06-13
- 16:31 Revision fc86b98f: [!!!][TASK] Remove config.htmlTag TypoScript properties
- The two TypoScript options
* config.htmlTag_langKey
* config.htmlTag_dir
have been removed, as they have no effect ... - 15:13 Revision 180fe535: [BUGFIX] DragUploader: Remove trailing comma in ternary operation
- This patch removes a trailing comma in a ternary operation, as this causes
a JavaScript error in Internet Explorer 11... - 14:54 Revision 2c163afa: [TASK] Streamline TSFE/RequestHandler for "Page Generation"
- Various documentation in TSFE is updated,
in addition to having $TSFE->setAbsRefPrefix()
to be set within the postPro... - 14:26 Revision 6d808707: [BUGFIX] Fix page caching with tree.rootLineIds condition check
- Conditions with `tree.rootLineIds` if matched caused page cache
regeneration on each request.
Resolves: #88374
Relea... - 12:19 Revision 4d1c1604: [BUGFIX] Allow same configuration key in multiple extensions
- Fix two issues in the extension configuration tool if more than one
extension is using the same configuration key:
*... - 11:29 Revision 0d2e6169: [!!!][TASK] Move Frontend User session saving into Middleware
- For further TSFE-related changes, the frontend request
workflow now stores user-/session-related information
in the m... - 10:29 Revision 0567ec3b: [BUGFIX] Ignore cHash when given but not needed
- If a cHash GET parameter is given, but there
are no GET parameters that are relevant, a
hash_calc() call against an e... - 08:05 Revision e9d6db23: [TASK] Set 'loginSecurityLevel' to normal by default
- The only occurrence for 'loginSecurityLevel' checks for empty and falls back
to 'normal' (also defined in #81852 this...
2019-06-12
- 15:33 Revision d13b2f3d: [TASK] Update composer root version for Bamboo builds
- This patch updates the COMPOSER_ROOT_VERSION environment variable to the
current TYPO3 version. This ensures all comp... - 07:56 Revision 166cbdf0: [TASK] Add title to topbar buttons
- Add title to the two topbar buttons on the left:
- Minimize/maximize module menu
- Collapse page tree
Resolves: #883... - 07:54 Revision 314c18da: [!!!][TASK] Remove "createDirs" directive of extension installation
- Extensions should make use of TYPO3's native functionality for
using FAL-based folders, or the Environment API and TY... - 06:46 Revision 71cb708d: [!!!][TASK] Drop image support in RTE handling
- With the introduction of CKEditor in TYPO3 v8, the support
for images in RTEs is dropped, however functionality was k... - 06:18 Revision 7fdb0f0b: [BUGFIX] Allow same configuration key in multiple extensions
- Fix two issues in the extension configuration tool if more than one
extension is using the same configuration key:
*...
2019-06-11
- 13:32 Revision 41813a47: [BUGFIX] Tests broken with phpunit 8.2
- Switching from accessibleMock to prophecy resolves
a lot of failures.
Also, using a concrete instance instead accessi...
2019-06-10
- 18:15 Revision db0fa467: [TASK] Update GitHub description in CONTRIBUTING.md
- Releases: master
Resolves: #88535
Change-Id: Ibeb645965840c8c4e78f5e4d13272db32e9fc308
Reviewed-on: https://review.ty...
2019-06-09
- 22:12 Revision e85c77c7: [BUGFIX] Allow adding content without page edit permissions in record list
- If a backend usergroup has no permission to edit page properties, the
wizard for content element creation is not rend... - 21:55 Revision 0d69e757: [BUGFIX] Allow adding content without page edit permissions in record list
- If a backend usergroup has no permission to edit page properties, the
wizard for content element creation is not rend... - 15:28 Revision 1703acca: [BUGFIX] Allow adding content without page edit permissions
- Resolves: #87687
Releases: master, 9.5
Change-Id: I8113f3fa2facf6b21bc19ee1c445265c5ff4f4b4
Reviewed-on: https://revi...
2019-06-08
- 06:07 Revision f070cd9b: [BUGFIX] Ignore cHash when given but not needed
- If a cHash GET parameter is given, but there
are no GET parameters that are relevant, a
hash_calc() call against an e... - 05:52 Revision 15e264de: [!!!][TASK] Streamline TimeTracker global information
- This patch removes unused variables:
$GLOBALS['TYPO3_MISC']['microtime_BE_USER_start']
$GLOBALS['TYPO3_MISC']['micro...
2019-06-07
- 17:58 Revision a6c60ad3: [BUGFIX] Remove duplicate closing tag in tsref.xml
- With #88459, the closing tag `</property>` was accidentally not
removed, leaving a broken XML structure. This patch r... - 12:03 Revision 1948da9a: [TASK] Move emailAtLogin for BE Users in custom class
- The fat BE User object needs a haircut, and the obvious
logic for sending out an email is moved out.
Resolves: #8845... - 11:15 Revision 7829873b: [BUGFIX] Ensure "0" is treated as proper fallback in site language
- Due to incomplete handling of "0" and casting, the fallback
is always "0" which is wrong.
The patch fixes the behavi... - 11:00 Revision 7681e206: [BUGFIX] Ensure "0" is treated as proper fallback in site language
- Due to incomplete handling of "0" and casting, the fallback
is always "0" which is wrong.
The patch fixes the behavi... - 07:26 Revision edf32576: [TASK] Improve click behavior of the pagetree
- Initialize the d3-drag clickDistance setting to prevent clicks
where the mouse slightly moves from being detected as ...
2019-06-06
- 21:42 Revision d9308aea: [TASK] Improve click behavior of the pagetree
- Initialize the d3-drag clickDistance setting to prevent clicks
where the mouse slightly moves from being detected as ... - 20:25 Revision d38fee08: Revert "[TASK] Drop t3_origuid fields from functional tests"
- This reverts commit 55f7beae9e8360c56f9f788774177d7572bbd901.
Unfortunately it's not possible to get rid of t3_origu... - 10:10 Revision 3ea9c996: [TASK] Remove no_cache=1 from preview url generation
- The usage of no_cache should be avoided. If still required it can be added
by using the setting additionalGetParamete...
2019-06-05
- 22:46 Revision 018fa63c: [BUGFIX] Prevent division by zero when scaling image
- Prevents multiple division by zero errors when scaling
images, by checking that the input image size is valid
(meanin... - 22:28 Revision 8b01570b: [BUGFIX] Prevent division by zero when scaling image
- Prevents multiple division by zero errors when scaling
images, by checking that the input image size is valid
(meanin... - 22:11 Revision a3b2904c: [BUGFIX] Prevent division by zero when scaling image
- Prevents multiple division by zero errors when scaling
images, by checking that the input image size is valid
(meanin... - 22:00 Revision c39bf90e: [FEATURE] Add log message for "Switch User action"
- If an admin user switches to another be_user account via the "Switch User"
action in the "Backend users" module, the ... - 21:12 Revision a6651f3d: [TASK] Better example for FlashMessage finisher
- - Show how to use messageArguments
- messageCode is mandatory (Don't know why, but yes it is)
--> As it is mandatory,... - 20:41 Revision 849a22da: [TASK] Open LinkBrowser in modal window
- The LinkBrowser used in FormEngine is now opened in a modal window
instead of a popup.
Resolves: #88471
Releases: ma... - 15:48 Revision 55f7beae: [TASK] Drop t3_origuid fields from functional tests
- In order to drop t3_origuid semantics (see issue #88494) according
usages should be purged from functional tests. Thi... - 14:09 Revision f909644f: [BUGFIX] Ensure no PHP warning is thrown if legacy code is used
- When no constant is given (due to old OS),
a PHP warning is now triggered due to PHP 7.2. This is
overcome to use the... - 13:39 Revision 420a17e9: [BUGFIX] Ensure no PHP warning is thrown if legacy code is used
- When no constant is given (due to old OS),
a PHP warning is now triggered due to PHP 7.2. This is
overcome to use the... - 07:50 Revision 594abbc1: [TASK] Simplify Locales class
- The Locales class implies a kind-of singleton approach to fetch
configuration information.
In addition, Locales does... - 06:47 Revision a0aa6b99: [TASK] Set locale for requests earlier in Frontend process
- Due to non-site handling, setting the locale was built on top of
TypoScript settings. This was the reason, this was e... - 06:40 Revision 3fddb69a: [TASK] Upgrade Symfony-components
- Command used:
composer update symfony/* --with-dependencies
Following dependencies changed:
- Installing symfony/pol... - 06:22 Revision 360d896d: [TASK] Remove DB Connection check in Frontend Requests
- The check if the pages table is accessible is removed.
In TYPO3 v9 this was right after the TSFE creation due to 100...
2019-06-04
- 15:57 Revision 4736a751: [TASK] Prepare cache timeout more efficiently in Frontend
- Cache Timeout, configured via config.cache_period can be configured
when TypoScript is available.
The functionality ... - 13:12 Revision 77914615: Revert "[BUGFIX] Allow to send multiple HTTP headers with the same name"
- This reverts commit 1683f107e72e59737fb389e4623782de0ef472c0.
Reason for revert:
This breaks existing code, as multi... - 12:11 Revision 3daf4181: Revert "[BUGFIX] Allow to send multiple HTTP headers with the same name"
- This reverts commit 1683f107e72e59737fb389e4623782de0ef472c0.
Reason for revert:
This breaks existing code, as multi... - 11:35 Revision e7df51d1: [BUGFIX] Use scheme://host:port of current request resolving error page
- Error pages in site configurations don't need to point to an absolute URI.
When such error pages get resolved, the sc... - 11:21 Revision c4a144e6: [BUGFIX] Use scheme://host:port of current request resolving error page
- Error pages in site configurations don't need to point to an absolute URI.
When such error pages get resolved, the sc... - 07:50 Revision 26efdc64: [BUGFIX] Remove side effect of unit test
- The class typo3/sysext/frontend/Tests/Unit/Middleware/SiteResolverTest
manipulates the locale setting of the environm...
2019-06-03
- 19:58 Revision e60f7018: [BUGFIX] Raise codeception and phpunit versions
- With #88388, the composer.json file was adjusted to the required
versions of
phpunit/phpunit ^8.1
codeception/codece... - 13:10 Revision 7d45ed6c: [!!!][TASK] Remove config.language_alt and config.language
- Due to site handling, the TypoScript properties config.language
and config.language_alt have no effect anymore and ca... - 12:06 Revision b69b688f: [TASK] Remove leftover code from PseudoSite Handling
- The SiteMatcher object now always returns a Site / NullSite, so there
will never be an exception "SiteNotFoundExcepti...
2019-05-31
- 22:28 Revision f364ea8f: [TASK] Raise typo3 icons to 1.9.0
- Executed tasks:
cd Build
yarn add @typo3/icons@1.9.0 --dev
yarn grunt copy:core_icons
yarn grunt copy:extensi... - 20:07 Revision f26fa344: [TASK] Raise typo3 icons to 1.9.0
- Executed tasks:
cd Build
yarn add @typo3/icons@1.9.0 --dev
yarn grunt copy:core_icons
yarn grunt copy:extensi... - 16:04 Revision 257395f1: [BUGFIX] Do not show message "Allowed file extensions" for internal_type="db"
- For IRRE relations with a "foreign_selector" relation set to a field of
type "group" and internal_type "db", the back... - 15:37 Revision 078f3727: [TASK] Add links to the loaded images in the info module
- There is a "Images on this page" feature in the info module of the
adminpanel. This patch adds a simple link icon for... - 14:51 Revision 49ea9087: [TASK] Add links to the loaded images in the info module
- There is a "Images on this page" feature in the info module of the
adminpanel. This patch adds a simple link icon for... - 14:50 Revision 325bbc37: [BUGFIX] Do not show message "Allowed file extensions" for internal_type="db"
- For IRRE relations with a "foreign_selector" relation set to a field of
type "group" and internal_type "db", the back... - 14:21 Revision 8d5c45d2: [BUGFIX] Refresh browser cache when ckeditor config or plugins changes
- CKEDITOR.timestamp now contains also a hash of the configuration.
This is appended to uri when CKeditor loads resourc... - 14:17 Revision 70da4de7: [BUGFIX] Refresh browser cache when ckeditor config or plugins changes
- CKEDITOR.timestamp now contains also a hash of the configuration.
This is appended to uri when CKeditor loads resourc... - 14:00 Revision dce3eade: [BUGFIX] Do not show message "Allowed file extensions" for internal_type="db"
- For IRRE relations with a "foreign_selector" relation set to a field of
type "group" and internal_type "db", the back... - 13:58 Revision 0d5f68fe: [BUGFIX] Clamp "simulateDate" timestamp to minimum 60 seconds
- In order to avoid RuntimeExceptions, the "simulateDate" TSConfig setting
for the adminpanel has to be at least 60 se... - 13:57 Revision a36a248f: [BUGFIX] Add missing copyright header for MD5 AMD module
- This patch adds the missing copyright header of the original md5
JavaScript library.
To achieve this, the Grunt conf... - 13:53 Revision 9e819f9e: [BUGFIX] Refresh browser cache when ckeditor config or plugins changes
- CKEDITOR.timestamp now contains also a hash of the configuration.
This is appended to uri when CKeditor loads resourc... - 13:25 Revision 52c7c723: [BUGFIX] Clamp "simulateDate" timestamp to minimum 60 seconds
- In order to avoid RuntimeExceptions, the "simulateDate" TSConfig setting
for the adminpanel has to be at least 60 se... - 13:14 Revision a18a72e9: [TASK] Write cleaner FileWriter JSON output
- Since PHP 5.4 it's possible to disable escaping for unicode characters
and slashes, which results in a much cleaner, ... - 12:58 Revision 06a2e043: [TASK] Write cleaner FileWriter JSON output
- Since PHP 5.4 it's possible to disable escaping for unicode characters
and slashes, which results in a much cleaner, ... - 12:46 Revision f63f6fa2: [BUGFIX] Allow leading zeros in croncommand
- The Scheduler system extension requires a valid cron command or
seconds between scheduler runs.
With this commit, th... - 12:42 Revision ed5581ba: [BUGFIX] Add integer type casting to uids in SeparateSysHistoryFromSysLogUpdate wizard
- Ensure the uid fields in the SeparateSysHistoryFromSysLogUpdate that are
passed to RecordHistoryStore::addRecord() an... - 12:41 Revision 383be5e0: [BUGFIX] Add a unit to the document size in the adminpanel
- There is a "document size" row in the info module of the
adminpanel. Currently the value is outputted as integer, whi... - 11:11 Revision 92b06614: [BUGFIX] Add integer type casting to uids in SeparateSysHistoryFromSysLogUpdate wizard
- Ensure the uid fields in the SeparateSysHistoryFromSysLogUpdate that are
passed to RecordHistoryStore::addRecord() an... - 11:02 Revision 72795eb6: [BUGFIX] Add a unit to the document size in the adminpanel
- There is a "document size" row in the info module of the
adminpanel. Currently the value is outputted as integer, whi...
2019-05-30
- 20:34 Revision 8300dd31: [!!!][TASK] Remove Frontend Track User functionality
- The functionality "ftu" ("Frontend Track User"), which allows
to send the session through GET parameter within the si...
2019-05-29
- 10:21 Revision 9b605489: [TASK] Disable interface constructor in NodeFactoryTest
- phpunit/phpunit changed in their latest release the handling of
interface constructor mocking.
Some of the tests reac... - 10:03 Revision 2d941445: [TASK] Disable interface constructor in NodeFactoryTest
- phpunit/phpunit changed in their latest release the handling of
interface constructor mocking.
Some of the tests reac...
Also available in: Atom