Task #28590
closed
Backport some changes for 4.6 to 4.5 as discussed before (related to Cardlayout)
Added by Kay Strobach over 13 years ago.
Updated about 13 years ago.
Priority:
Won't have this time
Category:
Backend User Interface
Description
The following changes are related to the CardLayout, I asked in the ML wether this should be backported to 4.5 or not. - The answere was yes - it should be backported.
http://lists.typo3.org/pipermail/typo3-project-v4/2011-July/002602.html
#12664
Change I2bf206b7: [FEATURE] Speed-up Backend with CardLayout
#28523
Change Id749538d: [BUGFIX][!!!] Problems with new Card Layout in backend modules
#28384 (waiting for review)
Change I596962fc: [FEATURE] Add ExtJS xtype:modulepanel for BE Modules
#28594 (waiting for review)
Change I1692040e: [BUGFIX] The requested URL typo3/undefined was not found on this server
So could please some one who is experienced with git merge these changes and submit them for review? - Thanks
should be possible with
1. checkout master of 4.5
git checkout TYPO3_4-5
2. cherrypick changes
original patch
git fetch git://git.typo3.org/TYPO3v4/Core refs/changes/70/3370/19 && git cherry-pick FETCH_HEAD
bugfix of first patch
git fetch git://git.typo3.org/TYPO3v4/Core refs/changes/20/3820/5 && git cherry-pick FETCH_HEAD
3. commit changes
commit -amend -a
4. push
git push origin HEAD:refs/for/TYPO3_4-5/12664
but gerrit make serveral changes requests out of one push
After the review of the modulepanel this should be cherrypicked in step 2 too.
Regards
Kay
I suggest to only back port if the behavior in TYPO3 4.6 was streamlined.
So, please still wait some weeks/months until it's more stable in 4.6. Thanks!
agree ;) i just want to collect the issues to make it easier to merge lateron ;)
- Category set to Backend User Interface
- Target version changed from 4.5.5 to 4.5.6
- Target version changed from 4.5.6 to 4.5.8
- Status changed from New to Rejected
- Priority changed from Should have to Won't have this time
Thanks for your work on it, but since we don't have CardLayout in 4.6 we have nothing to backport yet. Keep up the great work and if we manage to make it possible and stable in 4.7 we might rethink about backporting it (if it still makes sense).
This task is closed.
Also available in: Atom
PDF