|
a/Allura/allura/websetup/bootstrap.py |
|
b/Allura/allura/websetup/bootstrap.py |
|
... |
|
... |
151 |
app = p0.install_app('Git', 'src-git', 'Git')
|
151 |
app = p0.install_app('Git', 'src-git', 'Git')
|
152 |
app.config.options['type'] = 'git'
|
152 |
app.config.options['type'] = 'git'
|
153 |
app = p0.install_app('Hg', 'src-hg', 'Mercurial')
|
153 |
app = p0.install_app('Hg', 'src-hg', 'Mercurial')
|
154 |
app.config.options['type'] = 'hg'
|
154 |
app.config.options['type'] = 'hg'
|
155 |
p0.install_app('Wiki', 'wiki')
|
155 |
p0.install_app('Wiki', 'wiki')
|
|
|
156 |
p1.install_app('Wiki', 'wiki')
|
156 |
p0.install_app('Tickets', 'bugs')
|
157 |
p0.install_app('Tickets', 'bugs')
|
157 |
p0.install_app('Tickets', 'doc-bugs')
|
158 |
p0.install_app('Tickets', 'doc-bugs')
|
158 |
p0.install_app('Discussion', 'discussion')
|
159 |
p0.install_app('Discussion', 'discussion')
|
159 |
p0.install_app('Link', 'link')
|
160 |
p0.install_app('Link', 'link')
|
160 |
ThreadLocalORMSession.flush_all()
|
161 |
ThreadLocalORMSession.flush_all()
|