Return-Path: X-Original-To: apmail-incubator-bloodhound-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bloodhound-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 19329D975 for ; Thu, 30 Aug 2012 18:39:09 +0000 (UTC) Received: (qmail 2482 invoked by uid 500); 30 Aug 2012 18:39:09 -0000 Delivered-To: apmail-incubator-bloodhound-commits-archive@incubator.apache.org Received: (qmail 2459 invoked by uid 500); 30 Aug 2012 18:39:09 -0000 Mailing-List: contact bloodhound-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bloodhound-dev@incubator.apache.org Delivered-To: mailing list bloodhound-commits@incubator.apache.org Received: (qmail 2452 invoked by uid 99); 30 Aug 2012 18:39:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Aug 2012 18:39:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Aug 2012 18:39:06 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 90F1E238896F; Thu, 30 Aug 2012 18:38:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1379051 - in /incubator/bloodhound/trunk: bloodhound_dashboard/bhdashboard/web_ui.py bloodhound_theme/bhtheme/templates/bh_report_list.html Date: Thu, 30 Aug 2012 18:38:22 -0000 To: bloodhound-commits@incubator.apache.org From: gjm@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120830183822.90F1E238896F@eris.apache.org> Author: gjm Date: Thu Aug 30 18:38:22 2012 New Revision: 1379051 URL: http://svn.apache.org/viewvc?rev=1379051&view=rev Log: theme: shorten report page title and link text - for #134 Modified: incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/web_ui.py incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_list.html Modified: incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/web_ui.py URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/web_ui.py?rev=1379051&r1=1379050&r2=1379051&view=diff ============================================================================== --- incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/web_ui.py (original) +++ incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/web_ui.py Thu Aug 30 18:38:22 2012 @@ -78,7 +78,7 @@ class DashboardModule(Component): href=req.href.dashboard()) if item['active'] and \ not ReportModule(self.env).match_request(req): - add_ctxtnav(req, _('Available Reports'), + add_ctxtnav(req, _('Reports'), href=req.href.report()) break return template, data, content_type Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_list.html URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_list.html?rev=1379051&r1=1379050&r2=1379051&view=diff ============================================================================== --- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_list.html (original) +++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_list.html Thu Aug 30 18:38:22 2012 @@ -26,7 +26,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude"> - Available Reports + Reports