forked from plone/plone.app.contenttypes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
37 lines (20 loc) · 1.28 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Todo
====
[ ] Search indexes. Search for content in any of the custom fields does not work now.
[ ] Fix AddPloneSite form which selects which content-type framework to use.
1. Determine which framework is available within the form (radio selection) [Done]
* do not provide the option to select a framework unless both are available
* only allow selection of a content-type framwork from within the advanced form view
* By default use the Archetypes content-types framework
2. Fix the default content generation setupstep to work with both Archetypes and Dexterity.
[ ] Migration steps for base content-types
[ ] (Issue) The Discussion Item (Comment) is installed even when "No base content-types" is selected in the Plone addform.
[ ] (Issue) The Document (Page) content type is missing presentation mode.
[ ] (Issue) The Folder content type is missing functionality to set locally addable types.
Postponed
=========
[ ] Migration steps for customized content-types? Is this possible?
[ ] Use the new plone.app.event type (PLIP 10886: https://dev.plone.org/ticket/10886)
[ ] Documentation. What kind of documentation do we need?
[ ] Write PLIP to factor out ATContentTypes dependency from
Products.CMFPlone: https://dev.plone.org/ticket/12344