Changeset 833
- Timestamp:
- 07.01.2010 19:34:32 (2 years ago)
- Location:
- ZMS/trunk
- Files:
-
- 3 edited
-
import/configure.zcml (modified) (1 diff)
-
import/zms.metaobj.xml (modified) (1 diff)
-
www/themes.zcml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/import/configure.zcml
r627 r833 2 2 <source location="./"/> 3 3 <source location="http://www.zms-publishing.com/import/"/> 4 <source location="http://zmslabs.org/download/ cmess/"/>"4 <source location="http://zmslabs.org/download/CMESS/"/> 5 5 </configure> -
ZMS/trunk/import/zms.metaobj.xml
r822 r833 3579 3579 obs.reverse() 3580 3580 for ob in obs: 3581 abort_penetrance = ob.meta_type == 'ZMSLinkElement' or ob.getObjProperty('attr_zmsteasercontainer_abort_penetrance',request) mot in ['',0]3581 abort_penetrance = ob.meta_type == 'ZMSLinkElement' or ob.getObjProperty('attr_zmsteasercontainer_abort_penetrance',request) not in ['',0] 3582 3582 if abort_penetrance: 3583 3583 break -
ZMS/trunk/www/themes.zcml
r627 r833 1 1 <configure xmlns="http://namespaces.zope.org/zope" xmlns:zms="http://namespaces.zope.org/zms"> 2 2 <source location="http://www.zms-publishing.com/import/themes"/> 3 <source location="http://zmslabs.org/download/CMESS/themes"/> 3 4 </configure>
Note: See TracChangeset
for help on using the changeset viewer.
