-
Notifications
You must be signed in to change notification settings - Fork 1
/
MIGRATION
75 lines (54 loc) · 2.24 KB
/
MIGRATION
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
TODO
============================================================
* Bug when adding sidebar
* Test migration of CSS for feed boxes
* Does TagsAware Feed Views has to show private resources ? No hide private resources
* Add a search view on Navigation view ?
* Hide sidebar when it's not needed
* Test look&feel of wiki in new ITWS
* Bug Apache cache of header images and other (To test with last patch on itools)
* Section views do not displayed sidebar ...
Later
=============================
* Add SectionView that only show the content of a WebPage (Maybe should be the first view of section)
* Reflection: News Folder is maybe just a section with a specific view ?
* Automaticaly order on MENU
* Do not create tags at begining or ask for task to create ?
* Sidebar should be local or global ?
* Improve editing of menu: link to edit item is on number not on title
* Website: Allow to select language at creation, because it's confusing
* Ikaaro: Do not show "Configuration > Languages" if there's only one language
* Maybe /;rss should be a resource /feed/
* For future /;contact should be a resource /contact/
* Move "Add file with state" in ikaaro
* Rewrite "Add file without fill name"
* Fix type of bar packages
* Implement new AutomaticEditView (merge_dicts(title=Unicode(source='metadata', editable=True))
* Add in ikaaro our POPUP mechanism (rel=popup) & get_skin (is_popup)
* Add in ikaaro a mechanism to hide internal resources
Documentation
============================================
Skins
----------------
Skins has been moved on skins and skins_views (has it's made in ikaaro)
Skins templates
-----------------
- <link stl:if="favicon" rel="shortcut icon" href="${favicon_href}"
- type="${favicon_type}" />
+ <link rel="shortcut icon" href="${favicon_href}" type="${favicon_type}" />
We have to open bugs on ikaaro
============================================================
Move all that on ikaaro:
- RSS
- Sitemap.xml
- 404 webpage
- Robots.txt
- Tags folder
Before the upgrade
==================
Update the config.conf file.
Update modules list by adding 'wiki, ikaaro.tracker, ikaaro.calendar'
After the update
================
AddressFolder custom css is obsolete since it has been replaced by a Section
with HTMLContent and MapBox