Module: appdb
Branch: master
Commit: 6df84f117072d13da3dd4e7e5b2b7f738bcfda7b
URL: http://source.winehq.org/git/appdb.git/?a=commit;h=6df84f117072d13da3dd4e7e…
Author: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com>
Date: Thu Oct 18 12:05:42 2007 +0200
Tell the user not to submit screenshots of installers, error messages etc.
---
screenshots.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/screenshots.php b/screenshots.php
index ffa33ca..05fd022 100644
--- a/screenshots.php
+++ b/screenshots.php
@@ -134,7 +134,8 @@ if($hResult && query_num_rows($hResult))
if($aClean['iVersionId'] && $_SESSION['current']->isLoggedIn())
{
echo "<p align=\"center\">When submitting screenshots please ensure that the focus is on the application running inside Wine.";
- echo "<br />This means if the application is running in a window then please crop the image so that only the application is shown and not your desktop.</p>";
+ echo "<br />This means if the application is running in a window then please crop the image so that only the application is shown and not your desktop.";
+ echo "<br />Do not upload screenshots of error messages, installers, game menus etc.</p>";
echo '<form enctype="multipart/form-data" action="screenshots.php" name="sImageForm" method="post">',"\n";
echo html_frame_start("Upload Screenshot","400","",0);
Module: bugzilla
Branch: master
Commit: f5b093e764f90688f0bee92b33889e7ae31a05c5
URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=f5b093e764f90688f0bee…
Author: Jan Zerebecki <jan.wine(a)zerebecki.de>
Date: Mon Oct 8 18:57:14 2007 +0200
index: Replace CVS with Git link.
---
template/en/default/index.html.tmpl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl
index 1a3aafc..1e435fb 100644
--- a/template/en/default/index.html.tmpl
+++ b/template/en/default/index.html.tmpl
@@ -144,7 +144,7 @@ function addSidebar() {
</li>
<li>
Make sure you are using the latest stable version or a build from
- <a href="http://www.winehq.org/site/cvs">CVS</a>, if
+ <a href="http://www.winehq.org/site/git">Git</a>, if
similar bugs have recently been fixed and committed.
</li>
<li>