forked from plone/plonetheme.sunburst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
37 lines (24 loc) · 1.3 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
Remaining/known issues:
- Look in main_template for TODO markers; I'm hoping we can simplify or remove
some of the more complex TAL expressions, or move them to views.
Help appreciated. :)
- Pulldown menus should be display: none by default, then add a display
property once they are clicked, so you don't get the "menu flashing" on load
- Add support for the jQuery Tools dialog for deletion — both from the actions
menu and from folder_contents
- Fix formlib forms to insert a div with class="formControls" on its submit
buttons.
- Theme is not split up in multiple files yet — we'll probably do a simple
public/edit interface split to encourage reuse, but not as many files as Plone
3.
- Personal bar is missing My Profile link, prefs should link directly to the
preferences, not to the intermediate page - and probably be named
My Preferences.
- The searchField/inputLabel JS should apply the type="search" dynamically using
Martijn's script for this.
- Remove the "Subfolder" tab from Collections, "Contents" does the same thing.
- Dashboard page needs some improvements and updates.
Need more testing:
- IE6/7 should be functional now, but I haven't tested this personally yet — I
trust Denys on these things, though. :)
- Limited RTL testing/updates done, need more eyes on this.