Project

General

Profile

Activity

From 2018-11-09 to 2018-12-08

2018-12-08

23:32 Revision 3cc23f90: [TASK] Display exact error message of handlePageError()
Show getUrl() error message when fetching content of error page.
Resolves: #87073
Releases: master
Change-Id: I9b2d5...
Peter Kraume
23:16 Revision 3d5456e3: [BUGFIX] Ignore wizards with no upgrades in report
The reports module now ignores upgrade wizards that do
not have any necessary upgrades (shouldRenderWizard property
i...
Alexander Stehlik
19:54 Revision 6630b27d: [TASK] bamboo 8.7 nightly supports paches on-top
Change-Id: I1830314fa79a218429f6210d7bc12a17a51daa8a
Resolves: #87110
Releases: 8.7
Reviewed-on: https://review.typo3...
Christian Kuhn
17:28 Revision 3913cd27: [TASK] Simplify bamboo variable to label handling
Intercept has been adapted, the variable to label handing
can be simplified a bit.
Resolves: #87109
Releases: master...
Christian Kuhn
17:08 Revision 0ee93002: [BUGFIX] Remove composer max update from regular randomizer
Fix a nightly test setup for a wrong composer dependency
in "main" stage. Disable the phpunit randomizer in
"composer...
Anja Leichsenring
16:29 Revision 43693bca: [BUGFIX] Simplify test setup to avoid double exception codes
The setup just needs to make sure the exception is expected.
More details are not required.
Change-Id: Id9c27078ddeb...
Anja Leichsenring
15:15 Revision 4ad54629: [TASK] Simplify bamboo variable to label handling
Intercept has been adapted, the variable to label handing
can be simplified a bit.
Resolves: #87109
Releases: master...
Christian Kuhn
15:12 Revision 2af6a464: [TASK] Simplify bamboo variable to label handling
Intercept has been adapted, the variable to label handing
can be simplified a bit.
Resolves: #87109
Releases: master...
Christian Kuhn
12:30 Revision 591da85d: [BUGFIX] Do not resolve languageFilePath to absolutePath
Resolving the path here breaks the localization Override
in the LocalizationFactory Class
Resolves: #86683
Releases:...
Achim Fritz

2018-12-07

23:13 Revision 9abcbc6d: [BUGFIX] Prevent double pointer parameter in record list
This fix makes sure that the pointer parameter is added just once into
the record list pagination urls
Resolves: #87...
Vladimir Falcon Piva
23:12 Revision aad4efd3: [BUGFIX] Avoid overwriting page context in TSFE->cObj by f:cObject
Change `CObjectViewHelper::getContentObjectRenderer` to return a new
instance of `ContentObjectRenderer` instead of r...
Thorben Nissen
22:23 Revision c17978d0: [BUGFIX] Swap mixed up labels in admin panel page cache info
Due to the fact that the translation keys for the page cache info
were double negated (noCache_no = yes) they ended u...
Nikita Hovratov
21:51 Revision c220c97d: [TASK] Add full configuration to SiteLanguage::toArray
Make the full configuration of a SiteLanguage available. This is required
to get access to an extended site language ...
Georg Ringer
21:29 Revision 539a8be0: [BUGFIX] Set FE/loginSecurityLevel to normal for no ext:rsaauth loaded
Provide a silent upgrader the same way as for BE/loginSecurityLevel
to avoid FE login to fail after upgrade.
Resolve...
Florian Peters
21:19 Revision c443d5cc: [BUGFIX] Fix nested arrays in conditions
The RequestWrapper::getParsedBody method must return an array,
otherwise the a condition like [request.getParsedBody(...
Wolfgang Klinger
21:04 Revision 1e94de8c: [BUGFIX] Styling of TCA description text with custom css selector
Resolves: #87097
Releases: master
Change-Id: I1a6415c5b43e478ac90bb5f2db4437fb498fc568
Reviewed-on: https://review.ty...
Joerg Boesche
20:32 Revision 3d841b80: [BUGFIX] Mark changes in `selectMultipleSideBySide`
A `selectMultipleSideBySide` field is now marked as "changed" when either
the order of items has changed or when an i...
Andreas Fernandez
20:04 Revision 19ac9a7d: [BUGFIX] Mark changes in `selectMultipleSideBySide`
A `selectMultipleSideBySide` field is now marked as "changed" when either
the order of items has changed or when an i...
Andreas Fernandez
19:18 Revision f4a9323b: [BUGFIX] Set active tab when DOM is ready
The latest used tab must be set to active only when the DOM has been
loaded.
Resolves: #84027
Releases: master
Chang...
Andreas Fernandez
18:58 Revision 1efebf22: [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
18:01 Revision 52585293: [BUGFIX] Add missing translation value for Modals
Changes syntax for translation key and add default language value.
Resolves: #87001
Releases: master, 8.7
Change-Id:...
Anja Leichsenring
17:50 Revision 5663193a: [TASK] Update package `doctrine/instantiator`
In parallel to TYPO3, in order to require the package
`doctrine/orm:^2.6.0` (and further), the package `doctrine/inst...
Romain Canon
17:28 Revision 82ce1afc: [BUGFIX] Prevent double pointer parameter in record list
This fix makes sure that the pointer parameter is added just once into
the record list pagination urls
Resolves: #87...
Vladimir Falcon Piva
15:42 Revision 6208be93: [BUGFIX] Revert UrlEncoding for GeneralUtility functions
URLencoding applied to linkThisScript and linkThisUrl make
links fail that are only used and executed by Javascript.
...
Anja Leichsenring
14:47 Revision 082413df: [BUGFIX] Add missing translation value for Modals
Changes syntax for translation key and add default language value.
Resolves: #87001
Releases: master, 8.7
Change-Id:...
Preben Rather Sørensen
14:11 Revision 8306763f: [BUGFIX] Disable file compression for external urls in js and css includes
Resolves: #53123
Releases: master, 8.7
Change-Id: I8030e434a27ae2f2c5934706eec6f64e64e31cd3
Reviewed-on: https://revi...
Benjamin Kott
13:48 Revision 2c653922: [BUGFIX] PageLayoutView - Keep copy settings if disabled
Disable copy option if setting mod.web_layout.localization.enableCopy = 0
in all cases.
As a newly translated page h...
André Schließer
13:28 Revision 1618bd19: [FEATURE] Allow replacing strings in slug
The new setting `replacement` makes it possible to search and replace
strings inside a slug.
Resolves: #86740
Releas...
Georg Ringer
12:20 Revision 97c602e2: [BUGFIX] Fix return type annotation in ResourceStorage::sanitizeFileName()
Resolves: #87096
Releases: master, 8.7
Change-Id: I0a46420cb910d19223a8bb133d9e7457fbd29ee2
Reviewed-on: https://revi...
Andreas Fernandez
11:57 Revision 320d0b26: [BUGFIX] Fix return type annotation in ResourceStorage::sanitizeFileName()
Resolves: #87096
Releases: master, 8.7
Change-Id: I0a46420cb910d19223a8bb133d9e7457fbd29ee2
Reviewed-on: https://revi...
Andreas Fernandez

2018-12-06

20:18 Revision 7cbb929c: [TASK] Add missing RsT about existing language update tasks
Add info about the manual steps to remove an existing
and add a working language:update scheduler task which
is neces...
Josef Glatz
17:30 Revision f2be991b: [BUGFIX] Upgrade linkhandler syntax to new link syntax
The \TYPO3\CMS\Core\LinkHandling\RecordLinkHandler::asString method
expects the parameters to hold the identifier and...
Johannes Kasberger
16:50 Revision 90fc5cd4: [BUGFIX] Fix date generation in AdminPanel preview
This patch fixes multiple issues when generating a date in AdminPanel's
preview module:
- The order of the date sege...
Andreas Fernandez
14:55 Revision 4766a6f9: [BUGFIX] Upgrade linkhandler syntax to new link syntax
The \TYPO3\CMS\Core\LinkHandling\RecordLinkHandler::asString method
expects the parameters to hold the identifier and...
Johannes Kasberger
10:03 Revision 7a1b9b61: [BUGFIX] Add missing ' in InstallTool and docs
Resolves: #87084
Releases: master
Change-Id: I2127e0cb08ed346230818050c0f32a70ab9d72d1
Reviewed-on: https://review.ty...
Georg Ringer

2018-12-05

18:32 Revision e3a786d6: [BUGFIX] Get only valid template records in backend -> Template -> PID 0
Get only template records, where corresponding parent page really exists
in the database.
Resolves: #86453
Releases:...
Ioulia Kondratovitch
11:06 Revision 702dded0: [BUGFIX] Fix name and location of demo .htaccess file in install tool
Resolves: #87083
Releases: master
Change-Id: I674fb3a93c0e399124bbee7dfc0280275116bdcc
Reviewed-on: https://review.ty...
Peter Kraume

2018-12-04

20:28 Revision 7e83f87f: [BUGFIX] Remove expired cache_treelist entries during runtime
When \TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::getTreeList
checked for an existing cache_treelist entr...
Alexander Schnitzler
20:26 Revision b6122653: [BUGFIX] Add getter for tsfe->pageCacheTags
Resolves: #87066
Releases: master, 8.7
Change-Id: I9ed1d82d03f3518018699402d5b3a93930e49457
Reviewed-on: https://revi...
Benni Mack
19:34 Revision b63f03d6: [BUGFIX] Remove expired cache_treelist entries during runtime
When \TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::getTreeList
checked for an existing cache_treelist entr...
Alexander Schnitzler
14:40 Revision 5b443341: [BUGFIX] Add getter for tsfe->pageCacheTags
Resolves: #87066
Releases: master, 8.7
Change-Id: I9ed1d82d03f3518018699402d5b3a93930e49457
Reviewed-on: https://revi...
Daniel Goerz
11:28 Revision 78e132c6: [TASK] Fix code examples in MetaTagManager docs
The code of the MetaTagManager changed with #85197 and the docs need to be
adopted.
Resolves: #86924
Releases: maste...
Georg Ringer
08:22 Revision 4f3ee3e2: [BUGFIX] Fix docs for site base variants to include protocol
The introduction of base variants included wrong docs, as
the site base + base variants should always include the sch...
Benni Mack
06:55 Revision 9eb14883: [BUGFIX] Initialize language key in AbstractPlugin
The AbstractPlugin must check SiteLanguage first for
current language key and use the TypoScript only
as fallback.
R...
Georg Ringer
05:34 Revision 084bb3de: [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-12-03

22:09 Revision 621c51d2: [BUGFIX] Allow accessing object from `ObjectStorage` with numeric value
The following code now works:
```php
$objectStorage = new \TYPO3\CMS\Extbase\Persistence\ObjectStorage();
$objectSto...
Romain Canon
21:32 Revision efc6284e: [BUGFIX] Disable extension updates in Composer mode
Resolves: #86958
Releases: master, 8.7
Change-Id: Ib0f51088d42ab3dba014efcbd4c702447d75f984
Reviewed-on: https://revi...
Nicole Cordes
21:12 Revision af1642a8: [BUGFIX] Support DateTimeInterface in DebuggerUtility
Change-Id: Ib38107456acd0f0535dc51083006ee77c5a81c17
Resolves: #87002
Releases: master, 8.7
Reviewed-on: https://revi...
Andreas Wolf
21:02 Revision ba4ac560: [BUGFIX] Deprecate dependency injection with non public properties
Using non public properties for dependency injection has been
deprecated. While dependency injection with public prop...
Alexander Schnitzler
21:02 Revision 9b6c77d8: [BUGFIX] Give Record browser more UX space
The Record Browser (modal popups) wastes a
lot of space, and is not in line with the
rest of the TYPO3 Backend UX.
T...
Benni Mack
20:57 Revision 4347443f: [BUGFIX] Only show pages of current language in XML sitemap
Because pages of other languages have the page id of the default language
as the parent id, we need to search for the...
Richard Haeser
20:47 Revision 8a811b6e: [FEATURE] Allow to override htmlTag attributes
The new Site handling functionality should ideally avoid
TypoScript conditions as much as possible. However,
if someo...
Benni Mack

2018-12-02

12:33 Revision 0ba69478: [BUGFIX] Rename invalid file name of RST
Due to a bug within Gerrit's editing interface, a file got renamed with a "\t"
filename at the end.
Resolves: #87054...
Benni Mack

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
 

Also available in: Atom