[Rt-commit] rt branch, watching-tool, updated. rt-3.8.8-482-g6b5ab6c

Shawn Moore sartak at bestpractical.com
Thu Aug 19 16:32:16 EDT 2010


The branch, watching-tool has been updated
       via  6b5ab6c887c781438355f291995180b95b3bc720 (commit)
       via  059ebf33f41d3041a1ee3cfa7b87241fdf0962d4 (commit)
      from  f8fffdddbc52bd849afdea57605522a6d4885ccb (commit)

Summary of changes:
 share/html/Tools/Elements/Tabs                     |    4 ++++
 .../{Dashboards/dhandler => Tools/Watching.html}   |   12 ++++--------
 share/html/Tools/index.html                        |    5 +++++
 3 files changed, 13 insertions(+), 8 deletions(-)
 copy share/html/{Dashboards/dhandler => Tools/Watching.html} (92%)

- Log -----------------------------------------------------------------
commit 059ebf33f41d3041a1ee3cfa7b87241fdf0962d4
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Aug 19 16:34:16 2010 -0400

    Begin /Tools/Watching.html

diff --git a/share/html/Tools/Watching.html b/share/html/Tools/Watching.html
new file mode 100644
index 0000000..1c6a90b
--- /dev/null
+++ b/share/html/Tools/Watching.html
@@ -0,0 +1,52 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%# 
+%# This software is Copyright (c) 1996-2010 Best Practical Solutions, LLC
+%#                                          <jesse at bestpractical.com>
+%# 
+%# (Except where explicitly superseded by other copyright notices)
+%# 
+%# 
+%# LICENSE:
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# You should have received a copy of the GNU General Public License
+%# along with this program; if not, write to the Free Software
+%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+%# 02110-1301 or visit their web page on the internet at
+%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
+%# 
+%# 
+%# CONTRIBUTION SUBMISSION POLICY:
+%# 
+%# (The following paragraph is not intended to limit the rights granted
+%# to you to modify and distribute this software under the terms of
+%# the GNU General Public License and is only of importance to you if
+%# you choose to contribute your changes and enhancements to the
+%# community by submitting them to Best Practical Solutions, LLC.)
+%# 
+%# By intentionally submitting any modifications, corrections or
+%# derivatives to this work, or any other work intended for use with
+%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
+%# you are the copyright holder for those contributions and you grant
+%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
+%# royalty-free, perpetual, license to use, copy, create derivative
+%# works based on those contributions, and sublicense and distribute
+%# those contributions and any derivatives thereof.
+%# 
+%# END BPS TAGGED BLOCK }}}
+<& /Elements/Header, Title => loc("Watching Queues") &>
+<& Elements/Tabs, 
+    current_tab => "Tools/Watching.html", 
+    Title => loc("Watching Queues") &>
+

commit 6b5ab6c887c781438355f291995180b95b3bc720
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Aug 19 16:34:29 2010 -0400

    Add Watching to the tools tabs and frontpage

diff --git a/share/html/Tools/Elements/Tabs b/share/html/Tools/Elements/Tabs
index eca6268..daa6005 100644
--- a/share/html/Tools/Elements/Tabs
+++ b/share/html/Tools/Elements/Tabs
@@ -66,6 +66,10 @@ my $tabs = {
         title => loc('My Day'),
         path  => 'Tools/MyDay.html',
     },
+    e => {
+        title => loc('Watching Queues'),
+        path  => 'Tools/Watching.html',
+    },
 };
 
 my $can_see_dashboards = $session{CurrentUser}->HasRight(Right => 'SubscribeDashboard', Object => $RT::System)
diff --git a/share/html/Tools/index.html b/share/html/Tools/index.html
index 8bb0c2b..b4639b6 100644
--- a/share/html/Tools/index.html
+++ b/share/html/Tools/index.html
@@ -69,6 +69,11 @@ my $tabs = {
         path        => '/Tools/MyDay.html',
         description => loc('Easy updating of your open tickets'),
     },
+    E => {
+        title       => loc('Watching Queues'),
+        path        => '/Tools/Watching.html',
+        description => loc('A list of queues you watch'),
+    },
 };
 
 my $can_see_dashboards = $session{CurrentUser}->HasRight(Right => 'SubscribeDashboard', Object => $RT::System)

-----------------------------------------------------------------------


More information about the Rt-commit mailing list