Changeset 148 for plone4biotheme.base
- Timestamp:
- 06/20/10 23:12:51 (20 months ago)
- Location:
- plone4biotheme.base/trunk
- Files:
-
- 3 removed
- 6 modified
- 1 moved
-
docs/HISTORY.txt (modified) (1 diff)
-
plone4biotheme/base/browser/viewlets.py (modified) (1 diff)
-
plone4biotheme/base/profiles/default/metadata.xml (modified) (1 diff)
-
plone4biotheme/base/profiles/default/skins.xml (modified) (1 diff)
-
plone4biotheme/base/skins/plone4biotheme_base_custom_images/logo.png (moved) (moved from plone4biotheme.base/trunk/plone4biotheme/base/skins/plone4biotheme_base_custom_images/plone4bio-logo.png)
-
plone4biotheme/base/skins/plone4biotheme_base_styles/authoring.css.dtml (deleted)
-
plone4biotheme/base/skins/plone4biotheme_base_styles/base_properties.props (deleted)
-
plone4biotheme/base/skins/plone4biotheme_base_styles/public.css.dtml (deleted)
-
plone4biotheme/base/tests.py (modified) (2 diffs)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plone4biotheme.base/trunk/docs/HISTORY.txt
r65 r148 2 2 ========= 3 3 4 1.0 - Unreleased 5 ---------------- 4 1.1.0 - Unreleased 5 ------------------ 6 7 * Plone 4.x 8 9 1.0.0 - 2010/03/06 10 ------------------ 6 11 7 12 * Initial release -
plone4biotheme.base/trunk/plone4biotheme/base/browser/viewlets.py
r65 r148 1 from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile2 from plone.app.layout.viewlets.common import ViewletBase1 # from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile 2 # from plone.app.layout.viewlets.common import ViewletBase 3 3 -
plone4biotheme.base/trunk/plone4biotheme/base/profiles/default/metadata.xml
r103 r148 1 1 <?xml version="1.0"?> 2 2 <metadata> 3 <version>1. 0.0</version>3 <version>1.1.0</version> 4 4 </metadata> -
plone4biotheme.base/trunk/plone4biotheme/base/profiles/default/skins.xml
r65 r148 13 13 directory="plone4biotheme.base:skins/plone4biotheme_base_styles"/> 14 14 15 <skin-path name="Basic Plone4Bio Theme" based-on=" Plone Default">15 <skin-path name="Basic Plone4Bio Theme" based-on="Sunburst Theme"> 16 16 <layer name="plone4biotheme_base_custom_images" 17 17 insert-after="custom"/> -
plone4biotheme.base/trunk/plone4biotheme/base/tests.py
r65 r148 1 1 import unittest 2 2 3 from zope.testing import doctestunit4 from zope.component import testing3 # from zope.testing import doctestunit 4 # from zope.component import testing 5 5 from Testing import ZopeTestCase as ztc 6 6 7 from Products.Five import zcml7 # from Products.Five import zcml 8 8 from Products.Five import fiveconfigure 9 9 from Products.PloneTestCase import PloneTestCase as ptc … … 24 24 def tearDown(cls): 25 25 pass 26 27 26 28 27 def test_suite(): -
plone4biotheme.base/trunk/setup.py
r103 r148 2 2 import os 3 3 4 version = '1. 0.0'4 version = '1.1.0' 5 5 6 6 setup(name='plone4biotheme.base', 7 7 version=version, 8 description="An installable theme for Plone 3.0",8 description="An installable theme for Plone 4.0", 9 9 long_description=open("README.txt").read() + "\n" + 10 10 open(os.path.join("docs", "HISTORY.txt")).read(),
