[Bps-public-commit] rtx-calendar branch master updated. 1.03-4-g240c99e

BPS Git Server git at git.bestpractical.com
Wed Sep 21 14:24:58 UTC 2022


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 "rtx-calendar".

The branch, master has been updated
       via  240c99e234712adc0a66061710086b09d4a67da7 (commit)
       via  d9c06f802016197c1d5e2ffc349e3a4ff8696603 (commit)
       via  89318f6ba5764c19036b1ef6d6e11bc4d7cb5af6 (commit)
       via  a649d30efa6dde581f76aee4b673da0e5f3e3266 (commit)
      from  dec187e72da4e9d3a05a1bcceb154c29d7bb594f (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 240c99e234712adc0a66061710086b09d4a67da7
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Sep 21 22:23:10 2022 +0800

    Prep 1.04

diff --git a/CHANGES b/CHANGES
index dc185ae..8acc2f4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+1.04 2022-09-21
+ - Include user's groups and system when looking for calendar saved search
+
 1.03 2020-07-19
  - Fix code menu logic
 
diff --git a/META.yml b/META.yml
index 1c123e0..d975b94 100644
--- a/META.yml
+++ b/META.yml
@@ -26,6 +26,6 @@ requires:
   perl: 5.10.1
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: '1.03'
+version: '1.04'
 x_module_install_rtx_version: '0.43'
 x_requires_rt: 4.2.0
diff --git a/README b/README
index c57ee46..479243e 100644
--- a/README
+++ b/README
@@ -75,7 +75,7 @@ BUGS
         L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name=RTx-Calendar>.
 
 LICENSE AND COPYRIGHT
-    This software is Copyright (c) 2010-2020 by Best Practical Solutions
+    This software is Copyright (c) 2010-2022 by Best Practical Solutions
 
     Copyright 2007-2009 by Nicolas Chuche
 
diff --git a/lib/RTx/Calendar.pm b/lib/RTx/Calendar.pm
index 4c51583..edb7507 100644
--- a/lib/RTx/Calendar.pm
+++ b/lib/RTx/Calendar.pm
@@ -4,7 +4,7 @@ use strict;
 use DateTime;
 use DateTime::Set;
 
-our $VERSION = "1.03";
+our $VERSION = "1.04";
 
 RT->AddStyleSheets('calendar.css');
 
@@ -232,7 +232,7 @@ or via the web at
 
 =head1 LICENSE AND COPYRIGHT
 
-This software is Copyright (c) 2010-2020 by Best Practical Solutions
+This software is Copyright (c) 2010-2022 by Best Practical Solutions
 
 Copyright 2007-2009 by Nicolas Chuche
 

commit d9c06f802016197c1d5e2ffc349e3a4ff8696603
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Sep 21 22:21:16 2022 +0800

    Update M:I:RTx

diff --git a/META.yml b/META.yml
index b85644a..1c123e0 100644
--- a/META.yml
+++ b/META.yml
@@ -27,5 +27,5 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
 version: '1.03'
-x_module_install_rtx_version: '0.42'
+x_module_install_rtx_version: '0.43'
 x_requires_rt: 4.2.0
diff --git a/inc/Module/Install/RTx.pm b/inc/Module/Install/RTx.pm
index 2dd9489..2889ece 100644
--- a/inc/Module/Install/RTx.pm
+++ b/inc/Module/Install/RTx.pm
@@ -9,7 +9,7 @@ no warnings 'once';
 use Term::ANSIColor qw(:constants);
 use Module::Install::Base;
 use base 'Module::Install::Base';
-our $VERSION = '0.42';
+our $VERSION = '0.43';
 
 use FindBin;
 use File::Glob     ();
@@ -134,7 +134,7 @@ lexicons ::
     if( $extra_args->{'remove_files'} ){
         $self->include('Module::Install::RTx::Remove');
         our @remove_files;
-        eval { require "etc/upgrade/remove_files" }
+        eval { require "./etc/upgrade/remove_files" }
           or print "No remove file located, no files to remove\n";
         $remove_files = join ",", map {"q(\$(DESTDIR)$plugin_path/$name/$_)"} @remove_files;
     }

commit 89318f6ba5764c19036b1ef6d6e11bc4d7cb5af6
Merge: dec187e a649d30
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Sep 21 22:17:43 2022 +0800

    Merge branch 'search-groups-and-system-for-calendar-search'


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

Summary of changes:
 CHANGES                   |   3 ++
 META.yml                  |   4 +-
 README                    |   2 +-
 inc/Module/Install/RTx.pm |   4 +-
 lib/RTx/Calendar.pm       | 110 +++++++++++++++++++++++++++++-----------------
 5 files changed, 77 insertions(+), 46 deletions(-)


hooks/post-receive
-- 
rtx-calendar


More information about the Bps-public-commit mailing list