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

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

Updated HISTORY.txt

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