Changeset 1346

Show
Ignore:
Timestamp:
07/24/08 16:59:41 (4 months ago)
Author:
sgillies
Message:

Add location accuracy and explanation fields

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PleiadesEntity/trunk/content/Location.py

    r1307 r1346  
    3535            label_msgid='PleiadesEntity_label_geometry', 
    3636            description_msgid='PleiadesEntity_help_geometry', 
     37            i18n_domain='PleiadesEntity', 
     38        ), 
     39    ), 
     40    FloatField( 
     41        name='accuracy', 
     42        widget=FloatField._properties['widget']( 
     43            label="Accuracy value", 
     44            description="Accuracy (horizontal) of geometry coordinates in meters", 
     45            label_msgid='PleiadesEntity_label_accuracy', 
     46            description_msgid='PleiadesEntity_help_accuracy', 
     47            i18n_domain='PleiadesEntity', 
     48        ), 
     49    ), 
     50    StringField( 
     51        name='explanation', 
     52        widget=StringField._properties['widget']( 
     53            label="Accuracy explanation", 
     54            description="An explanation of the accuracy of the horizontal coordinate measurements and a description of the tests used.", 
     55            label_msgid='PleiadesEntity_label_explanation', 
     56            description_msgid='PleiadesEntity_help_explanation', 
    3757            i18n_domain='PleiadesEntity', 
    3858        ), 
  • PleiadesEntity/trunk/profiles/default/import_steps.xml

    r1307 r1346  
    77    handler="Products.PleiadesEntity.setuphandlers.installVocabularies" 
    88    title="Install Vocabularies for PleiadesEntity" 
    9     version="2008-05-05T16:43:15.936158"> 
     9    version="2008-07-23T17:28:26.213237"> 
    1010   <dependency step="PleiadesEntity-QI-dependencies"/> 
    1111   Installs the vocabulary files into vocabulary library for PleiadesEntity 
     
    1616    handler="Products.PleiadesEntity.setuphandlers.updateRoleMappings" 
    1717    title="Update Workflow role mappings for PleiadesEntity" 
    18     version="2008-05-05T16:43:15.936158"> 
     18    version="2008-07-23T17:28:26.213237"> 
    1919   <dependency step="PleiadesEntity-QI-dependencies"/> 
    2020   updates the workflow role mappings for PleiadesEntity 
     
    2525    handler="Products.PleiadesEntity.setuphandlers.postInstall" 
    2626    title="manual coded post-install for PleiadesEntity" 
    27     version="2008-05-05T16:43:15.936158"> 
     27    version="2008-07-23T17:28:26.213237"> 
    2828   <dependency step="PleiadesEntity-QI-dependencies"/> 
    2929   manual coded post-install for PleiadesEntity 
  • PleiadesEntity/trunk/version.txt

    r1307 r1346  
    1 0.2 build 280 
     10.2 build 281