packages: phpPgAdmin/phpPgAdmin-calendar.patch, phpPgAdmin/phpPgAdmin.spec ...

gotar gotar at pld-linux.org
Tue Feb 1 12:53:05 CET 2011


Author: gotar                        Date: Tue Feb  1 11:53:05 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixed extra arguments (like js code for disabling null checks), rel. 2

---- Files affected:
packages/phpPgAdmin:
   phpPgAdmin-calendar.patch (1.3 -> 1.4) , phpPgAdmin.spec (1.83 -> 1.84) 

---- Diffs:

================================================================
Index: packages/phpPgAdmin/phpPgAdmin-calendar.patch
diff -u packages/phpPgAdmin/phpPgAdmin-calendar.patch:1.3 packages/phpPgAdmin/phpPgAdmin-calendar.patch:1.4
--- packages/phpPgAdmin/phpPgAdmin-calendar.patch:1.3	Sat Oct  2 01:49:39 2010
+++ packages/phpPgAdmin/phpPgAdmin-calendar.patch	Tue Feb  1 12:53:00 2011
@@ -9,7 +9,7 @@
 +				$showsTime='false'; $timeFormat='';
 +			case 'timestamp':
 +				if(!isset($showsTime)) { $showsTime='true'; $timeFormat=' %H:%M:%S'; }
-+				echo "<input name=\"", htmlspecialchars($name), "\" value=\"", htmlspecialchars($value), "\" size=\"35\"{$action_str} {$szExtra} id=\"", htmlspecialchars($name), "\"/>\n";
++				echo "<input name=\"", htmlspecialchars($name), "\" value=\"", htmlspecialchars($value), "\" size=\"35\"{$extra_str} id=\"", htmlspecialchars($name), "\"/>\n";
 +				echo "<button type=\"button\" onclick=\"return false\" id=\"trigger", htmlspecialchars($name), "\">...</button>";
 +				echo "<script type=\"text/javascript\">Calendar.setup( { inputField: \"", htmlspecialchars($name), "\", button: \"trigger", htmlspecialchars($name), "\", showsTime: $showsTime, ifFormat: \"%Y-%m-%d$timeFormat\" }); </script>";
 +				break;

================================================================
Index: packages/phpPgAdmin/phpPgAdmin.spec
diff -u packages/phpPgAdmin/phpPgAdmin.spec:1.83 packages/phpPgAdmin/phpPgAdmin.spec:1.84
--- packages/phpPgAdmin/phpPgAdmin.spec:1.83	Tue Jan 18 23:31:42 2011
+++ packages/phpPgAdmin/phpPgAdmin.spec	Tue Feb  1 12:53:00 2011
@@ -6,7 +6,7 @@
 Summary(pl.UTF-8):	phpPgAdmin - administracja bazami PostgreSQL przez WWW
 Name:		phpPgAdmin
 Version:	5.0.2
-Release:	1
+Release:	2
 License:	GPL v2+
 Group:		Applications/Databases/Interfaces
 Source0:	http://dl.sourceforge.net/phppgadmin/%{name}-%{version}.tar.bz2
@@ -174,6 +174,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.84  2011/02/01 11:53:00  gotar
+- fixed extra arguments (like js code for disabling null checks), rel. 2
+
 Revision 1.83  2011/01/18 22:31:42  gotar
 - upgraded to 5.0.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/phpPgAdmin/phpPgAdmin-calendar.patch?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/phpPgAdmin/phpPgAdmin.spec?r1=1.83&r2=1.84&f=u



More information about the pld-cvs-commit mailing list