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

Last change on this file since 1552 was 72, checked in by chervol, 18 years ago

create branch for Plone 2.0.5version

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