root/qPloneSkinDump/branches/plone_3.0/HISTORY.txt

Revision 1172 (checked in by mylan, 6 months ago)

Fixed bug with erasing imported objects on uninstallation SkinProduct?

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