Activity
From 2019-05-09 to 2019-06-07
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...
2019-05-27
- 22:59 Revision 6c3eb7c7: [BUGFIX] Fix several typos in comments
- Fix a few typos in comments with the word "exits".
Resolves: #88396
Releases: master, 9.5
Change-Id: Ie1bff70e9f451c... - 22:42 Revision 2809b604: [BUGFIX] Fix several typos in comments
- Fix a few typos in comments with the word "exits".
Resolves: #88396
Releases: master, 9.5
Change-Id: Ie1bff70e9f451c... - 07:03 Revision 8a1e581c: [BUGFIX] Respect sys_language_uid when fetching records for link browser
- The link browser now respects the sys_language_uid of the active
page record when selecting content elements to link ... - 06:44 Revision 2fd159f5: [BUGFIX] Respect sys_language_uid when fetching records for link browser
- The link browser now respects the sys_language_uid of the active
page record when selecting content elements to link ...
2019-05-24
- 21:13 Revision 4aeec26f: [TASK] Add information on how to create custom workspaces
- The documentation had no information where to create custom workspaces in the backend.
That information has been adde... - 15:23 Revision f5503fab: [BUGFIX] Allow to send multiple HTTP headers with the same name
- HTTP allows to send multiple headers with the same name.
Espacially this is needed for the "Set-Cookie" header to sen... - 15:22 Revision e1a408ba: [TASK] Move md5.js into an AMD module
- The file `md5.js` used to generate a MD5 hash in JavaScript is deprecated
and replaced by an AMD module `TYPO3/CMS/Ba... - 15:06 Revision 1683f107: [BUGFIX] Allow to send multiple HTTP headers with the same name
- HTTP allows to send multiple headers with the same name.
Espacially this is needed for the "Set-Cookie" header to sen... - 14:56 Revision ae298bfa: [BUGFIX] Allow leading zeros in croncommand
- The Scheduler system extension requires a valid cron command or
seconds between scheduler runs.
With this commit, th... - 14:50 Revision 266acc15: [TASK] Deprecate top.openUrlInWindow
- The global JavaScript function `top.openUrlInWindow()` has been marked as
deprecated. This method was used to open li... - 14:14 Revision 760d19ca: [BUGFIX] Require `jquery` before using it when rendering ckeditor
- In rare cases it might occur that jquery is not available on ckeditor
initialization, but it's used already. Interest... - 14:14 Revision 26ba10c4: [TASK] Delete unused ColorPicker.js file
- The js module „TYPO3/CMS/Backend/Wizard/Colorpicker“ is not used
anymore. The PHP code was removed with #80913.
This ... - 14:14 Revision 3521a8ea: [BUGFIX] Require `jquery` before using it when rendering ckeditor
- In rare cases it might occur that jquery is not available on ckeditor
initialization, but it's used already. Interest... - 13:47 Revision dc42abec: [TASK] Harden \TYPO3\CMS\Extbase\Service\ExtensionService
- - Use strict type mode
- Use type hints whereever possible
- Use strict type comparison for in_array
Releases: maste... - 13:04 Revision d34060b3: [TASK] Deprecate `top.rawurlencode` and `top.str_replace`
- The global JavaScript functions `top.rawurlencode()` and
`top.str_replace()` were introduced in 2009 and have been ma... - 12:52 Revision 0399b318: [BUGFIX] Require `jquery` before using it when rendering ckeditor
- In rare cases it might occur that jquery is not available on ckeditor
initialization, but it's used already. Interest... - 12:38 Revision df1bdb52: [!!!][TASK] Remove config.defaultGetVars
- The TypoScript option config.defaultGetVars is not
evaluated anymore, as this conflicts with TypoScript
logic itself:... - 12:34 Revision 881f8ae2: [!!!][TASK] Remove jsfunc.evalfield.js
- The file `jsfunc.evalfield.js` responsible for form value evaluation and
validation has been removed. This job is now... - 12:01 Revision 0842cea9: [!!!][TASK] Refactor client-side IRRE
- This patch refactors the IRRE handling on client side, the JavaScript
land has been rewritten to have a better struct... - 11:54 Revision 7c8ab513: [TASK] Typo in "validate"
- Releases: master
Resolves: #88409
Change-Id: Iff722b6b6f4206e4912fd2d2f7bc8e55d860133f
Reviewed-on: https://review.ty... - 11:44 Revision 97206015: [TASK] Migrate TYPO3/CMS/Filelist/* to TypeScript
- This commit also removes superfluous code and streamlines the search
template.
Resolves: #88333
Releases: master
Cha... - 09:57 Revision 65bc70dc: [TASK] Add information on how to create custom workspaces
- The documentation had no information where to create custom workspaces in the backend.
That information has been adde... - 09:51 Revision e9422c8a: [BUGFIX] Ensure correct initialization of selectTree value
- This patch provides the current set database value in a hidden field as
early as the whole select tree JavaScript is ... - 09:43 Revision 08f54279: [TASK] Optimize tests for request function in expression language
- Resolves: #88345
Releases: master
Change-Id: I1da8e97558b0a4697db8aae6b1a098e2628fa519
Reviewed-on: https://review.ty... - 09:42 Revision 1fcc4a09: [BUGFIX] Ensure correct initialization of selectTree value
- This patch provides the current set database value in a hidden field as
early as the whole select tree JavaScript is ... - 09:16 Revision c870cbe3: [!!!][TASK] Remove TBE_EDITOR.typo3form
- This patch removes the TBE_EDITOR.typo3form object, which is unused for
a long time now. This "API" was used to eithe...
2019-05-22
- 19:33 Revision 3c275ff1: [!!!][TASK] Deprecate useCacheHash/noCacheHash
- Having Site Handling in place, the option "useCacheHash"
rendered useless as it is added by TYPO3 Core automatically
... - 08:54 Revision e34c76db: [BUGFIX] Respect argument showLabel in AbstractButtonViewHelper
- The argument `showLabel` must be used while creating a button.
Resolves: #88408
Releases: master, 9.5
Change-Id: I5b... - 08:36 Revision 01626d64: [BUGFIX] Respect argument showLabel in AbstractButtonViewHelper
- The argument `showLabel` must be used while creating a button.
Resolves: #88408
Releases: master, 9.5
Change-Id: I5b...
2019-05-21
- 15:36 Revision 0031cb2c: [BUGFIX] Remove superflous parameter that blocks the test
- assertNotNull takes only one parameter, but due to a left over
from former refactoring, it got two, and the first one... - 15:31 Revision 08c00ab8: [!!!][TASK] Remove deprecated code from ConditionMatcher
- The following methods changed from protected to private:
ConditionMatcher->determinePageId()
ConditionMatcher->getPa... - 12:45 Revision 45cb70b8: [!!!][TASK] Remove legacy "pageNotFound_handling" options
- With the introduction of site handling, the old "pageNotFound_handling"
mechanisms can be removed. If a site configur...
2019-05-20
- 17:21 Revision ef0991c3: [BUGFIX] Use VersionState constants instead of numbers
- A few places still use t3ver_state instead of the available
constants in VersionState. To increase
the semantics of t... - 15:52 Revision 91d5f80b: [TASK] Update typo3/testing-framework, phpunit and codeception
- commands:
composer update typo3/testing-framework
composer require --dev codeception/codeception:^3
composer updat... - 12:00 Revision 65d07872: [BUGFIX] Use VersionState constants instead of numbers
- A few places still use t3ver_state instead of the available
constants in VersionState. To increase
the semantics of t...
2019-05-16
- 11:58 Revision 828f4262: [!!!][TASK] Streamline caching framework caches
- Due to some heavy history on the caching framework, all
Database caches start with "cf_cache_", which is optimized
so...
2019-05-15
- 21:42 Revision f998e96f: [!!!][TASK] Remove Pseudo-Site Handling
- This change removes the compatibility layer of Site Handling,
called "PseudoSite" handling.
Any TypoScript-related L... - 21:20 Revision 18411d12: [BUGFIX] Ensure correct initialization of selectTree value
- This patch provides the current set database value in a hidden field as
early as the whole select tree JavaScript is ... - 21:15 Revision 1003a0f1: [!!!][TASK] Remove database field "t3ver_id"
- The database field "t3ver_id" which is managed by TYPO3 to store the
number of the version for a specific version is ... - 21:04 Revision 497e1a8c: [BUGFIX] Ensure correct value for JsonResponse in InstallerController
- Set the correct status value for the JsonResponse returned in case no
database is selected.
Additionally, a typo in t... - 14:44 Revision ec908fe3: [TASK] Set TYPO3 version to 8.7.27-dev
- Change-Id: Ie61a0eef50a004dab85328766a684f1ddb06ebe4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/607... - 14:38 Revision 79b954e3: [TASK] Set TYPO3 version to 9.5.8-dev
- Change-Id: I2840b32dff68287c5752c3373439bf4becbb8b48
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/607... - 13:41 Revision 298c3d4c: [RELEASE] Release of TYPO3 9.5.7
- Change-Id: I74718d884a95b7015787bdad3efd14381df2ebdf
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/607... - 13:24 Revision 2c8df8f5: [RELEASE] Release of TYPO3 8.7.26
- Change-Id: I0f137971bcbc85e93573b1885d5eb0140c3f954c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/607... - 13:19 Revision ff2b8280: [TASK] Upgrade typo3/phar-stream-wrapper to v3.1.2
- https://github.com/TYPO3/phar-stream-wrapper/releases/tag/v3.1.2
* #34: Normalize resolved Windows path to Unix-styl... - 12:54 Revision ccd0bdff: [TASK] Upgrade typo3/phar-stream-wrapper to v3.1.2
- https://github.com/TYPO3/phar-stream-wrapper/releases/tag/v3.1.2
* #34: Normalize resolved Windows path to Unix-styl... - 12:34 Revision 8e377804: [TASK] Upgrade typo3/phar-stream-wrapper to v3.1.2
- https://github.com/TYPO3/phar-stream-wrapper/releases/tag/v3.1.2
* #34: Normalize resolved Windows path to Unix-styl... - 12:25 Revision 2776cef8: [TASK] Switch functional tests to site handling
- All functional tests that run a frontend subrequest
should be tested against Site Handling, as the
PseudoSite Handlin... - 11:43 Revision d37ac15b: [BUGFIX] Fix record preview
- A wrong evaluation of the null coalesce
assignment (?? is evaluted and && later-on),
the if() condition was always tr... - 11:23 Revision 617f0633: [BUGFIX] Fix record preview
- A wrong evaluation of the null coalesce
assignment (?? is evaluted and && later-on),
the if() condition was always tr... - 09:50 Revision 3d271bbf: [BUGFIX] Avoid realpath resolving in PharStreamWrapperInterceptor
- Given that e.g. public/typo3conf/ext/my_extension is symlinked to
packages/my_extension, PharStreamWrapper denies inv... - 09:49 Revision 58c40c13: [BUGFIX] Avoid realpath resolving in PharStreamWrapperInterceptor
- Given that e.g. public/typo3conf/ext/my_extension is symlinked to
packages/my_extension, PharStreamWrapper denies inv... - 09:10 Revision 2dddd29b: [BUGFIX] Avoid realpath resolving in PharStreamWrapperInterceptor
- Given that e.g. public/typo3conf/ext/my_extension is symlinked to
packages/my_extension, PharStreamWrapper denies inv... - 08:53 Revision ccaa33a2: [TASK] Prepare core tests for phpunit v8
- Resolves: #88335
Releases: master, 9.5
Change-Id: I40569702c9cec50aa9150c666488c7a71c28b47b
Reviewed-on: https://revi...
2019-05-13
- 21:43 Revision 05a9b263: [BUGFIX] Remove non existing source map reference
- Resolves: #86804
Releases: master, 9.5, 8.7
Change-Id: I81332dd5d5ede768f4ca90bac9d4d3a611f91d2e
Reviewed-on: https:/... - 21:42 Revision bcda688f: [BUGFIX] Remove non existing source map reference
- Resolves: #86804
Releases: master, 9.5, 8.7
Change-Id: I81332dd5d5ede768f4ca90bac9d4d3a611f91d2e
Reviewed-on: https:/... - 21:36 Revision 3858203a: [TASK] Remove unused variable
- Resolves: #88334
Releases: master, 9.5
Change-Id: I380c0aa3dd63ab6d1a8587138e0ff33df6941ca4
Reviewed-on: https://revi... - 21:10 Revision 1c46278f: [TASK] Remove unused variable
- Resolves: #88334
Releases: master, 9.5
Change-Id: I380c0aa3dd63ab6d1a8587138e0ff33df6941ca4
Reviewed-on: https://revi... - 10:45 Revision 17a2fc2b: [BUGFIX] Remove non existing source map reference
- Resolves: #86804
Releases: master, 9.5, 8.7
Change-Id: I81332dd5d5ede768f4ca90bac9d4d3a611f91d2e
Reviewed-on: https:/... - 06:31 Revision 3199eee3: [BUGFIX] Ignore PATH_INFO in NormalizedParams scriptName calculation
- When NormalizedParams was introduced, the code that was refactored from
GeneralUtility:getIndpEnv did not take into a... - 06:12 Revision 5435881b: [BUGFIX] Properly initialize image property of FrontendUser
- Resolves: #88315
Releases: master, 9.5
Change-Id: I76f75986b39ff15bd2d57ab94ec290a509381275
Reviewed-on: https://revi... - 06:12 Revision 739efe45: [BUGFIX] Ignore PATH_INFO in NormalizedParams scriptName calculation
- When NormalizedParams was introduced, the code that was refactored from
GeneralUtility:getIndpEnv did not take into a...
2019-05-12
- 22:27 Revision d8bd7129: [BUGFIX] Properly initialize image property of FrontendUser
- Resolves: #88315
Releases: master, 9.5
Change-Id: I76f75986b39ff15bd2d57ab94ec290a509381275
Reviewed-on: https://revi...
2019-05-10
- 18:50 Revision 38eb1650: [TASK] Migrate TYPO3/CMS/RteCkeditor/* to TypeScript
- Resolves: #87924
Releases: master
Change-Id: I50332d97fbbfa9b04f1a2d8de761aabe84b3c367
Reviewed-on: https://review.ty... - 17:04 Revision a776d58d: [BUGFIX] Ensure correct value for JsonResponse in InstallerController
- Set the correct status value for the JsonResponse returned in case no
database is selected.
Additionally, a typo in t... - 16:49 Revision 76740dd2: [TASK] Unify spelling for TSconfig
- Resolves: #87647
Releases: master
Change-Id: I4f2a9db50481c12f84682ebe0147b962c8d8438d
Reviewed-on: https://review.ty... - 16:47 Revision 7c328484: [BUGFIX] Migrate "Revert selection" of SelectCheckboxElement
- With #87324 parts of the FormEngine have been split into smaller,
maintainable parts. However, `SelectCheckboxElement... - 16:18 Revision cb1fbf04: [TASK] Slim down .editorconfig file
- This patch aims to reduce the size of the .editorconfig file used by IDEs
to get rid of duplicated configuration (ind... - 15:04 Revision 2209a8f2: [BUGFIX] Fix querying form element when clicking "Install" button
- Resolves: #88226
Related: #88040
Releases: master
Change-Id: Ie8726b689362119a3d4d087582b3be2cb2b86e4b
Reviewed-on: h...
2019-05-09
- 00:20 Revision 82429eb0: [BUGFIX] Set `hasErrors` depending on existing errors
- The bugfix for #87971 assumes that every requesting hitting
SimpleDataHandlerController without setting `prErr` expli...
Also available in: Atom