Feature #38711
closedCategorization into the Core
100%
Description
A common use case is to be able to categorize records in every advanced website. Besides that, there is the need to share categories across records. So far, each extension has to bring its own category implementation which is not an ideal situation.
To fill the gap, we would like to introduce a new category record type (sys_category) along with an API where extension developers could register their own tables to be categorized. The relations will be stored within "mm" tables as a less time consuming approach.
A first patch will provide:
- "sys_category" and "sys_category_mm" tables with SQL definition and their TCA
- a registration mechanism where third party extension can have their SQL fields + TCA generated on the fly.
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12672
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12672
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12672
Updated by Gerrit Code Review over 12 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12672
Updated by Gerrit Code Review over 12 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12672
Updated by Gerrit Code Review over 12 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12672
Updated by Gerrit Code Review over 12 years ago
Patch set 7 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12672
Updated by Gerrit Code Review over 12 years ago
Patch set 8 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12672
Updated by Fabien Udriot over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b5ba81a8fd9d33e8dfd0346f97db7e2f1997b0f4.
Updated by Philipp Gampe over 12 years ago
Entry for NEWS.txt is missing.
Also please push needed patches for the TYPO3 documentation (core_api I guess).
Updated by Fabien Udriot over 12 years ago
Entry for NEWS.txt is missing.
I have updated the Wiki for that purpose http://wiki.typo3.org/TYPO3_6.0#Category
Also please push needed patches for the TYPO3 documentation (core_api I guess).
There is already a ticket for that #38712. Will tackle the task when we have the patches for Category approved. Particularly this one: #38773
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed