Project

General

Profile

Activity

From 2018-10-31 to 2018-11-29

2018-11-29

22:59 Revision 1b93464c: [BUGFIX] Load AdditionalFactoryConfiguration.php again
This file is placed in "typo3conf" just like the other configuration
files and must be loaded accordingly.
Resolves:...
Mathias Brodala
22:43 Revision 253c42fe: [TASK] Clean up comments in FAL
Resolves: #87044
Releases: master
Change-Id: I755bbe42cd1a89369e17e06c1b836690a28b970e
Reviewed-on: https://review.ty...
Benni Mack
14:34 Revision f9c6e31d: [BUGFIX] Make meta data editable for non-writable storages
Decouple check for writable files/storage from permission
to edit meta data. Permission to edit meta data is now
only...
Nicole Cordes
11:22 Revision c3fef10f: [BUGFIX] Make meta data editable for non-writable storages
Decouple check for writable files/storage from permission
to edit meta data. Permission to edit meta data is now
only...
Nicole Cordes
08:46 Revision d01d6158: [BUGFIX] Catch exception in getData with invalid key for site configuration
Catch the exception which is thrown if provided path does not exist in
site configuration. Especially if the site con...
Georg Ringer

2018-11-28

17:54 Revision bc6cf132: [TASK] Update bamboo to gerrit notification url
Resolves: #87026
Releases: master, 8.7, 7.6
Change-Id: Idfbf4bbf0bab8a6e4bedc37e92903ed2c85af494
Reviewed-on: https:/...
Christian Kuhn
17:31 Revision 94735772: [TASK] Update bamboo to gerrit notification url
Resolves: #87026
Releases: master, 8.7, 7.6
Change-Id: Idfbf4bbf0bab8a6e4bedc37e92903ed2c85af494
Reviewed-on: https:/...
Christian Kuhn
16:40 Revision 9047353f: [TASK] Update bamboo to gerrit notification url
Resolves: #87026
Releases: master, 8.7, 7.6
Change-Id: Idfbf4bbf0bab8a6e4bedc37e92903ed2c85af494
Reviewed-on: https:/...
Christian Kuhn
13:08 Revision 0117f182: [BUGFIX] Allow `<s>` tag in RTE processing in CSS styled content too
Resolves: #87024
Relates: #87012
Releases: 8.7
Change-Id: Idcfbea18615ce89b47152ecee1220df42a39751e
Reviewed-on: http...
Jigal van Hemert
11:18 Revision 9ab6de10: [BUGFIX] Allow `<s>` tag in RTE processing
`lib.parseFunc` is now capable of handling the `<s>` tag by adding it to
`allowTags`. The list already contains `<str...
Andreas Fernandez
11:08 Revision 53278279: [BUGFIX] Allow `<s>` tag in RTE processing
`lib.parseFunc` is now capable of handling the `<s>` tag by adding it to
`allowTags`. The list already contains `<str...
Andreas Fernandez
10:57 Revision 2cbaeb8b: [BUGFIX] Only fetch default language page for tree lists
Due to the removal of pages_language_overlay the queries
for fetching trees have to work as before - mainly because t...
Benni Mack
09:03 Revision 83c8d04e: [BUGFIX] Correct label for aspect ratio 1.91:1
Releases: master
Resolves: #87017
Change-Id: I6af6cceab344cd54bace6547505e555ece81efe3
Reviewed-on: https://review.ty...
Josef Glatz

2018-11-27

19:34 Revision bc847427: [BUGFIX] Drop GROUP BY clause in Info > PageTS Config
The GROUP BY clause used in InfoPageTypoScriptConfigController's
`getOverviewOfPagesUsingTSConfig()` is dropped, as g...
Andreas Fernandez
17:29 Revision 425e1fe5: [BUGFIX] Drop GROUP BY clause in Info > PageTS Config
The GROUP BY clause used in InfoPageTypoScriptConfigController's
`getOverviewOfPagesUsingTSConfig()` is dropped, as g...
Andreas Fernandez
15:49 Revision 8413d6d3: [TASK] Log a warning if fluid-based preview template couldn't be rendered
A warning is logged if the fluid-based preview template for a
content element could not be rendered.
The logged warn...
Josef Glatz

2018-11-26

17:58 Revision f64e7aef: [BUGFIX] Enlarge scheduler object DB field
The serialized PHP object is stored within the database field
"serialized_task_object". When serializing this could l...
Benni Mack
17:25 Revision d7065b34: [BUGFIX] Enlarge scheduler object DB field
The serialized PHP object is stored within the database field
"serialized_task_object". When serializing this could l...
Benni Mack

2018-11-24

16:17 Revision 5f700cfe: Revert "[BUGFIX] Improve Performance for Inline Elements"
This reverts commit be62d64d6b17b51b997cd88c5da7805587fc93db.
The fix introduced breaking behavior on for additional...
Oliver Hader

2018-11-22

12:46 Revision 2ce03c6e: [BUGFIX] Fix full example in `Feature-86826-RecursiveRecordSitemap`
Some missing TypoScript is added to the documentation file
`Feature-86826-RecursiveRecordSitemap.rst` to get an addit...
Andreas Fernandez
09:40 Revision 23b5ff17: [BUGFIX] User Setup: Check if languages have been configured
On a fresh installation of TYPO3, no system languages are configured
which breaks the "User Setup" module. An additio...
Andreas Fernandez

2018-11-20

14:05 Revision 3213f856: [BUGFIX] Fix outdated link in docs
That linked resource is just not available under that URL anymore.
Releases: master, 8.7
Resolves: #86951
Change-Id:...
Philipp Kitzberger
13:15 Revision 8025fa93: [BUGFIX] Fix outdated link in docs
That linked resource is just not available under that URL anymore.
Releases: master, 8.7
Resolves: #86951
Change-Id:...
Philipp Kitzberger

2018-11-19

13:48 Revision be239c20: [BUGFIX] Remove unused `fieldChangeFunc` in GroupElement
The class GroupElement defines a `fieldChangeFunc` which is unused in
this context. Since this never caused an issue,...
Andreas Fernandez
12:50 Revision 009d1ac0: [BUGFIX] Strip tags only from strings in ArrayUtility::stripTagsFromValuesRecursive
Prevent an implicit type cast to string through strip_tags.
Ignore any scalar values other than string,
but preserve ...
Wolfgang Klinger
11:29 Revision a295c186: [BUGFIX] Strip tags only from strings in ArrayUtility::stripTagsFromValuesRecursive
Prevent an implicit type cast to string through strip_tags.
Ignore any scalar values other than string,
but preserve ...
Wolfgang Klinger
10:03 Revision 582ad60f: [TASK] Check number of file extensions
Show the add media and text form only if at least
one file extension exists.
Resolves: #86925
Releases: master, 8.7
...
Benni Mack
09:51 Revision 38c4a246: [TASK] Add searchFields in TCA for sys_news, sys_action and sys_note
Resolves: #86932
Releases: master, 8.7
Change-Id: Ic699b0af99fb73bfdb91e3dbbb3e6f3e41335b5b
Reviewed-on: https://revi...
Wolfgang Klinger
09:34 Revision f2693362: [TASK] Check number of file extensions
Show the add media and text form only if at least
one file extension exists.
Resolves: #86925
Releases: master, 8.7
...
Guido Schmechel
09:22 Revision 0c948e97: [TASK] Add searchFields in TCA for sys_news, sys_action and sys_note
Resolves: #86932
Releases: master, 8.7
Change-Id: Ic699b0af99fb73bfdb91e3dbbb3e6f3e41335b5b
Reviewed-on: https://revi...
Wolfgang Klinger
09:11 Revision 070c5067: [BUGFIX] Cast file resource pointer in UploadFileReferenceConverter
The return value of the hmac check is a string and must be casted to
an integer as the method using the value require...
Georg Ringer
08:54 Revision 198961d0: [BUGFIX] CSS selector in extension configuration modal too specific
The .typo3-install class is not present in the current modal. This
re-introduces the margin above the "save" button.
...
Jonas Eberle
08:52 Revision c5f27f00: [BUGFIX] Cast file resource pointer in UploadFileReferenceConverter
The return value of the hmac check is a string and must be casted to
an integer as the method using the value require...
Georg Ringer

2018-11-16

14:45 Revision 271ef66b: [TASK] Explain "recursive" in record sitemap
Follow-up commit to provide explanation for parameter `recursive` in:
A recursive configuration makes it a lot easier...
Jonas Eberle
11:46 Revision 1b95f08a: [FEATURE] Support recursive in record sitemap
A recursive configuration makes it a lot easier to provide
a sitemap for all records without touching the configurati...
Georg Ringer
10:57 Revision 206414c6: [BUGFIX] Add RootPage to Slug Candidates
The slug candidates resolving now takes "/" into account,
allowing to find the root page as well. This way, the PageR...
Achim Fritz
10:20 Revision d7dc7168: [BUGFIX] Select proper records in DBAL workspace restrictions
A new WorkspaceRestriction is added to solve all issues
once and for all.
For now, this restriction is only added in...
Benni Mack
09:51 Revision cda6c030: [BUGFIX] Select proper records in DBAL workspace restrictions
A new WorkspaceRestriction is added to solve all issues
once and for all.
For now, this restriction is used to only ...
Benni Mack

2018-11-15

15:01 Revision 5335d9aa: [BUGFIX] Remove caches if a site is deleted
This patch fixes a pseudo-site-error in the backend after a
created site is deleted and the page module is shown.
Aft...
Steffen Dietrich

2018-11-14

20:55 Revision 09bd2cf4: [BUGFIX] Cast PSR-7 Uri object to string in preview links
When generating the workspace preview links, the Uri
object needs to be case to string.
Resolves: #86928
Releases: m...
Achim Fritz
20:40 Revision 9ff37c43: [BUGFIX] Check Tsconfig in page module for value of content element
In case a content element is added with TsConfig its label can't be
loaded from TCA but the TsConfig must be checked....
Georg Ringer
17:05 Revision 0f4b4231: [BUGFIX] Show frontend user image migration wizard again
Resolves: #82068
Releases: 8.7
Change-Id: Id972e5531cf9e85fd7a1ecf8bd69a9912a384084
Reviewed-on: https://review.typo3...
Markus Klein
14:15 Revision cec73aee: [TASK] Remove obsolete .rst file
The .rst file for issue #86881 needs to be removed again,
the patch has been reverted.
Resolves: #86926
Related: #86...
Christian Kuhn
06:24 Revision 4e239bc9: [BUGFIX] Check Tsconfig in page module for value of content element
In case a content element is added with TsConfig its label can't be
loaded from TCA but the TsConfig must be checked....
Georg Ringer
03:31 Revision 56dcf354: [BUGFIX] Set proper caching lifetime of meta tags and titles
Use the lifetime of the current page for caching the meta tags and titles
Resolves: #86234
Releases: master
Change-I...
Richard Haeser
03:00 Revision b315587d: Revert "[BUGFIX] Set BackendUserAspect earlier to make it usable in TSConfig"
This reverts commit 52c391df3d4070d7bb192c724597141111e70b21.
When a backend user has set a workspace, this needs
to...
Oliver Hader

2018-11-09

21:33 Revision 1ab4b9a1: [TASK] Move latest rst files to correct directory
Resolves: #86891
Releases: master
Change-Id: If9a3d35b4eb08d9f2f08aca4b7a23da4ac91f46f
Reviewed-on: https://review.ty...
Georg Ringer
12:14 Revision 14bf40b3: Revert "[FEATURE] Support feature toggle in expression language"
This reverts commit c0d321c2c0f0e4eb8b839a83a787e104183092da.
Reason for revert: this was a feature merged before br...
Anja Leichsenring

2018-11-08

22:15 Revision 3823f0af: [TASK] Only render hreflang tag when multiple languages are available
Make sure the hreflang tags are only rendered when there is more than 1
language enabled for the current page.
Resol...
Richard Haeser
21:56 Revision 40a79c0a: [TASK] Respect alternative web mounts in suggest wizard
The suggest wizard now respects temporary page tree mount
points and altElementBrowserMountPoints from the TSconfig.
...
Alexander Stehlik
21:55 Revision 1a66bc91: [BUGFIX] Correctly create schema diff for renamed fields and indexes
TYPO3's schema migrator has code to create drop and add fields
statements out of renamed columns detected by doctrine...
Helmut Hummel
21:53 Revision 88533415: [TASK] Remove leftovers of "options.uploadFieldsInTopOfEB"
With #80463 - before v8 LTS - the setting
"options.uploadFieldsInTopOfEB" has been removed from the templates,
no nee...
Georg Ringer
21:45 Revision 2a565fa6: [BUGFIX] Use FlashMessageRendererResolver in ReferenceIndex
To avoid exceptions while calling the referenceindex:update via CLI the
FlashMessageRendererResolver must be used.
R...
Georg Ringer
21:21 Revision d70b6f51: [BUGFIX] Skip language -1 in preview url generation
Resolves: #86623
Releases: master
Change-Id: Ic7e6c8dd5b7232f2ee2e3f84664b25835e782677
Reviewed-on: https://review.ty...
Georg Ringer
21:11 Revision be62d64d: [BUGFIX] Improve Performance for Inline Elements
Invisible and not translated records will not be retrieved anymore.
Currently every inline element will be translate...
Tymoteusz Motylewski
21:05 Revision 43e988f4: [TASK] Remove leftovers of "options.uploadFieldsInTopOfEB"
With #80463 - before v8 LTS - the setting
"options.uploadFieldsInTopOfEB" has been removed from the templates,
no nee...
Georg Ringer
20:44 Revision a726ae1e: [BUGFIX] Remove double encoding of dataStructureIdentifier
As dataStructureIdentifier of FlexForms will be transferred
as JSON-encoded string, there is no need to call "json_en...
Stefan Froemken
20:37 Revision 4532a1ad: [BUGFIX] Send payload of image cropping wizard via POST
The image cropper wizard configuration can become very large, which
might break the wizard as the configuration is se...
Andreas Fernandez
20:33 Revision a445cca6: [BUGFIX] Detect proper TsConfig for blinding settings in tree provider
Due the refactoring with #84993 the tsconfig coulnd't be loaded correctly if
a subarray must be accessed.
Resolves: ...
Georg Ringer
20:21 Revision eb3ed329: [BUGFIX] Fix various issues in Core Updater
- The click event for the update button is now bound to the modal and not
to the origin document, as this doesn't wor...
Andreas Fernandez
19:16 Revision 0015c5e3: [BUGFIX] Show adminpanel module in safari
This patch makes the new adminpanel frontend usable
in Apple Safari.
Resolves: #86251
Releases: master
Change-Id: I1...
Josef Glatz
19:15 Revision c22409a1: [BUGFIX] Ignore provided pages for sitemap menu
The sitemap menu doesn't show the pages field and therefore
it must not be used in the MenuProcessor configuration as...
Georg Ringer
18:52 Revision d702b091: [BUGFIX] Use sys_language isocode for SiteLanguage
The PseudoSiteFinder transfers the iso code from sys_language
in the correct field for SiteLanguage. Also respect the...
Alexander Opitz
18:43 Revision c0d321c2: [FEATURE] Support feature toggle in expression language
Resolves: #86881
Releases: master
Change-Id: Ib9325081b572f22936cc28cbc1f8b977f9c1b0bf
Reviewed-on: https://review.ty...
Frank Nägler
18:38 Revision da277eb8: [BUGFIX] Ignore provided pages for sitemap menu
The sitemap menu doesn't show the pages field and therefore
it must not be used in the MenuProcessor configuration as...
Georg Ringer
17:41 Revision ec2340a6: [BUGFIX] Include DB queries with free mode records
With the new site handling, the overlayType for fetching
records in the frontend context is always set to
OVERLAYS_ON...
Benni Mack
17:33 Revision 3cdf60a9: [TASK] Remove fluid namespace in sitemap template
There is no need to keep the fluid namespace definition in the template.
Resolves: #86873
Releases: master
Change-Id...
Georg Ringer
17:32 Revision b0cfa481: [BUGFIX] Add reports.html to acceptance tests
Add additional option to create reports.html upon
codeception runs on local execution of acceptance tests.
Resolves:...
Steffen Dietrich

2018-11-06

19:52 Revision 0e19f1de: [BUGFIX] Hide internal prefix "cat:" in tags of upgrade docs
The prefix "cat:" is used internally and it doesn't make sense to
show it to a regular user. Neither does it provide ...
Georg Ringer
19:20 Revision 1bc7b0a4: [BUGFIX] Hide internal prefix "cat:" in tags of upgrade docs
The prefix "cat:" is used internally and it doesn't make sense to
show it to a regular user. Neither does it provide ...
Georg Ringer
15:08 Revision 7c7b3574: [BUGFIX] Use correct value for eventPid in DataHandler
When using workspaces and the record properties
should be shown, the wrong field (_ORIG_pid instead of
t3ver_oid) is ...
Benni Mack

2018-11-05

23:16 Revision 4c108f0f: [BUGFIX] Fix isMissing called on Null error
Add a Null check in FileLinktype->checkLink
function
Resolves: #86857
Releases: master,8.7
Change-Id: I2cc270dd7b839...
Bernhard Sirlinger
22:58 Revision 582b9116: [BUGFIX] Fix isMissing called on Null error
Add a Null check in FileLinktype->checkLink
function
Resolves: #86857
Releases: master,8.7
Change-Id: I2cc270dd7b839...
Bernhard Sirlinger
21:43 Revision ff6ad483: [FEATURE] Improve creation of URL query strings from arrays
Adds a new method HttpUtility::buildQueryString() using
http_build_query() instead of reimplementing the encoding-pro...
Stefan Neufeind
16:26 Revision 3403543e: [BUGFIX] styleguide: Minor typo
Christian Kuhn
11:25 Revision c3f32cbb: [BUGFIX] Force word breaks in callouts
The CSS of callouts is adjusted to enforce word breaks to prevent
overlapping the container.
Resolves: #86827
Releas...
Andreas Fernandez
09:17 Revision aabe5f71: [BUGFIX] Respect DateTimeImmutable in Extbase
The DateTimeConverter and DataMapper of Extbase now checks for
DateTimeInterface, and can thus handle DateTimeImmutab...
Benni Mack
08:31 Revision 5ff51a47: [TASK] Changed label for page_tree_stop
Clearified the message of the label of the field.
Added tooltip for a better explanation.
Resolves: #84580
Releases:...
Steffen Dietrich

2018-11-03

16:54 Revision 2130b349: Revert "[BUGFIX] Set constraints in `FrontendRestrictionContainer` depending on workspace context"
This reverts commit c3e7779c61cc567b9a1cbf5fec747748e5059464.
Change-Id: Ic2d68767d463b94ab42814848396b8f019e8cb15
R...
Frank Nägler
10:49 Revision 4617f698: [BUGFIX] styleguide: Minor typo in runTests.sh
Christian Kuhn

2018-11-02

20:48 Revision 1e462fbf: [BUGFIX] Keep existing validation errors for recursive domain relations
Do not overwrite already generated validation errors when a property
validator leads to a recursive validate() call t...
Markus Klösges
20:43 Revision 6a3a5ca1: [TASK] Raise testing-framework and styleguide
Acceptance tests of testing-framework have been refactored
a bit to be easier usable by extensions. Core needs some
a...
Christian Kuhn
20:35 Revision 0127c5d2: [BUGFIX] Show correct ReST file for @validate annotation
The extension scanner didn't show the correct ReST file. Instead
of the file for @validate, it has shown the file for...
Alexander Schnitzler
20:11 Revision 54f1399f: [BUGFIX] Make `LoginRefresh.submitForm a lambda function
The function `LoginRefresh.submitForm` is changed to be a lambda
function. Reason is that `this` is now bound to the ...
Andreas Fernandez
19:57 Revision 56576448: [BUGFIX] Keep existing validation errors for recursive domain relations
Do not overwrite already generated validation errors when a property
validator leads to a recursive validate() call t...
Markus Klösges
17:43 Revision f347a316: [TASK] Changed label for page_tree_stop
Clearified the message of the label of the field.
Added tooltip for a better explanation.
Resolves: #84580
Releases:...
Steffen Dietrich
12:59 Revision a2c3f10f: [TASK] styleguide: Have a more useful functional test
Christian Kuhn
12:57 Revision c3e7779c: [BUGFIX] Set constraints in `FrontendRestrictionContainer` depending on workspace context
The `FrontendRestrictionContainer` must not respect the hidden flag, if
the request happens in a workspace context. T...
Andreas Fernandez
12:34 Revision 61327163: [BUGFIX] Fix translated file relation with sql_mode=ONLY_FULL_GROUP_BY
The SQL mode ONLY_FULL_GROUP_BY enforces all fields used in "GROUP BY"
to be present in "SELECT".
See https://dev.my...
Mathias Brodala
12:30 Revision 17af55ee: [TASK] styleguide: Substitute demo unit test with something more useful
Christian Kuhn
12:19 Revision 8c7d8a30: [TASK] styleguide: Basic test setup
https://github.com/TYPO3-CMS/styleguide/pull/125
* runTests.sh and docker environment
* basic unit testing
* bacis f...
Christian Kuhn
12:15 Revision 1b4ff642: [BUGFIX] Fix translated file relation with sql_mode=ONLY_FULL_GROUP_BY
The SQL mode ONLY_FULL_GROUP_BY enforces all fields used in "GROUP BY"
to be present in "SELECT".
See https://dev.my...
Mathias Brodala
11:47 Revision d16606b3: [BUGFIX] Provide effectivePid for flexforms segment
Custom ckeditor config is now loaded in flexforms.
Resolves: #83809
Related: #81748
Releases: master, 8.7
Change-Id:...
Patrick Lenk
10:27 Revision 8fc01bb9: [BUGFIX] Provide effectivePid for flexforms segment
Custom ckeditor config is now loaded in flexforms.
Resolves: #83809
Related: #81748
Releases: master, 8.7
Change-Id:...
Patrick Lenk
10:12 Revision 0faf9829: [TASK] Allow type 'text' in site configuration
As yaml supports multiline text, it should be also allowed inside the
site configuration.
With #86214 the type 'text'...
Georg Ringer
09:00 Revision bebb019f: [TASK] Change cursor type hovering CE in language view
Change cursor type to "move" hovering content elements if you are in page
module and in language view. Same as in col...
Gianluigi Martino
06:24 Revision 7b4aa3df: [BUGFIX] Limit available languages in user setup module
Limit the available languages not only to the ones having a
translation but also if it is in the list of available la...
Georg Ringer

2018-11-01

13:30 Revision c907effd: Revert "Use DataHandler commands to create and update data for General Handler"
This reverts commit 70d1a06d052981fe6c4682750343e860ce0d393c.
That patch gives various headaches: The generator fail...
Christian Kuhn

2018-10-31

19:33 Revision 63995038: [BUGFIX] Add missing translation value for save_and_close in form engine
Changes syntax for translation key and add default language value.
Resolves: #86799
Releases: master
Change-Id: Ic27...
Joerg Kummer
17:06 Revision 1db130fb: [BUGFIX] Adding 3 to "TYPO"
On other "TYPO3" references the "3" is present but not on this occurence.
Add the "3" to "TYPO" in order to have "TYP...
Mathias Brodala
15:44 Revision 3633982d: [BUGFIX] Adding 3 to "TYPO"
On other "TYPO3" references the "3" is present but not on this occurence.
Add the "3" to "TYPO" in order to have "TYP...
Jonathan I
14:18 Revision d51588fc: [TASK] Migrate FormEngineFlexForm to TypeScript
Change-Id: I3151b16f72baf31e13f841ecc95be4ca389cf36e
Resolves: #82587
Releases: master
Reviewed-on: https://review.ty...
Andreas Wolf
13:53 Revision cf70592f: [TASK] Add PHP 7.3 to bamboo core v7 testing
Extension dbal needs a patch with PHP 7.3 for
"continue inside switch" blocks, similar to
what has been done with #86...
Christian Kuhn
13:48 Revision 5f109e96: [TASK] Migrate FormEngineSuggest to TypeScript
The FormEngineSuggest module is migrated to TypeScript now. In the same
step, the usage of jQuery is reduced and dead...
Andreas Fernandez
13:42 Revision 826955c1: [TASK] Migrate LayoutModule/Paste.js to TypeScript
Change-Id: I1eb5996b08a6aaaac8ef5d179c2e509f68c15cb3
Resolves: #84169
Releases: master
Reviewed-on: https://review.ty...
Andreas Wolf
12:10 Revision 64fb715e: [TASK] Add PHP 7.3 to bamboo core v8 testing
Change-Id: I84575fb973027c184ac2f9a65d227adc38d57d07
Resolves: #86812
Releases: 8.7
Reviewed-on: https://review.typo3...
Christian Kuhn
09:16 Revision 3f182270: [BUGFIX] Resolve strict type assertion in RecordStateFactory
Applying a strict "string" type to values that are "null" will
lead to type errors for TCA properties that are not co...
Oliver Hader
 

Also available in: Atom