Project

General

Profile

Activity

From 2018-07-25 to 2018-08-23

2018-08-23

21:44 Revision 1b362b0b: [TASK] Improved slug generation for translated pages
If a slug is generated for a nested translated page that
has a not translated page up in its rootline, the slug
gener...
Christian Kuhn
21:42 Revision 57d52b36: [TASK] Show slug in Info->Pagetree overview
Add the new slug "URL Segment" field to the Info
Pagetree overview directly after "Alias".
Resolves: #85953
Releases...
Christian Kuhn
21:09 Revision 6308b461: [FEATURE] Introduce Page-based URL handling
This feature adds a new database field "pages.slug" which
allows to fill the database with URL segments which can the...
Benni Mack
19:03 Revision e85d86f4: [TASK] Move domainStartPage setting to PageResolver
The setting of the domainStartPage has been simplified with the PseudoSite
introduction, and, as it belongs to the en...
Benni Mack
19:02 Revision 9f8c3ba3: [BUGFIX] Mitigate deprecations in early bootstrap
Deprecations that trigger an error in early bootstrap
lead to the situation that code that is using this
(mostly decl...
Helmut Hummel
13:57 Revision 40f22127: [TASK] Fix typo and add example for requireCHashArgumentForActionArguments
Fixed a typo and added an example for EXT:indexed_search.
Releases: master, 8.7
Resolves: #85942
Change-Id: Iffcecd7...
andypa
13:38 Revision 09ad67a5: [TASK] Reduce amount of executed functional frontend tests
Resolves: #85941
Releases: master
Change-Id: Icbbeb31e8c905fc52523ee1c0267ac219e19c15f
Reviewed-on: https://review.ty...
Oliver Hader
13:13 Revision d1b9ef98: [FEATURE] Add SQL Logging to AdminPanel
To better debug websites SQL logging has been added to the admin panel.
SQL queries will be logged whenever the admin...
Susanne Moog
12:43 Revision 0bc87547: [BUGFIX] UnableToLinkException::getLinkText() must be of the type string, null returned
Changed the default value of linkText to '' instead of null to prevent strict_type throwing an error.
Resolves: #859...
Gerald Aistleitner
12:23 Revision 7df267c8: [FEATURE] Add a new TCA type "slug"
A new TCA type "slug" is added, which allows to generate a part of a URL
which can later be used for adding URL segme...
Benni Mack
11:57 Revision 8fd7b9c9: [BUGFIX] UnableToLinkException::getLinkText() must be of the type string, null returned
Changed the default value of linkText to '' instead of null to prevent strict_type throwing an error.
Resolves: #859...
Gerald Aistleitner
11:05 Revision e8b3918d: [BUGFIX] Add white-space to CSS class in FieldControl
Add a white-space in front of default CSS class
for buttons in field control wizards.
Resolves: #85935
Releases: mas...
Stefan Froemken
10:46 Revision af0a9502: [BUGFIX] Add white-space to CSS class in FieldControl
Add a white-space in front of default CSS class
for buttons in field control wizards.
Resolves: #85935
Releases: mas...
Stefan Froemken

2018-08-22

21:59 Revision cf1d0f17: [TASK] Add API to hide PseudoSite functionality
In order to avoid usages of using PseudoSite objects directly,
the following changes have been made:
The main entryp...
Benni Mack
19:07 Revision 6665ed61: [TASK] Add resolved site object to FormEngine
With pseudo sites we now always have a site object in backend.
The site object is needed multiple times in FormEngine...
Christian Kuhn
16:42 Revision e854d6ac: [BUGFIX] Show correct example in comment block of SaveToDatabaseFinisher
Resolves: #85926
Releases: master,8.7
Change-Id: Iaa36ce61de922d367d285ad5f98bfef8f2ee4714
Reviewed-on: https://revi...
Daniel Goerz
16:25 Revision d0b9af10: [BUGFIX] Show correct example in comment block of SaveToDatabaseFinisher
Resolves: #85926
Releases: master,8.7
Change-Id: Iaa36ce61de922d367d285ad5f98bfef8f2ee4714
Reviewed-on: https://revi...
Daniel Goerz
15:27 Revision 62365d3f: [FEATURE] Show only sys_languages in Backend which are available
Instead of rendering all languages, only the ones provided by the
site module are now shown in forms of the FormEngin...
Georg Ringer
14:59 Revision 58892e77: [TEST] Extend site handling link generation tests
Current side handling functional test cases only support link
resolving and rendering. The opposite part of generatin...
Oliver Hader
12:26 Revision 74612910: [BUGFIX] Consequently forward backend user context in DataHandler
DataHandler can be invoked with an individual backend user context and
will fall back to $GLOBALS['BE_USER'] in case ...
Oliver Hader
12:26 Revision 1726fc56: [TASK] Use suggestedInsertUids feature for new version placeholders
The DataHandler::$suggestedInsertUids feature is currently only used
for regular live records, however not for new ve...
Oliver Hader
11:00 Revision 3c1e3729: [BUGFIX] Show correct rendering times in admin panel
* adds missing timetracker->push()
* removes unnecessary call to printTSlog
* reuse existing variable in fixContent, ...
Susanne Moog
09:22 Revision 4f54fa26: [BUGFIX] Flush site caches if sys_domain or sys_language was modified
Whenever a sys_domain or sys_language record, the information a Pseudo Site
is built by, is modified, created, delete...
Benni Mack
09:08 Revision af788148: [BUGFIX] Decouple pasting from drag & drop handling
The "Paste" action now does not depend on the `DragDrop` anymore.
Previously, the `onDrop` event callback was called ...
Andreas Fernandez

2018-08-21

20:33 Revision fe7ab8a8: [FEATURE] Add "Pseudo" Site functionality
All pages on rootlevel or with "is-siteroot" need
to have a site object as well, but populated
by sys_domain (optiona...
Benni Mack
14:31 Revision d5f61990: [TASK] Use ServerRequestInterface in PageLayoutController
Replace _GP, getIndpEnv usages with request related functions.
Also deprecate public access to all method except the...
Aljoscha Weber
12:29 Revision a85ce6da: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/118 from tmotyl/remove-select-rootlevel
Remove select field 'rootLevel' property Christian Kuhn
12:15 Revision 4bc0169b: Remove select field 'rootLevel' property
It is not in use since v7 at last. Tymoteusz Motylewski
12:06 Revision 66282d21: [BUGFIX] Use extension key instead of an array for data reload
Due to some database changes during the installation process of an
extension, the patch https://review.typo3.org/5748...
Stephan Großberndt
11:44 Revision ff4341c5: [BUGFIX] Use extension key instead of an array for data reload
Due to some database changes during the installation process of an
extension, the patch https://review.typo3.org/5748...
Stephan Großberndt
10:42 Revision 18cffa12: [BUGFIX] Do not depend on global env to define cli mode
Instead of depending on a global environment variable
to set the TYPO3 environment in cli mode, we inject the mode
pr...
Helmut Hummel
09:35 Revision f33b55a8: [TASK] Set TYPO3 version to 8.7.20-dev
Change-Id: I62381fd6e1e6ebddeadaecbe463d7f7f3dfcdf50
Reviewed-on: https://review.typo3.org/57978
Tested-by: TYPO3com ...
Oliver Hader
09:23 Revision 05185631: [RELEASE] Release of TYPO3 8.7.19
Change-Id: Icebb01597d3d54382f5f79fcdb19cbdbb144ca61
Reviewed-on: https://review.typo3.org/57977
Reviewed-by: Oliver ...
Oliver Hader
08:47 Revision 5a5edf90: [TASK] Revert deprecation introduced by backport
Remove trigger_error call and according rst file.
Change-Id: Ie383d7de12b27d6ee8f60881538a79120d5ed899
Releases: 8.7...
Anja Leichsenring

2018-08-20

17:43 Revision 963eb27a: [TASK] Use proper label shortcut method in adminpanel and feedit
The legacy naming for the shorthand method "extGetLL" was moved
to "getLabel" for both the edit toolbar and the EXT:f...
Benni Mack
17:24 Revision 2ffaddf2: [BUGFIX] Fix calling checkIncludeLines non statically in BackendLayoutView
The method checkIncludeLines in TypoScriptParser should be called
statically in the class BackendLayoutView.
Resolve...
Wouter Wolters
14:25 Revision 42f05e8f: [TASK] Add more remarks for flags regarding temporary content
Just additional comments in TSFE.
Resolves: #85906
Releases: master
Change-Id: I7301370fab406bd5d9c395b7d092688d56ba...
Benni Mack
13:39 Revision 6a809647: [TASK] Remove unused protected getter
The felogin plugin implements a protected short-hand getter
"getTypoScriptFrontendController" although this is never ...
Benni Mack
13:17 Revision f524f227: Revert "[BUGFIX] Detect current ImageMagick Version 7 for Windows."
This reverts commit a4340b6c03fd416e8ca2ac2f59e8582a102fcb8c.
Due to the PHP fatal error in TYPO3\CMS\Core\Utility\C...
Jigal van Hemert
09:14 Revision e1476c5e: [BUGFIX] Remove check for TYPO3_MODE in ext_tables
With TYPO3 v9.0, all simple TYPO3_MODE checks of all system extensions
were removed, however EXT:rsaauth was somehow ...
Benni Mack
07:47 Revision eb98d813: [BUGFIX] Extract metadata for new files in storage
If files in a remote storage are fetched the first time by FAL, the
metadata of these files is now extracted automati...
Andreas Fernandez

2018-08-19

22:40 Revision 167fc66b: [BUGFIX] Extract metadata for new files in storage
If files in a remote storage are fetched the first time by FAL, the
metadata of these files is now extracted automati...
Andreas Fernandez
15:54 Revision d2be895e: [TASK] Update codeception version from 2.4.4
command used:
composer require codeception/codeception:^2.4.5
Change-Id: Ie3a81ef7591d1beb7beadf06c3e009444c6d5180
R...
Anja Leichsenring
12:05 Revision 9c66440c: [TASK] Stabilize acceptance test
Change-Id: I034b11478e2ac8b5d15c298d69afcc944626eb1d
Resolves: #85898
Releases: master
Reviewed-on: https://review.ty...
Anja Leichsenring
10:38 Revision 7c331745: [TASK] Update typo3fluid/fluid to 2.5.4
This mainly includes fixes for ternary expressions.
composer command used:
composer update typo3fluid/fluid
Resolve...
Markus Klein
10:06 Revision 3bd70aaf: [TASK] Fix spelling and streamline @deprecated notations
Resolves: #85891
Releases: master
Change-Id: Ie848059591cb69d9e6fad6c2c6275b9655e6ff87
Reviewed-on: https://review.ty...
Wouter Wolters

2018-08-18

23:40 Revision 733da855: [TASK] Centralize sys_domain resolving
Core provides various places to either retrieve the pageId
of a sys_domain record, or to find out the root page ID
gi...
Benni Mack
21:09 Revision 6fbfa0e2: [FEATURE] Add feature toggle interface to Settings
Admin tools -> Settings is extended by a GUI to manipulate
feature toggles. Note this interface lists only core featu...
Christian Kuhn
20:56 Revision 55b51266: [TASK] Let deprecation notices contain class and method/property names
Instead of using generic deprecation messages like "Tagging methods with
@ignorevalidation is deprecated and will be ...
Alexander Schnitzler
19:46 Revision 028e653a: [TASK] Streamline site handling functional tests
Some additional tests are added and the scenario
is extended with pagetrees without a site (sys_domain
in use).
Reso...
Oliver Hader
13:25 Revision f1afa865: [TASK] Cleanup in LiveSearch class
* Simplify FQN of QueryParser
* Use correct typehint for $pageIdList, is an array and not a string
* Switch if statem...
Wouter Wolters

2018-08-17

19:51 Revision 0200fec9: [SECURITY] Ensure validity of parameters submitted to ThumbnailController
Parameters submitted to ThumbnailController via HTTP GET query parameters
can contain arbitrary information. Thus, it...
Oliver Hader
19:05 Revision 5dbcb5da: [SECURITY] Ensure validity of parameters submitted to ThumbnailController
Parameters submitted to ThumbnailController via HTTP GET query parameters
can contain arbitrary information. Thus, it...
Oliver Hader
16:25 Revision 92616fb8: [BUGFIX] Fix "enabled" in array representation of SiteLanguage
A minor issue with the wrong property when calling enabled()
vs. "isEnabled()" was introduced.
Resolves: #85164
Rele...
Benni Mack
15:27 Revision ee289c52: [BUGFIX] Correct extension scanner matcher definitions
Add a couple of missing numberOfMandatoryArguments lines
to the MethodCallMatcher definitions to fix the extension
sc...
Christian Kuhn
14:49 Revision cc5f738a: [BUGFIX] Trigger close & save modal if an IRRE record was removed
Resolves: #85890
Releases: master
Change-Id: I73972920dbb7046e8ab7cf95577cb2f5af99c095
Reviewed-on: https://review.ty...
Daniel Goerz
14:20 Revision 37727dab: [TASK] Improve description for EidUtility deprecation
Resolves: #85878
Releases: master
Change-Id: If35be25607823ab40ad1dc91843bc60562e6752f
Reviewed-on: https://review.ty...
Wouter Wolters
12:58 Revision 993a85ac: [TASK] Extract Persistence of FrontendEditing in separate class
FrontendEditingController calls up DataHandler if the right
get/post parameters are added. This code is specific for
...
Benni Mack
12:37 Revision 7bd650b7: [TASK] Deprecate PageGenerator class
The static class PageGenerator is a list of
static methods previouly found in "pagegen.php", which
has now been moved...
Benni Mack
12:33 Revision e79fd44a: [BUGFIX] Port for Symfony-Route must be a string
We use parse_url to determine the port, but symfony-route requires a string.
Resolves: #85872
Releases: master
Chang...
Julian Wundrak
12:32 Revision a6352015: [BUGFIX] Ensure cObj only contains valid property objects
If a cObj instance is serialized (which happens very often), all sub-objects are
serialized with it.
This has a bad ...
Benni Mack
12:13 Revision 6a73883d: [FEATURE] Enable/disable a specific SiteLanguage in Frontend
When adding a new language/translation it is quite common
to disable a language until it's "going live", so only logg...
Benni Mack
11:33 Revision 10df745a: [TASK] Fix click path to configure trustedHostsPattern
Replace the click path from the old install tool with the one of
the new admin tools.
Releases: master
Resolves: #85...
Jan Helke
10:32 Revision 92fd6619: [BUGFIX] Fix calling checkIncludeLines non statically in BackendLayoutView
The method checkIncludeLines in TypoScriptParser should be called
statically in the class BackendLayoutView.
Resolve...
Wouter Wolters
10:10 Revision cb22f57f: [TASK] Centralize sending HTTP headers in TSFE
This patch marks the last change of reordering
sending HTTP response headers via TSFE via
header(), sending all heade...
Benni Mack
00:22 Revision 7c450ff5: [BUGFIX] Fix non-static call to getLogger in TypoScriptParser
The method getLogger is static and is called statically now.
Resolves: #85881
Releases: master
Change-Id: Ia9bf834f0...
Wouter Wolters

2018-08-16

23:20 Revision 89128be4: [BUGFIX] Fix calling getInstance() twice to get ResourceFactory
In the class MetaInformation the ResourceFactory instance is fetched
twice instead of once. Remove one call that is t...
Wouter Wolters
22:58 Revision cc25f28b: [BUGFIX] Make headline of adminpanel sub module settings dynamic
The headline of an admin panel submodule settings group was hardcoded
to "Submodule Settings". This has been changed ...
Susanne Moog
22:53 Revision de39313b: [TASK] Deprecate EidUtility and methods within TSFE
EidUtility is a poor-mans middleware functionality with
lots of side-effects, and is marked as deprecated.
On top, t...
Benni Mack
22:53 Revision 040147fa: [BUGFIX] Use non-static method getCache in Avatar class
The getCache method is not static but called as static twice.
Use $this->getCache() instead.
Resolves: #85879
Releas...
Wouter Wolters
22:43 Revision 551f4fc8: [BUGFIX] Use non-static method getCache in Avatar class
The getCache method is not static but called as static twice.
Use $this->getCache() instead.
Resolves: #85879
Releas...
Wouter Wolters
16:21 Revision b364d86a: [TASK] Clean up FrontendEditing Controller
The FrontendEditingController class in EXT:core does two things:
- persisting incoming GET/POST requests (actually on...
Benni Mack
13:39 Revision 20b51f88: [TASK] Raise typo3/testing-framework to 4.4.0
composer require --dev typo3/testing-framework:~4.4.0
With the removal of all '$suppressNotices = true' settings fro...
Christian Kuhn
12:54 Revision 36ada855: [TASK] Make GeneralUtility tests notice free
Resolves: #85871
Releases: master
Change-Id: Idca3e0bef85849eff4de818e0c736ac9aec281c2
Reviewed-on: https://review.ty...
Christian Kuhn
12:37 Revision 19c73bdc: [TASK] Make DataHandler tests notice free
Resolves: #85862
Releases: master
Change-Id: I19ef49799b2a5a0704072b1758ceba7a28aaee5f
Reviewed-on: https://review.ty...
Wouter Wolters
12:19 Revision 720153a7: [BUGFIX] Make functional frontend tests work again
On systems that populate $_ENV['_'] with the path
to the PHP binary, frontend functional tests fail.
This is due to ...
Helmut Hummel
12:14 Revision 945c43f2: [TASK] Make sysext/core/Tests/Unit/Resource/ notice free
Releases: master
Resolves: #85270
Change-Id: I31794c8e5ac90cce3c93bca8a8c0b502ada42c24
Reviewed-on: https://review.ty...
Jan Helke

2018-08-15

22:34 Revision ccb2361e: [BUGFIX] Move test file to right location
The tests in change https://review.typo3.org/57370/
have been put in the wrong folder and are never
executed by the T...
Benni Mack
21:42 Revision d525bcb0: [BUGFIX] Move test file to right location
The tests in change https://review.typo3.org/57370/
have been put in the wrong folder and are never
executed by the T...
Benni Mack
20:28 Revision 0410692d: [TASK] Make EnumerationTest.php notice free
Releases: master
Resolves: #85090
Change-Id: Ibfaf40586bec2e3f20205b2bafc78a70464e7e1d
Reviewed-on: https://review.ty...
Jan Helke
19:34 Revision 3379ebb3: [TASK] Deprecate GeneralUtility::clientInfo()
The functionality for parsing the HTTP_USER_AGENT server variable is only
used in one place within TYPO3 core and can...
Benni Mack
14:03 Revision d9dcea33: [TASK] Make ContentObjectRendererTest notice free
Change-Id: Icbfa4bbc470650848b0ef22d6e4f348173c6a3ef
Resolves: #84456
Releases: master
Reviewed-on: https://review.ty...
Christian Kuhn
07:49 Revision 4cad2388: [TASK] Make ExtensionManagementUtilityTest notice free
Resolves: #85855
Releases: master
Change-Id: I85991ab3f999760eba0d6c5c918fd8b9c4fdce3d
Reviewed-on: https://review.ty...
Christian Kuhn

2018-08-14

22:13 Revision 364aea87: [TASK] Make AbstractMenuContentObjectTest notice free
Resolves: #85854
Releases: master
Change-Id: I63f47689cca188cbecf30a3cc25de8f26634cb86
Reviewed-on: https://review.ty...
Christian Kuhn
21:55 Revision 04d43bd0: [TASK] Make FluidTemplateContentObjectTest notice free
Resolves: #85853
Releases: master
Change-Id: I53677566e9b2af971fafed47e4d6f0a0669911bd
Reviewed-on: https://review.ty...
Christian Kuhn
21:29 Revision f994e1d5: [TASK] Make felogin/Test/Unit notice free
Resolves: #85852
Releases: master
Change-Id: Ifb95317341b9912cd59eb9a0c9fc5ebb9abeb6f4
Reviewed-on: https://review.ty...
Christian Kuhn
21:15 Revision 6f9f36ad: [TASK] Make frontend/Tests/Unit/Controller notice free
Resolves: #85851
Releases: master
Change-Id: I8e9ac42b8176a0b37237ecd65a67efe8f8db8c82
Reviewed-on: https://review.ty...
Christian Kuhn
21:01 Revision 13fbd8a3: [TASK] Make frontend/Tests/Unit/ContentObject/FilesContentObjectTest notice free
Resolves: #85850
Releases: master
Change-Id: I6f0b7fbe5a59cebd382e2c5c0cb761d3e561f0c4
Reviewed-on: https://review.ty...
Wouter Wolters
20:36 Revision a3cfe4f4: [TASK] Make frontend/Tests/Unit/Page notice free
Resolves: 85849
Related: master
Change-Id: I3b8b163cf488a82cdeedfc84c409268a52eca359
Reviewed-on: https://review.typo...
Christian Kuhn
20:07 Revision 65067b9d: [TASK] Make frontend/Tests/Unit/Plugin notice free
Resolves: #85848
Releases: master
Change-Id: I215768fd8d2b43f2885654cf53dc198416216bb1
Reviewed-on: https://review.ty...
Christian Kuhn
20:02 Revision f5641c8f: [TASK] Make frontend/Tests/Unit/DataProcessing notice free
Resolves: #85847
Releases: master
Change-Id: I2fee7a27c3cc5a06f6ef3298ddb1b75b766b2db7
Reviewed-on: https://review.ty...
Christian Kuhn
19:31 Revision abd75947: [TASK] Add more tests for ConditionMatcher
Resolves: #85835
Releases: master
Change-Id: Ia9c66139b74ac15bcf9b5b693b57b840b706e188
Reviewed-on: https://review.ty...
Frank Nägler
19:30 Revision ea57efda: [TASK] Make frontend/Tests/Unit/Typolink/ tests notice free
Resolves: #85846
Releases: master
Change-Id: I9a7338d7bbd706482854c26db8866aaa353bdef7
Reviewed-on: https://review.ty...
Christian Kuhn
19:28 Revision d5d6c4c7: [TASK] Make indexed search tests notice free
Resolves: #85845
Releases: master
Change-Id: Id72acfdf7c880f1d0b63a62b912301c724ed500d
Reviewed-on: https://review.ty...
Christian Kuhn
19:25 Revision e91b54cf: [TASK] Remove dependency between SiteLanguage and Site
The entity of SiteLanguage is re-connected to a
site. However this circular dependency makes it impossible
to seriali...
Benni Mack
19:18 Revision 3e0de624: [BUGFIX] Remove attribute 'selected' if its value is false
If the selected attribute is set to false (or zero), the
attribute itself must not be shown as even if it is empty it...
Georg Ringer
19:07 Revision 36b7cf4b: [TASK] Make sysext/extbase/Tests/Unit notice free
Releases: master
Resolves: #85264
Change-Id: Iadf459660471c2d0361cee091a83d0e87d7a19fb
Reviewed-on: https://review.ty...
Christian Kuhn
16:44 Revision b62d5f57: [TASK] Improve TS Template module information on root level list
The template tool on root level, which displays an overview of pages
including templates, now displays instead of the...
Joerg Kummer
16:09 Revision 16569bc5: [TASK] Make extbase/Tests/Unit/Persistence/Generic/Mapper notice free
Releases: master
Resolves: #85267
Change-Id: I2c7ad4775ee9d29903ef914a2ae54d17e0c111d9
Reviewed-on: https://review.ty...
Christian Kuhn
15:38 Revision 004f9fd5: [TASK] Make extbase/Tests/Unit/Persistence/Generic/Storage/ notice free
Releases: master
Resolves: #85269
Change-Id: Id9037ca76e3279b00ecdd1266b2665447278a8e8
Reviewed-on: https://review.ty...
Jan Helke
14:19 Revision bb3dad04: [TASK] Deprecate several constants from SystemEnvironmentBuilder
Deprecate 9 URL constants and NUL, TAB and SUB constants.
Resolves: #85793
Releases: master
Change-Id: I01a8fbb7635f...
Wouter Wolters
13:32 Revision c037e1e7: [BUGFIX] Field Wizards use FormEngine JS functions for has-change checks
AddRecord, ListModule and TableWizard fieldControl wizard buttons now use
FormEngine JavaScript function to prevent e...
Ralf Hettinger
13:27 Revision 7f9ba3ef: [TASK] Deprecate BackendUtility::getTCAtypes
Resolves: #85836
Releases: master
Change-Id: I7480cc7ddd6a661a6b13e43ed7dfbc5d0783763f
Reviewed-on: https://review.ty...
Wouter Wolters
13:13 Revision 42528c65: [FEATURE] Add path where reference records are located to record info
This change is enhancing the reference infos of records by adding the
path in the pagetree to the table of record ref...
Kevin Ditscheid
13:05 Revision cdfe3e2d: [TASK] Add error trigger to deprecated method body
Add missing PHP trigger_error() to the deprecated method.
Resolves: #81430
Releases: master
Change-Id: I41e73afc1d05...
Joerg Kummer
12:28 Revision 76833efd: [TASK] Add unit tests for CommandUtility::unQuoteFilenames
While moving this method to CommandUtility class the unit tests
were missing. They are re-added now.
Resolves: #8583...
Wouter Wolters
11:10 Revision 0ba9d125: [BUGFIX] Fix wrong configuration values for password hashes
And also fix wrong backwards compatibility class declarations.
Resolves: #85838
Related: #85833
Releases: master
Cha...
Markus Klein
09:33 Revision f8b5eb8f: [TASK] styleguide: Don't use deprecated salted passwords calls
Christian Kuhn
06:18 Revision 8fe2daad: [TASK] Merge EXT:saltedpasswords into EXT:core
Move all classes and other resources from EXT:saltedpasswords to
EXT:core.
Classes live in TYPO3\CMS\Core\Crypto\Pas...
Christian Kuhn

2018-08-13

21:02 Revision db6087cc: [FEATURE] Move expression language handling into EXT:core
The implementation of the symfony expression language has been moved
into EXT:core to centralize the functionality an...
Frank Nägler
19:51 Revision 2709ed6c: [FEATURE] Add Log Module to AdminPanel
Add a log module to the admin panel that can display
logging entries generated through the current request.
Resolves...
Susanne Moog
12:20 Revision 09a0be52: [BUGFIX] Use params set in db in recordLinkHandler
Resolving of links with a custom record link handler is now done
in the following order:
- TypoScriptConfiguration P...
Susanne Moog
12:08 Revision f52e3a36: [BUGFIX] Use params set in db in recordLinkHandler
Resolving of links with a custom record link handler is now done
in the following order:
- TypoScriptConfiguration P...
Susanne Moog
11:36 Revision 059c720d: [TASK] Add hint to Site Configuration without pages
Resolves: #85620
Releases: master
Change-Id: I71185161afc5b50ed7b27a8f6298bcf32809a5a4
Reviewed-on: https://review.ty...
Mathias Brodala

2018-08-12

19:11 Revision 3ca125db: [TASK] Deprecate PageGenerator::renderContent
The PSR-15 RequestHandler should be responsible for compiling content, avoiding
a call to a static method which uses ...
Benni Mack
19:09 Revision 15b29e5a: [BUGFIX] Modify SQL Server IDENTITY_INSERT when creating records
In SQL Server (MSSQL), hard setting uid auto-increment primary keys is
only allowed if the table is prepared for such...
Oliver Hader
14:21 Revision ae35fa16: [BUGFIX] Avoid exception on non-existing error handler
When a site is configured, but has no error handler
for a specific error case (e.g. a site has no
configured 404 page...
Benni Mack
11:34 Revision d0b08afc: [BUGFIX] Add missing icon overlay for pages in page tree
Extend default fields of page tree repository to transmit page properties
for icon overlay rendering in page tree, li...
Joerg Kummer

2018-08-11

22:34 Revision 5466036d: [TASK] Deprecate unused functionality in Core Bootstrap
Due to heavy refactoring with PSR-15 within
the TYPO3 Core Bootstrap, a lot of functionality
can be deprecated.
Reso...
Benni Mack
22:08 Revision 5127c223: [TASK] Render wizards of FormEngine elements only if needed
Reduce the HTML of a record form by rendering divs of wizards only
if those are required.
Resolves: #85577
Releases:...
Georg Ringer
22:00 Revision da0d842d: [TASK] Add more tests to site resolving
This patch adds additional tests for resolving
multi-site nested sites and domains.
Resolves: #85820
Releases: maste...
Benni Mack
20:28 Revision a557d88d: [FEATURE] Use symfony/routing for Site Resolving
Use symfony/router 4.1 for resolving a site based on the
current request.
This actually removes some simple resolvin...
Benni Mack
20:19 Revision f826facd: [TASK] Deprecate second argument of PageRenderer::addInlineLanguageLabelArray
Calling `PageRenderer::addInlineLanguageLabelArray` with a second
parameter set to "true" is deprecated. Use the Lang...
Wouter Wolters
20:05 Revision 27543929: [TASK] Clean up Admin Panel Code
Due to the Admin Panel refactoring, some helper methods
were deprecated, but need a better description.
Also, the $B...
Benni Mack
19:42 Revision ca9d1cfe: [TASK] Move Preview Info hook to hook_eofe
The Frontend Request uses two hooks separately to
allow modifying the content via TSFE. In order
to deprecate one (pr...
Benni Mack
18:22 Revision 4b695b64: [TASK] Make password hash selection an install tool preset
With this change, the password hash code in salted passwords is
reduced to the SaltFactory with two methods and the s...
Christian Kuhn
18:02 Revision 7b7cf6bc: [TASK] Use full namespace in a documentation file
Releases: master, 8.7
Resolves: #85817
Change-Id: Ifac7a5545d9467a6973bfef55e264fe263d10396
Reviewed-on: https://revi...
Franz Holzinger
18:02 Revision fbfcf1fb: [TASK] Use full namespace in a documentation file
Releases: master, 8.7
Resolves: #85817
Change-Id: Ifac7a5545d9467a6973bfef55e264fe263d10396
Reviewed-on: https://revi...
Franz Holzinger
13:28 Revision 5d608eaf: [TASK] Move FlexFormService from EXT:extbase to EXT:core
Resolves: #85802
Releases: master
Change-Id: I878bb4552ae8709ed4a1ec32afdfbfd7abaaa2e6
Reviewed-on: https://review.ty...
Wouter Wolters
11:38 Revision b13ccf1f: [TASK] Correctly initialize environment for DataHandler in tests
Since importing data scenarios in tests relies on DataHandler, it is
required to correctly initialize $GLOBALS['LANG'...
Oliver Hader
00:42 Revision f7d5cc67: [TASK] Add frontend functional tests for site handling
Integrate functional tests for legacy frontend requests
(index.php?id=123) without having any site configuration,
as ...
Oliver Hader

2018-08-10

23:38 Revision a959a3f8: [TASK] Throw PSR-7 Responses up to Application
In order to properly handle PSR-7 response objects explicit die()
or exit() calls should be avoided since those state...
Oliver Hader
22:13 Revision 5a8d6902: [TASK] Use view helper to configure ModuleTemplate in log module
With implementation of ModuleTemplate as view helpers,
we can remove class inheritance for the two purposes
where we ...
Helmut Hummel
21:05 Revision ba830f08: [TASK] Split site configuration loading into separate method
Resolves: #85810
Releases: master
Change-Id: I329b343715895536fde5013b2ece9e2717c3834d
Reviewed-on: https://review.ty...
Benni Mack
21:03 Revision a98b5eb3: [BUGFIX] Use proper phpDoc in PSR-7 implementation
This fixes some IDE issues when working with PSR-7 classes within TYPO3.
Resolves: #85811
Releases: master, 8.7
Chan...
Benni Mack
20:47 Revision 51222a85: [BUGFIX] Use proper phpDoc in PSR-7 implementation
This fixes some IDE issues when working with PSR-7 classes within TYPO3.
Resolves: #85811
Releases: master, 8.7
Chan...
Benni Mack
19:19 Revision 56118eba: [BUGFIX] Enable localizationStateSelector for selectTreeElement
Follow up of the backport for TYPO3 8.7, where some lines of code
have not been merged.
Enables the localizationStat...
Torben Hansen
18:53 Revision f25e2394: [BUGFIX] Show query on static SQL data import
Resolves: #85525
Releases: 7.6
Change-Id: I529db33ed6712db7c1d6bdbb13d0066c6bc457a2
Reviewed-on: https://review.typo3...
Michael Telgkamp
18:33 Revision 480cc524: [FEATURE] Select first element of PageTree toolbar on initialization
The first element of the PageTree toolbar is selected when initialized.
The possibility to close/hide a toolbar optio...
Paweł Rogowicz
15:35 Revision fa849e55: [TASK] Deprecate EnvironmentService::isEnvironmentInCliMode
Resolves: #85807
Releases: master
Change-Id: I4737a11e4e673e33553aa5ff835999bcc9a4afb5
Reviewed-on: https://review.ty...
Wouter Wolters
15:35 Revision a7dfee0f: [TASK] Add php extension PDO to master and sub packages
composer command:
composer require ext-pdo:"*"
Releases: master
Resolves: #85803
Change-Id: Ied0f9b60bf1dc8b8ada66b...
Anja Leichsenring
14:07 Revision 90223e52: [TASK] Add documentation render directories to .gitignore
Add directory created by documentation rendering to .gitignore.
Rendering the docs locally is helpful for checking i...
Sybille Peters
13:46 Revision b493c31d: [TASK] Add documentation render directories to .gitignore
Add directory created by documentation rendering to .gitignore.
Rendering the docs locally is helpful for checking i...
Sybille Peters
12:38 Revision 81cffea0: [TASK] Improve TS Template module information on root level list
The template tool on root level, which displays an overview of pages
including templates, now displays instead of the...
Joerg Kummer
12:30 Revision 0e654ec7: [TASK] Deprecate 2nd argument of GeneralUtility::explodeUrl2Array
Calling `GeneralUtility::explodeUrl2Array` with a second
parameter "true" can be simplified by using PHP's
native par...
Benni Mack
11:29 Revision 2c26eaff: [TASK] Clean up code due to Context API deprecations
The TSFE object does not use $gr_list, $showHiddenPage, $loginUser etc.
anymore, and the deprecations in place (via m...
Benni Mack

2018-08-09

21:43 Revision c590a4de: [BUGFIX] Fix fluid error in admin panel
Resolves: #85702
Releases: master
Change-Id: I6dc4dabdf565b14fd4271c476881fbd8d06d9a77
Reviewed-on: https://review.ty...
Susanne Moog
20:39 Revision 2087c42a: [TASK] Refactor SaltFactory
The patch deprecates static SaltFactory::getSaltingInstance()
and replaces it with the two new non-static methods.
Th...
Christian Kuhn
18:54 Revision 734830ec: [TASK] Change URL of TYPO3_URL_DONATE constant
Resolves: #85791
Releases: master,8.7
Change-Id: Ib90b3a0dcc77ba5f6006232ac8357e5a50ec782a
Reviewed-on: https://revie...
Wouter Wolters
17:52 Revision f8d3e814: [TASK] Change URL of TYPO3_URL_DONATE constant
Resolves: #85791
Releases: master,8.7
Change-Id: Ib90b3a0dcc77ba5f6006232ac8357e5a50ec782a
Reviewed-on: https://revie...
Wouter Wolters
15:06 Revision f308e662: [BUGFIX] Select first element in tree when deleting selected node
This patch fixes a bug which occured when deleting a currently selected
node. After deleting this node the first elem...
Paweł Rogowicz
13:59 Revision c5b7097d: [BUGFIX] Remove double zip extension when downloading in EM
The download as zip action outputs the zip file with double .zip
extension. Remove the second .zip from the header.
...
Wouter Wolters
13:54 Revision ba560d6e: [TASK] Deprecate GeneralUtility::unQuoteFilenames
Moves the method over to CommandUtility as that is the only usage
in the core.
Resolves: #85760
Releases: master
Cha...
Wouter Wolters
13:51 Revision 4d8832fe: [TASK] Improve readability of 8.x Changelog
Only breaking changes and important changes were adjusted for now.
* Fix rst syntax issues, like missing blank line ...
Daniel Siepmann
13:38 Revision 39b2cb9d: [TASK] Improve readability of 8.x Changelog
Only breaking changes and important changes were adjusted for now.
* Fix rst syntax issues, like missing blank line ...
Daniel Siepmann
13:32 Revision c66de835: [BUGFIX] Fix wrong changelog information for #82794
The introduced keyword is called pageNotFound and is available for the
existing keyword content_fallback.
"stop" and ...
Daniel Siepmann
13:20 Revision 0417497e: [BUGFIX] Fix wrong changelog information for #82794
The introduced keyword is called pageNotFound and is available for the
existing keyword content_fallback.
"stop" and ...
Daniel Siepmann
13:16 Revision 9d2f51fa: [TASK] Reduce number of needed SQL queries for resorting of records
This reduces the resorting to require only a single update statement
in contrast to "number of records" statements.
I...
Markus Klein
12:51 Revision df60fb73: [TASK] Allow C-style comments on a single line in TypoScript
Resolves: #16681
Releases: master
Change-Id: I8a0e3e4a0ef9e6debabe581e1d8b05a32055621f
Reviewed-on: https://review.ty...
Markus Klein
12:18 Revision 4827431d: [BUGFIX] Use correct server variable for domain lock evaluation
Patch https://review.typo3.org/57759 introduced a regression by using
REMOTE_HOST instead of HTTP_HOST for matching a...
Markus Klein
12:00 Revision 8a632bda: [BUGFIX] Remove wrong parameters for log entries and remove REMOTE_HOST
Patch https://review.typo3.org/57313 introduced a number of wrong
log entry calls, which provide too much data for sp...
Markus Klein

2018-08-07

13:07 Revision 01dbe261: [!!!][TASK] Merge salted passwords auth service into default service
The patch merges the default 'authUserBE' and 'authUserFE' authentication
service of extension saltedpasswords on pri...
Christian Kuhn
10:26 Revision 9f0c7b83: [TASK] Update Breaking-72360-RemovedDeprecatedEntryPointFallback.rst
Use link reference to issue.
Releases: master
Resolves: #85769
Change-Id: Iceed7dc91c9e6db032ab682bca5fb1db880a8857
...
Daniel Siepmann
10:10 Revision a43e1ce2: [TASK] Update Breaking-72293-APIChangeInExceptionHandlerInterface.rst
Use link reference to issue.
Releases: master
Resolves: #85768
Change-Id: I2ab05a39637a85e815b986931846292da4497f85
...
Daniel Siepmann

2018-08-05

23:41 Revision eb436ec9: [TASK] Deprecate GeneralUtility::getHostName
Resolves: #85759
Releases: master
Change-Id: I95fd13114bd7390f1baaecf81f5ef5d6b5ee60a8
Reviewed-on: https://review.ty...
Wouter Wolters
15:23 Revision 1b813b8d: [TASK] Show speaking exception message if form definition is invalid
Show a speaking exception message within the frontend if the
form definition is invalid.
Change-Id: Ifcb0684c9b5136c...
Ralf Zimmermann
14:48 Revision 09db6b3d: [TASK] Unnecessary isset argument specification
Resolves: #85758
Releases: master
Change-Id: I2655e789003eaa98dc539d261503b4bc5138fe02
Reviewed-on: https://review.ty...
Wouter Wolters
14:20 Revision daec7304: [BUGFIX] EXT:form - really disable records overview in redirect finisher
Resolves: #82786
Releases: master, 8.7
Change-Id: I9cdfbcd5e0f25b832ea546f1b8c70a9f544b31aa
Reviewed-on: https://revi...
Mathias Brodala
13:50 Revision d709fcc0: [BUGFIX] Adapt TCA signature for customControls to the documentation
According to the documentation since TYPO3 v4.7, the definition of
"customControls" for "inline" columns should be a ...
Xavier Perseguers
13:47 Revision 033ff6e1: [FEATURE] Add hooks for DatabaseRecordList CSV actions
Now it is possible to customize the csv output
in the DatabaseRecordList with a hook.
The following two hooks were i...
Guido Schmechel
13:44 Revision 22de2160: [TASK] Migrate Tooltip to TypeScript
Change-Id: I7de5841838784f5f3062e0657c30b272c0be7670
Resolves: #82607
Releases: master
Reviewed-on: https://review.ty...
Andreas Wolf
12:57 Revision d1ce4b2b: [BUGFIX] Adapt TCA signature for customControls to the documentation
According to the documentation since TYPO3 v4.7, the definition of
"customControls" for "inline" columns should be a ...
Xavier Perseguers
12:26 Revision a4340b6c: [BUGFIX] Detect current ImageMagick Version 7 for Windows.
Try to use magick.exe if executable does not exists.
ImageMagick Version 7 for Windows does not use the executables ...
Michael Kersten
12:16 Revision 11aafd46: [TASK] Deprecate methods in PageRepository
Resolves: #85699
Releases: master
Change-Id: Ifd987469261b4b97c0f71bdaa20546f68eb21a37
Reviewed-on: https://review.ty...
Wouter Wolters
11:49 Revision 4c0b457e: [BUGFIX] Remove attribute 'selected' if its value is false
If the selected attribute is set to false (or zero), the
attribute itself must not be shown as even if it is empty it...
Georg Ringer
11:45 Revision a4fa1833: [TASK] Migrate Localization to TypeScript
Resolves: #82593
Releases: master
Change-Id: I808d823948a84f6eda1060d46fda4bd93d9bcf0d
Reviewed-on: https://review.ty...
Andreas Fernandez
11:11 Revision ce90e5bd: [BUGFIX] Remove flashmessages only from session when session exists
A user may not be initialized, for example in the BE
module "Extension Configuration".
Resolves: #85615
Releases: ma...
Christoph Lehmann
10:59 Revision 710003ca: [BUGFIX] Detect current ImageMagick Version 7 for Windows.
Try to use magick.exe if executable does not exists.
ImageMagick Version 7 for Windows does not use the executables ...
Michael Kersten
10:50 Revision 08fe7834: [BUGFIX] Determine default language as origin correctly
Resolves: #85638
Releases: master, 8.7
Change-Id: I98ecaef360d5a27e965cbb67c5719729054b9c37
Reviewed-on: https://revi...
Nicole Cordes
10:49 Revision 99fd3dd4: [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
10:49 Revision 72c1b0e0: [TASK] Block web access to *.tsconfig files
Resolves: #85738
Releases: master, 8.7
Change-Id: I824cdce7c08e5390eafb654e2066b8f61db3c0ac
Reviewed-on: https://revi...
Stephan Großberndt
10:33 Revision 76daf763: [FEATURE] Open specific field when fixing links
When fixing links in Linkvalidator, you click on the edit icon
for the respective broken link which gets you to an ed...
Sybille Peters
10:06 Revision 96e3bbe7: [BUGFIX] Move page correctly when droping page before another one
Fixes an issue where drag and dropping page before a another one didn't
detect the previous page correctly. DataHandl...
Paweł Rogowicz
10:03 Revision 0cd46747: [TASK] Set table cell alignment in Indexing Engine Statistics to top
Add CSS class "table-vertical-top" to table in template "Statistic"
for controller "Administration" in extension "ind...
Joerg Kummer
10:02 Revision 932cf61c: [TASK] Improve layout of service reports
Improve the following issues in the reports module regarding services:
- Use th instead of td
- Use correct labels
-...
Georg Ringer

2018-08-04

21:34 Revision 0429f9a2: [TASK] Deprecate property and method in DocumentTemplate
Method addStyleSheet and property $hasDocheader are marked as
deprecated.
Resolves: #85735
Releases: master
Change-I...
Wouter Wolters
19:14 Revision d19bbe62: [TASK] Set table cell alignment in Indexing Engine Statistics to top
Add CSS class "table-vertical-top" to table in template "Statistic"
for controller "Administration" in extension "ind...
Michael Kersten
19:05 Revision e248d8a8: [TASK] Reactivate test in ConditionMatcherTest
The test code has been fixed to actually do what the test name says.
Additionally, a comment has been added to the c...
Anja Leichsenring
14:19 Revision d1e7c46f: [TASK] Reactivate former skipped test in RendererRegistryTest
The test has been skipped due to a bug in PHP > 7.0, so
for v9 the skip condition doesn't apply anymore.
Change-Id: ...
Anja Leichsenring
12:23 Revision f3fb4281: [TASK] Switch some skipped conditions to annotations in GeneralUtilityTest
Set requirements for some tests by annotation instead of conditions.
Resolves: #85747
Releases: master
Change-Id: Ic...
Johannes Seipelt
11:46 Revision e3fff36c: [TASK] Switch skip condition to annotations in PdoBackendTest
Use requires annotation for skipping test if php extension pdo_sqlite
is not loaded.
Resolves: #85752
Releases: mast...
Michael Kersten
11:46 Revision e3b7fb47: [TASK] Switch skip condition to annotations in SemaphoreLockStrategyTest
Use requires annotation for skipping test if function sem_get does
not exists.
Resolves: #85754
Releases: master
Cha...
Michael Kersten
11:40 Revision 8a5b85ba: [TASK] Switch skip condition to annotations in WincacheBackendTest
Use requires annotation for skipping test if php extension wincache
is not loaded.
Resolves: #85753
Releases: master...
Michael Kersten
10:42 Revision cb9f7d7d: [TASK] Switch skip condition with annotations in RedisSessionBackendTest
Use requires annotation for skipping test if php extension redis
is not loaded.
Resolves: #85749
Releases: master
Ch...
Michael Kersten
09:58 Revision a66be336: [TASK] Switch skip condition with annotations in RedisBackendTest
Use requires annotation for skipping test if php extension redis
is not loaded.
Resolves: #85748
Releases: master
Ch...
Michael Kersten

2018-08-03

18:00 Revision 353b5af8: [TASK] Replace default value with placeholder in external url link handler
Use a placeholder attribute instead of a default value.
Resolves: #85689
Releases: master, 8.7
Change-Id: I99398125e...
Joerg Boesche
17:21 Revision 43a0385a: [BUGFIX] Properly access table TCA 'ctrl' section in getPrioritizedFieldNames
A part with table name was missing when accessing TCA array.
It also fixes similar issue in the rst file.
Resolves: ...
Tymoteusz Motylewski
17:15 Revision 62681cb0: [BUGFIX] Read page ID correctly when drag-dropping content
Fixes an issue where drag and dropping a content element
would send the page title, not the page ID, as part of the
c...
Claus Due
16:42 Revision 75e414ba: [TASK] Replace default value with placeholder in external url link handler
Use a placeholder attribute instead of a default value.
Resolves: #85689
Releases: master, 8.7
Change-Id: I99398125e...
Joerg Boesche
16:26 Revision b5506c6b: [TASK] Update Styleguide to 9.2.0
This brings examples of the field descriptions
and DataHandler based creation of test data.
https://github.com/TYPO3...
Tymoteusz Motylewski
14:09 Revision f26b946f: [TASK] Remove ugly empty area when container element is empty
Remove margin from container elements
Resolves: #85049
Releases: master
Change-Id: I87f315343d96087ca70ac73049d9c6bb...
Łukasz Uznański
11:47 Revision f9d6c381: [TASK] Block web access to *.tsconfig files
Resolves: #85738
Releases: master, 8.7
Change-Id: I824cdce7c08e5390eafb654e2066b8f61db3c0ac
Reviewed-on: https://revi...
Stephan Großberndt
09:44 Revision b8f801fc: [TASK] Use RootlineUtility in Site Finder
The SiteFinder uses a custom rootline traversal, but
since this is cleared up with the Context API and
the separation...
Benni Mack

2018-08-02

21:47 Revision d5a79c43: [TASK] Move PageUriBuilder to EXT:core
The class PageUriBuilder is moved to the system extension EXT:core
A class alias is in place.
Resolves: #85736
Rele...
Frank Nägler
19:51 Revision 0fe63d79: [BUGFIX] Decouple thumbnail generation from controllers
Deferred rendering of thumbnails via an external request speed up
the backend performance. This currently works in al...
Mathias Schreiber
19:29 Revision 3dc41160: [BUGFIX] Avoid exception for int label column
By casting the title column to string for the label of an TCA record an
exception caused by a strict type check is av...
Stephan Großberndt
19:27 Revision 7fcecdf8: [TASK] Move DatabaseIntegrityCheck to EXT:lowlevel
The class DatabaseIntegrityCheck is solely needed in
EXT:lowlevel, and is moved to the system extension
out of EXT:co...
Benni Mack
19:21 Revision 2d920f0c: [TASK] Move RecordHistory into DataHandling namespace
The newly created (internal) RecordHistory class is
moved to the DataHandling namespace as it is related
to all other...
Benni Mack
17:37 Revision 5e5128c3: [TASK] Fix typo in rst file
Instead of 'Important-85683-DoppedSaltedpasswordOptions.rst' the file should be
named 'Important-85683-DroppedSaltedp...
Georg Ringer
17:36 Revision 8db8e07c: [BUGFIX] Avoid exception for int label column
By casting the title column to string for the label of an TCA record an
exception caused by a strict type check is av...
Stephan Großberndt
17:35 Revision eb6f92fb: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/117 from tmotyl/use_dh_in_generator
Use DataHandler commands to create and update data for General Handler Christian Kuhn
16:31 Revision 6e1222d1: [TASK] Add SiteInterface to site handling
In order to allow sites without configuration
(e.g. based on sys_domain records), a site interface
is added which al...
Benni Mack
13:07 Revision 0fd3a304: [TASK] Deprecate methods in ModuleTemplate
Two methods are marked as deprecated in the class ModuleTemplate.
Resolves: #85701
Releases: master
Change-Id: If17a...
Wouter Wolters
13:01 Revision 12c4aa70: [BUGFIX] Do not create default export of AjaxDataHandler class
Resolves: #85611
Related: #84168
Releases: master
Change-Id: If6003015d0c300566781856cc8351e2b60468573
Reviewed-on: h...
Andreas Fernandez
12:13 Revision ddec3235: [BUGFIX] Make LocalizationRepository handle copied records
Improve LocalizationRepository queries to handle case
when records were copied from another page (thus t3_origuid)
is...
Markus Klein
11:52 Revision e81ae500: [TASK] Deprecate LoginFramesetController
The class LoginFramesetController just does a simple frameset and
has been replaced by using `index.php?loginRefresh=...
Benni Mack
11:46 Revision 66019194: [BUGFIX] LocalizationFactory use new trigger_error call
Seems like this one was forgotten, don't know how
this could ever happen.
Resolves: #85721
Releases: master
Change-I...
Benni Mack
00:01 Revision 0ce9a8ae: [BUGFIX] Cast config.noPageTitle to int before strict comparison
Resolves: #85720
Related: #83254
Releases: master
Change-Id: I3183e24e59e38eb7f384deecf2e8227a2c3da6de
Reviewed-on: h...
Richard Haeser

2018-08-01

22:30 Revision 6f40bd22: [TASK] Update composer dependencies
composer update guzzlehttp/guzzle
composer update nikic/php-parser
composer update symfony/polyfill-php70
composer up...
Wouter Wolters
22:01 Revision 7b54811b: [BUGFIX] Show thumbnail in list module for columns in palettes
By replacing the palettes in showitem of types with their content,
the following condition can consider the columns w...
David Gurk
21:18 Revision a6f038f3: [TASK] Clean up tests from Context API refactoring
Due to the Context API a lot less mocking needs to be done, and tests can be cleaned up.
On top, cObject receives a ...
Benni Mack
21:13 Revision 61f289b3: [TASK] Separate sending from gathering HTTP headers
In order to streamline HTTP response output, the list compiling of
headers sent to the browser is separated from the ...
Benni Mack
21:10 Revision 1d27b123: [TASK] Use CLI and Composer Checks via Environment class
This patch removes the last occurrences of TYPO3_REQUESTTYPE_CLI
by using Environment::isCli().
A new "TYPO3/Testing...
Benni Mack
21:07 Revision 3712c7cb: [BUGFIX] Correctly render language fields of sys_file_metadata
This reverts commit 1a74c8c9d302958dd17b6a35c03e185f13811c4b
("[BUGFIX] Correctly reference sys_file_metadata.languag...
Nicole Cordes
20:51 Revision 2f3577d7: [BUGFIX] Correctly render language fields of sys_file_metadata
This reverts commit 1a74c8c9d302958dd17b6a35c03e185f13811c4b
("[BUGFIX] Correctly reference sys_file_metadata.languag...
Helmut Hummel
15:57 Revision fa49c190: [BUGFIX] Allow requirejs modules from wizards in RTE fields
The RichTextElement must not unset "requireJsModules"
from the result array as this removes previously added
modules....
Helmut Hummel
15:27 Revision 8a1798f5: [BUGFIX] Allow requirejs modules from wizards in RTE fields
The RichTextElement must not unset "requireJsModules"
from the result array as this removes previously added
modules....
Helmut Hummel
14:49 Revision 7cf3363a: [BUGFIX] Streamline deprecation messages
Some usages of trigger_error() used \E_USER_DEPRECATED or no 2nd parameter
(which falls back to E_USER_NOTICE) which ...
Benni Mack
14:20 Revision aae459f5: [TASK] Merge saltedpasswords felogin hook into felogin
Extension salted passwords hooks into felogin to hash a new
password before it is written to database if the user res...
Christian Kuhn
11:14 Revision f48a9fa7: [BUGFIX] Send AJAX data in EXT:recycler as POST
By sending the uids of the records to really delete or recover by POST
instead of GET an HTTP error "414 Request-URI ...
Stephan Großberndt
11:02 Revision ca6f58b1: [BUGFIX] Send AJAX data in EXT:recycler as POST
By sending the uids of the records to really delete or recover by POST
instead of GET an HTTP error "414 Request-URI ...
Stephan Großberndt

2018-07-31

20:21 Revision e6ffd84c: [BUGFIX] Use filename with extension for copy to temp test
Since the extension will be added to the temporary file name there
will be an error in Windows if the file name has n...
Jigal van Hemert
20:17 Revision c4906f1d: [FEATURE] Add TCA 'saltedPassword' eval for type=input
The salted passwords extension did register a custom
field evaluation to hash a given password when editing users
in ...
Christian Kuhn
20:06 Revision 83b6343f: [BUGFIX] Use filename with extension for copy to temp test
Since the extension will be added to the temporary file name there
will be an error in Windows if the file name has n...
Jigal van Hemert
14:26 Revision ba07dd2a: [BUGFIX] Show thumbnail in list module for columns in palettes
By replacing the palettes in showitem of types with their content,
the following condition can consider the columns w...
David Gurk
13:54 Revision c2cb6fa9: [TASK] Drop salted passwords configuration options
In order to prepare the saltedpasswords extension to be implemented
as a library into the core directly, a series of ...
Christian Kuhn
13:49 Revision 00da3bac: [BUGFIX] Recycler: disable mass delete/recover if no record is selected
This patch really disables the mass delete/recover button
functionality of the recycler.
Resolves: #85680
Releases: ...
Josef Glatz
13:46 Revision 940d6153: [BUGFIX] Allow Error\Error to be translated in form extension
Some errors added while processing forms are of Type
TYPO3\CMS\Extbase\Error\Error instead of
TYPO3\CMS\Extbase\Valid...
Daniel Siepmann
13:25 Revision 70906f43: [BUGFIX] Recycler: disable mass delete/recover if no record is selected
This patch really disables the mass delete/recover button
functionality of the recycler.
Resolves: #85680
Releases: ...
Josef Glatz
13:19 Revision 8c4abd65: [BUGFIX] Allow Error\Error to be translated in form extension
Some errors added while processing forms are of Type
TYPO3\CMS\Extbase\Error\Error instead of
TYPO3\CMS\Extbase\Valid...
Daniel Siepmann
11:06 Revision 80302278: [TASK] Set TYPO3 version to 9.3.4-dev
Change-Id: I2939d237c1524a9a7b6e8d17472523fae3014b3f
Reviewed-on: https://review.typo3.org/57741
Reviewed-by: Oliver ...
Oliver Hader
11:06 Revision eee994e4: [TASK] Set TYPO3 version to 8.7.19-dev
Change-Id: Iac5eb871c8ef09af08f4af1d776d3cecc6d720c0
Reviewed-on: https://review.typo3.org/57739
Tested-by: TYPO3com ...
Oliver Hader
11:05 Revision 652fcc67: [TASK] Set TYPO3 version to 7.6.32-dev
Change-Id: I86538380d738c7e746268f6824c107eeea234428
Reviewed-on: https://review.typo3.org/57737
Tested-by: TYPO3com ...
Oliver Hader
10:20 Revision a6530ca9: [RELEASE] Release of TYPO3 9.3.3
Change-Id: I073d1f4a256b2ab43bec0815b8432d78b70aa16f
Reviewed-on: https://review.typo3.org/57740
Reviewed-by: Oliver ...
Oliver Hader
10:15 Revision ce3bb04b: [RELEASE] Release of TYPO3 8.7.18
Change-Id: I454861e99332d17f31efd110f75938ac3a10acc4
Reviewed-on: https://review.typo3.org/57738
Reviewed-by: Oliver ...
Oliver Hader
10:10 Revision 9c2a581a: [RELEASE] Release of TYPO3 7.6.31
Change-Id: I68338ebd80cd3db7b3e45d1c5a26d25b149d0b2c
Reviewed-on: https://review.typo3.org/57736
Reviewed-by: Oliver ...
Oliver Hader
08:44 Revision 6f27cbf4: [TASK] Deprecate RuntimeCacheWriter
The RuntimeCacheWriter was introduced for the AdminPanel,
but the concept has flaws and there are better and cleaner
...
Susanne Moog

2018-07-30

23:46 Revision d32d28a8: [BUGFIX] Declare middleware dependencies of redirects
Resolves: #85426
Releases: master
Change-Id: I9752b736282e658add439ca0c6db640004f18045
Reviewed-on: https://review.ty...
Susanne Moog
23:46 Revision bce9f50e: [BUGFIX] Declare middleware dependencies of redirects
Resolves: #85426
Releases: master
Change-Id: I9752b736282e658add439ca0c6db640004f18045
Reviewed-on: https://review.ty...
Susanne Moog
23:45 Revision 1caf66a8: [BUGFIX] The form upgrade wizard must update all plugin settings
The form definition renaming upgrade wizard renames the persistence
identifier within the form plugin flexform.
As a ...
Ralf Zimmermann
23:45 Revision 3a85f685: [BUGFIX] The form upgrade wizard must update all plugin settings
The form definition renaming upgrade wizard renames the persistence
identifier within the form plugin flexform.
As a ...
Ralf Zimmermann
23:45 Revision 650ce3d5: [BUGFIX] The form upgrade wizard must update all plugin settings
The form definition renaming upgrade wizard renames the persistence
identifier within the form plugin flexform.
As a ...
Ralf Zimmermann
20:48 Revision 171d6ea0: [BUGFIX] Access global TYPO3 object correctly
The setting `TYPO3.settings.ShowItem.moduleUrl` does not exist in the
local scope in some cases. The `TYPO3` object o...
Andreas Fernandez
16:55 Revision d197d70b: [BUGFIX] Allow "defaultValue" for select form elements
Allows the form editor to save the property "defaultValue" for
"Inspector-PropertyGridEditor" inspector editors. This...
Ralf Zimmermann
16:54 Revision f527d36f: [BUGFIX] Allow form definitions to be moved or put to recycle folder
After fixing the issue of TYPO3-CORE-SA-2018-003 file commands for
form definitions (those ending with new ".form.yam...
Oliver Hader
16:53 Revision 39b7cf66: [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
13:30 Revision 46067fa0: [TASK] CGL: Streamline indentions in .htaccess file template
This patch adds a proper .editorconfig configuration for
.htaccess and fixes wrong existing indentions.
Resolves: #8...
Josef Glatz
11:53 Revision e836a771: [TASK] Update redirect html files to HTML5
This patch updates file templates from HTML 3.2
to HTML5 markup.
Resolves: #85682
Releases: master
Change-Id: I22fa9...
Josef Glatz

2018-07-29

23:57 Revision b5028b65: [TASK] Exclude TypeScript sources in exports
Since the TypeScript sources don't have any impact on the behavior of the
application and are just meant for developm...
Andreas Fernandez
21:20 Revision bb3fd359: [BUGFIX] Removed extension specific code in abstract module
The admin panels AbstractModule class is meant to be extended
by extension authors and should not contain code specif...
Susanne Moog
15:06 Revision 8af68b11: [TASK] Update swiftmailer/swiftmailer to 5.4.10
Update swiftmailer to 5.4.10 to support TLS 1.1 / 1.2.
composer update swiftmailer/swiftmailer
Resolves: #85667
Rel...
Georg Ringer
14:53 Revision 1c39e173: [TASK] Update swiftmailer/swiftmailer to 5.4.10
Update swiftmailer to 5.4.10 to support TLS 1.1 / 1.2.
composer update swiftmailer/swiftmailer
Resolves: #85667
Rel...
Georg Ringer
14:49 Revision 703b901b: [TASK] Stabilize / Solidify public API of adminPanel
* public service classes for extension authors have gotten tests
* exceptions in public API have been made more speci...
Susanne Moog
14:40 Revision f43956de: [TASK] Add form framework RequiredValidatorEditor test
Resolves: #85673
Related: #85608
Releases: master, 8.7
Change-Id: If351dd316c628450e09e579d0cccbe7a7cefe213
Reviewed-...
Oliver Hader
14:27 Revision 55b3842a: [TASK] Add form framework RequiredValidatorEditor test
Resolves: #85673
Related: #85608
Releases: master, 8.7
Change-Id: If351dd316c628450e09e579d0cccbe7a7cefe213
Reviewed-...
Oliver Hader
14:14 Revision 77a0ae02: [BUGFIX] Clean up install tool cardsAction
With the install tool "make all modals" rewrite in #84772,
the initial views are stupid and don't need fluid assignme...
Christian Kuhn
11:27 Revision 403b60af: [TASK] Document integration of PharStreamWrapper
Resolves: #85658
Releases: master, 8.7, 7.6
Change-Id: I6acdc235dff4b3c0c84a8a6d762d497f8d9664cc
Reviewed-on: https:/...
Oliver Hader
11:27 Revision b017d25d: [TASK] Document integration of PharStreamWrapper
Resolves: #85658
Releases: master, 8.7, 7.6
Change-Id: I6acdc235dff4b3c0c84a8a6d762d497f8d9664cc
Reviewed-on: https:/...
Oliver Hader
11:15 Revision 54dcc6a1: [TASK] Add scheduler package as suggested if used
If a system extension uses the scheduler it should be added to the suggest section.
Resolves: #85671
Releases: maste...
Georg Ringer
11:09 Revision d4ca073b: [TASK] Document integration of PharStreamWrapper
Resolves: #85658
Releases: master, 8.7, 7.6
Change-Id: I6acdc235dff4b3c0c84a8a6d762d497f8d9664cc
Reviewed-on: https:/...
Oliver Hader
11:01 Revision 3caf1224: [BUGFIX] Allow "defaultValue" for select form elements
Allows the form editor to save the property "defaultValue" for
"Inspector-PropertyGridEditor" inspector editors. This...
Ralf Zimmermann
10:50 Revision 73536c1d: [BUGFIX] Allow "defaultValue" for select form elements
Allows the form editor to save the property "defaultValue" for
"Inspector-PropertyGridEditor" inspector editors. This...
Ralf Zimmermann

2018-07-28

14:52 Revision e8b55318: [BUGFIX] Allow password change in user settings for non admin users
This patch restores the possibility to change the password in user
settings for non admin users.
Resolves: #85672
Re...
Frank Nägler
14:04 Revision 5f5f6b43: [TASK] Add scheduler package as suggested if used
If a system extension uses the scheduler it should be added to the suggest section.
Resolves: #85671
Releases: maste...
Georg Ringer

2018-07-27

23:37 Revision 0f1f665e: [FEATURE] Re-Design the AdminPanel
Major refactoring of the admin panel:
- Split content in modules and sub-modules
- Modules are indepent and pluggabl...
Susanne Moog
19:05 Revision 444e8374: [TASK] Deprecate TSFE->initTemplate
The method only does one line of code, and is now instantiated if needed.
Resolves: #85666
Releases: master
Change-I...
Benni Mack
13:25 Revision ef62fac0: [BUGFIX] Determine default language as origin correctly
Resolves: #85638
Releases: master, 8.7
Change-Id: I98ecaef360d5a27e965cbb67c5719729054b9c37
Reviewed-on: https://revi...
Andreas Fernandez

2018-07-26

22:59 Revision b8811cef: [TASK] Improve usage of Backend RequestHandler
The backend request with the cli check is dead code
since a different application is used for cli.
Resolves: #85662
...
Benni Mack
22:41 Revision 37e2c538: [TASK] Use same ordering in page module for title and icons
Use same ordering for content elements in the page module for
the default language and translations.
Resolves: #8563...
Georg Ringer
22:22 Revision ffa5c429: [BUGFIX] Update class names in dynamicReturnTypeMeta.json
Resolves: #85639
Releases: master, 8.7
Change-Id: Ie7bd2b7e446ea0b11386bd77acb38d94320a6d1e
Reviewed-on: https://revi...
Andreas Fernandez
22:17 Revision 05a74535: [TASK] Remove usage of TSFE->sys_page
Due to the introduction of Context's, the FrontendRestrictionContainer
does not have a dependency on TSFE->sys_page a...
Benni Mack
22:05 Revision 10c537f4: [BUGFIX] Use correct packageManager initializing
As the PackageManager is a singleton class, you should call
GeneralUtility::makeInstance to retrieve the instance. Th...
Nicole Cordes
21:58 Revision 27c6d2fc: [BUGFIX] Update class names in dynamicReturnTypeMeta.json
Resolves: #85639
Releases: master, 8.7
Change-Id: Ie7bd2b7e446ea0b11386bd77acb38d94320a6d1e
Reviewed-on: https://revi...
Andreas Fernandez
21:56 Revision 7a3c8e44: [BUGFIX] Site module must show hidden root pages
Even if a root page is flagged as hidden it must be
shown in the site module.
Resolves: #85660
Releases: master
Chan...
Georg Ringer
17:19 Revision 6f42f7a5: [TASK] Provide record's uid to the suggest wizard
In addition to the query string, having the uid of the record allows
more flexibility when implementing a custom sugg...
Xavier Perseguers
17:11 Revision 38a2676f: [TASK] Provide record's uid to the suggest wizard
In addition to the query string, having the uid of the record allows
more flexibility when implementing a custom sugg...
Xavier Perseguers
15:34 Revision 70d1a06d: Use DataHandler commands to create and update data for General Handler
Instead of direct sql inserts and updates. Tymoteusz Motylewski
14:20 Revision 5ad1c75c: [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
14:17 Revision 8053b234: [BUGFIX] Recreate PackageStates in install tool if missing
v8 has a fallback if PackageStates.php vanished on a running instance
and the install tool is called, a default Packa...
Christian Kuhn
12:19 Revision 955a9765: [BUGFIX] Allow form definitions to be moved or put to recycle folder
After fixing the issue of TYPO3-CORE-SA-2018-003 file commands for
form definitions (those ending with new ".form.yam...
Oliver Hader
12:06 Revision 063c9f32: [BUGFIX] Allow form definitions to be moved or put to recycle folder
After fixing the issue of TYPO3-CORE-SA-2018-003 file commands for
form definitions (those ending with new ".form.yam...
Oliver Hader
00:14 Revision c9ebde4c: [TASK] Deprecate signals during extension installation
The database handling and comparison was streamlined with patch
https://review.typo3.org/57429/. The extension manage...
Nicole Cordes
00:08 Revision b689a448: [TASK] Deprecate eID registration with a script to a file
Resolves: #85646
Releases: master
Change-Id: Ib8d550acb922c02c240f09898e4a354708a729b7
Reviewed-on: https://review.ty...
Wouter Wolters
00:04 Revision fc92e67d: [BUGFIX] Properly check if there are open documents
The toolbar item for open documents now properly checks whether there are
any open document to avoid actions on a nul...
Andreas Fernandez

2018-07-25

22:44 Revision 81244e10: [TASK] Functional tests without phpunit process isolation
We're finally able to manage our core internal framework state,
at least in the backend. This is a huge step. To proo...
Christian Kuhn
22:01 Revision ab0666b2: [TASK] Add require() to php capable cache backend
To allow loading php cache files more than once it is
necessary to add a require() method next to requireOnce()
to ca...
Christian Kuhn
21:36 Revision 0a6dec43: [TASK] Remove static cache in StorageRepository
Class StorageRepository parks static state in property
$storageRowCache. This is ugly and needs proper reset
function...
Christian Kuhn
18:03 Revision 9ced33d3: [BUGFIX] Context User Aspect must deal with empty fe_user
TSFE->fe_user is set to '' by default, but UserAspect
expects "null".
Extensions like solr set up their own TSFE obj...
Benni Mack
12:35 Revision 18073caa: [TASK] Run tests with composer update --prefer-lowest
Similar to recent 'composer update everything' to see
if youngest dependencies allowed by our composer.json
survive t...
Christian Kuhn
12:18 Revision 09bb8fe6: [BUGFIX] Decouple thumbnail generation from controllers
Deferred rendering of thumbnails via an external request speed up
the backend performance. This currently works in al...
Mathias Schreiber
11:06 Revision 2fc704f6: [BUGFIX] Use correct hook name for mime type guessers
Resolves: #85641
Related: #60019
Releases: master, 8.7, 7.6
Change-Id: If9c94c020da6991dc070fa6aa8395042686b2752
Revi...
Andreas Fernandez
11:05 Revision d41d530e: [BUGFIX] Use correct hook name for mime type guessers
Resolves: #85641
Related: #60019
Releases: master, 8.7, 7.6
Change-Id: If9c94c020da6991dc070fa6aa8395042686b2752
Revi...
Andreas Fernandez
11:02 Revision 0bff11e1: [BUGFIX] Use correct hook name for mime type guessers
Resolves: #85641
Related: #60019
Releases: master, 8.7, 7.6
Change-Id: If9c94c020da6991dc070fa6aa8395042686b2752
Revi...
Andreas Fernandez
 

Also available in: Atom