diff rhodecode/config/routing.py @ 2971:2bfcec6a3985 beta

new tooltip implementation - added lazy loading of changeset tooltips for journal data
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 29 Oct 2012 21:18:14 +0100
parents 301773d07012
children ebe3e388bbb3
line wrap: on
line diff
--- a/rhodecode/config/routing.py	Sun Oct 28 22:56:48 2012 +0100
+++ b/rhodecode/config/routing.py	Mon Oct 29 21:18:14 2012 +0100
@@ -436,6 +436,9 @@
                  controller='changeset', action='raw_changeset',
                  revision='tip', conditions=dict(function=check_repo))
 
+    rmap.connect('changeset_info', '/changeset_info/{repo_name:.*?}/{revision}',
+                 controller='changeset', action='changeset_info')
+
     rmap.connect('compare_url',
                  '/{repo_name:.*?}/compare/{org_ref_type}@{org_ref:.*?}...{other_ref_type}@{other_ref:.*?}',
                  controller='compare', action='index',