Project

General

Profile

Activity

From 2020-06-13 to 2020-07-12

2020-07-10

11:53 Revision 9bba6b16: [FEATURE] Introduce wrapper for sessionStorage
TYPO3 now ships a new module acting as wrapper for `sessionStorage`. It
behaves similar to `localStorage`, except tha...
Andreas Fernandez

2020-07-09

15:53 Revision ed52de5e: [BUGFIX] Always merge results from empty tabs
When rendering child elements of a tabs, not only
the rendered HTML is collected from these child elements,
but also ...
Helmut Hummel
14:44 Revision 0d6a8d91: [BUGFIX] Always merge results from empty tabs
When rendering child elements of a tabs, not only
the rendered HTML is collected from these child elements,
but also ...
Helmut Hummel
14:44 Revision c7b262f4: [BUGFIX] Always merge results from empty tabs
When rendering child elements of a tabs, not only
the rendered HTML is collected from these child elements,
but also ...
Helmut Hummel
14:38 Revision eb0d4528: [!!!][TASK] Remove various deprecated arguments and methods
This change removes deprecated functionality:
- ReferenceIndex->updateIndex() is now either ProgressListenerInterfac...
Benni Mack

2020-07-07

12:04 Revision fea84ca0: [TASK] Set TYPO3 version to 10.4.6-dev
Change-Id: I8c4f215628d6527b6c213c041872cd81334f3d5e Oliver Hader
12:02 Revision 9768f068: [RELEASE] Release of TYPO3 10.4.5
Change-Id: If3b84863fcb7fcf36c7e20618a846a8670b8f297 Oliver Hader
11:48 Revision e5d157de: [BUGFIX] Handle null values correctly to avoid PHP errors
The new RteHtmlParser->transformTextForPersistence() method
expects a string value. Before this patch the given value...
Johannes Schlier
11:11 Revision 25871186: [BUGFIX] Handle null values correctly to avoid PHP errors
The new RteHtmlParser->transformTextForPersistence() method
expects a string value. Before this patch the given value...
Johannes Schlier
10:03 Revision 07331b4b: [BUGFIX] Use URI of current request for referrer check
Instead of generating the URL to the backend login, the URI of the
current request is now used for the referrer check...
Andreas Fernandez
09:32 Revision 8788b9ce: [BUGFIX] Use URI of current request for referrer check
Instead of generating the URL to the backend login, the URI of the
current request is now used for the referrer check...
Andreas Fernandez

2020-06-30

20:22 Revision 55eb394e: [BUGFIX] Fix serialization of FileReference objects
FileReferences objects contain references to File
objects which itself contain service dependencies
(e.g. event dispa...
Benjamin Franzke
20:01 Revision 65be85b1: [BUGFIX] Fix serialization of FileReference objects
FileReferences objects contain references to File
objects which itself contain service dependencies
(e.g. event dispa...
Benjamin Franzke
19:43 Revision c8d38e92: [TASK] Fix comments of DataHandler::clear_cacheCmd()
The doc comments for DataHandler::clear_cacheCmd() contained
outdated information on how to clear the system caches.
...
Christian Eßl
19:28 Revision 5aa085fe: [BUGIFX] Store state of PageTitleProviderManager in cache
To allow uncached plugins to provide a different page title,
page title providers must be also be called after uncach...
Helmut Hummel
19:25 Revision 06b7448d: [BUGIFX] Store state of PageTitleProviderManager in cache
To allow uncached plugins to provide a different page title,
page title providers must be also be called after uncach...
Helmut Hummel
19:17 Revision 555e7c20: [TASK] Fix comments of DataHandler::clear_cacheCmd()
The doc comments for DataHandler::clear_cacheCmd() contained
outdated information on how to clear the system caches.
...
Christian Eßl
18:44 Revision db9ddb8c: [BUGIFX] Store state of PageTitleProviderManager in cache
To allow uncached plugins to provide a different page title,
page title providers must be also be called after uncach...
Helmut Hummel

2020-06-29

21:07 Revision c0602c08: [BUGFIX] Reinitialize PageRenderer after deserialization
Do not swap the global singleton instance, as
that would only update new classes that are
retrived though GeneralUtli...
Benjamin Franzke
20:36 Revision 2661fa0c: [BUGFIX] Convert SVG files if fileExtension is explicitly set
If a "fileExtension" is given in the Image Processing of FAL
(e.g. via Fluid ViewHelper setting "fileExtension='png'"...
Benni Mack
20:31 Revision 5275e76e: [BUGFIX] Convert SVG files if fileExtension is explicitly set
If a "fileExtension" is given in the Image Processing of FAL
(e.g. via Fluid ViewHelper setting "fileExtension='png'"...
Benni Mack
20:30 Revision 9dd5e1a2: [BUGFIX] Reinitialize PageRenderer after deserialization
Do not swap the global singleton instance, as
that would only update new classes that are
retrived though GeneralUtli...
Benjamin Franzke
20:21 Revision d3381d3e: [BUGFIX] Use hashed object identifier in IRRE for nprogress
nprogress is used to indicate activity when a collapsed IRRE node is
about to get loaded. In case of FlexForms the id...
Andreas Fernandez
19:37 Revision 96d32831: [BUGFIX] Use hashed object identifier in IRRE for nprogress
nprogress is used to indicate activity when a collapsed IRRE node is
about to get loaded. In case of FlexForms the id...
Andreas Fernandez
19:17 Revision f1126729: [BUGFIX] Add ext-libxml to composer.json
Some system extensions use functions like libxml_disable_entity_loader
which are provided by ext-libxml. To make sure...
Daniel Goerz
18:50 Revision 8682397b: [BUGFIX] Add ext-libxml to composer.json
Some system extensions use functions like libxml_disable_entity_loader
which are provided by ext-libxml. To make sure...
Oliver Klee
18:36 Revision c35ed460: [BUGFIX] Fall back to default folder when user-specific upload folder does not exist
When the userTSconfig options.defaultUserFolder = 1:/my-folder/ does not exist,
Backend users now fall back to the fi...
Benni Mack
18:18 Revision 52b0af1d: [BUGFIX] Replace $.trim with String.prototype.trim
The JavaScript modules now utilize the native String.prototype.trim
function to trim whitespaces off string where jQu...
Andreas Fernandez
18:15 Revision b0edb4ed: [BUGFIX] Fall back to default folder when user-specific upload folder does not exist
When the userTSconfig options.defaultUserFolder = 1:/my-folder/ does not exist,
Backend users now fall back to the fi...
Benni Mack
09:49 Revision b1e781e1: [BUGFIX] Replace $.trim with String.prototype.trim
The JavaScript modules now utilize the native String.prototype.trim
function to trim whitespaces off string where jQu...
Andreas Fernandez

2020-06-26

13:15 Revision 9d3cc182: [BUGFIX] Reconfigure and update typo3/class-alias-loader
Always loading the alias loader is required in order to
allow extensions to provide class aliases in non Composer mod...
Daniel Goerz

2020-06-22

12:39 Revision 774e0fb7: [BUGFIX] Add max width for social media images
The og:image and twitter:image meta tags are not resized.
If an editor puts a 5000 pixel wide image in a field,
it do...
Benni Mack
12:23 Revision 0309e28a: [BUGFIX] Add max width for social media images
The og:image and twitter:image meta tags are not resized.
If an editor puts a 5000 pixel wide image in a field,
it do...
Benni Mack

2020-06-21

16:50 Revision 8cb2b243: [BUGFIX] Allow deserialization of Area objects for processed files
Currently \TYPO3\CMS\Core\Imaging\ImageManipulation\Area objects
are serialized in processing configuration, therefor...
Helmut Hummel
15:47 Revision f25454b9: [BUGFIX] Allow deserialization of Area objects for processed files
Currently \TYPO3\CMS\Core\Imaging\ImageManipulation\Area objects
are serialized in processing configuration, therefor...
Helmut Hummel
14:32 Revision e5c3f707: [BUGFIX] Allow deserialization of Area objects for processed files
Currently \TYPO3\CMS\Core\Imaging\ImageManipulation\Area objects
are serialized in processing configuration, therefor...
Helmut Hummel

2020-06-20

21:45 Revision 07a7fcfd: [!!!][TASK] Remove TBE_EDITOR.fieldChanged_fName
The JavaScript functions TBE_EDITOR.fieldChanged_fName` and its legacy
alias `TBE_EDITOR_fieldChanged_fName` used to ...
Andreas Fernandez
15:22 Revision db2b2ca6: [TASK] Use DocumentService.ready() in non-jQuery modules
Some modules have been rewritten to not use jQuery in the past. However,
there was still a dependency due to missing ...
Andreas Fernandez
10:35 Revision caa671ac: [BUGFIX] Register workspace preview middleware earlier
The current workspace preview middleware runs at a point
after the Page ID (and PageArguments) has been resolved by
t...
Benni Mack

2020-06-19

16:36 Revision 31b32c28: [BUGFIX] Register workspace preview middleware earlier
The current workspace preview middleware runs at a point
after the Page ID (and PageArguments) has been resolved by
t...
Benni Mack

2020-06-14

21:25 Revision 032f1f63: [BUGFIX] Use proper language label for hidden headlines in preview
A wrong label was used when using "Fluid based page module".
This resulted in "[]" instead of "[Hidden]" for records ...
Daniel Siepmann
21:09 Revision 270b5f4a: [BUGFIX] Use proper language label for hidden headlines in preview
A wrong label was used when using "Fluid based page module".
This resulted in "[]" instead of "[Hidden]" for records ...
Daniel Siepmann
 

Also available in: Atom