[otrs-cvs] ITSMConfigItem/Kernel/Output/HTML ITSMConfigItemLayoutDate.pm, 1.12, 1.13 ITSMConfigItemLayoutDateTime.pm, 1.13, 1.14

CVS commits notifications of OTRS.org cvs-log at otrs.org
Wed Apr 30 12:58:11 GMT 2008


Comments:
Update of /home/cvs/ITSMConfigItem/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv31268/Kernel/Output/HTML

Modified Files:
	ITSMConfigItemLayoutDate.pm ITSMConfigItemLayoutDateTime.pm 
Log Message:
Fixed bug# 2916 - Impossible to perform a search in DateTime Fields in the future.

Author: mh

Index: ITSMConfigItemLayoutDate.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Output/HTML/ITSMConfigItemLayoutDate.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** ITSMConfigItemLayoutDate.pm	3 Apr 2008 16:10:30 -0000	1.12
--- ITSMConfigItemLayoutDate.pm	30 Apr 2008 12:58:06 -0000	1.13
***************
*** 170,175 ****
          Prefix           => $Param{Key} . '::',
          Format           => 'DateInputFormat',
!         YearPeriodPast   => 5,
!         YearPeriodFuture => 5,
          %Values,
      );
--- 170,175 ----
          Prefix           => $Param{Key} . '::',
          Format           => 'DateInputFormat',
!         YearPeriodPast   => 10,
!         YearPeriodFuture => 10,
          %Values,
      );
***************
*** 254,258 ****
          Format           => 'DateInputFormat',
          YearPeriodPast   => 10,
!         YearPeriodFuture => 0,
          %Values,
      );
--- 254,258 ----
          Format           => 'DateInputFormat',
          YearPeriodPast   => 10,
!         YearPeriodFuture => 10,
          %Values,
      );

Author: mh

Index: ITSMConfigItemLayoutDateTime.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Output/HTML/ITSMConfigItemLayoutDateTime.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** ITSMConfigItemLayoutDateTime.pm	3 Apr 2008 16:10:30 -0000	1.13
--- ITSMConfigItemLayoutDateTime.pm	30 Apr 2008 12:58:06 -0000	1.14
***************
*** 176,181 ****
          Prefix           => $Param{Key} . '::',
          Format           => 'DateInputFormatLong',
!         YearPeriodPast   => 5,
!         YearPeriodFuture => 5,
          %Values,
      );
--- 176,181 ----
          Prefix           => $Param{Key} . '::',
          Format           => 'DateInputFormatLong',
!         YearPeriodPast   => 10,
!         YearPeriodFuture => 10,
          %Values,
      );
***************
*** 264,268 ****
          Format           => 'DateInputFormatLong',
          YearPeriodPast   => 10,
!         YearPeriodFuture => 0,
          %Values,
      );
--- 264,268 ----
          Format           => 'DateInputFormatLong',
          YearPeriodPast   => 10,
!         YearPeriodFuture => 10,
          %Values,
      );


More information about the cvs-log mailing list