Mercurial > public > src > rhodecode
comparison pylons_app/lib/db_manage.py @ 393:a26f48ad7a8a
fixes issue #16 reimplementation of database repository, for using generic pk instead of repo naming as pk. Which caused to many problems.
Fixed issue when redirecting after repo name change to 404.
Removed update hook from basic app setup
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Tue, 27 Jul 2010 14:53:22 +0200 |
parents | d09381593b12 |
children | 5cd6616b8673 |
comparison
equal
deleted
inserted
replaced
392:0f35fa0f4eb8 | 393:a26f48ad7a8a |
---|---|
124 hgsettings = HgAppSettings() | 124 hgsettings = HgAppSettings() |
125 hgsettings.app_auth_realm = 'hg-app authentication' | 125 hgsettings.app_auth_realm = 'hg-app authentication' |
126 hgsettings.app_title = 'hg-app' | 126 hgsettings.app_title = 'hg-app' |
127 | 127 |
128 try: | 128 try: |
129 self.sa.add(hooks) | 129 #self.sa.add(hooks) |
130 self.sa.add(web1) | 130 self.sa.add(web1) |
131 self.sa.add(web2) | 131 self.sa.add(web2) |
132 self.sa.add(web3) | 132 self.sa.add(web3) |
133 self.sa.add(web4) | 133 self.sa.add(web4) |
134 self.sa.add(paths) | 134 self.sa.add(paths) |