source: products/qPloneSkinDump/tags/0.7.1/HISTORY.txt @ 1552

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

Building directory structure

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