Task #79721
closedUpgrade wizard to merge fe_session_data to fe_sessions
100%
Description
fe_session_data before the session framework patch holds session data of fe. this was merged into fe_sessions with the session framework patch.
it could be a good idea to have an install tool wizard to do that merging on the fly during upgrade. people who have long-living baskets could benefit from that since the basket contents are not lost during upgrade. it needs to be taken care that the anonymous flag is taken care correctly during this process.
The wizard migrates the existing data from fe_session_data into fe_sessions.
Existing entries in fe_sessions having an entry in fe_session_data are updated.
Entries in fe_session_data not found in fe_sessions are inserted with ses_anonymous = true
Updated by Thomas Hohn almost 8 years ago
- Status changed from New to In Progress
Updated by Gerrit Code Review almost 8 years ago
- Status changed from In Progress 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/51850
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51850
Updated by Gerrit Code Review almost 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51850
Updated by Gerrit Code Review almost 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51850
Updated by Gerrit Code Review almost 8 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51850
Updated by Gerrit Code Review almost 8 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51850
Updated by Gerrit Code Review almost 8 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51850
Updated by Gerrit Code Review almost 8 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51850
Updated by Gerrit Code Review almost 8 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51850
Updated by Thomas Hohn almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b2ff42a6601bba70ac42e9561c132540088a1452.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed