diff pylons_app/lib/base.py @ 362:558eb7c5028f rhodecode-0.0.0.8.0

version bump to 0.8 hg app 0.8 new template. Add yui flot and graph into summary page. + various tweeks and patches into look of application
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 24 Jul 2010 02:17:48 +0200
parents d303aacb3349
children e9a6783f5502
line wrap: on
line diff
--- a/pylons_app/lib/base.py	Sat Jul 24 00:53:43 2010 +0200
+++ b/pylons_app/lib/base.py	Sat Jul 24 02:17:48 2010 +0200
@@ -15,7 +15,7 @@
     
     def __before__(self):
         c.hg_app_version = __version__
-        c.repos_prefix = config['hg_app_name']
+        c.hg_app_name = config['hg_app_name']
         c.repo_name = get_repo_slug(request)
         c.hg_app_user = auth.get_user(session)
         c.cached_repo_list = _get_repos_cached()