Changeset 833


Ignore:
Timestamp:
07.01.2010 19:34:32 (2 years ago)
Author:
cmeier
Message:

changed update-sites; bugfix getTeaserElements

Location:
ZMS/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/import/configure.zcml

    r627 r833  
    22  <source location="./"/> 
    33  <source location="http://www.zms-publishing.com/import/"/> 
    4   <source location="http://zmslabs.org/download/cmess/"/>" 
     4  <source location="http://zmslabs.org/download/CMESS/"/> 
    55</configure> 
  • ZMS/trunk/import/zms.metaobj.xml

    r822 r833  
    35793579obs.reverse() 
    35803580for 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] 
    35823582  if abort_penetrance: 
    35833583    break 
  • ZMS/trunk/www/themes.zcml

    r627 r833  
    11<configure xmlns="http://namespaces.zope.org/zope" xmlns:zms="http://namespaces.zope.org/zms"> 
    22  <source location="http://www.zms-publishing.com/import/themes"/> 
     3  <source location="http://zmslabs.org/download/CMESS/themes"/> 
    34</configure> 
Note: See TracChangeset for help on using the changeset viewer.