source: products/qPloneSkinDump/branches/pastescript/HISTORY.txt @ 1552

Last change on this file since 1552 was 1, checked in by myroslav, 18 years ago

Building directory structure

File size: 4.1 KB
Line 
1qPloneSkinDump 0.8.1
2
3    - essential improvements of dumping portlets
4
5qPloneSkinDump 0.8.0
6    - configlet form improvement
7    - fixed migration bugs to plone3
8    - added support for plone_view_customizations dump
9    - refactor old-style installer to portal_setup
10
11qPloneSkinDump 0.7.3
12    - Add support skins, generated under older qPloneSkinDump version.
13    - Fix some issues
14
15qPloneSkinDump 0.7.2
16    - Fixed id.extension - meta_type confusing bug.
17
18qPloneSkinDump 0.7.1
19    - Fixed bug of dumping to new Skin Product objects with none ascii
20      characters
21
22qPloneSkinDump 0.7
23
24    - Added registration/unregistration possibility
25      for Skin Product's ECMA scripts in portal_javascripts
26      registry through installation/uninstallation new Skin Product.
27      Only for Plone 2.1+
28    - Performed complete dumping of CSS and JavaScripts
29      registries from skin's designer Plone instance
30      to Skin Product. Was realised dumping only "enable"
31      property.
32    - Added opportunity for skin designer to make desigion if perform
33      portal resources(css and|or javascripts) dumping or not.
34      This feature added to configlet and also present in config.py
35      module of new Skin Product.
36    - Added complete documentation for Skin Product's config.py
37      module's
38      constants.
39    - Added flexible opportunity to extend installation
40      tuning functions in config.py module of generated Skin
41      Product. This function will be called on new Skin Product
42      installation.
43    - Purify qPloneSkinDump and serving modules.
44    - Resolved controller resources .metadata file dumping bug.
45    - Purify Install and utils modules of generated Skin Product.
46    - Changed qPloneSkinDump control interface.
47
48qPloneSkinDump 0.5.6
49    - Added possibility to import to portal root objects from
50      '<Product>/import' directory, based on import policy
51      ["only_new","backup","overwrite"] from config.py of
52      Skin Product.
53
54qPloneSkinDump 0.5.3
55    - Completly rewrite instal/uninstall procedures of
56      generated skin-product with code reliability increasing.
57    - Replace blocking to automatically uninstalling
58      other skin-product(s)
59    - Add README.txt and INSTALL.txt to generated product
60
61
62qPloneSkinDump 0.5
63    - Corrected installation/deinstallation of generated product
64    - update backup functionality for portal_css regestry
65    - add blocking from simultaneously presenting more than 1
66      skin-product in a site for prevent styles overlapping
67
68
69qPloneSkinDump 0.4.0.1
70    - Reaadme corrected
71
72
73qPloneSkinDump 0.4.0
74    - added possibility of flexible customizing slots list
75      for new Skin Product
76    - update i18n
77
78
79qPloneSkinDump 0.3.0
80
81    - added registration/unregistration possibility
82      for css content of Skin Product in portal_css registry
83      through installation/uninstallation new Skin Product
84      in Plone 2.1
85
86
87qPloneSkinDump 0.2.3
88
89    - remove escaping of quotes and single quotes
90    - add validation on product and it's skin names
91
92
93qPloneSkinDump 0.2.2
94
95    - renamed to qPloneSkinDump
96
97QSkinDump 0.2.1
98
99    - Add possibility of write copying and recognizing objects
100      from ZMI to FS Product. This functionality is actual for
101      those objects, which has no extension in id. It's realize
102      by adding ".objects" file in skin directory on FS.
103
104    - Add i18n translation for Ukrain.
105
106
107QSkinDump 0.2
108
109    - Add possibility point base skin for SKIN PRODUCT.
110        - Changed form, validator, script of configlet.
111        - Changed 'createProduct' and 'makeNewProduct' functions
112          of QSkinDump.py module
113
114    - Optimized Install.py script of skin_template product.
115        - added possibility build NEW SKIN layer's list
116          on one of variants (base_skin [pointed earlier],
117          skin from uninstall_property, current default skin)
118        - raise up reliability through adding checkking
119          situations when in user sistem present
120          same name layer in base skin
121        - in 'uninstall' function added removing layer of
122          removed skin from other skins (in case of base
123          other skins on removed one)
124
125
126QSkinDump 0.1
127
128    - Initial release
129
130
131
Note: See TracBrowser for help on using the repository browser.