Changeset 971 in products


Ignore:
Timestamp:
Sep 22, 2007 6:20:48 AM (17 years ago)
Author:
deo
Message:

Added the additional_keywords property to the seo_properties sheet. Fixed logic to not reset the properties content when reinstaling the product.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • qSEOptimizer/branches/additional-keywords/Extensions/Install.py

    r954 r971  
    5757        out.write("Added 'additional_keywords' property field to %s property sheet\n" % PROPERTY_SHEET) 
    5858 
    59     if not sheet.hasProperty('default_custom_metatags'): 
    60         sheet._setProperty('default_custom_metatags', DEFAULT_CUSTOM_METATAGS, 'lines') 
    61         out.write("Added 'default_custom_metatags' property field to %s property sheet\n" % PROPERTY_SHEET) 
    62  
    6359def setupSkin(self, out, layers): 
    6460    """Setup skins""" 
     
    110106            except AttributeError: 
    111107                action = ptype.getActionById('seo_properties', default=None ) 
     108 
    112109 
    113110            if action is None: 
Note: See TracChangeset for help on using the changeset viewer.