Project

General

Profile

Activity

From 2021-03-17 to 2021-04-15

2021-04-15

17:08 Revision a0b5e940: [BUGFIX] Apply enableFields in JOIN's ON condition
If an OUTER JOIN is requested, the "disabled" rows
of the joined table must be filtered before the join
is executed. ...
Markus Klein
12:30 Revision 9bb6b3cb: [BUGFIX] Apply enableFields in JOIN's ON condition
If an OUTER JOIN is requested, the "disabled" rows
of the joined table must be filtered before the join
is executed. ...
Markus Klein
11:13 Revision b6839214: [BUGFIX] Respect extendToSubpages on generating preview urls
When defining "extendToSubpages" on a page, all subpages
inherit the access restriction from this page. Therefore, wh...
Oliver Bartsch
11:01 Revision 373b25b8: [BUGFIX] Respect extendToSubpages on generating preview urls
When defining "extendToSubpages" on a page, all subpages
inherit the access restriction from this page. Therefore, wh...
Oliver Bartsch

2021-04-14

18:11 Revision f99186ca: [TASK] Remove unused logger implementation from LoginController
Since #93898 no more logging takes place in the
LoginController. Therefore, the logger trait as well
as the implement...
Oliver Bartsch

2021-04-13

13:47 Revision 211821fb: [TASK] Replace FormEngine update request invocation
This patchs adds a new LitElement that invokes the update request of
FormEngine if a field's value with such configur...
Andreas Fernandez
12:31 Revision 23644892: [TASK] Unify authentication form styles
Using backend extension configuration, it's possible
to customize the authentication forms, e.g. login and
password r...
Oliver Bartsch
07:29 Revision d2cf0862: [TASK] Set TYPO3 version to 10.4.16-dev
Change-Id: Ied9e3bb1057e3f2f963ca865412274e5d62ca92e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/687...
Benni Mack
07:16 Revision a654213c: [RELEASE] Release of TYPO3 10.4.15
Change-Id: I81fd4375494fc237c365cd9531dba1d043f85657
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/687...
Benni Mack

2021-04-12

21:08 Revision a560b9b0: [TASK] Streamline moduleName handling
* Avoid custom moduleName in EXT:form and add a new moduleClass
property for the purpose of custom controller styl...
Benjamin Franzke
21:07 Revision a3a4510a: [BUGFIX] Fix MSSQL support with Doctrine DBAL
When using older versions with Doctrine DBAL
and "pdo_sqlsrv" the "free()" method was already
occupied and failed wit...
Benni Mack
20:44 Revision 4a1204bb: [BUGFIX] Fix MSSQL support with Doctrine DBAL
When using older versions with Doctrine DBAL
and "pdo_sqlsrv" the "free()" method was already
occupied and failed wit...
Benni Mack
19:16 Revision 8d956220: [BUGFIX] Remove DeferredBackendImageProcessor from configuration
Remove DeferredBackendImageProcessor from default configuraion,
because it requires usage of a newly introduced API f...
Helmut Hummel
12:44 Revision e9073b72: [BUGFIX] Use correct action code to fetch workspace comments
With #89483 some constants to have named DataHandler actions were
introduced. Unfortunately, a location in Workspace ...
Andreas Fernandez
12:20 Revision 3a77b918: [BUGFIX] Use correct action code to fetch workspace comments
With #89483 some constants to have named DataHandler actions were
introduced. Unfortunately, a location in Workspace ...
Andreas Fernandez

2021-04-09

21:23 Revision ace65ef4: [TASK] Re-style record list search box
The search box (accessible via the list module in docheader, and
also used inside the Record Selector) is now simplif...
Benni Mack
20:53 Revision 2c0436e5: [TASK] Unify SVG toolbar generation
This change creates a default toolbar for SVG trees to filter, in order
to avoid duplicate code (which will be added ...
Benni Mack
20:27 Revision d12ca005: [TASK] Set ModuleTemplate details from request
This change adds a new ModuleTemplateFactory, which
is built with the Request in the object, allowing to use
the curr...
Benni Mack
19:58 Revision 189e065f: [BUGFIX] Re-add support for existing prepared statements
The lowlevel bindValue() API is re-introduced in a way that
supports both Doctrine 3.0 and Doctrine 2.10 (for TYPO3 v...
Benni Mack
19:57 Revision d5a28bbe: [BUGFIX] Re-add support for existing prepared statements
The lowlevel bindValue() API is re-introduced in a way that
supports both Doctrine 3.0 and Doctrine 2.10 (for TYPO3 v...
Benni Mack
19:55 Revision 2388af01: [TASK] Cleanup setup module
Some cleanup of the SetupModuleController:
Remove an unused function for adding Javascript,
because it has not been ...
Oliver Bartsch

2021-04-08

12:44 Revision 7aad9f6d: [TASK] Centralize LinkBrowser / ElementBrowser HTML
This change migrates the ElementBrowser / LinkBrowser HTML
Layouts to use the ElementBrowser Layout.
In addition, th...
Benni Mack
07:18 Revision 571a5e8a: [FEATURE] Resizable navigation for all element / record selectors
This change adds a new Lit-based custom HTML component
called "<typo3-backend-navigation-switcher>" which moves
the c...
Benni Mack

2021-04-07

22:12 Revision 2c858ea1: [BUGFIX] Keep filter settings after editing or deleting a redirect
Resolves: #91322
Releases: master, 10.4
Change-Id: Ie03d6e120fcd62f9b14922ca28c61d6cd0dc2854
Reviewed-on: https://rev...
Daniel Goerz
20:09 Revision cbe4455a: [TASK] Migrate backend live search to use lit-html for templating
Migrates backend UI component `LiveSearch` to be based on `lit-html`.
In order to avoid string based concatenation wh...
Benjamin Franzke
20:00 Revision 6e72c685: [BUGFIX] Keep filter settings after editing or deleting a redirect
Resolves: #91322
Releases: master, 10.4
Change-Id: Ie03d6e120fcd62f9b14922ca28c61d6cd0dc2854
Reviewed-on: https://rev...
Daniel Goerz
19:52 Revision 84be79ed: [BUGFIX] Remove surplus characters in XLIFF files
Removes an additional `>` characters in EXT:dashboard
XLIFF files.
Resolves: #93859
Relates: #93594
Releases: master...
Oliver Klee
19:09 Revision 0d8f0cf4: [BUGFIX] Send change event to proper slug input field
When regenerating a slug value via form engine in the backend user
interface, changed states are not addressed anymor...
Oliver Hader
09:11 Revision e56ea995: [TASK] Move doc header generation out of DatabaseRecordList
This change primarily moves the ModuleTemplate / DocHeader
generation out of the DatabaseRecordList class into the ac...
Benni Mack
09:05 Revision 75c3ce30: [TASK] Replace Mock with real instance in ReferrerEnforcerTest
Usage of real instances in tests avoid the awkward situation
that the test might not be useful anymore due to refacto...
Anja Leichsenring
08:34 Revision 74593e71: [TASK] Replace Mock with real instance in ReferrerEnforcerTest
Usage of real instances in tests avoid the awkward situation
that the test might not be useful anymore due to refacto...
Anja Leichsenring
07:41 Revision 82ce9c52: [BUGFIX] Do not log failed HMAC validation from forms
When a HMAC of a submitted form is invalid, TYPO3 throws
a BadRequestException which is logged to sys_log and logfile...
Torben Hansen
06:33 Revision 3e4edfc8: [BUGFIX] Use correct field name ses_permanent in UserSessionManager
The correct field name is `ses_permanent` instead of `is_permanent`.
Resolves: #93862
Releases: master
Change-Id: Ie...
Georg Ringer

2021-04-06

18:59 Revision 6572f5f3: [BUGFIX] Remove surplus characters in XLIFF files
Removes an additional `>` characters in EXT:dashboard
XLIFF files.
Resolves: #93859
Relates: #93594
Releases: master...
Oliver Klee
16:28 Revision f33182eb: [BUGFIX] Do not log failed HMAC validation from forms
When a HMAC of a submitted form is invalid, TYPO3 throws
a BadRequestException which is logged to sys_log and logfile...
Torben Hansen
13:28 Revision 0ecca871: [TASK] Use native PSR-7 Request in Extbase Request building
Because the original PSR-7 request is now
handed into Extbase at any times, the RequestBuilder
can now utilize a PSR-...
Benni Mack
09:59 Revision 1324402a: [Feature] https://github.com/TYPO3-CMS/styleguide/issues/91008 - Item sorting for TCA select items (#203)
refs https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-TCA/issues/273 Lina Wolf

2021-04-05

19:51 Revision 90fa470e: [TASK] Optimize search box for record lists
The search box is currently available in
* Page module (docheader)
* List module (docheader)
* Record Selector / Elem...
Benni Mack

2021-04-04

20:04 Revision fe3deeb5: [FEATURE] Provide list of available system locales
Providing a list of available locales makes it faster
and less error prone to setup a site and its languages.
Resolv...
Georg Ringer

2021-04-02

18:21 Revision f627a2c5: [TASK] Clean up TypeScript code for Element Browser / Link Picker
The Link Picker (RecordLinkHandler) and Element Browser logic
has been simplified to avoid jQuery where possible and ...
Benni Mack

2021-04-01

14:24 Revision 99376843: [TASK] Add compatibility with Doctrine DBAL 2.13.0
This change removes some type hints which are invalid with
Doctrine DBAL 2.13.0 / 3.0 (builds forward compatibility),...
Benni Mack
14:24 Revision 198ff6e3: [TASK] Add compatibility with Doctrine DBAL 2.13.0
This change removes some type hints which are invalid with
Doctrine DBAL 2.13.0 / 3.0 (builds forward compatibility),...
Benni Mack
11:42 Revision 5044fe4d: [TASK] Split up RecordList table rendering
The DatabaseRecordList class has a few larger methods
to compile HTML ready to be rendered.
This change cleans up se...
Benni Mack
09:57 Revision fca4b6d1: [TASK] Deprecate special property of TCA type select
In #57082 the special=languages option was migrated to the
new TCA type "language". The remaining options for "specia...
Oliver Bartsch

2021-03-31

14:08 Revision e0e49ed0: [TASK] DatabaseRecordList: Streamline pagination
* The pointer to the first record has been replaced
by the current page for the pagination.
* The calculation of th...
Daniel Windloff
13:05 Revision 2ef6a89d: [BUGFIX] Fix typo in docstring of AbstractValidator::addError()
Resolves: #93836
Related: #93835
Releases: master, 10.4
Change-Id: I54da5bcb014337c0c0aea11aed1a3fc709ba0998
Reviewed...
Volker Diels-Grabsch
12:40 Revision 5a95b7f8: [BUGFIX] Fix typo in docstring of AbstractValidator::addError()
Resolves: #93836
Related: #93835
Releases: master, 10.4
Change-Id: I54da5bcb014337c0c0aea11aed1a3fc709ba0998
Reviewed...
Volker Diels-Grabsch
12:14 Revision adc47c6f: [BUGFIX] DatabaseRecordList constructor
- Remove the unnecessarily duplicate IconFactory
Resolves: #93838
Release: 10.4
Change-Id: I609c214226fc0a4639735c66...
Eric Chavaillaz
12:14 Revision ca800554: [TASK] Update syfony/mailer and adapt tests
In the 5.2.6 and 4.4.21 version of symfony/mime which is a requirement
of symfony/mailer, the name of the e-mail addr...
Richard Haeser

2021-03-30

19:52 Revision fae69702: [TASK] Update package stylelint
Update the package stylelint to get better validations
and to allow more CSS properties.
Used commands:
> cd Build
...
Georg Ringer
19:24 Revision 6c6d08c9: [BUGFIX] Correct display of unused elements in PageLayout
Unused elements in PageLayout view will be displayed
as unused elements again.
Resolves: #93829
Releases: master, 10...
Stefan Froemken
12:42 Revision 2f2bdef6: [BUGFIX] Correct display of unused elements in PageLayout
Unused elements in PageLayout view will be displayed
as unused elements again.
Resolves: #93829
Releases: master, 10...
Stefan Froemken
12:23 Revision c1e6763d: [TASK] Update comment removing unused "transport_smtp_port"
Fix a broken comment mentioning transport_smtp_port,
it was never used within TYPO3 core. Introduced way back
in 2010...
Cypelt
11:50 Revision c92073f9: [TASK] Update comment removing unused "transport_smtp_port"
Fix a broken comment mentioning transport_smtp_port,
it was never used within TYPO3 core. Introduced way back
in 2010...
Cypelt
10:51 Revision 2cd43f82: [TASK] Update syfony/mailer and adapt tests
In the 5.2.6 version of symfony/mime which is a requirement of
symfony/mailer, the name of the e-mail address is esca...
Richard Haeser
10:09 Revision c498afe2: [BUGFIX] Support whitespace in TypoScript getData file: usage
getText supports whitespaces in its syntax, e.g. `file : 17 : size`.
That was not respected when using in combination...
Daniel Siepmann
09:46 Revision 60ba621f: [BUGFIX] Support whitespace in TypoScript getData file: usage
getText supports whitespaces in its syntax, e.g. `file : 17 : size`.
That was not respected when using in combination...
Daniel Siepmann
09:30 Revision f5d6ae11: [TASK] styleguide: Use new type=language config for sys_language_uid fields
Christian Kuhn
09:09 Revision 071a3fa6: [BUGFIX] styleguide: Add a missing 'config' section in TCA
Christian Kuhn
09:07 Revision e69d95e1: [Feature] select fields with itemGroups (#202)
Covered in docs with
https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-TCA/issues/273
Lina Wolf

2021-03-29

13:15 Revision 38e43605: [BUGFIX] Fix value of multiple select choices in site configuration
When extending the site configuration with an extension and
use a select box with multiple choices (selectSingleBox, ...
Chris Müller
13:00 Revision 0a9e8779: [TASK] styleguide: Move items description to correct position
https://github.com/TYPO3-CMS/styleguide/pull/201 Oliver Bartsch
12:35 Revision 2bcddd8c: [BUGFIX] Fix value of multiple select choices in site configuration
When extending the site configuration with an extension and
use a select box with multiple choices (selectSingleBox, ...
Chris Müller
12:25 Revision a52844a7: [BUGFIX] Only localize inline records that are not translated
This patch ensures that DataHandler does not try to localize inline
records that already have a translation for the g...
Torben Hansen
09:24 Revision 819380b1: [BUGFIX] Remove useless role="img" attributes
Role "img" requires an accessible name. The backend never supplies one,
but uses it only on SVG icons within links th...
Martin Kutschker
09:16 Revision c637d092: [TASK] Dispatch event after extension install with site config
An extension can provide site configuration to be imported into
the TYPO3 instance by providing a file in Initialisat...
Anja Leichsenring
09:14 Revision d1fd9d28: [TASK] Dispatch event after extension install with site config
An extension can provide site configuration to be imported into
the TYPO3 instance by providing a file in Initialisat...
Anja Leichsenring
09:11 Revision 936c9beb: [BUGFIX] Fix descriptions of selectCheckBox items
With #91008 the grouping and sorting feature was
introduced to the TCA select type. As a consequence,
the select item...
Oliver Bartsch
08:53 Revision 02c42d8a: [BUGFIX] Fix descriptions of selectCheckBox items
With #91008 the grouping and sorting feature was
introduced to the TCA select type. As a consequence,
the select item...
Oliver Bartsch
08:43 Revision 6a2ec515: [BUGFIX] Don't treat ALL language elements as untranslated
Elements, having -1 set as sys_language_uid, can not be
translated. Therefore, they have to be eliminated when
collec...
Oliver Bartsch
08:28 Revision e5be2830: [BUGFIX] Don't treat ALL language elements as untranslated
Elements, having -1 set as sys_language_uid, can not be
translated. Therefore, they have to be eliminated when
collec...
Oliver Bartsch
05:01 Revision bca13010: [TASK] Do not restrict TCA type="text" width
When TCA type="text" has no "cols" setting, the width of
the element is artifically restricted to some arbitrary
max ...
Christian Kuhn

2021-03-28

18:49 Revision 72c82fee: [BUGFIX] Only localize inline records that are not translated
This patch ensures that DataHandler does not try to localize inline
records that already have a translation for the g...
Torben Hansen

2021-03-26

17:05 Revision 139fb31d: [BUGFIX] Keep top level upload folder
If a form upload is configured to save files within
"1:/user_upload/test/" (saveToFileMount: '1:/user_upload/test/'),...
Ralf Zimmermann
17:05 Revision 39cc879e: [BUGFIX] Keep top level upload folder
If a form upload is configured to save files within
"1:/user_upload/test/" (saveToFileMount: '1:/user_upload/test/'),...
Ralf Zimmermann
16:49 Revision 14b865a5: [BUGFIX] Keep top level upload folder
If a form upload is configured to save files within
"1:/user_upload/test/" (saveToFileMount: '1:/user_upload/test/'),...
Ralf Zimmermann
15:21 Revision 371cc81d: [TASK] Check maximum PHP version in entrypoints
This adds another safeguard to prevent running TYPO3 on unsupported PHP
versions.
Resolves: #93246
Releases: master,...
Mathias Brodala
14:50 Revision 22c7cd6a: [TASK] Check maximum PHP version in entrypoints
This adds another safeguard to prevent running TYPO3 on unsupported PHP
versions.
Resolves: #93246
Releases: master,...
Mathias Brodala
14:38 Revision 71536c68: [BUGFIX] Render canonical link of target page when page is in mountpoint
When a page is within a mountpoint, the normal behaviour is to generate
a link within the mountpoint. As the content ...
Richard Haeser
14:13 Revision 9c67aba9: [BUGFIX] Render canonical link of target page when page is in mountpoint
When a page is within a mountpoint, the normal behaviour is to generate
a link within the mountpoint. As the content ...
Richard Haeser
13:10 Revision 637b9c9a: [BUGFIX] Exclude language "All" from available translation source languages
Records in language "All" are not translatable by definition. Therefore
this language must not be allowed as a source...
Dmitry Dulepov
13:02 Revision 61e7681f: [TASK] Introduce id's to tables in list module
To simplify testing and screenshotting, each table listed
in the list module gets a unique id.
Resolves: #93775
Rele...
Lina Wolf
12:45 Revision 78cade09: [TASK] Introduce id's to tables in list module
To simplify testing and screenshotting, each table listed
in the list module gets a unique id.
Resolves: #93775
Rele...
Lina Wolf
11:39 Revision b4a32155: [TASK] Extend active evaluation of TOTP provider
The TOTP provider is now only treated as active in case
the active flag is set and the shared secret exists.
It's ac...
Oliver Bartsch
10:14 Revision ca50eec7: [BUGFIX] Exclude language "All" from available translation source languages
Records in language "All" are not translatable by definition. Therefore
this language must not be allowed as a source...
Dmitry Dulepov

2021-03-25

16:53 Revision 753a304f: [BUGFIX] Add pid restriction when getting previousLocalizedRecord
Scenario:
A content element 'ce-1-default' exists on a 'source' page. It
has a 'free mode' localization 'ce-1-localiz...
Philipp Parzer
16:52 Revision d5366226: [BUGFIX] Add pid restriction when getting previousLocalizedRecord
Scenario:
A content element 'ce-1-default' exists on a 'source' page. It
has a 'free mode' localization 'ce-1-localiz...
Philipp Parzer
14:49 Revision 659be324: [BUGFIX] Check for correct languageField in unique evaluation
The languageField property is configured in TCA ctrl section and not in a TCA field.
With this commit re-editing a r...
Christoph Lehmann
13:54 Revision ee24ba62: [FEATURE] Allow overriding TCA descriptions with TSconfig
This adds a new FormDataProvider, which allows to override the
TCA description property, introduced in #85410, with p...
Oliver Bartsch
12:02 Revision 862effd3: [BUGFIX] Check for correct languageField in unique evaluation
The languageField property is configured in TCA ctrl section and not in a TCA field.
With this commit re-editing a r...
Christoph Lehmann
11:58 Revision 06f3117b: [TASK] Update @types/bootstrap
In #93810 bootstrap was updated to 5.0.0-beta3,
which contains the new "offcanvas" component.
In order to use it in ...
Oliver Bartsch

2021-03-24

20:46 Revision 440f748a: [TASK] Increase test coverage of MFA
This introduces various tests for the previously
introduced MFA feature and its classes.
Resolves: #93566
Releases: ...
Oliver Bartsch
19:46 Revision fc856a4e: [TASK] Enable phpstan checkArgumentsPassedByReference check
Whenever methods take arguments by reference only variables
may be passed. This patch activates the corresponding php...
Daniel Goerz
19:14 Revision 8b3e2d7b: [TASK] Update XLIFF version to 1.2
Update all XLIFF files to use version 1.2, which makes it possible to
use a validation schema.
Also drop the TYPO3-s...
Georg Ringer
17:01 Revision b0a57aad: [BUGFIX] Fix workspace pagination
Since the workspace pagination took also child records
into account, which are however never being displayed
without ...
Oliver Bartsch
17:00 Revision f8e4b443: [BUGFIX] Fix workspace pagination
Since the workspace pagination took also child records
into account, which are however never being displayed
without ...
Oliver Bartsch
11:50 Revision 8fe7baa2: [TASK] Update to Twitter Bootstrap 5 beta 3
This change updates the Twitter Bootstrap
dependency to version 5.0.0beta3
See https://blog.getbootstrap.com/2021/03...
Benni Mack
09:05 Revision d8c4f4d6: [BUGFIX] Ensure compared values are of same type
When strict type comparison was introduced to
the OptionViewHelper in #90540, it was not properly
ensured that the va...
Oliver Bartsch
09:05 Revision 79e4001e: [BUGFIX] Fix content element preview for menu types
With the introduction of fluid styled content in #79622,
the former CType `menu` with its subtypes was splitted
into ...
Oliver Bartsch
08:50 Revision 8e4d7f75: [BUGFIX] Fix content element preview for menu types
With the introduction of fluid styled content in #79622,
the former CType `menu` with its subtypes was splitted
into ...
Oliver Bartsch
08:43 Revision d67a7053: [BUGFIX] Ensure compared values are of same type
When strict type comparison was introduced to
the OptionViewHelper in #90540, it was not properly
ensured that the va...
Oliver Bartsch
03:13 Revision f7e110f4: [BUGFIX] Fix Bootstrap 5 tooltips
With Bootstrap 5 the registration of tooltips with the "data-title"
attribute does not work any more. Instead, the "t...
Torben Hansen

2021-03-23

20:30 Revision 1485d630: [BUGFIX] Fix SVG tree height and toolbar in TCA select-tree
The previos flex-basis: auto setting caused the svg to grow
from it's initial size, which may be larger than the svg
...
Benjamin Franzke
19:46 Revision d3539c97: [BUGFIX] Call LinkAnalyzer->init with correct argument type
Resolves: #93808
Releases: master
Change-Id: I914c426327f3ed9a62f99f42a7c294d050ed3968
Reviewed-on: https://review.ty...
Daniel Goerz
12:03 Revision 45dd065d: [BUGFIX] Do not process dumped file without cropping/sizing
When there is no "cv" or "s" parameter we should not perform any
image processing.
This is essential e.g. for access...
Mathias Brodala

2021-03-22

20:30 Revision 59717d88: [TASK] Clean up SVG tree implementations
This change moves all related drag+drop code for the
navigation components into each TypeScript class, making
clear t...
Benni Mack
19:38 Revision c560f1d0: [TASK] Always use list of pids as array in linkvalidator
In several classes a list of array is used and passed as
arguments. Sometimes a string was passed which needed to
be ...
Sybille Peters
19:30 Revision 13770c3f: [DOCS] Replace none working orderBy example
The given example does not work and is replaced by a working example.
Doctrine will add ASC as fallback sorting if no...
Daniel Siepmann
19:30 Revision eb379f4d: [DOCS] Replace none working orderBy example
The given example does not work and is replaced by a working example.
Doctrine will add ASC as fallback sorting if no...
Daniel Siepmann
19:19 Revision d9aeb6a5: [FEATURE] Possibility to disable canonical per page
If you have a good reason to disable the default rendering of
the canonical tag, you can now use a TypoScript setting...
Richard Haeser
19:06 Revision b54f9873: [DOCS] Replace none working orderBy example
The given example does not work and is replaced by a working example.
Doctrine will add ASC as fallback sorting if no...
Daniel Siepmann
18:46 Revision 88595b75: [BUGFIX] Fix TypeError in PreviewUriBuilder
With #91123 a new PreviewUriBuilder class was introduced.
This class features a factory method `create`, with a type
...
Oliver Bartsch
12:08 Revision 6cad9ad7: [BUGFIX] Fix visibility of the selectTree fieldWizard
The localization state selector wizard now shows up for the
renderType selectTree.
It never showed up, since the valu...
Imko Schumacher
11:50 Revision e9a38031: [BUGFIX] Fix visibility of the selectTree fieldWizard
The localization state selector wizard now shows up for the
renderType selectTree.
It never showed up, since the valu...
Imko Schumacher
11:17 Revision 7ef31d38: [BUGFIX] Support SITEROOT placeholder in addRecord fieldControl
This marker is documented since ever and never worked.
Resolves: #93770
Releases: master, 10.4
Change-Id: I4f313324e...
Daniel Goerz
10:53 Revision dac8915b: [BUGFIX] Re-init FormEngine always after memorizing record
TCA fields using the 'placeholder' functionality are not
initialized in inline 'localize/synchronize' scenarios.
tx_...
Andreas Fernandez
10:52 Revision 3db4e3e9: [BUGFIX] Re-init FormEngine always after memorizing record
TCA fields using the 'placeholder' functionality are not
initialized in inline 'localize/synchronize' scenarios.
tx_...
Andreas Fernandez
10:52 Revision e0d1cfd5: [BUGFIX] Support SITEROOT placeholder in addRecord fieldControl
This marker is documented since ever and never worked.
Resolves: #93770
Releases: master, 10.4
Change-Id: I4f313324e...
Daniel Goerz
09:11 Revision ea2087e9: [BUGFIX] Support LinkService::TYPE_UNKNOWN in InputLinkElement
The type unknown must be supported inside InputLinkElement
to improve the user experience for editors.
Instead of sho...
Georg Ringer
08:51 Revision dbbf8d23: [BUGFIX] Support LinkService::TYPE_UNKNOWN in InputLinkElement
The type unknown must be supported inside InputLinkElement
to improve the user experience for editors.
Instead of sho...
Georg Ringer
08:43 Revision 6381490a: [BUGFIX] Proper inline synchronize/localize with FAL
Activating inline localization appearence in TCA for inline
FAL relations works only partially: The inline child in
q...
Christian Kuhn
08:42 Revision 9776c897: [BUGFIX] Proper inline synchronize/localize with FAL
Activating inline localization appearence in TCA for inline
FAL relations works only partially: The inline child in
q...
Christian Kuhn

2021-03-21

20:20 Revision 7845502b: [BUGFIX] Fix inaccessable form when child missing
Instead of a blocking the entire edit mask in case an inline child has
gone missing this patch makes sure that the mi...
Philipp Kitzberger
19:39 Revision ba8b9749: [BUGFIX] Always show redirect target in redirect module
If the typolink ViewHelper can't produce any link, the redirect module
should still show the value provided by the ed...
Georg Ringer
19:14 Revision aefd269c: [BUGFIX] Always show redirect target in redirect module
If the typolink ViewHelper can't produce any link, the redirect module
should still show the value provided by the ed...
Georg Ringer
14:56 Revision c02d73b3: [TASK] styleguide: inline 1n child input placeholder example
https://github.com/TYPO3-CMS/styleguide/pull/199 Christian Kuhn
14:56 Revision 87e1689b: [TASK] styleguide: Add inline fal example with appearance localization toggles
https://github.com/TYPO3-CMS/styleguide/pull/198 Christian Kuhn

2021-03-20

18:09 Revision f31ff86c: [BUGFIX] Fix inaccessable form when child missing
Instead of a blocking the entire edit mask in case an inline child has
gone missing this patch makes sure that the mi...
Philipp Kitzberger

2021-03-19

13:31 Revision 0ce519a0: [TASK] Use native DOM events instead of d3
This change reduces the overhead of the d3 framework
by using native CustomEvents on the actual Lit element
of the SV...
Benni Mack

2021-03-18

14:54 Revision 9110a382: [TASK] Update copyright year in several files
Update copyright year to 2021
Resolves: #93769
Releases: master, 10.4, 9.5
Change-Id: Iec3214352aca9df579a3a1574eaf6...
Torben Hansen
14:54 Revision 649debc4: [TASK] Update copyright year in several files
Update copyright year to 2021
Resolves: #93769
Releases: master, 10.4, 9.5
Change-Id: Iec3214352aca9df579a3a1574eaf6...
Torben Hansen
14:30 Revision f0a16985: [TASK] Update copyright year in several files
Update copyright year to 2021
Resolves: #93769
Releases: master, 10.4, 9.5
Change-Id: Iec3214352aca9df579a3a1574eaf6...
Torben Hansen
14:22 Revision 1b2d7a4a: [TASK] Move SVG Tree to Lit Elements
The SVG Tree class is now a lit element, allowing for further
reduction of d3 usage in favor of native HTML5 APIs.
R...
Benni Mack
08:40 Revision d9f56ccf: [BUGFIX] Fix Toolbar links when Topbar is refreshed
Whenever a topbar refresh is triggered, e.g. by activating/deactivating
of an extension in the extension manager, or ...
Benjamin Franzke
08:02 Revision a6c4fa96: [TASK] Set TYPO3 version to 9.5.27-dev
Change-Id: Ie042f704d3fb5ec7558a47139ba2214c4aeff8b8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/684...
Oliver Hader
07:29 Revision 5354abdf: [RELEASE] Release of TYPO3 9.5.26
Change-Id: Ic96a203889dffd2800f2b5fd39767a824350c8fe
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/684...
Oliver Hader

2021-03-17

15:47 Revision 3b5a7870: [BUGFIX] Use correct type for cache compression setting in install tool
The DatabaseCachePreset now sets options/compression to `true` instead
of 1. This is necessary because the option is ...
Markus Klein
14:59 Revision c622d215: [BUGFIX] Use correct type for cache compression setting in install tool
The DatabaseCachePreset now sets options/compression to `true` instead
of 1. This is necessary because the option is ...
Markus Klein
12:05 Revision 1eb019b4: [BUGFIX] Set active class on link of initially active tab
Since bootstrap 5 an active tab is highlighted by setting the
`.active` class on the tab item link (`.nav-link`) inst...
Oliver Bartsch
11:14 Revision 742b60c7: [BUGFIX] Use active tab in link for tabs in Element Browser
The element browser now shows the active state
again of the tab (Page, File, Folder etc), because the
active class ne...
Benni Mack
10:45 Revision d6cbd848: [BUGFIX] Hide radio button in upgrade wizard's buttons
Since the upgrade of bootstrap, the radio button inside the
upgrade wizards' buttons are shown.
The change utilizes ...
Benni Mack
09:10 Revision 3e1e0b2a: [BUGFIX] Use correct data for cObj in ClickEnlargeViewHelper
Set the current content element record as data for the cObj
used to generate the click-enlarge code for images.
This...
Markus Klein
07:41 Revision 3e524caf: [BUGFIX] Use correct data for cObj in ClickEnlargeViewHelper
Set the current content element record as data for the cObj
used to generate the click-enlarge code for images.
This...
Markus Klein
 

Also available in: Atom