Changeset 2561 in products for quintagroup.themetemplate


Ignore:
Timestamp:
Jun 18, 2010 12:43:04 PM (14 years ago)
Author:
mylan
Message:

Fix tests problem with bad qoutes in templates. Correct version - set to 0.25

Location:
quintagroup.themetemplate/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.themetemplate/trunk/quintagroup/themetemplate/localcommands/templates/importing/fixes.py_tmpl

    r1005 r2561  
    1010 
    1111def fix_archivest(ob): 
    12     ''' Fix #7334 bug of CMFEdition. 
    13         Fixed in CMFEdition v1.1.5+ 
    14     ''' 
     12    """ Fix #7334 bug of CMFEdition. 
     13        Fixed in CMFEdition v1.1.5+. 
     14    """ 
    1515    if portal_repository.isVersionable(ob): 
    1616        portal_repository.save(obj=ob, comment="") 
     
    3333def fix_all(ob): 
    3434    """ Recursive function for perform registered 
    35         actions for all internal objects 
     35        actions for all internal objects. 
    3636    """ 
    3737    [a(ob) for a in perobject_actions] 
     
    4343 
    4444def fix(context): 
    45     ''' Main fix function: fix defects of importing: 
    46         imported objects - absence in catalogs, some other issues''' 
     45    """ Main fix function: fix defects of importing: 
     46        imported objects - absence in catalogs, some other issues. 
     47    """ 
    4748    global portal_repository, portal_catalog 
    4849    global uid_catalog, reference_catalog 
  • quintagroup.themetemplate/trunk/setup.py

    r1364 r2561  
    22import os 
    33 
    4 version = '0.2.2' 
     4version = '0.23' 
    55 
    66tests_require=['zope.testing'] 
Note: See TracChangeset for help on using the changeset viewer.