equal
deleted
inserted
replaced
289 'default': False, |
289 'default': False, |
290 'help': "don't display actual email addresses but mangle them if \ |
290 'help': "don't display actual email addresses but mangle them if \ |
291 this option is set to yes", |
291 this option is set to yes", |
292 'group': 'email', 'inputlevel': 2, |
292 'group': 'email', 'inputlevel': 2, |
293 }), |
293 }), |
294 ('disable-appobjects', |
|
295 {'type' : 'csv', 'default': (), |
|
296 'help': 'comma separated list of identifiers of application objects (<registry>.<oid>) to disable', |
|
297 'group': 'appobjects', 'inputlevel': 2, |
|
298 }), |
|
299 ) |
294 ) |
300 # static and class methods used to get instance independant resources ## |
295 # static and class methods used to get instance independant resources ## |
301 |
296 |
302 @staticmethod |
297 @staticmethod |
303 def cubicweb_version(): |
298 def cubicweb_version(): |