-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TASK] Modernize GIFBUILDER example #824
[TASK] Modernize GIFBUILDER example #824
Conversation
The old example referred to some TypoScript configuration delivered with some ancient TYPO3 version (maybe CSS Styles Content) in TYPO3 version 3 or 4. The current example is now independent from some outdated constant and uses fixed values. Releases: main, 12.4, 11.5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool!
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-11.5 11.5
# Navigate to the new working tree
cd .worktrees/backport-11.5
# Create a new branch
git switch --create backport-824-to-11.5
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 8d5fff8fc1600beabafc27de8fa12c6448b58807,51f7066a727da85be1905759dc9461429321e03d
# Push it to GitHub
git push --set-upstream origin backport-824-to-11.5
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-11.5 Then, create a pull request where the |
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-12.4 12.4
# Navigate to the new working tree
cd .worktrees/backport-12.4
# Create a new branch
git switch --create backport-824-to-12.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 8d5fff8fc1600beabafc27de8fa12c6448b58807,51f7066a727da85be1905759dc9461429321e03d
# Push it to GitHub
git push --set-upstream origin backport-824-to-12.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-12.4 Then, create a pull request where the |
…ion#824) The old example referred to some TypoScript configuration delivered with some ancient TYPO3 version (maybe CSS Styles Content) in TYPO3 version 3 or 4. The current example is now independent from some outdated constant and uses fixed values. Releases: main, 12.4, 11.5
The old example referred to some TypoScript configuration delivered with some ancient TYPO3 version (maybe CSS Styles Content) in TYPO3 version 3 or 4. The current example is now independent from some outdated constant and uses fixed values. Releases: main, 12.4, 11.5
…ion#824) The old example referred to some TypoScript configuration delivered with some ancient TYPO3 version (maybe CSS Styles Content) in TYPO3 version 3 or 4. The current example is now independent from some outdated constant and uses fixed values. Releases: main, 12.4, 11.5
The old example referred to some TypoScript configuration delivered with some ancient TYPO3 version (maybe CSS Styles Content) in TYPO3 version 3 or 4. The current example is now independent from some outdated constant and uses fixed values. Releases: main, 12.4, 11.5
Proven by the example introduced with TYPO3-Documentation#824. Releases: main, 12.4, 11.5
Proven by the example introduced with #824. Releases: main, 12.4, 11.5
Proven by the example introduced with #824. Releases: main, 12.4, 11.5
Proven by the example introduced with #824. Releases: main, 12.4, 11.5
Proven by the example introduced with #824. Releases: main, 12.4, 11.5 Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com>
Proven by the example introduced with #824. Releases: main, 12.4, 11.5 Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com>
The old example referred to some TypoScript configuration delivered with some ancient TYPO3 version (maybe from "css_styled_contents" system extension) in TYPO3 version 3 or 4. The current example is now independent from some outdated constant and uses fixed values. Additionally, the output image is added.
Releases: main, 12.4, 11.5