source: products/quintagroup.plonetabs/branches/tests/docs/HISTORY.txt @ 3435

Last change on this file since 3435 was 3435, checked in by potar, 12 years ago

Changed product version

  • Property svn:eol-style set to native
File size: 2.1 KB
Line 
1Changelog
2=========
3
40.7.1-dev (unreleased)
5----------------------
6* Updated code according with pep8, pylint, pyflakes
7  [potar]
8
9* Fixed tests and compatibility with Plone 3  (added plone detecting)
10  [potar]
11
120.7 - (12-03-2012)
13------------------
14* Updated permissions. Starting from Plone 4.1 it is necessary
15  to import permissions.zcml from Products.CMFCore.
16  [potar]
17
180.6 - (21-06-2011)
19------------------
20* Merged plone4 branch [chervol]
21
22* Confirmed plone4 compatibility [gotcha]
23
24* Take care of the case when there are no tabs [gotcha]
25
260.5b1 - Unreleased
27------------------
28
29* Updated documentation appropriately to changes and made it a valid reST text.
30  [piv]
31
32* Added tests, including tests for javascript code (using ecmaunit.js and
33  Selenium tests (be means of kss.demo package)).
34  [piv]
35
36* Added Ukrainian translation.
37  [piv]
38
39* Made package fully translatable.
40  [piv]
41
42* Added possibility to explicitly change configlet edit mode, between
43  rich (Ajax based) and plain (basic HTML) modes.
44  [piv]
45
46* Added uninstall procedure.
47  [piv]
48
49* Got rid of TODO.txt file.
50  [piv]
51
52* Added browser layer for installed product. Used it for browser views.
53  [piv]
54
55* Now portal status messages are hidden after 10 seconds (of course this
56  concerns only Ajax based mode ;-).
57  [piv]
58
59* Formatted python code to make it shorter or equal to 80 characters per line.
60  [piv]
61
62* Refactored presentation layer (html/css things).
63  [serg]
64
65* Made Ajax configlet fully compatible with IE7.
66  [piv]
67
68* Fixed switching between categories for IE7.
69  [piv]
70
71* Switched off browser's autocomplete feature for name field in add form.
72  [piv]
73
74* Refactored messaging strategy, made it a little bit friendlier and
75  more consistent.
76  [piv]
77
78* Fixed js id generation after cancel button.
79  [piv]
80
81
820.5a - January 29, 2009
83-----------------------
84
85* Improved actions reordering mechanism.
86  [piv]
87
88* Added possibility to edit actions of any categories located in
89  portal_actions tool.
90  [piv]
91
92* All templates are now zope 3 views.
93  [piv]
94
95* All Ajax functionality is based now on kss javascript framework.
96  [piv]
97
98* Initial package structure.
99  [zopeskel]
Note: See TracBrowser for help on using the repository browser.