Bug #52211
closedAdmin Panel image URLs don't respect absRefPrefix
100%
Description
If
config.absRefPrefix = /
is used, the slash will not be prefixed to the image URLs in the admin panel.
Files
Updated by Gerrit Code Review over 10 years ago
- Status changed from New 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 https://review.typo3.org/29535
Updated by Gerrit Code Review about 10 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/29535
Updated by Gerrit Code Review about 10 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/29535
Updated by Gerrit Code Review about 10 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/29535
Updated by Gerrit Code Review over 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/29535
Updated by Gerrit Code Review over 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/29535
Updated by Gerrit Code Review over 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/29535
Updated by Gerrit Code Review over 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40867
Updated by Alexander Stehlik over 9 years ago
Step by step instructions to reproduce the problem in TYPO3 6.2:
- install realurl
- activate .htaccess
- create a page and a subpage
- create a template (setup see below)
- go to the Frontend and enable all settings except "Explain SELECT queries" in the TypoScript section of the admin panel
- now navigate to the subpage (e.g. http://myurl.tld/subpage/)
- The icons in the tree are missing (see screenshot)
This should be in your template setup:
config.tx_realurl_enable = 1 config.admPanel = 1 config.absRefPrefix = / page = PAGE page.10 = HMENU page.10.1 = TMENU page.10.1.NO.wrap = <p>|</p>
Hints! You must navigate to the subpage using realurl! As soon as you change a setting in the admin panel you are redirected to the non realurl version of the page and the problem is gone.
Updated by Gerrit Code Review over 9 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/29535
Updated by Gerrit Code Review over 9 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/29535
Updated by Gerrit Code Review about 9 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/29535
Updated by Gerrit Code Review about 9 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/29535
Updated by Alexander Stehlik about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 58c25ccfc20cf92a3af133bce9951f2cfe4758fb.