• Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 161

Show
Ignore:
Timestamp:
02/29/08 13:54:54 (6 months ago)
Author:
andrew
Message:

Added new namespace to controllers in validator.

Files:
1 modified

  • Xml/Validator/WebApp/validator/controllers.py (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • Xml/Validator/WebApp/validator/controllers.py

    r135 r161  
    117117                                elif result.theNamespace == "http://www.openmicroscopy.org/Schemas/OME/2007-06": 
    118118                                        schema = "http://www.openmicroscopy.org/Schemas/OME/2007-06 (Standard V2)" 
     119                                elif result.theNamespace == "http://www.openmicroscopy.org/Schemas/OME/2008-02": 
     120                                        schema = "http://www.openmicroscopy.org/Schemas/OME/2008-02 (Standard V1)" 
    119121                                else: 
    120                                         schema = "No schema found - using http://www.openmicroscopy.org/Schemas/OME/2007-06 (Standard V2)" 
     122                                        schema = "No schema found - using http://www.openmicroscopy.org/Schemas/OME/2008-02 (Standard V1)" 
    121123                                return dict(filepath=filename, result=result, schema=schema) 
    122124                else: 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/