Project

General

Profile

Actions

Task #28590

closed

Backport some changes for 4.6 to 4.5 as discussed before (related to Cardlayout)

Added by Kay Strobach over 12 years ago. Updated over 12 years ago.

Status:
Rejected
Priority:
Won't have this time
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2011-07-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Sprint Focus:

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


Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Feature #12664: Idea about faster loading modulesClosedKay Strobach2011-01-31

Actions
Related to TYPO3 Core - Bug #28523: Problems with new Card Layout in backend modulesClosed2011-07-27

Actions
Related to TYPO3 Core - Feature #28384: Add ExtJS Xtype for BE ModulesClosed2011-07-22

Actions
Related to TYPO3 Core - Bug #28594: The requested URL typo3/undefined was not found on this serverClosed2011-07-30

Actions
Actions #1

Updated by Kay Strobach over 12 years ago

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

Actions #2

Updated by Kay Strobach over 12 years ago

add #28594

Actions #3

Updated by Oliver Hader over 12 years ago

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!

Actions #4

Updated by Kay Strobach over 12 years ago

agree ;) i just want to collect the issues to make it easier to merge lateron ;)

Actions #5

Updated by Thorsten Kahler over 12 years ago

  • Category set to Backend User Interface
Actions #6

Updated by Oliver Hader over 12 years ago

  • Target version changed from 4.5.5 to 4.5.6
Actions #7

Updated by Chris topher over 12 years ago

  • Target version changed from 4.5.6 to 4.5.8
Actions #8

Updated by Ernesto Baschny over 12 years ago

  • 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.

Actions

Also available in: Atom PDF