-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathCHANGES.txt
109 lines (70 loc) · 3.04 KB
/
CHANGES.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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Changelog
=========
0.5.1 (Unreleased)
------------------
0.5 (2016-02-26)
----------------
* Use kotti_settings for configuration of the navigation widget.
The previously used configuration in the ini file is not supported
anymore. The configuration is now done via the settings interface
where you can adjust the navigation widget to your needs at run time.
0.4a2 (2013-04-18)
------------------
* Clarified descriptions and improved wording in the readme. [geojeff]
0.4a1 (2013-04-18)
------------------
* Warning: the changes for this release do wholesale renaming, so existing
deployments will require adjustment.
* Moved to a configuration approach that allows multiple navigation displays,
in different locations, where the new concept of location encompasses both
slots and the top, which is the area of Kotti's default navbar. [geojeff]
* Added an include_content_types param, as a counterpart to the existing
exclude_content_types. This way a display type can be set to only include
specific content types, as with an images-only display. [geojeff]
* Devised new display type names that are more specific and descriptive, and
are representative of the options available with Bootstrap. [geojeff]
* Changed the handling of the top location to remove the default Kotti nav
altogether, and replace it with optional specific placement of the menu
display type, restricted to the area between brand and search in the Kotti
navbar, and allowing any display type underneath the navbar. [geojeff]
* Added a breadcrumbs display type that is the same as the default Kotti one,
but with a configurable label. [geojeff]
* Added a treatment for the menu display type for root, so that it is always
shown (previously, the menu simply did not show for root). [geojeff]
0.3 (2013-04-17)
----------------
- No changes.
0.3b1 (2013-03-11)
------------------
* Made the context menu highlight context as the active li item. [geojeff]
* Added logic for better home label in context menu. [geojeff]
0.3a2 (2013-02-01)
------------------
* Added slots and options. [geojeff]
* Added possible slot positions where the navigation can be shown.
* Added new display type list.
* Added option to set a label for the navigation.
* See README.rst for more informations.
0.3a1 (2012-12-04)
------------------
* Changes for compatibility with Kotti>=0.8. These changes
are not backward compatibel. If you want to use kotti_navigation
with Kotti<=0.7.x then pin kotti_navigation to 0.2.
* Use new children_with_permission function on context.
* Use view_config decoration for views.
0.2 (2012-08-15)
----------------
* Use assign_slot for slots instead of depricated register slot. [j23d]
0.2a3 (2012-07-02)
------------------
* Move border from bottom to top for submenu. [j23d]
0.2a2 (2012-06-18)
------------------
* Fix structure of navigation list. [j23d]
0.2a1 (2012-06-16)
------------------
* Move to fanstatic for static resource inclusion. [disko]
* Added option to exclude content types from the navigation. [j23d]
0.1
---
* Initial release [j23d]