]> git.pld-linux.org Git - packages/phpPgAdmin.git/commitdiff
- fixed extra arguments (like js code for disabling null checks), rel. 2 auto/th/phpPgAdmin-5_0_2-2 auto/ti/phpPgAdmin-5_0_2-2
authorTomasz Pala <gotar@pld-linux.org>
Tue, 1 Feb 2011 11:53:00 +0000 (11:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpPgAdmin-calendar.patch -> 1.4
    phpPgAdmin.spec -> 1.84

phpPgAdmin-calendar.patch
phpPgAdmin.spec

index bde4ab1a79f984eaac997c778c2d54f5374afeee..e68bcd3922d147829bd9f3f011fbf89d60aa1fe6 100644 (file)
@@ -9,7 +9,7 @@ diff -ur phpPgAdmin-4.2.2.orig/classes/database/Postgres.php phpPgAdmin-4.2.2/cl
 +                              $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 d60c368a22356be13d4ab22d360af32f702ee13c..91ecf8b17c4c1b0413be055dcca4ae5d4032e99f 100644 (file)
@@ -5,7 +5,7 @@ Summary:        phpPgAdmin - web-based PostgreSQL administration
 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
This page took 0.084332 seconds and 4 git commands to generate.