Changeset 1124
- Timestamp:
- 06/25/08 05:57:48
- Files:
-
- qPloneSkinDump/branches/plone_3.0/HISTORY.txt (modified) (1 diff)
- qPloneSkinDump/branches/plone_3.0/skin_template/config.py (modified) (1 diff)
- qPloneSkinDump/branches/plone_3.0/skin_template/profiles.zcml (modified) (1 diff)
- qPloneSkinDump/branches/plone_3.0/version.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneSkinDump/branches/plone_3.0/HISTORY.txt
r1115 r1124 1 qPloneSkinDump 0.8.6 2 3 - fixed profile names for correct displaying in quickinstaller tool 4 1 5 qPloneSkinDump 0.8.5 2 6 qPloneSkinDump/branches/plone_3.0/skin_template/config.py
r1096 r1124 114 114 ## GenericSetup constants 115 115 GS_INSTALL_PROFILE = "profile-Products.%(product_name)s:default" 116 GS_AFTERINSTALL_PROFILE = "profile-Products.%(product_name)s: afterinstall"116 GS_AFTERINSTALL_PROFILE = "profile-Products.%(product_name)s:installafter" 117 117 GS_UNINSTALL_PROFILE = "profile-Products.%(product_name)s:uninstall" qPloneSkinDump/branches/plone_3.0/skin_template/profiles.zcml
r1096 r1124 13 13 14 14 <genericsetup:registerProfile 15 name=" afterinstall"15 name="installafter" 16 16 title="%(product_name)s:afterinstall" 17 17 directory="profiles/afterinstall" qPloneSkinDump/branches/plone_3.0/version.txt
r1115 r1124 1 0.8. 51 0.8.6
