source: products/qPloneSkinDump/branches/multipleslots/HISTORY.txt @ 1591

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

Building directory structure

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