[Bps-public-commit] rtx-calendar branch, master, updated. 562dbc79d445c868a3d4ac2517f3a3aa4ced2d65

Shawn Moore sartak at bestpractical.com
Tue Nov 30 15:36:24 EST 2010


The branch, master has been updated
       via  562dbc79d445c868a3d4ac2517f3a3aa4ced2d65 (commit)
       via  1408635524ea38df07b0d6f7220d64cc1e10d8c3 (commit)
       via  e9fc5cc5ca22b025358fae3a551507247b7bc73f (commit)
      from  2f3be6798830eebdf51ae91c07fc6430b2a6785e (commit)

Summary of changes:
 CHANGES             |    4 ++++
 lib/RTx/Calendar.pm |    7 ++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

- Log -----------------------------------------------------------------
commit e9fc5cc5ca22b025358fae3a551507247b7bc73f
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Nov 30 15:29:05 2010 -0500

    Include widest possible timestamps in DatesClauses [rt.cpan.org #63469]

diff --git a/lib/RTx/Calendar.pm b/lib/RTx/Calendar.pm
index cc8af63..33e0fdc 100644
--- a/lib/RTx/Calendar.pm
+++ b/lib/RTx/Calendar.pm
@@ -45,7 +45,7 @@ sub DatesClauses {
     my $clauses = "";
 
     my @DateClauses = map {
-	"($_ >= '" . $begin . "' AND $_ <= '" . $end . "')"
+	"($_ >= '" . $begin . " 00:00:00' AND $_ <= '" . $end . " 23:59:59')"
     } @$Dates;
     $clauses  .= " AND " . " ( " . join(" OR ", @DateClauses) . " ) "
 	if @DateClauses;

commit 1408635524ea38df07b0d6f7220d64cc1e10d8c3
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Nov 30 15:34:00 2010 -0500

    0.08 and its changes

diff --git a/CHANGES b/CHANGES
index 41f06f2..7ab7b49 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+Changes for 0.08
+
+  * make sure the last date of a search is displayed (Shawn M Moore) [rt.cpan.org #63469]
+
 Changes for 0.07
 
   * add documentation on how to enable plugin in rt 3.8 and later
diff --git a/lib/RTx/Calendar.pm b/lib/RTx/Calendar.pm
index 33e0fdc..d0feb93 100644
--- a/lib/RTx/Calendar.pm
+++ b/lib/RTx/Calendar.pm
@@ -4,7 +4,7 @@ use strict;
 use DateTime;
 use DateTime::Set;
 
-our $VERSION = "0.07";
+our $VERSION = "0.08";
 
 sub FirstMonday {
     my ($year, $month) = (shift, shift);

commit 562dbc79d445c868a3d4ac2517f3a3aa4ced2d65
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Nov 30 15:36:18 2010 -0500

    This page is long since gone

diff --git a/lib/RTx/Calendar.pm b/lib/RTx/Calendar.pm
index d0feb93..d7ab6be 100644
--- a/lib/RTx/Calendar.pm
+++ b/lib/RTx/Calendar.pm
@@ -126,9 +126,6 @@ You can also enable ics (ICal) feeds for your default calendar and all
 your private searches in Prefs/Calendar.html. Authentication is magic
 number based so that you can give those feeds to other people.
 
-You can find screenshots on
-http://gaspard.mine.nu/dotclear/index.php?tag/rtx-calendar
-
 =head1 INSTALLATION
 
 If you upgrade from 0.02, see next part before.

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



More information about the Bps-public-commit mailing list