Ajout de GroupUserFolder extrait de l'état suivant :
[GroupUserFolder.git] / TODO
1 TODO-LIST
2
3 * Virer lien cliquable onglet "Users" sur utilisateurs qui ne sont PAS dans
4 getUserNames()
5
6 * check caches ?
7
8 * Corriger le bug des arguments par défaut:
9
10 - grep -R "def.*= \[\]" *
11
12 - grep -R "def.*= {}" *
13
14 Cf. http://www.ferg.org/projects/python_gotchas.html#bct_sec_5
15
16 [v3.2]
17
18 * Reactivated cache expiration code (thanks to J.P. LADAGE)
19
20 * GRUF3 preview mode with Plone2.0.x
21
22
23 [v3.1]
24
25 * Allow LocalRole blacklisting
26
27 * [Plone] Allow user property mutation: needs MembershipTool update !
28
29 * [ZMI] Add an "Add group/roles" and "Remove group/roles" along with the
30 current "Change" button on users/group view (thanks to Danny Bloemendaal)
31
32 * [ZMI] Improve ZMI for large users lists (batching, 'select all' buttons,
33 'expand all' for tree, ...)
34
35 * [CMF] Test within CMF (not only Plone)
36
37 * [ZMI] Improve users/groups admin screens:
38
39 - use thin borders for audit table and fix cell width
40
41 - add a 'toggle getUserNames()' button on 'Users' tab and use getUsers() by default
42
43 [v3.0 => Planned 2003-06]
44
45 DONE * [LDAP] Improve group mapping for already existing groups
46
47 DONE * [Core] Implement join()/leave() methods (and logic!) on groups
48
49 DONE * [Core] Implement some feature to make LDAPUF roles/groups binding easier
50
51 DONE * Plone tools refactoring (user interface must support nested groups, cleaning necessary,
52 API refactoring necessary)
53
54 DONE * FIX DOCUMENTATION (especially README & INSTALLs)
55
56 DONE * Apply security on API methods
57
58 DONE * Check users overview : users disapear sometimes
59
60 DONE * Pass to ZPL licence
61
62 DONE * [CMF/Plone] Test & Document change_password
63
64 DONE * [CMF/Plone] Test & Document searchResults
65
66 DONE * [Doc] Document the whole GRUF API
67
68 [v1.4 => Planned 2003-08-31]
69
70 DONE * [Core] Implement multi-UserFolder-sources
71
72 * [Core/ZMI] Implement something to list all members of a particular group
73 and put this view in individual group management screen.
74
75 [v1.31 => Planned 2003-08-31]
76
77 DONE * [Core] Fix impossible group removing in users view
78
79 DONE * [ZMI] Optimize screens
80
81 DONE * [CMF/Plone] Fix groups loss when changing pw
82