Project

General

Profile

Activity

From 2018-06-25 to 2018-07-24

2018-07-24

07:42 Revision 6e2eb293: [TASK] Use RootlineUtility directly
Instead of calling PageRepository to fetch the rootline, RootlineUtility
can do that now directly.
However, all exce...
Benni Mack

2018-07-23

23:44 Revision fcf132f5: [TASK] Remove skipped test in DisjunctionValidatorTest
The functionality guarded by the test does not apply anymore.
After the test has been skipped since a long time alrea...
Anja Leichsenring
20:32 Revision b0499f25: [TASK] Deprecate PageRepository->versioningWorkspaceId
The property does not need to be accessed from the outside anymore,
and can be marked as protected/deprecated, as thi...
Benni Mack
18:58 Revision ee5ca0d3: [TASK] Run test suite with composer update
We recently had an issue where a dependency released new versions
that break our build. Our composer.json definitions...
Christian Kuhn
17:45 Revision 46e40d93: [TASK] Update codeception to latest patch level
composer update codeception/codeception --with-dependencies
Updates codeception from 2.4.1 to 2.4.4 and brings
phpun...
Christian Kuhn
16:41 Revision beef4844: [TASK] Update php-cs-fixer to latest minor
Updates friendsofphp/php-cs-fixer from 2.11.1 to 2.12.2
The 'no_unused_imports' scanner is a bit more picky and
finds...
Christian Kuhn
16:41 Revision 08d967e2: [TASK] Update php-cs-fixer to latest minor
Updates friendsofphp/php-cs-fixer from 2.11.1 to 2.12.2
The 'no_unused_imports' scanner is a bit more picky and
finds...
Christian Kuhn
14:38 Revision b17e9303: [TASK] Use new acceptance test splitter script
The script to split acceptance tests into chunks has been
rewritten in typo3/testing-framework and is used in pre-mer...
Christian Kuhn
10:43 Revision d004a059: [BUGFIX] Define "label" for tt_content form elements within form setup
Define the "label" property for tt_content form elements within
the form setup to allow saving tt_content form elemen...
Ralf Zimmermann
09:42 Revision 34eb9737: [TASK] Remove unnecessary extbase test
The removed test was skipped for a long time, and its intended
guarding against the usage of objects in extbase reque...
Anja Leichsenring

2018-07-22

16:30 Revision 3b5f5c5b: [BUGFIX] Preserve order of finisher options in Form CE
In content elements of form_formframework, the order of
finisher options offered for overriding will be
in accordance...
Ioulia Kondratovitch
16:24 Revision 7594d894: [TASK] Enable functional tests on microsoft sql server again
Executing functional tests on mssql has been disabled a while
ago since the daemon crashed frequently: The server can...
Christian Kuhn
16:19 Revision 06d3a767: [BUGFIX] Preserve order of finisher options in Form CE
In content elements of form_formframework, the order of
finisher options offered for overriding will be
in accordance...
Ioulia Kondratovitch
16:13 Revision 6b836e68: [TASK] Refer to SimpleDataHandlerController instead of tce_db.php
Update comments in the code not to mention tce_db.php.
The tce_db.php entry point is gone since v8.
The SimpleDataHa...
Tymoteusz Motylewski
15:27 Revision e20a8e5d: [TASK] Refer to SimpleDataHandlerController instead of tce_db.php
Update comments in the code not to mention tce_db.php.
The tce_db.php entry point is gone since v8.
The SimpleDataHa...
Tymoteusz Motylewski
12:25 Revision 5f711494: [TASK] Remove skipped test in extbase
The test was skipped, its guarded functionality does not exist.
Change-Id: I683a3be8ace5556052e948ca9d35eedcadd79c29...
Anja Leichsenring

2018-07-21

18:36 Revision 0999cfd5: [TASK] Deprecate PageRepository->checkWorkspaceAccess
An unused if() statement removes the last occurrence
of this method, so it can be deprecated.
Resolves: #85554
Relea...
Benni Mack

2018-07-20

18:51 Revision 3dc40166: [TASK] Switch from git.typo3.org to github for testing
typo3.org git/gerrit show flakiness lately. To not torture
the poor servers with our pesky testing so much we switch
...
Christian Kuhn
18:50 Revision bee48c90: [TASK] Switch from git.typo3.org to github for testing
typo3.org git/gerrit show flakiness lately. To not torture
the poor servers with our pesky testing so much we switch
...
Christian Kuhn
18:17 Revision e3a482a8: [TASK] Switch from git.typo3.org to github for testing
typo3.org git/gerrit show flakiness lately. To not torture
the poor servers with our pesky testing so much we switch
...
Christian Kuhn
15:21 Revision 62502084: [BUGFIX] Define "label" for tt_content form elements within form setup
Define the "label" property for tt_content form elements within
the form setup to allow saving tt_content form elemen...
Ralf Zimmermann
10:40 Revision b5e0245e: [TASK] Deprecate enableConcatenateFiles
Also config.concatenateJsAndCss TypoScript is replaced
with concatenateCss and concatenateJs since TYPO3 v6.0,
and ca...
Benni Mack
08:45 Revision fc722517: [BUGFIX] Avoid SQL error in indexed search administration
The field "uid" is never fetched, so no count() is possible
in the DB count query.
Resolves: #85252
Releases: master...
Benni Mack
08:42 Revision 3af595b3: [TASK] Replace gettype calls type-specific checks
Resolves: #85479
Releases: master
Change-Id: I576ab5fb6a7937016497a93d3b4dd025478e81bd
Reviewed-on: https://review.ty...
Wouter Wolters
08:40 Revision 5272cbeb: [BUGFIX] Avoid SQL error in indexed search administration
The field "uid" is never fetched, so no count() is possible
in the DB count query.
Resolves: #85252
Releases: master...
Benni Mack
00:41 Revision 0e20484c: [TASK] Deprecate cObj->enableFields()
The method is just a wrapper for PageRepository->enableFields()
which should be used instead.
Resolves: #85558
Relea...
Benni Mack

2018-07-19

23:21 Revision 6e11355a: [TASK] Enable acceptance tests again
Bring back backend acceptance test execution as pre-merge
and nightly tests. They are hopefully more stable now and
w...
Christian Kuhn
17:46 Revision d3a7cc32: [TASK] Use a dedicated logger for E_USER_DEPRECATION
Resolves: #85238
Releases: master
Change-Id: Ie47e1ba0a4f0ba3e5e1a8d62bc137cabd3ae4d1e
Reviewed-on: https://review.ty...
Markus Klein
17:45 Revision cbd1d61e: [TASK] Deprecate TYPO3_OS constant
The TYPO3_OS constant is deprecated with
the introduction of Environment API.
Resolves: #85597
Releases: master
Chan...
Benni Mack
17:36 Revision ee7c5e7b: [BUGFIX] Fix typo in RST file
Resolves: #85598
Related: #85553
Releases: master
Change-Id: Ib5c0a6850c79880eac0eb47dab957083ca328e2b
Reviewed-on: h...
Benni Mack
15:42 Revision 4432be8e: [TASK] Update Feature-82014-ExtensionScanner.rst
Fixed Link to Extension-Scanner Docs
Releases: master
Resolves: #85595
Change-Id: I181b34497db5d0f2807c035d6228f6fb9...
Ramon Zöllner
12:16 Revision 894734be: [TASK] Deprecate -1 in language-related calls of PageRepository
The default value for
- PageRepository->getPageOverlay()
- PageRepository->getPagesOverlay()
should be "null" and not...
Benni Mack
09:26 Revision cb67c1e0: [BUGFIX] Only use SaltedHashingMethods marked as available
When determining the SaltedHashingMethod of a salted hash check only
SaltedHashingMethods which are marked as availab...
Oliver Hader
09:21 Revision 9f89556c: [BUGFIX] Only use SaltedHashingMethods marked as available
When determining the SaltedHashingMethod of a salted hash check only
SaltedHashingMethods which are marked as availab...
Oliver Hader

2018-07-18

22:36 Revision fecb9586: [FEATURE] Add infix option for filenames used by FileWriter
Resolves: #85236
Releases: master
Change-Id: Iad1047b7a91adee4d0dcad766d5116bea27e34ce
Reviewed-on: https://review.ty...
Markus Klein
21:57 Revision 530ae964: [BUGFIX] Set the redirect hook before the page-resolver
The source page redirects now also with get-parameters to the
target page.
Resolves: #85538
Related: #85488
Releases...
Michael Giek
21:37 Revision d421f7dc: [FEATURE] Allow TCA description property
When the site configuration module has been introduced, it came
with a custom functionality to show an additional hel...
Christian Kuhn
21:32 Revision 6ec81baf: [BUGFIX] Fix typo in form documentation
Releases: master,8.7
Resolves: #85589
Change-Id: I965f559b0307bd477e8f64340a12513a9827842d
Reviewed-on: https://revie...
Sascha Ebner
21:18 Revision 88b9368b: [BUGFIX] Fix doctrine dependencies and pin to dbal 2.7
Since our code does not work with doctrine/dbal 2.8.0
we for now pin to the previous minor release.
A hidden depende...
Andreas Fernandez
21:16 Revision f121c650: [BUGFIX] Fix typo in form documentation
Releases: master,8.7
Resolves: #85589
Change-Id: I965f559b0307bd477e8f64340a12513a9827842d
Reviewed-on: https://revie...
Sascha Ebner
20:44 Revision 2aec69e0: [BUGFIX] Fix FlashMessage when dumping autoload-information in composer-mode
In composer-mode the autoload-information can't be dumped. A FlashMessage
is shown as a notice. But the message itsel...
Stefan Neufeind
20:42 Revision 1778ad8d: [BUGFIX] Streamline backend module menu and viewport initialization
ModuleMenu and Viewport initialization need to be defered to ensure
that DOM is available in order to apply further b...
Oliver Hader
20:09 Revision 65537d75: [BUGFIX] Do not re-sort IRRE children when sorting parent
When PID of the parent record has not changed, child records should
not be moved/sorted.
Little background helping r...
Tymoteusz Motylewski
19:46 Revision e726a74f: [FEATURE] Add getEnv value modifier to TS parser
Use :=getEnv() in TypoScript to read values from environment variables.
Resolves: #85146
Releases: master
Change-Id:...
Felix Althaus
19:35 Revision e81f08c1: [BUGFIX] Streamline backend module menu and viewport initialization
ModuleMenu and Viewport initialization need to be defered to ensure
that DOM is available in order to apply further b...
Oliver Hader
19:30 Revision 7159e279: [TASK] Move extension configuration to first place
This patch improves the usability of the new Settings module by moving
the extension configuration card in the first ...
Peter Kraume
19:14 Revision ffede9f9: [TASK] Use PHP_SAPI, PHP_VERSION and M_PI constant instead of functons calls
Resolves: #85293
Releases: master
Change-Id: Ifabbb20c1ef4ad482df676fe9999dcbdf18eb704
Reviewed-on: https://review.ty...
Wouter Wolters
19:13 Revision bc191e17: [TASK] Setting BE-debug appends fieldnames to labels
The description so far says fieldnames are prepended.
Resolves: #85507
Releases: master
Change-Id: I06fccdc2aee70a95...
Stefan Neufeind
18:59 Revision 40706efa: [TASK] Deprecate TypoScriptFrontendController->getUniqueId
The unused method TypoScriptFrontendController->getUniqueId() is marked
as deprecated, as this method conceptually sh...
Benni Mack
09:49 Revision 870b8caf: [TASK] Extract request processing from ShortcutToolbarItem
Change-Id: I9f396da2084880b3dd813c8d7f0777c36ac989d9
Resolves: #84414
Releases: master
Reviewed-on: https://review.ty...
Mathias Brodala
08:59 Revision 9bc120c8: [BUGFIX] Add Content-Type to test mail plain part
Resolves: #85536
Releases: master, 8.7
Change-Id: Ie1f5c97af1a315eb5b8d7bf4bc7a31872362750d
Reviewed-on: https://revi...
Mathias Brodala

2018-07-17

23:49 Revision 37c528b3: [BUGFIX] Fix apc/apcu cache backend tests
bamboo php 7.2 has apc & apcu support again. Two
unit tests fail. These two however don't make much
sense in the firs...
Christian Kuhn
20:59 Revision cc78ea57: [TASK] Bamboo proper passwd mapping
The bamboo containers need a better passwd mapping
per agent to set a proper home directory, otherwise
ssh tasks may ...
Anja Leichsenring
20:19 Revision 54d31b9f: [TASK] Bamboo proper passwd mapping
The bamboo containers need a better passwd mapping
per agent to set a proper home directory, otherwise
ssh tasks may ...
Anja Leichsenring
20:17 Revision cf1a5693: [TASK] Bamboo proper passwd mapping
The bamboo containers need a better passwd mapping
per agent to set a proper home directory, otherwise
ssh tasks may ...
Christian Kuhn
12:49 Revision 818faa1c: [BUGFIX] Enforce doctrine/dbal to 2.7
The library `doctrine/dbal`, which is used by TYPO3 for database
communication removed the dependency to `doctrine/co...
Andreas Fernandez

2018-07-16

17:21 Revision af9a40ac: [TASK] Test rendering of translated select MM relations in Extbase
It's based on tt_content and categories.
Releases: master, 8.7
Resolves: #85493
Change-Id: Ie7222f38ea89536ab463ff46...
Tymoteusz Motylewski
14:24 Revision 18ccfab9: [TASK] Test rendering of translated select MM relations in Extbase
It's based on tt_content and categories.
Releases: master, 8.7
Resolves: #85493
Change-Id: Ie7222f38ea89536ab463ff46...
Tymoteusz Motylewski
08:15 Revision 9c24ec5b: [BUGFIX] Also add doctrine/lexer to typo3/cms-core
Resolves: #85552
Releases: master, 8.7
Change-Id: I1056a5825fd79df4c495894970721713b10728cd
Reviewed-on: https://revi...
Markus Klein
07:54 Revision bfff001e: [BUGFIX] Also add doctrine/lexer to typo3/cms-core
Resolves: #85552
Releases: master, 8.7
Change-Id: I1056a5825fd79df4c495894970721713b10728cd
Reviewed-on: https://revi...
Markus Klein
02:45 Revision d6e898f3: [TASK] Turn redis cache backend unit into functional tests
Our unit tests should not rely on running daemons, there is
a functional test environment to take care of this. The p...
Christian Kuhn
00:55 Revision 12d723f7: [TASK] Run tests on new bamboo infrastructure
A new bamboo agent infrastructure has been deployed that
significantly changes how tests are executed: The agent
dock...
Christian Kuhn

2018-07-15

22:16 Revision dfcd5718: [TASK] Run tests on new bamboo infrastructure
A new bamboo agent infrastructure has been deployed that
significantly changes how tests are executed: The agent
dock...
Christian Kuhn
17:06 Revision 18193657: [TASK] Run tests on new bamboo infrastructure
A new bamboo agent infrastructure has been deployed that
significantly changes how tests are executed: The agent
dock...
Christian Kuhn
00:35 Revision 0f811d40: [BUGFIX] Use same line endings in test as in function
In CommandTest::testGetDescription() now also LF is used as line ending,
just as in the tested function.
Resolves: #...
Jigal van Hemert
00:32 Revision ef023537: [TASK] Use static constant call for PageRepository
Minor fix to use the static constant directly, like in all other usages.
Resolves: #85559
Releases: master
Change-Id...
Benni Mack

2018-07-14

20:35 Revision fc4b8ca1: [BUGFIX] Require doctrine/lexer to get removed lexer classes
With the release of doctrine/dbal in version 2.8, the class
`Doctrine\Common\Lexer` got removed. To circumvent this i...
Andreas Fernandez
19:19 Revision 47d1912a: [BUGFIX] Require doctrine/lexer to get removed lexer classes
With the release of doctrine/dbal in version 2.8, the class
`Doctrine\Common\Lexer` got removed. To circumvent this i...
Andreas Fernandez

2018-07-13

22:20 Revision 3cc59ecc: [BUGFIX] Avoid PHP warning when using Phar archive with open_basedir
Including files from Phar archives (e.g. "phar://file.phar/autoload.php")
does not work properly with having PHP sett...
Oliver Hader
22:20 Revision 739b7d79: [BUGFIX] Avoid PHP warning when using Phar archive with open_basedir
Including files from Phar archives (e.g. "phar://file.phar/autoload.php")
does not work properly with having PHP sett...
Oliver Hader
22:09 Revision 9b3b4def: [BUGFIX] Avoid PHP warning when using Phar archive with open_basedir
Including files from Phar archives (e.g. "phar://file.phar/autoload.php")
does not work properly with having PHP sett...
Oliver Hader
20:39 Revision 4003c5fa: [TASK] Add LanguageAspect to Contexts
This change adds a new Aspect called "Language" which bundles
most existing TypoScript options on frontend language f...
Benni Mack
17:32 Revision 7a17c8d6: [TASK] Move verbosity settings into TemplateService
The constructor of TemplateService now has
a context, which knows everything to define
public settings to define if t...
Benni Mack
17:32 Revision cc05a6ff: [FEATURE] Add context check for TypoScript
The new Context API is added so TypoScript
can check this in cObject like this:
10 = TEXT
10.data = context:workspac...
Benni Mack
13:00 Revision 13ded666: [BUGFIX] Add Content-Type to test mail plain part
Resolves: #85536
Releases: master, 8.7
Change-Id: Ie1f5c97af1a315eb5b8d7bf4bc7a31872362750d
Reviewed-on: https://revi...
Mathias Brodala
09:49 Revision d830c0e5: [BUGFIX] LanguagePackCommand: Hide progress output by default
Show progress bar only if verbosity level is set. The default output
of this command is disabled by default to limit ...
Josef Glatz
09:47 Revision b2413561: [BUGFIX] Make forms impexp hook php 7.0 compatible
Resolves: #85545
Releases: 8.7
Change-Id: I63d5aeab191252982841cfd34c955cc8e075aac8
Reviewed-on: https://review.typo3...
Ralf Zimmermann

2018-07-12

18:40 Revision 1b126d94: [TASK] Set TYPO3 version to 9.3.3-dev
Change-Id: I713e25e6a115be6d0b527f1b3899bc555ff77347
Reviewed-on: https://review.typo3.org/57580
Reviewed-by: Oliver ...
Oliver Hader
17:51 Revision 18bbce4c: [RELEASE] Release of TYPO3 9.3.2
Change-Id: I7d259e1265e64e63c56b23e966be00361a22137c
Reviewed-on: https://review.typo3.org/57579
Reviewed-by: Oliver ...
Oliver Hader
13:52 Revision 74213b06: [TASK] Set TYPO3 version to 9.3.2-dev
Change-Id: Iefc6752f0045f303263705d7649218f8c0947918
Reviewed-on: https://review.typo3.org/57578
Reviewed-by: Oliver ...
Oliver Hader
13:50 Revision 288e04e4: [TASK] Set TYPO3 version to 8.7.18-dev
Change-Id: I5aeef34b459d999cd94a62a8a3cd6778e2920d54
Reviewed-on: https://review.typo3.org/57576
Tested-by: TYPO3com ...
Oliver Hader
13:50 Revision af207eb9: [TASK] Set TYPO3 version to 7.6.31-dev
Change-Id: I2263cb37e5395eb48d7d07908dd52c3f3d48c55c
Reviewed-on: https://review.typo3.org/57574
Reviewed-by: Benni M...
Oliver Hader
13:33 Revision 5ee2abaa: [RELEASE] Release of TYPO3 9.3.1
Change-Id: I25d0b2027332ba92ba377b9a0064ee7315412db1
Reviewed-on: https://review.typo3.org/57577
Reviewed-by: Oliver ...
Oliver Hader
13:29 Revision 06256af9: [RELEASE] Release of TYPO3 8.7.17
Change-Id: I21f8e42feb8a9c5e1b72b36c906c25411b30472e
Reviewed-on: https://review.typo3.org/57575
Reviewed-by: Oliver ...
Oliver Hader
13:27 Revision f9dd5ec9: [TASK] Remove post-autoload-dump section from composer.json
The included task in not subject to be executed upon each
`composer install`.
Resolves: #85537
Related: #83249
Relea...
Anja Leichsenring
13:06 Revision e0efb1a9: [TASK] Remove post-autoload-dump section from composer.json
The included task in not subject to be executed upon each
`composer install`.
Resolves: #85537
Related: #83249
Relea...
Anja Leichsenring
13:05 Revision 81345d56: [BUGFIX] Fix test isolation and pre-requisites
FormDefinitionValidationServiceTest modified the encryption key in
test data-provider functions. Those functions are ...
Susanne Moog
13:01 Revision 1eb688a2: [RELEASE] Release of TYPO3 7.6.30
Change-Id: Ief75740d3b83ebcef47da97800743e64677079f0
Reviewed-on: https://review.typo3.org/57573
Reviewed-by: Oliver ...
Oliver Hader
12:59 Revision 74dde9f3: [BUGFIX] Fix test isolation and pre-requisites
FormDefinitionValidationServiceTest modified the encryption key in
test data-provider functions. Those functions are ...
Susanne Moog
12:55 Revision 7144f5e1: [BUGFIX] Fix test isolation and pre-requisites
FormDefinitionValidationServiceTest modified the encryption key in
test data-provider functions. Those functions are ...
Susanne Moog
12:17 Revision 3d683824: [TASK] Fix CGL issues
Resolves: #.....
Releases: master, 8.7
Change-Id: Iace5c4d064182c628e9d3b03876c73e19dd725cd
Reviewed-on: https://revi...
Oliver Hader
12:14 Revision 82eab987: [TASK] Fix CGL issues
Resolves: #.....
Releases: master, 8.7
Change-Id: Iace5c4d064182c628e9d3b03876c73e19dd725cd
Reviewed-on: https://revi...
Oliver Hader
12:09 Revision 1d1f1013: [TASK] Fix CGL issues
Resolves: #.....
Releases: master, 8.7
Change-Id: Iace5c4d064182c628e9d3b03876c73e19dd725cd
Reviewed-on: https://revi...
Oliver Hader
11:50 Revision 75f577e1: [TASK] Streamline FAL pre-emit signals for createFile and setContent
In order to streamline the FAL API the following signals have been added.
The according post-processing signals have ...
Oliver Hader
11:36 Revision a6ce4ab0: [SECURITY][TASK] Remove support for native PHP yaml extension
Resolves: #85424
Releases: master, 8.7
Security-Commit: 82619eb231e725d77fb8196f0b6bfca9f722bc4f
Security-Bulletin: T...
Oliver Hader
11:36 Revision 8203657f: [SECURITY] Filter disallowed properties in form editor
The form editor save and preview actions now check the submitted
form definition against configured possibilities wit...
Ralf Zimmermann
11:36 Revision f3445f96: [!!!][SECURITY] Deny direct FAL commands for form definitions
Before this change, form definitions have been persisted in regular
`.yaml` files. In order to make the meaning and p...
Susanne Moog
11:35 Revision b6a04a12: [SECURITY] Explicitly deny object deserialization
Resolves: #85385
Releases: master, 8.7, 7.6
Security-Commit: f4d645d131fabc98cbbdcefcffb951040d2dd246
Security-Bullet...
Oliver Hader
11:35 Revision 421ef424: [SECURITY] Mitigate phar stream wrapper
SoftReferenceIndex throws exceptions on phar streams
LegacyLinkNotationConverter throws exceptions on phar streams
R...
Christian Kuhn
11:35 Revision b3b7d453: [SECURITY] Introduce PHP stream wrapper for phar:// protocol
This custom stream wrapper for the phar:// protocol overrides
PHP's native handling. In case Phar bundles shall be lo...
Oliver Hader
11:35 Revision 79260b2d: [SECURITY] Deny authentication bypass using blowfish/md5 encryption
Using password hashing methods that are related by class inheritance
can lead to authentication bypass by just knowin...
Oliver Hader
11:35 Revision 098478ac: [SECURITY][TASK] Remove support for native PHP yaml extension
Resolves: #85424
Releases: master, 8.7
Security-Commit: 82619eb231e725d77fb8196f0b6bfca9f722bc4f
Security-Bulletin: T...
Oliver Hader
11:34 Revision 36b0b68d: [SECURITY] Filter disallowed properties in form editor
The form editor save and preview actions now check the submitted
form definition against configured possibilities wit...
Ralf Zimmermann
11:34 Revision 769b628e: [!!!][SECURITY] Deny direct FAL commands for form definitions
Before this change, form definitions have been persisted in regular
`.yaml` files. In order to make the meaning and p...
Susanne Moog
11:34 Revision 31e417f7: [SECURITY] Explicitly deny object deserialization
Resolves: #85385
Releases: master, 8.7, 7.6
Security-Commit: f4d645d131fabc98cbbdcefcffb951040d2dd246
Security-Bullet...
Oliver Hader
11:33 Revision 7f930854: [SECURITY] Mitigate phar stream wrapper
SoftReferenceIndex throws exceptions on phar streams
LegacyLinkNotationConverter throws exceptions on phar streams
R...
Christian Kuhn
11:33 Revision 28e9420a: [SECURITY] Introduce PHP stream wrapper for phar:// protocol
This custom stream wrapper for the phar:// protocol overrides
PHP's native handling. In case Phar bundles shall be lo...
Oliver Hader
11:33 Revision ed3ec27d: [SECURITY] Deny authentication bypass using blowfish/md5 encryption
Using password hashing methods that are related by class inheritance
can lead to authentication bypass by just knowin...
Oliver Hader
11:33 Revision c76d46f1: [SECURITY][TASK] Remove support for native PHP yaml extension
Resolves: #85424
Releases: master, 8.7
Security-Commit: d1df0ce67ff83d75a3d4878b2f9cb315c4c23bc1
Security-Bulletin: T...
Oliver Hader
11:32 Revision bca913e9: [SECURITY] Filter disallowed properties in form editor
The form editor save and preview actions now check the submitted
form definition against configured possibilities wit...
Ralf Zimmermann
11:32 Revision 71ff7147: [!!!][SECURITY] Deny direct FAL commands for form definitions
Before this change, form definitions have been persisted in regular
`.yaml` files. In order to make the meaning and p...
Susanne Moog
11:32 Revision 0b0ba0f8: [SECURITY] Explicitly deny object deserialization
Resolves: #85385
Releases: master, 8.7, 7.6
Security-Commit: 6a294ad6b15677b41b90d93ad8690b92048404fe
Security-Bullet...
Oliver Hader
11:32 Revision 844c6f49: [SECURITY] Mitigate phar stream wrapper
SoftReferenceIndex throws exceptions on phar streams
LegacyLinkNotationConverter throws exceptions on phar streams
R...
Christian Kuhn
11:31 Revision d7d1de43: [SECURITY] Introduce PHP stream wrapper for phar:// protocol
This custom stream wrapper for the phar:// protocol overrides
PHP's native handling. In case Phar bundles shall be lo...
Oliver Hader
11:31 Revision cbaf75ce: [SECURITY] Deny authentication bypass using blowfish/md5 encryption
Using password hashing methods that are related by class inheritance
can lead to authentication bypass by just knowin...
Oliver Hader
11:31 Revision fa0c6aaf: [SECURITY] Explicitly deny object deserialization
Resolves: #85385
Releases: master, 8.7, 7.6
Security-Commit: 8cd7fa85f5b60c508aaac3184101008ba2e8df7f
Security-Bullet...
Oliver Hader
11:31 Revision b0227927: [SECURITY] Mitigate phar stream wrapper
SoftReferenceIndex throws exceptions on phar streams
LegacyLinkNotationConverter throws exceptions on phar streams
R...
Christian Kuhn
11:31 Revision a5d6bfab: [SECURITY] Introduce PHP stream wrapper for phar:// protocol
This custom stream wrapper for the phar:// protocol overrides
PHP's native handling. In case Phar bundles shall be lo...
Oliver Hader
11:31 Revision f4a28e43: [SECURITY] Deny authentication bypass using blowfish/md5 encryption
Using password hashing methods that are related by class inheritance
can lead to authentication bypass by just knowin...
Oliver Hader

2018-07-11

11:31 Revision 2695c32f: [TASK] Streamline usage of Logging
The Logger can be used with the LoggerAwareInterface+Trait combination
and was fogot for FAL related areas.
The Loca...
Benni Mack
10:48 Revision 07d9fe7b: [BUGFIX] Support fragment/section for record links
This allows for setting fragments e.g. by adding a custom recordlist
RecordLinkHandler.
Resolves: #82717
Releases: m...
Mathias Brodala

2018-07-10

20:25 Revision d8405b55: [TASK] Simplify setting BE/warning_mode
The setting used bits 1 and 2. But useful values were only 0/1/2.
So this setting can be simplified.
Resolves: #8550...
Stefan Neufeind
16:21 Revision 7ccb4a56: [BUGFIX] Repair relative path resolvement in ResourceCompressor
This patch repairs the relative path resolvment when using EXT:
for JavaScript/CSS paths.
Resolves: #84261
Releases:...
Pascal Rinker

2018-07-09

15:51 Revision 0dcb8970: [FEATURE] Introduce conditional variants for form elements
Variants allow you to change properties of a form element.
Variants can contain conditions. If a concrete condition
...
Ralf Zimmermann
15:24 Revision c7bab3e1: [TASK] Simplify and clean up error log system information
Remove inheritance from abstract log module
Inheritance was used only to be able to get the time
from which to start...
Helmut Hummel
14:56 Revision 9fffab5d: [BUGFIX] Use real HTTP status code as default for redirects
TCA defines default status code as 307, which seems
like a good default. However the SQL definition should
match this...
Michael Giek
13:26 Revision 23e02d7f: [BUGFIX] Remove superfluous Doctrine restriction check
Similar to https://review.typo3.org/#/c/57434/
the check for TSFE->showHiddenRecords is unneeded
as the RestrictionCo...
Benni Mack
11:31 Revision a28f4cc1: [BUGFIX] Bring back the maintenance information message
In case the adminOnly flag is set, an information window is shown.
The middleware now creates a valid JSON response t...
Frank Nägler
10:47 Revision c9a498b8: [BUGFIX] Scheduler: Show correct description for ipAnonymization-task
Resolves: #85512
Releases: master, 8.7, 7.6
Change-Id: I4077fe7481063feb97014048580c3fb1b1ca5e2a
Reviewed-on: https:/...
Stefan Neufeind
10:47 Revision b87432f4: [BUGFIX] Scheduler: Show correct description for ipAnonymization-task
Resolves: #85512
Releases: master, 8.7, 7.6
Change-Id: I4077fe7481063feb97014048580c3fb1b1ca5e2a
Reviewed-on: https:/...
Stefan Neufeind
10:36 Revision 80d90c6a: [BUGFIX] Scheduler: Show correct description for ipAnonymization-task
Resolves: #85512
Releases: master, 8.7, 7.6
Change-Id: I4077fe7481063feb97014048580c3fb1b1ca5e2a
Reviewed-on: https:/...
Stefan Neufeind
09:25 Revision 394dac69: [TASK] Use ServerRequestInterface in SchedulerModuleController
* replace usages of _GP, getIndpEnv
* add return hints
Resolves: #84387
Releases: master
Change-Id: I156f9005c132ab9...
Łukasz Uznański

2018-07-07

23:29 Revision a8d51b4a: [BUGFIX] Update complete database after extension installation
If an extension and its dependencies get installed, the whole
database needs to be updated instead of executing each ...
Nicole Cordes
12:15 Revision aab39102: [TASK] Refactor acceptance tests
typo3/testing-framework got a major release:
composer update typo3/testing-framework ^4.0
* codeception acceptance t...
Davert

2018-07-06

22:47 Revision 49f4e9ab: [TASK] Document loginSecurityLevel change when removing rsaauth
Releases: master
Resolves: #85500
Change-Id: I060e27a52a2a840dca2fd65db0e206f73dc5c8f9
Reviewed-on: https://review.ty...
moger-xx
22:46 Revision 88cee7fc: [BUGFIX] Re-add .panel-collapsed for caret handling
Resolves: #85505
Releases: master
Change-Id: I73315ce0c958cccbce401875b13514b7dae58f27
Reviewed-on: https://review.ty...
Andreas Fernandez
22:46 Revision 0ee70a6a: [BUGFIX] Set „scanned“ flag when scanning all extensions
Resolves: #85504
Releases: master
Change-Id: I75580fb05c0217b1c28a2109b7f6bc2147d458d8
Reviewed-on: https://review.ty...
Andreas Fernandez
22:28 Revision 138aba00: [TASK] Use str_replace instead of strtr to improve readability and clarity purposes
Resolves: #85476
Releases: master
Change-Id: I879bb7546e7e7ca0d46e8d682eb739f76df61b01
Reviewed-on: https://review.ty...
Wouter Wolters
22:13 Revision ba63d4a0: [BUGFIX] Scan extension by clicking panel
The extension scanner now scans an extension by opening its
panel again.
Resolves: #85440
Releases: master
Change-Id...
Andreas Fernandez
21:46 Revision fada35b8: [BUGFIX] Fix orientiation of carets in panels
The styling of the caret was only applied, if it is a child of
`.panel-collapsed`, which is no official Bootstrap mar...
Andreas Fernandez
21:26 Revision 085662b3: [BUGFIX] Check for exceptions instead of number of affected rows
Saving a scheduler task without any changes leads to 0 affected
rows which must not be interpreted as an error.
Reso...
Georg Ringer
21:13 Revision bcf02891: [TASK] Replace misused in_array calls
Resolves: #85474
Releases: master
Change-Id: I62b1fe0b5ea3e1b5340aa18c216c7491d2d64fad
Reviewed-on: https://review.ty...
Wouter Wolters
21:00 Revision bf4bfb79: [BUGFIX] Check for exceptions instead of number of affected rows
Saving a scheduler task without any changes leads to 0 affected
rows which must not be interpreted as an error.
Reso...
Georg Ringer
20:47 Revision 934c6154: [TASK] Migrate EXT:backend LoginRefresh to TypeScript
Resolves: #82595
Releases: master
Change-Id: Iebec35d3f1be6b70e3976a04c9820c9277a845e3
Reviewed-on: https://review.ty...
Frank Nägler
19:58 Revision ab410c57: [BUGFIX] Convert date objects to string in SaveToDatabase finisher
The SaveToDatabase now converts DateTime(Immutable) objects to strings
to make it possible to save values from "Date"...
Ralf Zimmermann
19:41 Revision 6134369f: [BUGFIX] Convert date objects to string in SaveToDatabase finisher
The SaveToDatabase now converts DateTime(Immutable) objects to strings
to make it possible to save values from "Date"...
Ralf Zimmermann
17:54 Revision 770b3a56: [BUGFIX] Use correct HTTP method in GeneralUtility::getUrl
When fetching only headers from an URL there is no need
to download the whole content.
This was overlooked when migra...
Markus Klein
17:34 Revision a2a3b699: [BUGFIX] Use correct HTTP method in GeneralUtility::getUrl
When fetching only headers from an URL there is no need
to download the whole content.
This was overlooked when migra...
Markus Klein
17:24 Revision 90a517cf: [TASK] Migrate LayoutModule/DragDrop.js to TypeScript
Change-Id: If29efc14acf4155ac820dfbd966fd7cdc8003fe2
Resolves: #84168
Releases: master
Reviewed-on: https://review.ty...
Andreas Wolf
16:57 Revision 535eca54: [TASK] Code cleanup in /frontend/Tests/Unit/ContentObject/
This patch is just groundwork for upcomming "make test xxx notice free"
patches.
Resolves: #85497
Related: #84456
Re...
Jan Helke
15:36 Revision b5bb23b2: [TASK] Use in_array instead of array_search
Resolves: #85480
Releases: master
Change-Id: I0c666be36a30add9742fdba33d8211daf839fcf9
Reviewed-on: https://review.ty...
Wouter Wolters
14:38 Revision 0bc3e6c1: [BUGFIX] Disable edit of file metadata without translation
This avoids an error in case file metadata is edited through a file
reference and there is no file metadata translati...
Łukasz Uznański
13:46 Revision 6f675678: [TASK] Streamline templates in System Maintenance Area
- Introduce proper `<html>` tag
- Use callouts instead of alerts
- Deleted obsolete template files
- Streamline handl...
Andreas Fernandez
12:20 Revision 28fd8ffe: [BUGFIX] Use unknown OS icon instead of Windows as fallback
Resolves: #84870
Releases: master, 8.7
Change-Id: Ia89f4ba0aa70616e185cad6cc29858157ef0e656
Reviewed-on: https://revi...
Jan Stockfisch
12:08 Revision e04913ff: [TASK] Add various Composer scripts
This vastly simplifies running common commands for TYPO3 development.
E.g. executing PHPUnit can be done like this:
...
Mathias Brodala
11:46 Revision cadbc4d2: [TASK] Add various Composer scripts
This vastly simplifies running common commands for TYPO3 development.
E.g. executing PHPUnit can be done like this:
...
Mathias Brodala
09:24 Revision 09856b40: [TASK] Use secure deserialization in extension manager
In order to harden the deserialization of scalar and array values
in extension manager unserialize() calls are harden...
Oliver Hader

2018-07-05

16:47 Revision 728ec5b0: [TASK] Use secure deserialization in extension manager
In order to harden the deserialization of scalar and array values
in extension manager unserialize() calls are harden...
Oliver Hader
10:03 Revision 9760a61a: [BUGFIX] Fix "orderBy" in DatabaseQueryProcessor example
Releases: master, 8.7, 7.6
Resolves: #85473
Change-Id: Ic0ac284bb8f02c7275e17bde67e79bb20a7fd919
Reviewed-on: https:/...
Daniel Siepmann
10:03 Revision e7423482: [BUGFIX] Fix "orderBy" in DatabaseQueryProcessor example
Releases: master, 8.7, 7.6
Resolves: #85473
Change-Id: Ic0ac284bb8f02c7275e17bde67e79bb20a7fd919
Reviewed-on: https:/...
Daniel Siepmann
09:43 Revision cc6d67cd: [BUGFIX] Fix double slashes in RequireJS config of install tool
RequireJS configs do not have a slash at the end of the path.
The Debug Console shows that files are loaded with dou...
Benni Mack
09:41 Revision d85a271d: [BUGFIX] Fix "orderBy" in DatabaseQueryProcessor example
Releases: master, 8.7, 7.6
Resolves: #85473
Change-Id: Ic0ac284bb8f02c7275e17bde67e79bb20a7fd919
Reviewed-on: https:/...
Daniel Siepmann
08:53 Revision 73033ece: [BUGFIX] Fixing login logo height in IE
Resolves: #78592
Releases: master, 8.7
Change-Id: Ia7b3a25f6af61fce5376a68c1188c9564d603a23
Reviewed-on: https://revi...
Presedo Roberto

2018-07-04

21:52 Revision e128ccac: [BUGFIX] Fixing login logo height in IE
Resolves: #78592
Releases: master, 8.7
Change-Id: Ia7b3a25f6af61fce5376a68c1188c9564d603a23
Reviewed-on: https://revi...
Presedo Roberto
21:51 Revision aa5ccf0e: [BUGFIX] Update complete database after extension installation
If an extension and its dependencies get installed, the whole
database needs to be updated instead of executing each ...
Nicole Cordes
16:40 Revision 3130ee5b: [TASK] Stabilize acceptance tests
This is one patch in the 'stabilize acceptance tests'
again mission. It changes various details in the Cest files.
At...
Christian Kuhn
09:13 Revision e14effc3: [TASK] Improve custom CE explanation in FSC
Resolves: #85459
Releases: master, 8.7
Change-Id: I1732782fa920ffa0f7bfd42016a45ac6437bff0a
Reviewed-on: https://revi...
Mathias Brodala
09:04 Revision 97c4fb23: [TASK] Improve custom CE explanation in FSC
Resolves: #85459
Releases: master, 8.7
Change-Id: I1732782fa920ffa0f7bfd42016a45ac6437bff0a
Reviewed-on: https://revi...
Mathias Brodala

2018-07-03

17:03 Revision ae73acf0: [BUGFIX] Fix „templates“ of Extension scanner
Due to a wrong change on the template container, the extension scanner
broke. This change recovers the functionality....
Andreas Fernandez
11:39 Revision 1a587eb1: [BUGFIX] Ensure extension icon exists before calling ImageInfo
As the extension icon is not required, this patch prevents warnings
that are triggered because no image size can be f...
Nicole Cordes
10:50 Revision 37dcad0b: [BUGFIX] Fix „templates“ of Upgrade Wizards
Due to a wrong change on the template container, the upgrade wizards
broke. This change recovers the functionality.
...
Andreas Fernandez
09:01 Revision 09ece320: [TASK] Store System Maintenance tokens in data attributes
The tokens used in the System Maintenance area are stored in hidden
`<div>` elements, which is syntactically wrong an...
Andreas Fernandez

2018-07-02

21:32 Revision cd1dad8e: [BUGFIX] Use correct type for getSections $mode parameter comment
Resolves: #85399
Releases: master
Change-Id: I981886a920a0229fcb2f9fbb12ff7c914c563fb6
Reviewed-on: https://review.ty...
Tymoteusz Motylewski
16:30 Revision 9c75ad46: [TASK] Synchronize .rst files between core versions
Resolve some minor differences between v8 and master
according to Changelog/Howto.rst. v7 is ok.
Resolves: #85454
Re...
Christian Kuhn
16:30 Revision 95ec21cb: [TASK] Synchronize .rst files between core versions
Resolve some minor differences between v8 and master
according to Changelog/Howto.rst. v7 is ok.
Resolves: #85454
Re...
Christian Kuhn
14:59 Revision 6ac69d7c: [BUGFIX] Adjust Headline of documentation file
With the correct delimiter, the category feature for the documentation
file can be properly retrieved and does not ge...
Anja Leichsenring
14:39 Revision 5ec9772e: [BUGFIX] Display documentation changelog files with same issue number
By using a hash instead of the issue number as array key, no file gets
lost any longer due to collision. Same issue n...
Anja Leichsenring
14:29 Revision f66e72e2: [TASK] Deprecate ContentObjectRenderer->calcIntExplode()
The method ContentObjectRenderer->calcIntExplode() is only used
within GraphicalMenuObject and can be migrated into t...
Benni Mack
14:23 Revision cb446507: [BUGFIX] Display documentation changelog files with same issue number
By using a hash instead of the issue number as array key, no file gets
lost any longer due to collision. Same issue n...
Anja Leichsenring
14:10 Revision 85365955: [TASK] Streamline initialization of PageRepository
PageRepository ($TSFE->sys_page) has an init() function, which sets
some public properties, but is also called from t...
Benni Mack
14:04 Revision 18cc2e4f: [TASK] Make search field in install tool document viewer clearable
The clear button comes in handy after every performed search to
empty the search input field without need for several...
Anja Leichsenring
13:50 Revision e9f40a76: [BUGFIX] Handle missing repository mirrors in Languages module
If no extension repository mirror is present, properly throw the
(actually advertised) exception which is handled in ...
Mathias Brodala
12:57 Revision 0135224f: [BUGFIX] Make ckeditor link browser not drop CSS-Classes if editing again
Fix the link browser to not drop the CSS-Class value with multiple classes
if editing the same link.
Resolves: #8518...
Frédéric Lebel
12:48 Revision 7199809b: [TASK] Decouple TemplateService->getFileName
TemplateService in TYPO3 frontend is responsible for
fetching sys_template records and sorting TypoScript
related thi...
Benni Mack
12:24 Revision bf5e298a: [BUGFIX] Adapt glitches of context patch
Some type hinting related and test changes from the main
context patch are fixed with the patch.
Resolves: #85447
Re...
Christian Kuhn
12:18 Revision b5a61948: [BUGFIX] Make ckeditor link browser not drop CSS-Classes if editing again
Fix the link browser to not drop the CSS-Class value with multiple classes
if editing the same link.
Resolves: #8518...
Frédéric Lebel
12:01 Revision bb8a6067: [BUGFIX] Remove unused Doctrine restriction
During the Doctrine DBAL refactoring, an
additional check for $TSFE->sys_page->showHiddenRecords
was introduced.
Fir...
Benni Mack
11:15 Revision 7f2df9c5: [BUGFIX] Remove unused Doctrine restriction
During the Doctrine DBAL refactoring, an
additional check for $TSFE->sys_page->showHiddenRecords
was introduced.
Fir...
Benni Mack
08:36 Revision 3e83a6b1: [TASK] Migrate Extbase Typo3DbBackend to Context API
Due to the introduction of Contexts, it is now possible
for Extbase to use the global context and to modify
it to set...
Benni Mack

2018-07-01

17:47 Revision ed0e14b2: [BUGFIX] Fix regressions and leftovers in Context API
Some usages where now-deprecated properties are used,
have been adjusted.
The RST file has been enhanced to clarify ...
Benni Mack

2018-06-30

15:08 Revision c2bd0819: [BUGFIX] Try to translate given help text of select items
Use the LanguageService for help texts of select items.
This can be tested with the element 'select_checkbox_3' of th...
Mathias Brodala
09:09 Revision 485f2891: [TASK] Streamline FAL pre-emit signals for createFile and setContent
In order to streamline the FAL API the following signals have been added.
The according post-processing signals have ...
Oliver Hader
08:42 Revision dda2f6c9: [TASK] Streamline FAL pre-emit signals for createFile and setContent
In order to streamline the FAL API the following signals have been added.
The according post-processing signals have ...
Oliver Hader
08:33 Revision 8d214f3b: [TASK] Reduce logic in render methods of YouTube and Vimeo Renderer
This patch moves the logic from the render method of the
YouTube and Vimeo Renderer to dedicated methods to keep
the ...
Daniel Goerz

2018-06-29

10:20 Revision c06a12c4: [BUGFIX] Add allow="autoplay; fullscreen" to YouTube/Vimeo iframes
With the new chrome auto play policies we need to add a additional allow
attribute to the iframe to support autoplay....
Frans Saris
10:03 Revision 22965235: [BUGFIX] Adjust Headline of documentation file
With the correct delimiter, the category feature for the documentation
file can be properly retrieved and does not ge...
Anja Leichsenring
09:40 Revision e81f7e78: [BUGFIX] Adjust Headline of documentation file
With the correct delimiter, the category feature for the documentation
file can be properly retrieved and does not ge...
Anja Leichsenring
08:42 Revision 680c7b75: [TASK] Reduce logic in render methods of YouTube and Vimeo Renderer
This patch moves the logic from the render method of the
YouTube and Vimeo Renderer to dedicated methods to keep
the ...
Daniel Goerz

2018-06-28

21:09 Revision 3ce9cc7a: [BUGFIX] Ensure extension icon exists before calling ImageInfo
As the extension icon is not required, this patch prevents warnings
that are triggered because no image size can be f...
Nicole Cordes
19:51 Revision 0c5436ae: [TASK] Migrate "GFX/processor_effects" to boolean
Ensure "GFX/processor_effects" is a true boolean as suggested in
the settings module and silently migrate integer/str...
Mathias Brodala
15:28 Revision 6a79129b: [BUGFIX] Separate icon and text in inline record control buttons
Resolves: #85415
Releases: master, 8.7
Change-Id: I5cee4230bb415dcb3d7dfcd0aae7614489cec7eb
Reviewed-on: https://revi...
Mathias Brodala
15:04 Revision ad9da640: [BUGFIX] Separate icon and text in inline record control buttons
Resolves: #85415
Releases: master, 8.7
Change-Id: I5cee4230bb415dcb3d7dfcd0aae7614489cec7eb
Reviewed-on: https://revi...
Mathias Brodala
09:38 Revision fd5de42d: [TASK] Drop usages of PATH_typo3, PATH_typo3conf
After PATH_site usages have been dropped, this patch drops
the other path related constants PATH_typo3 and PATH_typo3...
Christian Kuhn
08:57 Revision 4e8c3f68: [TASK] Do not cache results of LiveSearch
Resolves: #85412
Releases: master, 8.7
Change-Id: I7cac1b53f9cc7c7fa3c6c9e1752b7b2513d39c5d
Reviewed-on: https://revi...
Andreas Fernandez
08:39 Revision cdd7325d: [TASK] Do not cache results of LiveSearch
Resolves: #85412
Releases: master, 8.7
Change-Id: I7cac1b53f9cc7c7fa3c6c9e1752b7b2513d39c5d
Reviewed-on: https://revi...
Andreas Fernandez

2018-06-27

19:45 Revision 5ac17650: [TASK] Add Error Codes to Page Failure Reasons
A new class with constants is added to make the TYPO3 internal errors
why a page cannot be displayed in the frontend ...
Benni Mack
16:03 Revision 5d0fdb37: [TASK] Drop unused code in SilentConfigurationUpgradeService
This removes unused code which is left over from the fix for #83591.
Resolves: #83591
Releases: 8.7
Change-Id: Ibdf2...
Mathias Brodala
14:47 Revision ad66e36a: [BUGFIX] Re-Init CKEditor after re-sorting of inline records
This patch triggers an event and uses this event to re-init the
CKEditor after re-sorting inline records.
Resolves: ...
Frank Nägler
14:32 Revision 7f35dc49: [TASK] styleguide: TCA: Add description properties
Christian Kuhn
13:27 Revision 5f8f50a0: [FEATURE] Add Contexts for storing data access modes
A new "Context" concept is added which allows to keep
the state of common TYPO3 Request Data in form of
so-called Asp...
Benni Mack
12:58 Revision e139c972: [!!!][TASK] Drop "documentation" extension
The docs team is working on a new docs.typo3.org rendering
chain that can come with some new long awaited features.
O...
Christian Kuhn
12:18 Revision 95000e9c: [!!!][FEATURE] Add property to disable form elements/finishers
Add a new rendering option called 'enabled' to control
the visibility for form elements and finishers.
Releases: mas...
Ralf Zimmermann
10:58 Revision 0b27b0a9: [BUGFIX] Re-Init CKEditor after re-sorting of inline records
This patch triggers an event and uses this event to re-init the
CKEditor after re-sorting inline records.
Resolves: ...
Frank Nägler
10:41 Revision d6a95812: [TASK] Only import extensions from 2015+ into EM
As proposed here https://decisions.typo3.org/t/reduce-size-of-extension-manager-db-table/329/
the EM only imports ent...
Benni Mack
10:13 Revision a3395ece: [TASK] CKEditor RTE: Add button to insert soft hyphen
This patch re-adds a missing functionality to CKEditor.
Due to the move from htmlArea to CKEditor, the well-known an...
Josef Glatz
10:01 Revision fd8a3362: [TASK] Add LoginType enumeration
A new enumeration class "LoginType" is added to simplify readability and validation
of correct strings within the TYP...
Benni Mack
00:22 Revision 62de88be: [BUGFIX] Repair relative path resolvement in ResourceCompressor
This patch repairs the relative path resolvment when using EXT:
for JavaScript/CSS paths.
Resolves: #84261
Releases:...
Pascal Rinker

2018-06-26

22:34 Revision 600db401: [TASK] Remove console.log call in ContextHelp.js
Resolves: #85397
Releases: master
Change-Id: If0551d96a751474b7281c71c84262da2fa0e7816
Reviewed-on: https://review.ty...
Frank Nägler
22:11 Revision 1ef34b71: [TASK] Move csh handling to backend extension
The core and documentation team decided to drop the inline
manual view from core for various reasons that will be fur...
Christian Kuhn
22:00 Revision 1f2e251a: [BUGFIX] Add index to pid column in sys_file_metadata
This improves the performance of the page tree in workspaces.
Resolves: #85387
Releases: 8.7
Change-Id: I55609d3af95...
Frédéric Lebel
21:44 Revision 998e6e94: [BUGFIX] Make TSConfig preview configuration work again
Fixes regression introduced in https://review.typo3.org/#/c/56693/
the Page TSConfig is now properly fetched.
Resolv...
Tymoteusz Motylewski
21:25 Revision d00ce424: [TASK] Deprecate TYPO3\CMS\Core\Database\PdoHelper
The PdoHelper class with its single method importSql() has
been added for the Pdo cache backend which is also still
t...
Christian Kuhn
14:51 Revision 3686e566: [BUGFIX] Fix override handling for element specific field values
This patch fixes a broken JavaScript code which removes the field and
placeholder divs in FormeEngine.js field overri...
Frank Nägler
14:32 Revision 98000585: [BUGFIX] Fix override handling for element specific field values
This patch fixes a broken JavaScript code which removes the field and
placeholder divs in FormeEngine.js field overri...
Frank Nägler
14:15 Revision 142863cd: [BUGFIX] RTE: Disable autolink functionality in source-mode
Limit the functionality only to the wysiwyg-mode. This also
prevents javascript errors in source-mode.
Resolves: #85...
Josef Glatz
10:51 Revision a8649db0: [BUGFIX] RTE: Disable autolink functionality in source-mode
Limit the functionality only to the wysiwyg-mode. This also
prevents javascript errors in source-mode.
Resolves: #85...
Josef Glatz
09:13 Revision 69789334: [TASK] CKEditor RTE: Add button to insert soft hyphen
This patch re-adds a missing functionality to CKEditor.
Due to the move from htmlArea to CKEditor, the well-known an...
Josef Glatz

2018-06-25

20:54 Revision 4cb53e82: [TASK] Use trait for public method access deprecation
Resolves: #85344
Releases: master
Change-Id: I47e42e974ea14f91b192c6521196c972c404b442
Reviewed-on: https://review.ty...
Mathias Brodala
20:49 Revision 791f62bc: [BUGFIX] CKEditor: show selectAll button in preset "full"
Resolves: #85383
Releases: master, 8.7
Change-Id: I108167eef9ba1028991d332d952c68cecd0fa649
Reviewed-on: https://revi...
Josef Glatz
18:17 Revision 99aea9d7: [BUGFIX] CKEditor: show selectAll button in preset "full"
Resolves: #85383
Releases: master, 8.7
Change-Id: I108167eef9ba1028991d332d952c68cecd0fa649
Reviewed-on: https://revi...
Josef Glatz
16:40 Revision b84873bf: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/115 from andreasfernandez/master
[TASK] styleguide: Add eval=email field to basic Christian Kuhn
11:31 Revision 5daf6d83: [BUGFIX] Remove usage of non core tables in linkvalidator configuration
To avoid possible errors the non core table tt_news is removed from
the linkvalidator configuration.
Resolves: #8532...
Georg Ringer
07:16 Revision 40c6c657: [TASK] Update momentjs components
yarn upgrade moment@2.22.2
yarn upgrade moment-timezone@0.5.20
Resolves: #85223
Releases: master
Change-Id: If353c4a...
Frank Nägler
00:06 Revision 8833bf90: [BUGFIX] Better handling of requests in ExternalLinktype
- Always check for existing response
- If HEAD request fails, a GET request should always be triggered
- Restructured...
Sybille Peters
00:02 Revision c78e9b42: [BUGFIX] Use unique keys for includeJSLibs and addJsFooterLibrary
As both TS configurations use its key the latter must use a prefix
to avoid an instant override of rendered JS file.
...
Georg Ringer
00:02 Revision fd5c9df2: [BUGFIX] Use unique keys for includeJSLibs and addJsFooterLibrary
As both TS configurations use its key the latter must use a prefix
to avoid an instant override of rendered JS file.
...
Georg Ringer
 

Also available in: Atom