[Rt-commit] rt branch 5.0/dynamic-reports updated. rt-5.0.4-8-g38383f90d7

BPS Git Server git at git.bestpractical.com
Mon May 15 19:32:21 UTC 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 5.0/dynamic-reports has been updated
       via  38383f90d775f42d35919d0704d29ce29420f617 (commit)
      from  1c98dd571422add8efb0107b98cfd8d7057570ac (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 38383f90d775f42d35919d0704d29ce29420f617
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Mon May 15 22:32:03 2023 +0300

    fixups

diff --git a/lib/RT/Interface/Web/ReportsRegistry.pm b/lib/RT/Interface/Web/ReportsRegistry.pm
index c7e8b17aa8..ba4394ae0d 100644
--- a/lib/RT/Interface/Web/ReportsRegistry.pm
+++ b/lib/RT/Interface/Web/ReportsRegistry.pm
@@ -1,7 +1,62 @@
-package RT::Interface::Web::ReportsRegistry;
+# BEGIN BPS TAGGED BLOCK {{{
+#
+# COPYRIGHT:
+#
+# This software is Copyright (c) 1996-2023 Best Practical Solutions, LLC
+#                                          <sales 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 }}}
 
 use strict;
 use warnings;
+use 5.010;
+
+package RT::Interface::Web::ReportsRegistry;
+
+=head1 NAME
+
+    RT::Interface::Web::ReportsRegistry - helper functions for reports
+
+=cut
 
 our $registry = {
     resolvedbyowner => {
@@ -83,6 +138,7 @@ sub Register {
     };
 }
 
+require RT::Base;
 RT::Base->_ImportOverlays();
 
 1;

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

Summary of changes:
 lib/RT/Interface/Web/ReportsRegistry.pm | 58 ++++++++++++++++++++++++++++++++-
 1 file changed, 57 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list