Project

General

Profile

Actions

Bug #69327

closed

Check if absolute url is used for responsive images

Added by Heiko Kromm over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Content Rendering
Target version:
-
Start date:
2015-08-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Creating responsive images adds always absRefPrefix to the image url.
If you use FAL driver like aus_driver_local_cdn. There is an absolute url and prepending absRefPrefix will create a wrong file path.

I created a small patch which resolves this.


Files

contentobject.patch (1.17 KB) contentobject.patch Heiko Kromm, 2015-08-26 12:48

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #69861: Support urls on image processingClosedNicole Cordes2015-09-16

Actions
Actions #1

Updated by Alexander Opitz over 8 years ago

  • Status changed from New to Needs Feedback

Hi Heiko,

thanks for the patch, can you push the patch for master into Gerrit?

Actions #2

Updated by Heiko Kromm over 8 years ago

Hi Alexander,

I've never pushed something to gerrit before.
I followed this description: https://forge.typo3.org/projects/9/wiki/Working_with_Gerrit_as_a_Developer
Additionaly I added a ssh-Public-Key to my account on review.typo3.org, but I get a "Fatal: Could not read from remote repository." when I try to push with the following command:

git push ssh://review.typo3.org/Packages/TYPO3.CMS HEAD:refs/for/TYPO3_6-2

Do I need an additional authorization that allows me to push?
Connecting via ssh works.

Actions #3

Updated by Alexander Opitz over 8 years ago

Hi Heiko,

at first a patch should first only be done for master and if this is accepted and merged we will backport it to other versions (like 6.2) if it is a needed bugfix without to much intrusion.

So correctly you should checkout master, patch it and commit. Afterwards push it with

git push origin HEAD:refs/for/master

Actions #4

Updated by Gerrit Code Review over 8 years ago

  • Status changed from Needs Feedback to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42992

Actions #5

Updated by Gerrit Code Review over 8 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42992

Actions #6

Updated by Gerrit Code Review over 8 years ago

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42993

Actions #7

Updated by Gerrit Code Review over 8 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42992

Actions #8

Updated by Markus Sommer over 8 years ago

  • Assignee set to Heiko Kromm
Actions #9

Updated by Gerrit Code Review over 8 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42992

Actions #10

Updated by Alexander Opitz over 8 years ago

  • Status changed from Under Review to Needs Feedback

Is this issue resolved with the patch of #69861 ?

Actions #11

Updated by Morton Jonuschat over 8 years ago

  • Category set to Content Rendering
  • Status changed from Needs Feedback to Resolved

Yes it is, just verified / backported

Actions #12

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF