Changeset 797

Show
Ignore:
Timestamp:
04/27/07 15:07:54 (2 years ago)
Author:
sgillies
Message:

mark manage_addDelete deprecated for all classes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PleiadesEntity/trunk/configure.zcml

    r689 r797  
    5757    /> 
    5858 
     59  <five:deprecatedManageAddDelete 
     60    class=".content.Name.Name" 
     61    /> 
     62 
     63  <five:deprecatedManageAddDelete 
     64    class=".content.Location.Location" 
     65    /> 
     66 
     67  <five:deprecatedManageAddDelete 
     68    class=".content.Place.Place" 
     69    /> 
     70 
     71  <five:deprecatedManageAddDelete 
     72    class=".content.PlacefulAssociation.PlacefulAssociation" 
     73    /> 
     74 
     75  <five:deprecatedManageAddDelete 
     76    class=".content.LocationContainer.LocationContainer" 
     77    /> 
     78 
     79  <five:deprecatedManageAddDelete 
     80    class=".content.PlaceContainer.PlaceContainer" 
     81    /> 
     82 
     83  <five:deprecatedManageAddDelete 
     84    class=".content.TemporalAttestation.TemporalAttestation" 
     85    /> 
     86 
     87  <five:deprecatedManageAddDelete 
     88    class=".content.SecondaryReference.SecondaryReference" 
     89    /> 
     90 
    5991  <browser:page   
    6092    for=".interfaces.IGeoEntity" 
  • PleiadesEntity/trunk/tests/test_docfiles.py

    r684 r797  
    1515PloneTestCase.installProduct('ATVocabularyManager') 
    1616PloneTestCase.installProduct(PRODUCT_NAME) 
    17 PloneTestCase.setupPloneSite(products=['ATVocabularyManager', 'PleiadesGeocoder', PRODUCT_NAME]) 
     17PloneTestCase.setupPloneSite(products=['Archetypes', 'ATVocabularyManager', 'PleiadesGeocoder', PRODUCT_NAME]) 
    1818 
    1919REQUIRE_TESTBROWSER = ['PublishGeoEntity.txt']