Fwd:[Fwd: [AppDB] Status Report]

tony_lambregts at telusplanet.net tony_lambregts at telusplanet.net
Tue Dec 7 13:50:06 CST 2004


Ivan Leo Puoti wrote:
> Can someone working on appdb fix this?
> 
> Ivan.
> 
> 
> 
> ____________________________________________________________
> Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione.
> Abbonati subito su http://www.libero.it
> 
> 
> ------------------------------------------------------------------------
> 
> Subject:
> [Fwd: [AppDB] Status Report]
> From:
> Jonathan Ernst <Jonathan at ErnstFamily.ch>
> Date:
> Tue, 07 Dec 2004 18:11:41 +0100
> To:
> puoti at inwind.it
> 
> 
> Just to tell you that there is a typo in the appDB e-mail message
> 
> http://appdb.winehq.org/appView.php?appId=1924&versionId=2586
> 
> the file is appview.php not appView.php => 404
> 
> regards,
> jonathan
> 
> 
> 
> ------------------------------------------------------------------------
> 
> Subject:
> [AppDB] Status Report
> From:
> Apache <apache at wine.codeweavers.com>
> Date:
> Tue, 7 Dec 2004 11:39:46 -0600
> To:
> Jonathan at ErnstFamily.ch
> 
> 
> Application Database Status Report
> ----------------------------------
> 
> Your application: 7-Zip Version: 4.12 beta has been entered into the application database.
> 
> http://appdb.winehq.org/appView.php?appId=1487&versionId=2585
> 
> Thanks!
> 
> How well does this app work with Wine? Please consider becoming a maintainer for this app.

Sure! Thanks for the catch... it was wrong in two places...

Change log: fix spelling of appview.php in notify emails.

Files changed:  admin/adminAppQueue.php admin/editAppVersion.php

Index: admin/adminAppQueue.php
===================================================================
RCS file: /home/wine/appdb/admin/adminAppQueue.php,v
retrieving revision 1.6
diff -u -r1.6 adminAppQueue.php
--- admin/adminAppQueue.php     17 Nov 2004 23:04:43 -0000      1.6
+++ admin/adminAppQueue.php     7 Dec 2004 20:39:23 -0000
@@ -314,7 +314,7 @@
              $ms .= "----------------------------------\n\n";
              $ms .= "Your application: ".$fullAppName." has been entered ";
              $ms .= "into the application database.\n\n";
-            $ms .= APPDB_ROOT."appView.php?appId=$appParent&versionId=$appVersion"."\n\n";
+            $ms .= APPDB_ROOT."appview.php?appId=$appParent&versionId=$appVersion"."\n\n";
              $ms .= "Thanks!\n\n";
              $ms .= $emailtext;

Index: admin/editAppVersion.php
===================================================================
RCS file: /home/wine/appdb/admin/editAppVersion.php,v
retrieving revision 1.2
diff -u -r1.2 editAppVersion.php
--- admin/editAppVersion.php    17 Nov 2004 23:02:07 -0000      1.2
+++ admin/editAppVersion.php    7 Dec 2004 20:39:23 -0000
@@ -79,7 +79,7 @@
                  if($email)
                  {
                      $fullAppName = "Application: ".lookupAppName($appId)." Version: ".lookupVersionName($appId, $versionId);
-                    $ms .= APPDB_ROOT."appView.php?appId=$appId&versionId=$versionId"."\n";
+                    $ms .= APPDB_ROOT."appview.php?appId=$appId&versionId=$versionId"."\n";
                      $ms .= "\n";
                      $ms .= ($current->username ? $current->username : "Anonymous")." changed ".$fullAppName."\n";
                      $ms .= "\n";
[tlambregts at bsi6281xy4609 appdb]$




More information about the wine-patches mailing list