This repository has been archived by the owner on Nov 19, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
problem displaying images in FE #1
Open
p380
wants to merge
18
commits into
TYPO3-svn-archive:master
Choose a base branch
from
Ecodev:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This patch is the exact version as available from TER (but not from public svn/git)
This is the patch submitted on https://forge.typo3.org/issues/58818 by Kay Strobach that should bring TYPO3 6.2 compatibility
This is in preparation to an upgrade of JonDesign's SmoothGallery
Taken directly from jon1012/smoothgallery@205a5d5
In Chrome on a TYPO3 website (with jQuery using noConflict()) the thumbnails flicker when I hover over them. Also improve on responsivness. Fix #1
In 6.2 the t3lib_*-classes are legacy and are not present in the 7-branch of TYPO3 CMS anymore. Therefor replace them with namespaced equivalents. Also the minimum TYPO3-version is raised to 6.2.0.
[TASK] Replace t3lib_* with namespaced equivalents
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I installed dummy package TYPO3 6.2. Default configuration of "content adapter" in install tool is disabled ([FE][activateContentAdapter] = 0) but the images in FE not working correctly.
After I enabled activateContentAdapter it is working but it is a message that is slow.
What is the issue (typoscript)?