def __init__(self, id):
     NaayaContentUpdater.__init__(self, id)
     self.title = 'Update SurveyAnswers'
     self.description = 'Adds the modification_time attribute to SurveyAnswer'
     self.update_meta_type = SurveyAnswer.meta_type
 def __init__(self, id):
     NaayaContentUpdater.__init__(self, id)
     self.title = 'Update Naaya Photo Archive to version 2.0'
     self.description = 'Step 3 - Generate listing display'
     self.update_meta_type = 'Naaya Photo'
示例#3
0
 def __init__(self, id):
     NaayaContentUpdater.__init__(self, id)
     self.title = 'Add Survey Tool to Naaya Site'
     self.description = 'Add Survey Tool if necessarily'
 def __init__(self, id):
     NaayaContentUpdater.__init__(self, id)
     self.title = 'Update Naaya Photo Archive to version 2.0'
     self.description = 'Step 4 - Fix photo Original display.'
     self.update_meta_type = 'Naaya Photo'
 def __init__(self, id):
     NaayaContentUpdater.__init__(self, id)
     self.title = 'Update Naaya Survey properties'
     self.description = 'Add allow_overtime property'
     self.update_meta_type = 'Naaya Mega Survey'
 def __init__(self, id):
     NaayaContentUpdater.__init__(self, id)
     self.title = 'Update Naaya Survey properties'
     self.description = 'Add allow_overtime property'
     self.update_meta_type = 'Naaya Mega Survey'
示例#7
0
 def __init__(self, id):
     NaayaContentUpdater.__init__(self, id)
     self.title = 'Update Naaya Survey Tool'
     self.description = 'Update Naaya Survey Tool.'
     self.update_meta_type = SurveyTool.meta_type
 def __init__(self, id):
     NaayaContentUpdater.__init__(self, id)
     self.title = 'Add Survey Tool to Naaya Site'
     self.description = 'Add Survey Tool if necessarily'
 def __init__(self, id):
     NaayaContentUpdater.__init__(self, id)
     self.title = 'Update Naaya Photo Archive to version 2.0'
     self.description = 'Step 1 - Recreate photo folders/photos'
     self.update_meta_type = 'Naaya Photo Folder'
示例#10
0
 def __init__(self, id):
     NaayaContentUpdater.__init__(self, id)
     self.title = 'Update Naaya Photo Folders / Photos'
     self.description = 'Approve/Submit Naaya Photo Folders/Naaya Photos'
     self.update_meta_type = ['Naaya Photo Gallery', 'Naaya Photo Folder']
 def __init__(self, id):
     NaayaContentUpdater.__init__(self, id)
     self.title = "Update Naaya Survey Tool"
     self.description = "Update Naaya Survey Tool."
     self.update_meta_type = SurveyTool.meta_type
示例#12
0
 def __init__(self, id):
     NaayaContentUpdater.__init__(self, id)
     self.title = 'Update Naaya Photo Folders / Photos'
     self.description = 'Approve/Submit Naaya Photo Folders/Naaya Photos'
     self.update_meta_type = ['Naaya Photo Gallery', 'Naaya Photo Folder']