|
a/Allura/allura/model/project.py |
|
b/Allura/allura/model/project.py |
|
... |
|
... |
823 |
def bulk_export_path(self):
|
823 |
def bulk_export_path(self):
|
824 |
return config['bulk_export_path'].format(
|
824 |
return config['bulk_export_path'].format(
|
825 |
nbhd=self.neighborhood.url_prefix.strip('/'),
|
825 |
nbhd=self.neighborhood.url_prefix.strip('/'),
|
826 |
project=self.shortname)
|
826 |
project=self.shortname)
|
827 |
|
827 |
|
|
|
828 |
def bulk_export_filename(self):
|
|
|
829 |
return '%s.zip' % self.shortname
|
|
|
830 |
|
828 |
|
831 |
|
829 |
class AppConfig(MappedClass):
|
832 |
class AppConfig(MappedClass):
|
830 |
"""
|
833 |
"""
|
831 |
Configuration information for an instantiated :class:`Application <allura.app.Application>`
|
834 |
Configuration information for an instantiated :class:`Application <allura.app.Application>`
|
832 |
in a project
|
835 |
in a project
|