Project

General

Profile

Activity

From 2018-01-18 to 2018-02-16

2018-02-16

21:29 Revision d8966fc6: [BUGFIX] Flacky acceptance test
Better safeguard a BookmarkCest detail to
stabilize that patch again.
Change-Id: Ia873d1c8a04d0ef329c280ff5d4d7518c6...
Christian Kuhn
21:29 Revision c9206f8d: [BUGFIX] Flacky acceptance test
Better safeguard a BookmarkCest detail to
stabilize that patch again.
Change-Id: Ia873d1c8a04d0ef329c280ff5d4d7518c6...
Christian Kuhn
20:05 Revision bdb54ff1: [BUGFIX] Unit tests call parent::tearDown()
For the memory garbage collection of UnitTestCase to kick in,
it is important that unit tests which implement tearDow...
Christian Kuhn
20:05 Revision 19e23dce: [BUGFIX] Unit tests call parent::tearDown()
For the memory garbage collection of UnitTestCase to kick in,
it is important that unit tests which implement tearDow...
Christian Kuhn
20:04 Revision e487cf52: [TASK] Create own response instance in controller actions
To further support the PSR-7 / PSR-15 and removal of
GeneralUtility::_GP() and friends efforts, all controllers
no lo...
Christian Kuhn
20:02 Revision 2b6a19ea: [TASK] Properly check for HTTPS
Take into account empty and "off" values for the HTTPS request variable
to support ISAPI with IIS.
Resolves: #81837
...
Alexander Opitz
18:55 Revision 6f4b9e34: [BUGFIX] Fix table markup in DragDropUploader
Resolves: #83938
Releases: master, 8.7
Change-Id: I71ddeb358cea2b24a4db46545a35ca956c6bc320
Reviewed-on: https://revi...
Mathias Schreiber
17:50 Revision b1848291: [TASK] Deprecate TypoScriptFrontendController->page_cache_reg1
Property page_cache_reg1 is a poor man limited way to manipulate
page cache tagging. It has been of very little use a...
Christian Kuhn
17:29 Revision cb4051c7: [TASK] Remove ClickMenuOnIconViewHelper of filelist extension
Move the templating code into the template instead of using a
ViewHelper.
Resolves: #83919
Releases: master
Change-I...
Georg Ringer
16:58 Revision d33c9f1d: [BUGFIX] Fix table markup in DragDropUploader
Resolves: #83938
Releases: master, 8.7
Change-Id: I71ddeb358cea2b24a4db46545a35ca956c6bc320
Reviewed-on: https://revi...
Mathias Schreiber
13:02 Revision 57d0ae78: [TASK] Unit test DataHandler->clearPrefixFromValue()
Add a unit test to support the change from issue #83870.
Change-Id: Ic8a1006c56989a1aa2ef2734e1320447875f1138
Resolv...
Christian Kuhn
13:01 Revision ac263b3d: [CLEANUP] Remove obsolete fixtures of Fluid unit tests
Change-Id: I8a54c72090fc9e9d39fae1ddd13d8f72f691fcc0
Resolves: #83929
Related: #79972
Related: #77127
Releases: maste...
Andreas Fernandez
13:01 Revision d6b54539: [CLEANUP] Remove obsolete fixtures of Fluid unit tests
Change-Id: I8a54c72090fc9e9d39fae1ddd13d8f72f691fcc0
Resolves: #83929
Related: #82414
Related: #79972
Related: #77127...
Andreas Fernandez
12:51 Revision 676ce047: [TASK] Move FE OutputCompression to PSR-15
Output Compression should be separated from the request handling, and is
now moved into a PSR-15 middleware.
This ch...
Benni Mack

2018-02-15

20:36 Revision 83cdd7ff: [TASK] Move TSFE Initialization into a PSR-15 middleware
In order to have the main request handler only deal with content creation,
and especially to move fe_user / be_user i...
Benni Mack
20:13 Revision 1220a482: [BUGFIX] Correct check for install tool requests in bootstrap
Resolves: #83924
Releases: master, 8.7
Change-Id: If9f435c64addea63793586e131da19768749857c
Reviewed-on: https://revi...
Susanne Moog
19:56 Revision 9ba14d5b: [TASK] Change the label for scheduler "Save and create"
The label for the "Save and create new document" in the scheduler module,
will be change to a more appropriate label ...
Tomas Norre Mikkelsen
19:49 Revision 66e67f22: [TASK] Simplify Frontend Request Handler
This patch improves the workflow readability by replacing variables,
simplifying if() clauses and orderings etc.
Res...
Benni Mack
19:43 Revision 46205335: [BUGFIX] Correct check for install tool requests in bootstrap
Resolves: #83924
Releases: master, 8.7
Change-Id: If9f435c64addea63793586e131da19768749857c
Reviewed-on: https://revi...
Susanne Moog
19:05 Revision b4aa8b7f: [TASK] Move "pageUnavailable_force" into a PSR-15 middleware
The check if the frontend is in "maintenance mode",
set by $GLOBALS['TYPO3_CONF_VARS']['FE']['pageUnavailable_force']...
Benni Mack
17:37 Revision 54d3af08: [TASK] Make PSR-15 middlewares use normalizedParams
This patch uses the newly introduced normalizedParams, marking
the first step away from GeneralUtility::getIndpEnv(),...
Benni Mack
17:00 Revision ff7c2aa0: [BUGFIX] Remove side effects from ErrorController tests
Resolves: #83921
Releases: master
Change-Id: Icaa53e211ed2ca6ea9824a930960c2d9cee688ef
Reviewed-on: https://review.ty...
Susanne Moog
13:30 Revision da4db433: [BUGFIX] Notice free InlineStackProcessor testing
Change-Id: I77a4782f250a4b37051eb321fd5c6670b4366e24
Resolves: #83908
Releases: master
Reviewed-on: https://review.ty...
Christian Kuhn
13:27 Revision 53a4cce8: [TASK] Let Bamboo check for clean TypeScript build
To avoid having stale TypeScript builds, Bamboo now recompiles every
TypeScript via grunt and checks for unwanted mod...
Andreas Fernandez
12:54 Revision a77b2e09: [TASK] Separate Error handling from TSFE
The goal is to decouple error handling from TSFE.
For that, a new ErrorController is added which can be
called and re...
Benni Mack
12:51 Revision 6362f63f: [TASK] Allow chaining in class ModuleTemplate
For slightly more dense code ModuleTemplate now
returns $this on setter methods to allow chaining.
Change-Id: Icd92d...
Christian Kuhn
12:43 Revision d31d3aa2: [TASK] Let Bamboo check for clean TypeScript build
To avoid having stale TypeScript builds, Bamboo now recompiles every
TypeScript via grunt and checks for unwanted mod...
Andreas Fernandez
06:52 Revision cae6a007: [TASK] Hide "Group by page" if only one page is shown in EXT:belog
It is unnecessary to show the "Group by page" checkbox if "This page" is
selected in the "Depth" dropdown.
Thus, the ...
Gianluigi Martino
06:51 Revision a531790d: [TASK] Hide "Group by page" if only one page is shown in EXT:belog
It is unnecessary to show the "Group by page" checkbox if "This page" is
selected in the "Depth" dropdown.
Thus, the ...
Gianluigi Martino
02:29 Revision 48da8ebc: [BUGFIX] Show duplicate button only if it makes sense
Resolves: #83892
Related: #77685
Releases: master
Change-Id: I16a7d57efa7d75e712bba24724d4da365b0aa40a
Reviewed-on: h...
Frank Nägler

2018-02-14

22:36 Revision 3d870286: [TASK] Move check if workspaces extension is loaded to the controller
Instead of using a ViewHelper the logic can be moved to the controller
where it belongs.
As the ViewHelper is not a ...
Georg Ringer
22:31 Revision cb97b111: [TASK] Set about module free from Extbase
The whole Extbase stack for the about module
is not necessary, as there is only one action
in this controller, and it...
Benni Mack
22:29 Revision 1b31c266: [TASK] Update typo3/cms-styleguide
composer update typo3/cms-styleguide
Version 9.0.2 brings examples of the new checkbox renderTypes
and a fal example...
Christian Kuhn
22:14 Revision 5278a235: [TASK] Show ordered PSR-15 middlewares in Configuration module
In order to find out what middlewares are called in which order,
the Configuration module now has an additional list ...
Benni Mack
13:58 Revision 340f4eae: [FEATURE] Add normalized server parameters to PSR-7 requests
To slowly substitute GeneralUtility::getIndpEnv() with a
better API, a new class is introduced that calculates all
no...
Christian Kuhn
12:57 Revision 414d1346: [TASK] styleguide: TCA: An a fal example with allowLanguageSynchronization
Christian Kuhn
12:42 Revision 3ca46352: [TASK] Remove overkill extension classes in about module
When the about module (EXT:about) was refactored into
Extbase, a Repository and Domain Model for Extensions was
added...
Benni Mack
10:43 Revision c924fbda: [FEATURE] Add possibility to use session data in TS conditions
Since the session API has been adjusted it is no longer possible
to access the (now protected) sesData property of th...
Wolfgang Klinger
10:42 Revision e514f439: [!!!][TASK] Handle E_NOTICE free unit tests
Raise typo3/testing-framework from 2.0.4 to 3.0.0:
composer require --dev typo3/testing-framework ^3.0
The new typo3...
Christian Kuhn
09:40 Revision e9960705: [BUGFIX] Cleanup Spool Mailer feature
The default file path is not set, so the admin has to set this
to a sensible default outside the web folder when he/s...
Benni Mack

2018-02-13

23:27 Revision 04ad015d: [TASK] Update typo3/testing-framework
Raise from 2.0.3 to 2.0.4 in master and
from 1.2.2 to 1.2.3 in v8. Brings a patch
to hopefully stabilize acceptance t...
Christian Kuhn
23:27 Revision fc321fe4: [TASK] Update typo3/testing-framework
Raise from 2.0.3 to 2.0.4 in master and
from 1.2.2 to 1.2.3 in v8. Brings a patch
to hopefully stabilize acceptance t...
Christian Kuhn
23:04 Revision d101e40f: [BUGFIX] Remove console.log() from compiled InfoWindow.js
Resolves: #83886
Related: #83844
Releases: master
Change-Id: I2eca96de481c9b3d4a660f7cfded99099ea87743
Reviewed-on: h...
Andreas Fernandez
22:10 Revision ec7830bb: [BUGFIX] Handle settings for report / check in linkvalidator
The level and link type checkmark options are now handled seperately
for the "Report" and "Check Links" tab. This way...
Thorben Nissen
21:50 Revision aae95968: [BUGFIX] Handle settings for report / check in linkvalidator
The level and link type checkmark options are now handled seperately
for the "Report" and "Check Links" tab. This way...
Thorben Nissen
20:52 Revision f7b516d0: [FEATURE] Add interlace option for image conversion
When the option $GLOBALS['TYPO3_CONF_VARS'][GFX][processor_interlace]
is set, all images will be generated with the g...
Richard Haeser
20:39 Revision c5eecf0e: [BUGFIX] Add missing htmlspecialchars() calls and cleanup in QueryView
Add missing htmlspecialchars() calls in
EXT:core/Classes/Database/QueryView.php and do cleanup.
Resolves: #83354
Rel...
Stephan Großberndt
15:19 Revision 0f969002: [BUGFIX] Add missing htmlspecialchars() calls and cleanup in QueryView
Add missing htmlspecialchars() calls in
EXT:core/Classes/Database/QueryView.php and do cleanup.
Resolves: #83354
Rel...
Stephan Großberndt
14:31 Revision 743d6780: [TASK] Remove two unused settings from LocalConfiguration
The two (internal) settings 'SYS/isInitialInstallationInProgress' and
'SYS/isInitialDatabaseImportDone' have been obs...
Christian Kuhn
13:24 Revision 6af66f1d: [FEATURE] Add duplicate button
This patch provides a new "duplicate" button inside of the topbar of the
edit record form next to the close button. T...
Willi Wehmeier
13:22 Revision 85aa8905: [BUGFIX] Add missing space in regular expression
DataHandler::clearPrefixFromValue is missing a space
in the regular expression when removing the prependAtCopy
label....
Wolfgang Klinger
08:56 Revision 8858577f: [TASK] Use hash_equals for timing-safe comparison of hash-values
To prevent timing-attacks on hash-comparions it is advised
to use hash_equals.
Resolves: #83329
Releases: master, 8....
Stefan Neufeind
08:04 Revision 2235b4a5: [BUGFIX] Fix backend user check in ProductionExceptionHandler
Uncaught Error: Call to a member function isBackendUserLoggedIn() on null
in […]/typo3/sysext/core/Classes/Error/Prod...
Benjamin Franzke

2018-02-12

22:51 Revision 3900c7ae: [BUGFIX] Fix backend user check in ProductionExceptionHandler
Uncaught Error: Call to a member function isBackendUserLoggedIn() on null
in […]/typo3/sysext/core/Classes/Error/Prod...
Benjamin Franzke
22:39 Revision eaa28ad1: [BUGFIX] Show ImageMagick command on failure
Install tool now shows an ImageMagick command which
failed.
Resolves: #83868
Releases: master
Change-Id: I4555d2ccdf...
Tymoteusz Motylewski
22:33 Revision 0b944f1d: [BUGFIX] Catch __PHP_Incomplete_Class classes
Resolves: #66587
Releases: master, 8.7
Change-Id: I444c818e9f81d3595ca68513800c85d9f993f9b4
Reviewed-on: https://revi...
Frank Nägler
21:45 Revision 16440346: [TASK] Directly wire Application and RequestHandler
The frontend and backend Application and RequestHandler classes
are tightly coupled since the frontend eID request ha...
Benjamin Franzke
21:43 Revision b6dd5365: [TASK] Use Logging API for scheduler logging
The custom logging of the scheduler pollutes the sys_log table
by default in all installations.
Switching to proper ...
Benni Mack
20:23 Revision e624c933: [FEATURE] Add signal slot for user switch
Resolves: #80263
Releases: master
Change-Id: Ida7b06961c2e9e813a03586fc6c8f26b3bcde3d8
Reviewed-on: https://review.ty...
René Bigler
19:31 Revision 7c7ba163: [BUGFIX] Catch __PHP_Incomplete_Class classes
Resolves: #66587
Releases: master, 8.7
Change-Id: I444c818e9f81d3595ca68513800c85d9f993f9b4
Reviewed-on: https://revi...
Frank Nägler
18:11 Revision 6c8a2df3: [TASK] Deprecate StringFrontend cache frontend
Can be drop-in replaced by VariableFrontend. There are no
occurrences in core code except for in tests and comments.
...
Claus Due
17:27 Revision eb5f361e: [BUGFIX] Show hidden translated record only once in clipboard
Right now, when user in workspace move element with translation
to the clipboard, translation is rendered twice in cl...
Łukasz Uznański
17:27 Revision 213cbde0: [BUGFIX] Updated class name in scheduler docs
Resolves: #66587
Releases: master, 8.7
Change-Id: If5fbb4df430aeb08122cc0713167a8cc464e6d55
Reviewed-on: https://revi...
Michael Oehlhof
17:27 Revision 3e463610: [BUGFIX] Updated class name in scheduler docs
Resolves: #66587
Releases: master, 8.7
Change-Id: If5fbb4df430aeb08122cc0713167a8cc464e6d55
Reviewed-on: https://revi...
Michael Oehlhof
17:17 Revision ec15a3c6: [BUGFIX] Show hidden translated record only once in clipboard
Right now, when user in workspace move element with translation
to the clipboard, translation is rendered twice in cl...
Łukasz Uznański
16:27 Revision 3adb7533: [BUGFIX] Convert eID null return values to a NullResponse
An eID script (like FileDumpController) might return null.
We need to convert that to a NullResponse in order to be
p...
Benjamin Franzke
16:15 Revision c71c09ad: [TASK] Fix escaping in documentation of EXT:scheduler
Releases: master
Resolves: #83862
Change-Id: Iba543f6511949b9b4bebd73d65cedd77c4c4a5f2
Reviewed-on: https://review.ty...
guppy42
15:28 Revision 5169866e: [TASK] Use native array_replace_recursive implementation
The custom implementation of array_replace_recursive in YamlSource
has been replaced with the native PHP version of t...
Ralf Zimmermann
14:55 Revision 07739dbb: [TASK] Use native array_replace_recursive implementation
The custom implementation of array_replace_recursive in YamlSource
has been replaced with the native PHP version of t...
Ralf Zimmermann
14:05 Revision e5435994: [BUGFIX] Handle Guzzle exceptions in linkvalidator
* The Guzzle exceptions are handled in order to produce better,
localized error messages in the Report
* Add a new ...
Sybille Peters
13:48 Revision 0ec020cc: [BUGFIX] Handle Guzzle exceptions in linkvalidator
* The Guzzle exceptions are handled in order to produce better,
localized error messages in the Report
* Add a new ...
Sybille Peters
13:32 Revision 9e756d64: [BUGFIX] Use `file.identifier` in search result of filelist
The search results of the filelist access the property
`file.combinedIdentifier`. The property is not available anymo...
Andreas Fernandez
13:17 Revision f48414d3: [BUGFIX] Use `file.identifier` in search result of filelist
The search results of the filelist access the property
`file.combinedIdentifier`. The property is not available anymo...
Andreas Fernandez
13:06 Revision 4da9b04a: [!!!][BUGFIX] Reorder processing of TCA select items
It's now possible again to add and remove items via
pageTSconfig after itemsProcFunc has been processed
for TCA selec...
Stefan Froemken
12:56 Revision 744ee56b: [TASK] Skip test for Yaml PHP extension if not loaded
Resolves: #83861
Releases: master, 8.7
Change-Id: I235e5e37405b264ce071c8d6ecb2b0c13f64357c
Reviewed-on: https://revi...
Susanne Moog
12:46 Revision 0883ceb6: [BUGFIX] Make it possible to translate selectMultipleSideBySide
For the default language it was possible to view the field, but on
translating the dataset, the following exception i...
Manuel Selbach
12:38 Revision eaf148d9: [BUGFIX] Make it possible to translate selectMultipleSideBySide
For the default language it was possible to view the field, but on
translating the dataset, the following exception i...
Manuel Selbach
12:37 Revision aa83d680: [TASK] Skip test for Yaml PHP extension if not loaded
Resolves: #83861
Releases: master, 8.7
Change-Id: I235e5e37405b264ce071c8d6ecb2b0c13f64357c
Reviewed-on: https://revi...
Susanne Moog
12:20 Revision dbd9dd2d: [BUGFIX] Make it possible to translate selectMultipleSideBySide
For the default language it was possible to view the field, but on
translating the dataset, the following exception i...
Manuel Selbach
11:39 Revision e44f009a: [TASK] Move info popups to modal windows
Resolves: #83844
Releases: master
Change-Id: I5fef80a48d52da9800a7a9a2a23445d60168e8b5
Reviewed-on: https://review.ty...
Benjamin Kott
11:29 Revision ea595169: [BUGFIX] EXT:filelist Fixed exception when the base path does not exists
Resolves: #79785
Releases: master, 8.7
Change-Id: I50cf03273747b1fa32a1f8e4aac993a3fbc7b7f0
Reviewed-on: https://revi...
Michael Oehlhof
11:13 Revision 1ea84aa1: [TASK] Unify Backend Request Handlers
Due to the middleware PSR-15 concept, the AjaxRequestHandler can
be migrated easily into the generic Backend RequestH...
Benni Mack
09:50 Revision 07e566f0: [TASK] Update php-cs-fixer to v2.10.2
Adjusts comment-indentions for else/elseif.
Commands used:
* composer update friendsofphp/php-cs-fixer --with-depend...
Stefan Neufeind
09:03 Revision f6a34fe1: [TASK] FE: Move Content-Length header to middleware
Resolves: #83828
Releases: master
Change-Id: Id5f85a5ae38260cc1a1bf730b365a9b1c425bc7e
Reviewed-on: https://review.ty...
Benni Mack

2018-02-11

14:09 Revision 1dde9c4c: [BUGFIX] Set default values in TCA of sys_file_collection
Resolves: #83838
Releases: master, 8.7
Change-Id: I3f27f3e610fd4eae7ac37349a0cf4ff03faa1189
Reviewed-on: https://revi...
Andreas Fernandez
13:46 Revision 437015c5: [BUGFIX] Set default values in TCA of sys_file_collection
Resolves: #83838
Releases: master, 8.7
Change-Id: I3f27f3e610fd4eae7ac37349a0cf4ff03faa1189
Reviewed-on: https://revi...
Andreas Fernandez
13:25 Revision 97ce5725: [BUGFIX] HTML5: use self-closing tags only if allowed
For HTML5 only certain HTML tags are allowed to be self-closing
(e.g. <img src="..." />), so this needs to be checked...
Esteban Marín
13:16 Revision 4830763a: [BUGFIX] HTML5: use self-closing tags only if allowed
For HTML5 only certain HTML tags are allowed to be self-closing
(e.g. <img src="..." />), so this needs to be checked...
Esteban Marín
01:36 Revision 170287bf: [TASK] Popup file id on the right side of "File selector"
With this patch on the right side of the "File selector" window a popup
with the file id is showing hovering the file...
Gianluigi Martino
01:23 Revision 7a549759: [FEATURE] Add readonly and required attributes to TextareaViewHelper
The f:form.textarea view helper now supports the HTML attributes
`readonly` and `required`.
Resolves: #82704
Release...
Raphael Graf
01:12 Revision c234c6b5: [BUGFIX] Fix quoting and cleanup in AdminPanelView
In EXT:frontend/Classes/View/AdminPanelView.php add missing
htmlspecialchars() calls, remove unnecessary ones, add qu...
Stephan Großberndt
01:01 Revision 985d0a9e: [BUGFIX] Fix quoting and cleanup in AdminPanelView
In EXT:frontend/Classes/View/AdminPanelView.php add missing
htmlspecialchars() calls, remove unnecessary ones, add qu...
Stephan Großberndt
00:44 Revision 95f9df58: [FEATURE] Integrate Swift Mailer's spool transport
Adds new configuration to the install tool and provides an
extbase schedular task and command.
A small refactoring w...
Remo H.
00:06 Revision fc3c17d6: [BUGFIX] EXT:form - fix clicks on checkbox labels in IE/Edge
Add the "for" attribute to help Internet Explorer and Edge to target
the actual checkbox field, not the hidden field ...
Benni Mack
00:06 Revision 64f29c34: [TASK] Fix flaky Acceptance Tests
The current default timeout to wait for elements is 10 seconds.
Turn up to 30 sec to stabilize the situation.
Resolv...
Anja Leichsenring
00:04 Revision 0059eed5: [FEATURE] Allow setting a default replyTo-email-address
If no other email-address is set as reply-to use this address
as default. This is similar to the existing defaultMail...
Stefan Neufeind

2018-02-10

23:30 Revision f8fe8ccc: [TASK] Apply uglify to TypeScript builds
The Grunt task `copy:ts_files` now modifies the uglify configuration
on-the-fly to minify the files compiled by TypeS...
Andreas Fernandez
23:19 Revision 211383c5: [BUGFIX] Respect TSconfig option showHistory
The TSconfig `options.showHistory` is not respected inside the core.
Add checks for list view and context menu.
Insi...
Tymoteusz Motylewski
23:14 Revision 35e4d4e4: [TASK] Fix flaky Acceptance Tests
The current default timeout to wait for elements is 10 seconds.
Turn up to 30 sec to stabilize the situation.
Change...
Anja Leichsenring
21:51 Revision 8ac3aebd: [BUGFIX] EXT:form - fix clicks on checkbox labels in IE/Edge
Add the "for" attribute to help Internet Explorer and Edge to target
the actual checkbox field, not the hidden field ...
Mathias Brodala
21:29 Revision 2b4c842e: [BUGFIX] Fix RTE CKEditor placements of dropdowns in Chrome
When used with the Chrome browser, the RTE CKEditor misplaces the
position of its dropdowns/context menus (opened via...
Benjamin Franzke
21:08 Revision ebd35d7d: [TASK] Update UC in recycler only once per action
The UC of a backend user is now updated only once per request, if there
are actual changes.
Resolves: #83839
Release...
Andreas Fernandez
21:07 Revision 480161c8: [BUGFIX] Fix RTE CKEditor placements of dropdowns in Chrome
When used with the Chrome browser, the RTE CKEditor misplaces the
position of its dropdowns/context menus (opened via...
Benjamin Franzke
20:59 Revision b8a6ee16: [BUGFIX] Check if UC of recycler was ever set
Resolves: #83839
Releases: master
Change-Id: I1e72f959a7ec91c3834fc04ddf175c5c8cb441f2
Reviewed-on: https://review.ty...
Andreas Fernandez
19:40 Revision 42016239: [TASK] Update UC in recycler only once per action
The UC of a backend user is now updated only once per request, if there
are actual changes.
Resolves: #83839
Release...
Andreas Fernandez
19:37 Revision 95549168: [BUGFIX] Correct horizontal scrolling in iframe on iOS browsers
Browsers on iOS are ignoring the width property for iframes,
this resulted in iframes beeing rendered too wide and pr...
Benjamin Kott
19:11 Revision 104cee47: [BUGFIX] Correct horizontal scrolling in iframe on iOS browsers
Browsers on iOS are ignoring the width property for iframes,
this resulted in iframes beeing rendered too wide and pr...
Benjamin Kott
15:43 Revision d1dd5d4c: [BUGFIX] Fix false icons widths in FormEngine IconSelect
The width of Icons in TCA selects adjusted in https://review.typo3.org/c/55568/
has been corrected to have Icons use ...
Mathias Schreiber
15:18 Revision 8bea9120: [BUGFIX] Fix false icons widths in FormEngine IconSelect
The width of Icons in TCA selects adjusted in https://review.typo3.org/c/55568/
has been corrected to have Icons use ...
Mathias Schreiber
00:20 Revision f94c0d6f: [BUGFIX] Show active state for SelectIcons
Highlight the selected icon. This useful feature has been
removed with the FormEngine rewrite.
Resolves: #83781
Rele...
Georg Ringer
00:03 Revision 6625430f: [BUGFIX] Show active state for SelectIcons
Highlight the selected icon. This useful feature has been
removed with the FormEngine rewrite.
Resolves: #83781
Rele...
Georg Ringer

2018-02-09

21:48 Revision df4b0966: [BUGFIX] Access Close.html from Resources/Public/Html/
Clicking the close button in a editing popup accesses Close.html in
Resources/Public/Html/ which is a folder accessib...
Stephan Großberndt
21:36 Revision b615b0ae: [BUGFIX] EXT:filelist Fixed exception when the base path does not exists
Resolves: #79785
Releases: master, 8.7
Change-Id: I50cf03273747b1fa32a1f8e4aac993a3fbc7b7f0
Reviewed-on: https://revi...
Michael Oehlhof
19:52 Revision 8e2528b1: [BUGFIX] Fix typo in field description SYS:ddmmyy
'Date' should be 'Day'.
Resolves: #83829
Related: master, 8.7
Change-Id: If422279d147598b02e342a00f3ebcbb3d3f26723
R...
Reiner Teubner
19:31 Revision 852ee649: [BUGFIX] Fix typo in field description SYS:ddmmyy
'Date' should be 'Day'.
Resolves: #83829
Related: master, 8.7
Change-Id: If422279d147598b02e342a00f3ebcbb3d3f26723
R...
Reiner Teubner
19:14 Revision b1034222: [BUGFIX] Do not check HTTP referrer anymore
Under certain circumstances some browsers do not set the HTTP referrer
anymore due to privacy reasons. Hence, checkin...
Michael Schams
16:55 Revision 63e26be3: [BUGFIX] Cast values always to string before applying through ini_set
Resolves: #83826
Releases: master
Change-Id: I55d7141ffb26126215be029547e143ed2f777707
Reviewed-on: https://review.ty...
Benjamin Kott
16:05 Revision 201e0500: [TASK] Make extension scanner aware of the deprecated EidRequestHandler
Change-Id: I2a664d445ba501a79a13aa634a8e943ef1726cf0
Releases: master
Resolves: #83831
Related: #83511
Related: #8380...
Benjamin Franzke
14:23 Revision 86c83fbf: [BUGFIX] Add missing character in upgrade wizard SectionFrameToFrameClassUpdate
Resolves: #83827
Releases: master
Change-Id: Id1d3c7ab540949d8c83bffbd921f57c6b13da879
Reviewed-on: https://review.ty...
Pat
12:31 Revision a37c3ea5: [TASK] Block access to .typoscript files
As .typoscript is the preferred file ending for TypoScript files,
this should be reflected in the .htaccess access ru...
Tymoteusz Motylewski
00:37 Revision e835a1e1: [BUGFIX] Use MissingArrayPathException in InheritancesResolverService
With change for issue #83238 the specific exception
MissingArrayPathException has been accidently changed
back to a g...
Christian Kuhn
00:31 Revision 67944d64: [FEATURE] Add constraint hook in DatabaseRecordList->makeSearchString
A newly introduced hook in DatabaseRecordList->makeSearchString allows to
modify the constraints which are applied to...
Tomita Militaru
00:15 Revision 981147b3: [TASK] Resolve Todos in InheritancesResolverService
Add some comments to understand InheritanceResolverService class.
Minor refactoring of duplicated code.
Add Test for ...
Rico Schueppel

2018-02-08

23:56 Revision 728c4fed: [TASK] Resolve Todos in InheritancesResolverService
Add some comments to understand InheritanceResolverService class.
Minor refactoring of duplicated code.
Add Test for ...
Rico Schueppel
23:45 Revision 6efe8392: [BUGFIX] Align Storage “is_public” checkbox with checkbox styles
The markup generated by the UserStorageCapabilityService is now
in line with the overall styling of checkboxes in TCA...
Mathias Schreiber
22:35 Revision eb310ba3: [BUGFIX] Allow silent upgrade service to migrate old displayErrors setting
The bootstrap throws an exception when the setting SYS/displayErrors
is not set to "-1", "0" or "1". In the Install T...
Wouter Wolters
22:15 Revision 9501ba13: [TASK] Use PSR-7 Response objects for external URL redirects
Instead of immediately exiting, allow to post-process the response
through the middleware chain.
Change-Id: Icfb47f7...
Benjamin Franzke
22:04 Revision 6cc0b487: [TASK] Move BE-related bootstrap code to PSR-15 middleware
Various functionality used by both backend request handlers is moved
into PSR-15 compatible middleware, making the fo...
Benni Mack
21:58 Revision 06fbb8cf: [BUGFIX] Allow silent upgrade service to migrate old displayErrors setting
The bootstrap throws an exception when the setting SYS/displayErrors
is not set to "-1", "0" or "1". In the Install T...
Wouter Wolters
20:38 Revision 9f05cba0: [BUGFIX] Allow workspace preview inside another rootline
The rootline for page view now depends on the webmounts of the workspace
the preview link was generated on and not th...
Alexander Opitz
20:38 Revision d7c8f291: [BUGFIX] Allow workspace preview inside another rootline
The rootline for page view now depends on the webmounts of the workspace
the preview link was generated on and not th...
Alexander Opitz
20:12 Revision 669f67d3: [TASK] Deprecate page.javascriptLibs.*
The settings page.javascriptLibs and page.javascriptLibs.jQuery
have been marked as deprecated and will be removed in...
Frank Nägler
20:06 Revision e48b91c5: [BUGFIX] Remove usage of fluid legacy classes
With https://review.typo3.org/#/c/54068/ a lot of fluid classes
were changed and replaced by fluid standalone classes...
Frank Nägler
20:05 Revision 840becac: [TASK] Improve file overwriting dialog of the filelist module
- Remove grey background box
- Move buttons on the same row
- Better position for alternatively actions
- Some margin...
Gianluigi Martino
19:21 Revision 140e85ab: [TASK] Improve file overwriting dialog of the filelist module
- Remove grey background box
- Move buttons on the same row
- Better position for alternatively actions
- Some margin...
Gianluigi Martino
19:17 Revision ae6338fe: [BUGFIX] Respect TSconfig option showHistory
The TSconfig `options.showHistory` is not respected inside the core.
Add checks for list view and context menu.
Insi...
Tymoteusz Motylewski
15:49 Revision 3b7bd11e: [BUGFIX] Fix unset bits in options.alertPopup bitmask
The validation in JsConfirmation did not allow for a value
based on JsConfirmation:ALL with some bits unset.
Change-...
Mathias Brodala
15:24 Revision 41b9b1e8: [BUGFIX] Fix unset bits in options.alertPopup bitmask
The validation in JsConfirmation did not allow for a value
based on JsConfirmation:ALL with some bits unset.
Change-...
Mathias Brodala
14:37 Revision 585f361d: [TASK] Rewrite eID handling as PSR-15 middleware
Releases: master
Resolves: #83803
Change-Id: Id704c5235e5e844d8e42482dd55948e0ad4a2162
Reviewed-on: https://review.ty...
Benjamin Franzke
14:14 Revision c3efc046: [TASK] Show warning when deleting an element which has references
Show the same warning in the page module as done in the list module,
except without the title and the table:uid combi...
Anja Leichsenring
09:37 Revision 4f17dd08: [BUGFIX] Deprecate broken buildQueryParameters hook
This change deprecates the "buildQueryParameters" hook in three
different classes and adds two new hooks in DatabaseR...
Frank Nägler

2018-02-07

22:54 Revision 629d6fde: [TASK] Add backwards-compatibility for old BE modules
Handling of "&M" parameters is added back in order to make
the transition for Backend modules easier.
Resolves: #838...
Benni Mack
22:21 Revision 835a3171: [BUGFIX] Remove wrong phpDoc for defineTypo3RequestTypes function
There is no return value, drop the @return tag.
Also add @param int $requestType to setRequestType
Resolves: #83801
...
Wouter Wolters
22:20 Revision f70522cf: [TASK] Rewrite the redirect handler as PSR-15 HTTP middleware
The code is restructured to clearly distinct between aborting
the middleware chain – returning an own response – and ...
Benjamin Franzke
22:17 Revision 5515ba25: [BUGFIX] Fix timetracker and pre-process middleware sequence
Correct middleware configuration to preserve the ordering
timetracker initialization and pre-process hook had prior
t...
Benjamin Franzke
21:32 Revision 2ce1dffb: [TASK] Implement runtime_cache for DataHandler->recUpdateAccessCache
Removes "public internal" cache variable and implements runtime_cache
instead.
Change-Id: I8262a699d60db9e9eb04f23c3...
Thomas Hohn
20:07 Revision d99e3380: [TASK] Improve prevention of redirect loop
This prevents a redirect loop with realurl where an editor
doesn't see the pagetree of his login domain in his worksp...
Christoph Lehmann
20:02 Revision 20678ebb: [TASK] Use existing js listeners in page module
Resolves: #81466
Releases: master, 8.7
Change-Id: Icf9dace3b00667e4d6a17cc5d3559782beffb725
Reviewed-on: https://revi...
Daniel Windloff
19:56 Revision 526f1795: [TASK] Reenable all additionals in video tag
Enable all additionalAttributes and additionalConfig’s to cover w3c and special spacs.
Resolves: #81743, #81741
Rele...
Markus Sommer
19:50 Revision e993d07f: [TASK] Unify layout of tables in submodules
Use the same layout for tables in submodules of module 'Info'.
Resolves: #81457
Releases: master
Change-Id: I1135bbf...
Jasmina Ließmann
19:49 Revision 755205b0: [TASK] Improve prevention of redirect loop
This prevents a redirect loop with realurl where an editor
doesn't see the pagetree of his login domain in his worksp...
Christoph Lehmann
13:36 Revision 825e5d32: [TASK] Properly select Chinese (Simplified) in DatePicker.js
The language identifier key for Chinese in TYPO3s backend is ‘ch’.
The valid identifier should be ‘zh-cn’, but we can...
David Wong

2018-02-06

23:01 Revision 377bdaae: [BUGFIX] Do not rawurlencode record titles using label_alt and type=group
Do not rawurlencode the label_alt part references of record titles if
they are of type=group as this leads to duplica...
Oliver Hader
21:46 Revision d5c7e42d: [TASK] Use TSFE->isBackendUserLoggedIn() instead of public variable
The public method TSFE->isBackendUserLoggedIn() instead of
TSFE->beUserLogin (public property).
Resolves: #83785
Rel...
Benni Mack
21:35 Revision 374c3e96: [BUGFIX] Allow users without delete permissions to drag pages in page tree
BE users without delete rights can now drag-drop pages in the page tree.
The drag - delete area is not shown.
Resolv...
Tymoteusz Motylewski
21:29 Revision cdc66e19: [TASK] Move frontend pre-process functionality to PSR-15 middleware
This patch moves logic out of the RequestHandlers into PSR-15 compatible
middleware classes to call a hook and initia...
Benni Mack
21:09 Revision 9266297f: [FEATURE] Add support for PSR-15 HTTP middlewares
PSR-15 middlewares are hooks on steroids for HTTP requests.
Due to chaining middlewares and the core request handler(...
Benjamin Franzke
12:04 Revision 336ab659: [TASK] Set TYPO3 version to 7.6.25-dev
Change-Id: I74d839719a841d19b23241af87c1f5cfbc012d7f
Reviewed-on: https://review.typo3.org/55574
Tested-by: TYPO3com ...
Oliver Hader
12:02 Revision 6164161c: [TASK] Set TYPO3 version to 8.7.11-dev
Change-Id: Iae0fa0d5726f831c0025aaad3cb21286e0d3c41b
Reviewed-on: https://review.typo3.org/55572
Tested-by: TYPO3com ...
Oliver Hader
11:54 Revision 9c6b6620: [RELEASE] Release of TYPO3 7.6.24
Change-Id: I58a85b55724c2a4072a7ceec900cab685a0a834b
Reviewed-on: https://review.typo3.org/55573
Reviewed-by: Oliver ...
Oliver Hader
11:46 Revision a33acf4e: [RELEASE] Release of TYPO3 8.7.10
Change-Id: Idfb7eea72c6e2b825227c19211664e8b7d823201
Reviewed-on: https://review.typo3.org/55571
Reviewed-by: Oliver ...
Oliver Hader
11:43 Revision 923ce4ca: [BUGFIX] Replace calls to the deprecated PHP function each()
This patch replaces the calls to the PHP function each() as it is
marked as deprecated in PHP 7.2. Additionally it ad...
Reiner Teubner
11:32 Revision 38d68837: [BUGFIX] Replace calls to the deprecated PHP function each()
This patch replaces the calls to the PHP function each() as it is
marked as deprecated in PHP 7.2. Additionally it ad...
Reiner Teubner
11:18 Revision 8bcf6b29: [BUGFIX] Replace calls to the deprecated PHP function each()
This patch replaces the calls to the PHP function each() as it is
marked as deprecated in PHP 7.2. Additionally it ad...
Reiner Teubner
11:01 Revision 6269d46a: [BUGFIX] Prevent enforcing opened database connection with initCommands
This patch moves the execution of configured initCommands to the end
of connect function. This prevents a database co...
Nicole Cordes

2018-02-05

22:41 Revision df6e4e26: [BUGFIX] Only scan package base paths if subdirectories exist
Include possible package base paths only if subdirectories are available.
Otherwise no extension can be found in the ...
Michael Oehlhof
22:29 Revision 78980d4c: [BUGFIX] Only scan package base paths if subdirectories exist
Include possible package base paths only if subdirectories are available.
Otherwise no extension can be found in the ...
Michael Oehlhof
21:06 Revision 86b439e4: [BUGFIX] Add missing DOM ready checks in filelist
Some modules in the filelist are missing DOM ready checks.
This patch adds the missing checks to prevent loading issu...
Frank Nägler
20:56 Revision fc674fd1: [BUGFIX] Forward header in DebugUtility:debug to renderDump
Improve the debug output by forwarding the given title.
Resolves: #83688
Releases: master, 8.7
Change-Id: I160b5676c...
Georg Ringer
20:44 Revision c61dcb5f: [BUGFIX] Forward header in DebugUtility:debug to renderDump
Improve the debug output by forwarding the given title.
Resolves: #83688
Releases: master, 8.7
Change-Id: I160b5676c...
Georg Ringer
20:25 Revision e68ddc0b: [TASK] Update screenshots in 'TYPO3 Manual'
Resolves: #82442
Releases: master
Change-Id: I90b596839a85c43c59c2d45870b344c09e59769d
Reviewed-on: https://review.ty...
Jasmina Ließmann
20:24 Revision eed98fc3: [BUGFIX] Allow dev branch install of subtree split packages
To make it possible to require subtree split packages
as a dev 8.7.*@dev versions, we need to adapt the
dependencies ...
Helmut Hummel
19:27 Revision a509d71b: [BUGFIX] EXT:form - fix array overrules within YAML preprocessing
If you use the "__inheritance" operator within an EXT:form configuration
file, configuration keys of the parent eleme...
Ralf Zimmermann
16:08 Revision 77899870: [BUGFIX] EXT:form - fix array overrules within YAML preprocessing
If you use the "__inheritance" operator within an EXT:form configuration
file, configuration keys of the parent eleme...
Ralf Zimmermann
15:47 Revision 145439f8: [BUGFIX] Add language parameter to preview url in list module
The language parameter was not set if the "View webpage" button was used
within the context menu of an element in the...
Gianluigi Martino
14:56 Revision edd210da: [BUGFIX] EXT:form - add compatibility for issue #82210
The fix for issue #82210 implies a breaking change within a minor
release (template changes) and was never documented...
Ralf Zimmermann
14:48 Revision 308242ea: [BUGFIX] Add missing DOM ready checks in filelist
Some modules in the filelist are missing DOM ready checks.
This patch adds the missing checks to prevent loading issu...
Frank Nägler
14:21 Revision a5908631: [BUGFIX] EXT:form - handle boolean finisher options
Properly store boolean form definition values. Also
boolean finisher options are returned as boolean now.
Resolves: ...
Ralf Zimmermann
13:58 Revision fa01dca9: [BUGFIX] Improve ErrorHandlerTest handleErrorFetchesDeprecations
The patch decouples the ErrorHandler test from MySQL and some internal
deprecated function.
Related: #83770
Releases...
Nicole Cordes
13:33 Revision 42507b47: [TASK] Apply code formating for all JavaScript files
This is the first step for introduce CGL for JavaScript files.
The settings of the .editorconfig file is now applied ...
Frank Nägler
13:21 Revision 9f73c3a6: [TASK] Apply code formating for all JavaScript files
This is the first step for introduce CGL for JavaScript files.
The settings of the .editorconfig file is now applied ...
Frank Nägler
13:12 Revision dc360743: [BUGFIX] Page module: Respect connected mode during drag & drop
This patch adjusts the drag and drop handling on the page module.
Localized content element can't get moved anymore w...
Andreas Fernandez
13:00 Revision a89df125: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/109 from wmdbMattes/mattesSeineChanges
Reflect Checkbox rendertypes CheckboxToggle and LabeledToggle Christian Kuhn
12:53 Revision dfcc0ac6: Add multi-column toggle switches
Mathias Schreiber
12:17 Revision 42d45e6f: [BUGFIX] Page module: Respect connected mode during drag & drop
This patch adjusts the drag and drop handling on the page module.
Localized content element can't get moved anymore w...
Andreas Fernandez
11:47 Revision a8da8555: [TASK] Update typo3fluid/fluid to 2.5.0
Fixes various issues, brings PHP 7.2 compatibility
to v8 core branch of standalone fluid.
composer command used:
com...
Christian Kuhn
11:43 Revision 79a58ed0: [TASK] Update typo3fluid/fluid to 2.5.0
Fixes various issues, brings PHP 7.2 compatibility
to v8 core branch of standalone fluid.
composer command used:
com...
Christian Kuhn
10:29 Revision 48e397b4: [BUGFIX] D3.js uses basic authentication credentials cached in browser
Chrome 64 changed the behaviour regarding xhr.open() calls when passing
null values as password and username.
The d3....
Tymoteusz Motylewski
01:45 Revision 7fea59aa: [BUGFIX] Add possibility to use session data in TS conditions
Bring back the possibility to access FE session data in
TypoScript conditions:
[globalVar = TSFE:fe_user|sesData|some...
Wolfgang Klinger

2018-02-04

23:10 Revision 6fbefa62: [BUGFIX] Prevent enforcing opened database connection with initCommands
This patch moves the execution of configured initCommands to the end
of connect function. This prevents a database co...
Nicole Cordes
22:48 Revision c950cdef: [BUGFIX] Add possibility to use session data in TS conditions
Bring back the possibility to access FE session data in
TypoScript conditions:
[globalVar = TSFE:fe_user|sesData|some...
Wolfgang Klinger
20:23 Revision aba02120: [BUGFIX] Catch InvalidPathException for FileStorages
Editing faulty FileStorages is possible again due to catching the
respective exception and piping it into a FlashMess...
Mathias Schreiber
20:22 Revision bc2ad137: [BUGFIX] Re-apply colorspace to resulting image
When using filters the colorspace is not always applied.
A quickfix is to add the colorspace-setting again before
wri...
Stefan Neufeind
19:42 Revision 987a9eaf: [BUGFIX] Re-apply colorspace to resulting image
When using filters the colorspace is not always applied.
A quickfix is to add the colorspace-setting again before
wri...
Stefan Neufeind
19:34 Revision 25f48916: [BUGFIX] Provide Foldername in InaccessibleException
The central InsufficientFolderReadPermissionsException now
displays the name of the folder in question to ease tracin...
Mathias Schreiber
19:28 Revision cecacc9a: [FEATURE] Add toggle switches to FormEngine
In order to give FormEngine a fresher look we add the following
renderTypes to type=checkbox
* checkboxToggle
* chec...
Mathias Schreiber
19:18 Revision 76aa66dd: [BUGFIX] Provide Foldername in InaccessibleException
The central InsufficientFolderReadPermissionsException now
displays the name of the folder in question to ease tracin...
Mathias Schreiber
19:04 Revision 0814406d: [BUGFIX] Catch InvalidPathException for FileStorages
Editing faulty FileStorages is possible again due to catching the
respective exception and piping it into a FlashMess...
Mathias Schreiber
18:43 Revision 7b0e70fe: [BUGFIX] Access parent element in Element Browser correctly
When the element browser is opened in a popup window, the parent element
(=popup) is now accessed properly.
This pat...
Andreas Fernandez
18:41 Revision 6b7c0385: [FEATURE] Allow flexible search in Suggest Wizard
The Suggest Wizard now allows to search for multiple
terms in field by splitting the searchterm by +.
This allows to...
Mathias Schreiber
18:29 Revision 2e515c64: [BUGFIX] Don’t show translated pages in SuggestWizard
The SuggestWizard no longer returns translated pages.
For the sake of database relations, relating directly to a tran...
Mathias Schreiber
15:37 Revision 665c0201: [TASK] Increase cache db backend blob
Sets the typo3 database cache backend "content" field
from mediumblob to longblob.
Mediumblob on mysql equals 16MB ma...
Christian Kuhn

2018-02-03

23:54 Revision b48302a0: [TASK] Revert "Add support for PSR-15 HTTP middlewares"
This reverts commit f22792eceea631b8f01fbe0fcbf3e62b52246cad
reviewed on https://review.typo3.org/#/c/55528/
due to a...
Benni Mack
23:42 Revision 75b84cfb: [TASK] Revert "Move frontend pre-process functionality to PSR-15 middleware"
This reverts commit a1f5a2320cdcf50bf4e5670a191baa116a550310
due to author conflicts.
https://review.typo3.org/#/c/5...
Benni Mack
22:23 Revision a1f5a232: [TASK] Move frontend pre-process functionality to PSR-15 middleware
This patch moves logic out of the RequestHandlers into PSR-15 compatible
middleware classes to call a hook and initia...
Benni Mack
21:56 Revision f22792ec: [FEATURE] Add support for PSR-15 HTTP middlewares
PSR-15 middlewares are hooks on steroids for HTTP requests.
Due to chaining middlewares and the core request handler(...
Benni Mack
21:11 Revision d0243877: [BUGFIX] Element Browser should only render default language pages
The Browseable Trees (Element Browser) show pages with
language > 0 (page translations), due to a missing fix
during ...
Benni Mack
20:47 Revision 7cd09eb3: [BUGFIX] Allow users without delete permissions to drag pages in page tree
BE users without delete rights can now drag-drop pages in the page tree.
The drag - delete area is not shown.
Resolv...
Tymoteusz Motylewski
12:49 Revision d59072a8: [BUGFIX] D3.js uses basic authentication credentials cached in browser
Chrome 64 changed the behaviour regarding xhr.open() calls when passing
null values as password and username.
The d3....
Tymoteusz Motylewski
11:13 Revision 559a2a2b: [TASK] Require "fluid" for "fluid_styled_content"
When requiring fluid_styled_content in an extension
by composer, the extension fluid should be required and
installed...
Thomas Löffler

2018-02-02

14:27 Revision 2f86c50c: [BUGFIX] Apply proper button class to BE Layout Modal
The modal “OK” button of the BE layout column assignment now sports the correct color
for the button.
Resolves: #836...
Mathias Schreiber

2018-02-01

19:13 Revision 123846c0: [TASK] Ensure HTTP RequestHandlers always return a PSR-7 Repsonse
This is in preparation for PSR-15 middleware support which
will require PSR-7 RespnseInterface return type declaratio...
Benjamin Franzke
14:44 Revision 2b686bbb: [BUGFIX] Fix "Select & upload files" button for FAL in flexform
Fix regular expression in escapeCssSelector method, to convert
e.g. "." to "\.".
Resolves: #83747
Branches: master, ...
Armin Vieweg
13:20 Revision 13260552: [BUGFIX] Fix "Select & upload files" button for FAL in flexform
Fix regular expression in escapeCssSelector method, to convert
e.g. "." to "\.".
Resolves: #83747
Branches: master, ...
Armin Vieweg
12:45 Revision f368deda: [TASK] Show language mode in Page module
Editors can now immediately see whether a page is in Free, Connected or
Mixed mode in a certain language.
Resolves: ...
Mathias Schreiber
12:12 Revision 20325a0f: [FOLLOWUP][BUGFIX] Remove uglify of jquery-ui/sortable.js
This patch removes the uglify task of jquery-ui/sortable.js.
With https://review.typo3.org/#/c/55389/ the lib was pat...
Frank Nägler
11:35 Revision b93b30a0: [FOLLOWUP][BUGFIX] Remove uglify of jquery-ui/sortable.js
This patch removes the uglify task of jquery-ui/sortable.js.
With https://review.typo3.org/#/c/55389/ the lib was pat...
Frank Nägler

2018-01-30

23:14 Revision 14a69066: [BUGFIX] Change documentation of [BE][interfaces]
The order of the options given is irrelevant as
they will always be rendered in the same order.
The documentation wa...
Susanne Moog
19:38 Revision ff944bf9: [TASK] Set TYPO3 version to 9.2.0-dev
Change-Id: I221d472b3bd9ac035221cb804601740cf77847b0
Reviewed-on: https://review.typo3.org/55505
Tested-by: TYPO3com ...
Oliver Hader
18:21 Revision e2f80cd0: [BUGFIX] Fix example code for TCA "fieldControl"
Resolves: #83732
Releases: master, 8.7
Change-Id: I7dccb42445dba584ed1c9a814f62525335d26ab1
Reviewed-on: https://revi...
Stephan Großberndt
16:31 Revision a06e0787: [RELEASE] Release of TYPO3 9.1.0
Change-Id: I8ebeca67eb5524682846a2fb7d55ee8bbde1a318
Reviewed-on: https://review.typo3.org/55504
Reviewed-by: Oliver ...
Oliver Hader
16:10 Revision de3e6132: [BUGFIX] Avoid JS error when using 'eval' => 'int,nospace' in TCA
By casting the JavaScript variable to string this patch avoids an error
if 'eval' => 'int,nospace' is used in a TCA c...
Stephan Großberndt
15:43 Revision 8e71dd86: [BUGFIX] Avoid JS error when using 'eval' => 'int,nospace' in TCA
By casting the JavaScript variable to string this patch avoids an error
if 'eval' => 'int,nospace' is used in a TCA c...
Stephan Großberndt
15:41 Revision 8809441a: [BUGFIX] Fix example code for TCA "fieldControl"
Resolves: #83732
Releases: master, 8.7
Change-Id: I7dccb42445dba584ed1c9a814f62525335d26ab1
Reviewed-on: https://revi...
Stephan Großberndt
15:27 Revision 7cb501de: [BUGFIX] EXT:filelist Canceling the file exists already modal works now
When renaming a file with the name of an existing file a modal is shown.
Pressing the cancel button no longer renames...
Michael Oehlhof
14:51 Revision db036cc5: [DOCS] 1/1 9.1 Documentation
Proofread documentation for CMS 9.1.
Two rst snippets remain in Changelog/master in order to ease a scheduled
revert...
Mathias Schreiber
13:04 Revision 160f8db6: Revert "[FEATURE] EXT:form - introduce YAML "imports""
While the intended feature is great (having the possiblity
to extract and re-use parts of the form definition),
imple...
Helmut Hummel

2018-01-29

23:14 Revision dbb6c564: [FEATURE] Option to globally enable redirect hit count
Most websites probably use custom analytics for page
hit statistics or are not interested in the count of
hits on a r...
Susanne Moog
22:52 Revision 310af007: [TASK] Improved extension configuration API
The patch implements feedback from the new
ExtensionConfiguration API.
get() now falls back to a parsing of ext_conf_...
Christian Kuhn
21:50 Revision 8bff8c83: [BUGFIX] NewContentElementWizardController to NewContentElementController
NewContentElementWizardController, which has been introduced for TYPO3 v9
to render the new content element process i...
Oliver Hader
20:35 Revision 245f0a9f: [BUGFIX] Invalid session token on creating content element in admin panel
When creating a new content element in the frontend using the according
button in the "editing" section of the admin ...
Oliver Hader
20:35 Revision 16c664f2: [BUGFIX] Invalid session token on creating content element in admin panel
When creating a new content element in the frontend using the according
button in the "editing" section of the admin ...
Oliver Hader
20:35 Revision dc500835: [BUGFIX] Invalid session token on creating content element in admin panel
When creating a new content element in the frontend using the according
button in the "editing" section of the admin ...
Oliver Hader
18:24 Revision 13efc898: [BUGFIX] Correct example in redirects feature documentation
Resolves: #83723
Releases: master
Change-Id: I010796bd056e6c70d21010ef649f127c4d006a21
Reviewed-on: https://review.ty...
Benjamin Kott
13:35 Revision c6849215: [BUGFIX] Properly check serialized_executions to avoid PHP 7.2 warnings
To avoid warnings with PHP 7.2, `serialized_executions` must be checked
for being not an empty value.
Resolves: #836...
Oliver Hader
13:34 Revision 37e42d5d: [BUGFIX] Properly check serialized_executions to avoid PHP 7.2 warnings
To avoid warnings with PHP 7.2, `serialized_executions` must be checked
for being not an empty value.
Resolves: #836...
Georg Ringer
12:52 Revision 8e617787: [BUGFIX] Properly check `serialized_executions` to avoid warnings with PHP 7.2
To avoid warnings with PHP 7.2, `serialized_executions` must be checked
for being not an empty value.
Resolves: #836...
Georg Ringer
11:07 Revision e643a092: [BUGFIX] EXT:filelist Fixed exception when creating new text file
The exception does not occur with the LocalDriver.
For testing use the driver mentioned in the forge issue.
Resolves...
Michael Oehlhof
11:02 Revision ff11b9d7: [BUGFIX] Change documentation of [BE][interfaces]
The order of the options given is irrelevant as
they will always be rendered in the same order.
The documentation wa...
Susanne Moog
10:56 Revision c098aca2: [BUGFIX] Add preview icon in overview and link to record edit
In the overview table of the redirects module the source path now links
to edit record view (like everywhere in the b...
Frank Nägler

2018-01-28

15:42 Revision 91b0f3be: [TASK] Show language mode in Page module
Editors can now immediately see whether a page is in Free, Connected or
Mixed mode in a certain language.
Resolves: ...
Mathias Schreiber
14:54 Revision 2ab4dd19: [BUGFIX] Add missing htmlspecialchars() and cleanup in EXT:recordlist
Add missing htmlspecialchars() calls in EXT:recordlist and do cleanup.
Resolves: #83358
Releases: master, 8.7
Change...
Stephan Großberndt
13:47 Revision 4ab5437b: [TASK] Move changing preview processing config to processing service
Instead of complementing processing configuration in the file class,
move it to the processing service and LocalPrevi...
Helmut Hummel
13:47 Revision 07ef3630: [TASK] Move changing preview processing config to processing service
Instead of complementing processing configuration in the file class,
move it to the processing service and LocalPrevi...
Helmut Hummel

2018-01-27

19:34 Revision 10d598d2: [BUGFIX] Catch DatabaseRecordException when editing record with deleted relation
Editing a record with a deleted related record leads to an uncaught
DatabaseRecordException. This patch catches the e...
Andreas Fernandez
15:43 Revision 8c532683: [BUGFIX] Use fallback for source link in wildcard redirects
If a wildcard source host is used in a redirect record the link in
the list of redirects the view domain for the firs...
Jigal van Hemert
15:39 Revision 244a9525: [TASK] Make ext:redirect part of factory default
The extension is now loaded by default when installing
the system.
Change-Id: I9bd887b3e4d8779c2591ddec171de627899fd...
Christian Kuhn
15:38 Revision 44eacb7e: [BUGFIX] Add renderType to redirect target statuscode field
Change-Id: I029e0a9e3522adde7c35a82349ecd15c595848d7
Resolves: #83692
Releases: master
Reviewed-on: https://review.ty...
Mathias Brodala
14:00 Revision 641943f4: [BUGFIX] Fix incomplete validation of source_host field
This patch complete the validation of source_host field and
add some tests for the server side validation.
Also a cli...
Frank Nägler
12:10 Revision edfe775e: [BUGFIX] Catch DatabaseRecordException when editing record with deleted relation
Editing a record with a deleted related record leads to an uncaught
DatabaseRecordException. This patch catches the e...
Andreas Fernandez
11:26 Revision be68bd76: [TASK] use horizontal ellipsis instead of 3 dots
Releases: master
Resolves: #83697
Change-Id: I6f7217f8a479298249a92ff43eb650638077d8e5
Reviewed-on: https://review.ty...
Daniel Ruf
11:25 Revision be287e78: [BUGFIX] Only reference existing locallang files
Resolves: #83698
Releases: master, 8.7
Change-Id: I7bfe3c32c5fec6e7098462dcbe0353afd9258900
Reviewed-on: https://revi...
Daniel Goerz
11:20 Revision 061a56e4: [BUGFIX] Only reference existing locallang files
Resolves: #83698
Releases: master, 8.7
Change-Id: I7bfe3c32c5fec6e7098462dcbe0353afd9258900
Reviewed-on: https://revi...
Daniel Goerz
08:44 Revision 07a8a63a: [TASK] Timebased redirects shown correctly
When a timebased redirect is not active now a
sheduled-end icon with additional information
is displayed.
Resolves: ...
Reiner Teubner

2018-01-26

17:39 Revision f96defde: [BUGFIX] Remove validation for field source_path
This patch removes the validation of the source_path field.
It is not possible to validate the input because a RegExp...
Frank Nägler
15:22 Revision 81693692: [BUGFIX] Set correct PHPDoc hint for addPageTSConfig and addUserTSConfig
Resolves: #83687
Releases: master, 8.7
Change-Id: Ifa705340bc0523e914c688eea00dbb2812bbedd0
Reviewed-on: https://revi...
Frans Saris
15:21 Revision 191ca7fd: [TASK] Use SVG icons in EXT:redirects
The module icon is in SVG format with a background color from
the TYPO3 icon set. A similar icon for the record type ...
Jigal van Hemert
15:17 Revision d296ff86: [BUGFIX] Fix system maintainer checkbox size
Change-Id: Ibdd234c7f6c32c5edb9af25ea5e5e74ef91feb57
Resolves: #83690
Releases: master
Reviewed-on: https://review.ty...
Mathias Brodala
15:14 Revision bbea8f4d: [BUGFIX] Set correct PHPDoc hint for addPageTSConfig and addUserTSConfig
Resolves: #83687
Releases: master, 8.7
Change-Id: Ifa705340bc0523e914c688eea00dbb2812bbedd0
Reviewed-on: https://revi...
Frans Saris

2018-01-25

11:54 Revision 11fda7a8: [BUGFIX] Show and hide arrow correctly in page tree
This will set the attribute "visibility" to the correct value "visible"
or "hidden" instead of "collapse" so the arro...
Manuel Selbach

2018-01-24

20:23 Revision 2b5d1c81: [BUGFIX] Add language parameter to preview url in list module
The language parameter was not set if the "View webpage" button was used
within the context menu of an element in the...
Gianluigi Martino
18:09 Revision 05e4d107: [TASK] Display ApacheThreadStackSize message correctly during installation
With this patch the html chars inside the
"ApacheThreadStackSize" flashmessage during the installation are displayed
...
Gianluigi Martino
17:09 Revision 6ba79f46: [TASK] Migrate getPagesTSconfig to runtime cache
BackendUtility::getPagesTSconfig() uses local
method static properties as cache.
This prevents dedicated flushing, wh...
Stefan Froemken
16:54 Revision a2c71b79: [TASK] Migrate getPagesTSconfig to runtime cache
BackendUtility::getPagesTSconfig() uses local
method static properties as cache.
This prevents dedicated flushing, wh...
Stefan Froemken
16:54 Revision dadc7d0d: [TASK] Hide redirect table header when no records exist
Resolves: #83661
Release: master
Change-Id: I8a7307986896fa2d68b5013d1defc235eff1d3e4
Reviewed-on: https://review.typ...
Reiner Teubner
16:47 Revision e23014b8: [BUGFIX] Use correct default value for field data_page_reg1
The field data_page_reg1 of table index_phash is defined as integer.
Therefore the default value must be 0 instead of...
Georg Ringer
16:47 Revision 32775f83: [BUGFIX] Use correct default value for field data_page_reg1
The field data_page_reg1 of table index_phash is defined as integer.
Therefore the default value must be 0 instead of...
Georg Ringer
16:28 Revision 5472badf: [BUGFIX] Use correct default value for field data_page_reg1
The field data_page_reg1 of table index_phash is defined as integer.
Therefore the default value must be 0 instead of...
Georg Ringer
15:54 Revision b88195d7: [TASK] Use … instead of dots for a correct typography
The correct typography is to use the character "…"
instead of "...".
Resolves: #83614
Releases: master, 8.7
Change-...
Georg Ringer
15:43 Revision c71c8baa: [TASK] Use … instead of dots for a correct typography
The correct typography is to use the character "…"
instead of "...".
Resolves: #83614
Releases: master, 8.7
Change-...
Georg Ringer
14:01 Revision a47a40e1: [BUGFIX] EXT:filelist Removed cut and copy buttons from "Extended view"
The cut and copy buttons were shown twice in filelist module.
Once in “Extended view” and once in “Show clipboard”
R...
Michael Oehlhof
13:43 Revision 86e9ec76: [BUGFIX] EXT:filelist Removed cut and copy buttons from "Extended view"
The cut and copy buttons were shown twice in filelist module.
Once in “Extended view” and once in “Show clipboard”
R...
Michael Oehlhof
12:20 Revision aef2307b: [TASK] EXT:form - set of additional unit tests
Resolves: #82386
Releases: master
Change-Id: I40b83041149b8955b51c3a2c54d8690392356ae1
Reviewed-on: https://review.ty...
Marcel Jürgen Falk
11:48 Revision 630342bf: [TASK] EXT:redirects - Wrong variable name in phpdoc of class SourceHost
- Resolves a wrong variable definition in phpdoc
- Adds type safe method parameter
- Adds return type string to metho...
Joerg Boesche

2018-01-23

21:10 Revision e3a4bd77: [BUGFIX] Process large uid lists in chunks in RelationHandler
Uid lists in the relation handler can be very big. To avoid exceeding
query limits like maximum number of placeholder...
Sascha Egerer
21:00 Revision dfffc87d: [BUGFIX] Process large uid lists in chunks in RelationHandler
Uid lists in the relation handler can be very big. To avoid exceeding
query limits like maximum number of placeholder...
Sascha Egerer
20:28 Revision 226a7dae: [FEATURE] Add drawHeaderHook to EXT:recordlist
Add an additional hook to the EXT:recordlist which makes
it possible to add content above any other content.
Resolve...
Georg Ringer
18:28 Revision 842ff30b: [TASK] Add LICENSE.txt to ext:redirects
Change-Id: I59846db22964a26f610a304fab85f570884b063d
Resolves: #83651
Releases: master
Reviewed-on: https://review.ty...
Christian Kuhn
18:05 Revision 5312cb2b: [TASK] Specific exception in ArrayUtility::removeByPath()
Similar to getValueByPath(), removeByPath() now throws
a specific exception if the path to remove does not
exist in g...
Christian Kuhn
17:55 Revision 8c36fd06: [!!!][TASK] Remove sys_domain redirect functionality
The existing functionality of sys_domain database records that redirect to a
different target has been migrated into ...
Benni Mack
16:39 Revision fe2d2fb8: [BUGFIX] Set focus on the search input field in page tree
After clicking on the filter button in the page tree,
the focus is set on the input field allowing to type
search wor...
Tymoteusz Motylewski
16:34 Revision 2a0ea300: [FEATURE] Add system extension "redirects"
A new system extension "redirects" is added, which ships a flexible
handling of HTTP redirects, useful both for marke...
Benni Mack
15:14 Revision 8fb1559c: [BUGFIX] Generate entry points for subtree split packages
Add dependency to a composer package that generates
the entry points for TYPO3 in versions 8.7.*
to typo3/cms-core
T...
Helmut Hummel
11:29 Revision c57eea6d: [BUGFIX] Show correct file reference information
This patch corrects how file references (from softrefs) are stored in
sys_refindex table as this was changed with pat...
Nicole Cordes
11:11 Revision e6b9cdea: [BUGFIX] Show correct file reference information
This patch corrects how file references (from softrefs) are stored in
sys_refindex table as this was changed with pat...
Nicole Cordes
08:46 Revision 0071228d: [BUGFIX] Fix minor typos in ReST of #83637
Resolves: #83644
Related: #83637
Releases: master
Change-Id: Ifdee387950181b869c9dfa1df2644bd5b51e6ce0
Reviewed-on: h...
Andreas Fernandez

2018-01-22

22:41 Revision 90b9959d: [BUGFIX] Fresh tag in TypoScriptConstantsViewHelper per call
With current fluid, the TypoScriptConstantsViewHelper is
instantiated only once and re-used if called multiple times....
Steffen Kamper
21:59 Revision c1798ab3: [FEATURE] Execute hooks on backend user login
When a user successfully logs in to the backend of TYPO3, registered
hooks are executed. This allows for the developm...
Michael Schams
19:38 Revision 69f2f88e: [FEATURE] Add new main module "Site"
A new main module for the TYPO3 Backend is introduced, named "site",
which serves a main entry point for integrators ...
Benni Mack

2018-01-21

13:25 Revision 1186d42f: [FEATURE] Support pecl-memcached in MemcachedBackend
The MemcachedBackend now also supports the pecl-memcached
module. The caching backend detects which modules are insta...
Andreas Fernandez

2018-01-20

20:23 Revision 3d243e6f: [TASK] Add getter for TemplateService->rootId
The rootID holds the page ID where the root sys_template
record was found.
As this is crucial for some hooks this pr...
Benni Mack
15:49 Revision 1a9d307c: [BUGFIX] Install: Typo in category of extension configuration
Resolves: #83620
Releases: master
Change-Id: I903207c22daa20312447c18d6b9ddd8f1cd61a5a
Reviewed-on: https://review.ty...
Michael Oehlhof

2018-01-19

18:31 Revision 0919a7cf: [BUGFIX] Extension config: Write LocalConfiguration only if needed
The extension configuration is currently written by the
install tool silent updater each time the install tool
is ent...
Christian Kuhn
16:08 Revision d0873491: [TASK] Specific exception in ArrayUtility::getValueByPath()
If ArrayUtility::getValueByPath() does not find a given
path in an array structure, it currently throws a generic
\Ru...
Christian Kuhn
15:44 Revision 033a5922: [TASK] Minor annotation and sanitation improvements
Various changes throughout the system improving
method annotations here and there or sanitizing
code a bit better.
C...
Christian Kuhn
15:40 Revision 950219d5: [TASK] Improve documentation of forge issue #33071
Some rewording on a .rst file and some additional information
to make more clear what is meant.
Releases: master
Res...
Riccardo De Contardi

2018-01-18

18:05 Revision 9721e68a: [BUGFIX] Filter pages in page tree by uid
Brings back the possibility to filter pages by uid
in the new SVG page tree.
Resolves: #83245
Releases: master
Chang...
Tymoteusz Motylewski
15:16 Revision e044ef20: [TASK] impexp: Remove size handling
ext:impexp has a "size" display and adds size information
to export formats for records file sizes. This is entirely
...
Christian Kuhn
15:01 Revision fc6bbe83: [TASK] impexp: Streamline position and layout of CSH
This patch streamlines the position and layout for the content help buttons
in ext:impexp. Like already done in FormE...
Frank Nägler
13:43 Revision c0d6d51e: [BUGFIX] Fix wrong position on sorting inline records
This patch fix a wrong position of sortable elements in inline records.
This is a known issue which was never fixed i...
Frank Nägler
13:24 Revision f7ee5f59: [BUGFIX] Fix wrong position on sorting inline records
This patch fix a wrong position of sortable elements in inline records.
This is a known issue which was never fixed i...
Frank Nägler
12:45 Revision 15a68301: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:45 Revision 4e55d9b6: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:44 Revision 39c3a6f6: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:44 Revision d2e5002d: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:44 Revision 569e8871: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:44 Revision 0e93be84: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:44 Revision ca52dd16: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:44 Revision aefe5885: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:44 Revision b9554924: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:43 Revision d5fdb129: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:43 Revision a0b8d94e: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:43 Revision 148d9525: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
12:43 Revision 88ccfa4a: [TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83...
Oliver Hader
10:33 Revision 4ddc7d09: [TASK] styleguide: Add LICENSE.txt
Christian Kuhn
10:26 Revision 5dc6ed4f: [TASK] styleguide: Update composer.json license definition
Christian Kuhn
 

Also available in: Atom