ChangeSet ID: 30850
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2007/01/03 18:43:58
Modified files:
admin : adminAppQueue.php
Log message:
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com>
If the admin tries to view an application that does not exist, print an error
and exit instead of fetching useless data as though there actually was an
application.
Patch: http://cvs.winehq.org/patch.py?id=30850
Old revision New revision Changes Path
1.68 1.69 +4 -0 appdb/admin/adminAppQueue.php
Index: appdb/admin/adminAppQueue.php
diff -u -p appdb/admin/adminAppQueue.php:1.68 appdb/admin/adminAppQueue.php:1.69
--- appdb/admin/adminAppQueue.php:1.68 4 Jan 2007 0:43:58 -0000
+++ appdb/admin/adminAppQueue.php 4 Jan 2007 0:43:58 -0000
@@ -145,6 +145,10 @@ if ($aClean['sSub'])
$oApp = new Application($aClean['iAppId']);
+ /* Check that the application actually exists */
+ if(!$oApp->iAppId)
+ util_show_error_page_and_exit("There is no application with that ID.");
+
// if we are processing a queued application there MUST be an implicitly queued
// version to go along with it.
$hResult = query_parameters("SELECT versionId from appVersion where appId='?';", $aClean['iAppId']);
ChangeSet ID: 30849
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2007/01/03 18:41:58
Modified files:
help : maintainer_ratings.help
Log message:
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com>
Language fixes for maintainer rating help. Also sneak in the work 'flawlessly' in the description of the Platinum rating.
It is already mentioned on the front page.
Patch: http://cvs.winehq.org/patch.py?id=30849
Old revision New revision Changes Path
1.5 1.6 +12 -12 appdb/help/maintainer_ratings.help
Index: appdb/help/maintainer_ratings.help
diff -u -p appdb/help/maintainer_ratings.help:1.5 appdb/help/maintainer_ratings.help:1.6
--- appdb/help/maintainer_ratings.help:1.5 4 Jan 2007 0:41:58 -0000
+++ appdb/help/maintainer_ratings.help 4 Jan 2007 0:41:58 -0000
@@ -1,11 +1,11 @@
-<!--TITLE: Maintainers Ratings Definitions -->
+<!--TITLE: Maintainer Rating Definitions -->
-<h3>Maintainers Ratings Definitions</h3>
+<h3>Maintainer Rating Definitions</h3>
<p>
-The Application Database features a Maintainers rating system that allows you to see
-which applications work the best in Wine. This rating system is designed to assist
-users by giving a rating based on an "expert's" experience.
+The Application Database features a maintainer rating system that allows you to see
+which applications work best in Wine. This rating system is designed to assist
+users by giving a rating based on an ‘expert’s’ experience.
</p>
<ul>
@@ -13,7 +13,7 @@ users by giving a rating based on an "ex
<li class="platinum">Platinum</li>
<p>
-An application can be rated as Platinum if it installs and runs "out of the box" No changes required to winecfg.
+An application can be rated as Platinum if it installs and runs flawlessly ‘out of the box’. No changes required in winecfg.
</p>
<li class="gold">Gold</li>
@@ -25,22 +25,22 @@ Application works flawlessly with some D
<li class="silver">Silver</li>
<p>
-Application works excellently for 'normal' use; a game works fine in single-player but not
-in multi-player, Windows Media Player works fine as a plug-in and stand-alone player, but can't handle DRM etc.
+Application works excellently for ‘normal’ use; a game works fine in single-player but not
+in multi-player, Windows Media Player works fine as a plug-in and stand-alone player, but cannot handle DRM etc.
</p>
<li class="Bronze">Bronze</li>
<p>
-Application works, but it has some issues, even for normal use; a game may not redraw properly or display fonts in wrong colours, be a much slower than it should etc.
+Application works, but it has some issues, even for normal use; a game may not redraw properly or display fonts in wrong colours, be much slower than it should etc.
</p>
<li class="Garbage">Garbage</li>
<p>
-An app gets this rating if it cannot be used for the purpose it was designed for.
-There should be at least one bug report in bugzilla if an app gets this rating.
-Application doesn't start, or starts but has so many errors that it is nearly impossible to use it.
+An application gets this rating if it cannot be used for the purpose it was designed for.
+There should be at least one bug report in Bugzilla if it gets this rating.
+Application does not start, or starts but has so many errors that it is nearly impossible to use it.
</p>
</ul>