source: products/quintagroup.plonetabs/trunk/docs/HISTORY.txt

Last change on this file was 3683, checked in by kroman0, 11 years ago

Added French translations from transifex, thanks Marc Sokolovitch

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