Changeset 1115
- Timestamp:
- 05/07/08 12:38:44
- Files:
-
- qPloneSkinDump/branches/plone_3.0/HISTORY.txt (modified) (1 diff)
- qPloneSkinDump/branches/plone_3.0/skin_template/utils.py (modified) (2 diffs)
- qPloneSkinDump/branches/plone_3.0/version.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneSkinDump/branches/plone_3.0/HISTORY.txt
r1110 r1115 1 qPloneSkinDump 0.8.5 2 3 - Fix importing bug: wrong import directory calculating 4 for generated skin. Discover itself when skin places in 5 different directory, than instance's Products. 6 7 1 8 qPloneSkinDump 0.8.4 2 9 qPloneSkinDump/branches/plone_3.0/skin_template/utils.py
r1027 r1115 11 11 from Products.%(SKIN_PRODUCT_NAME)s.config import * 12 12 from fixes import fix 13 from Globals import package_home 13 14 14 15 ###################################################################### … … 43 44 cfg = getConfiguration() 44 45 instance_ipath = osp.join(cfg.instancehome, "import") 45 product_ipath = osp.join( PRODUCTS_PATH, PRODUCT_NAME, "import")46 product_ipath = osp.join(package_home(GLOBALS), "import") 46 47 # Check presence of Product import directory 47 48 if not osp.isdir(product_ipath): qPloneSkinDump/branches/plone_3.0/version.txt
r1110 r1115 1 0.8. 41 0.8.5
