# HG changeset patch # User Mads Kiilerich # Date 1359567174 -3600 # Node ID a34b98423de7515c9a11645007072262411444e5 # Parent 2d22c0da2c43284f520df3d1f2b0c10fa655626a summary: don't link explicitly to /summary It is redundant and exposed ambiguous urls. diff -r 2d22c0da2c43 -r a34b98423de7 rhodecode/config/routing.py --- a/rhodecode/config/routing.py Thu Jan 24 12:23:52 2013 +0100 +++ b/rhodecode/config/routing.py Wed Jan 30 18:32:54 2013 +0100 @@ -521,7 +521,7 @@ controller='pullrequests', action='delete_comment', conditions=dict(function=check_repo, method=["DELETE"])) - rmap.connect('summary_home', '/{repo_name:.*?}/summary', + rmap.connect('summary_home_summary', '/{repo_name:.*?}/summary', controller='summary', conditions=dict(function=check_repo)) rmap.connect('shortlog_home', '/{repo_name:.*?}/shortlog',