Changeset 1346
- Timestamp:
- 07/24/08 16:59:41 (4 months ago)
- Files:
-
- PleiadesEntity/trunk/content/Location.py (modified) (1 diff)
- PleiadesEntity/trunk/models/PleiadesEntity.zargo (modified) (previous)
- PleiadesEntity/trunk/profiles/default/import_steps.xml (modified) (3 diffs)
- PleiadesEntity/trunk/version.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
PleiadesEntity/trunk/content/Location.py
r1307 r1346 35 35 label_msgid='PleiadesEntity_label_geometry', 36 36 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', 37 57 i18n_domain='PleiadesEntity', 38 58 ), PleiadesEntity/trunk/profiles/default/import_steps.xml
r1307 r1346 7 7 handler="Products.PleiadesEntity.setuphandlers.installVocabularies" 8 8 title="Install Vocabularies for PleiadesEntity" 9 version="2008-0 5-05T16:43:15.936158">9 version="2008-07-23T17:28:26.213237"> 10 10 <dependency step="PleiadesEntity-QI-dependencies"/> 11 11 Installs the vocabulary files into vocabulary library for PleiadesEntity … … 16 16 handler="Products.PleiadesEntity.setuphandlers.updateRoleMappings" 17 17 title="Update Workflow role mappings for PleiadesEntity" 18 version="2008-0 5-05T16:43:15.936158">18 version="2008-07-23T17:28:26.213237"> 19 19 <dependency step="PleiadesEntity-QI-dependencies"/> 20 20 updates the workflow role mappings for PleiadesEntity … … 25 25 handler="Products.PleiadesEntity.setuphandlers.postInstall" 26 26 title="manual coded post-install for PleiadesEntity" 27 version="2008-0 5-05T16:43:15.936158">27 version="2008-07-23T17:28:26.213237"> 28 28 <dependency step="PleiadesEntity-QI-dependencies"/> 29 29 manual coded post-install for PleiadesEntity PleiadesEntity/trunk/version.txt
r1307 r1346 1 0.2 build 28 01 0.2 build 281
