ChangeSet ID: 30434
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2006/12/08 22:29:20
Modified files:
include : application.php
Log message:
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com>
The function refers to its own class, so use $this instead of $oApp. Also
prevent the application name from being printed twice.
Patch: http://cvs.winehq.org/patch.py?id=30434
Old revision New revision Changes Path
1.77 1.78 +3 -3 appdb/include/application.php
Index: appdb/include/application.php
diff -u -p appdb/include/application.php:1.77 appdb/include/application.php:1.78
--- appdb/include/application.php:1.77 9 Dec 2006 4:29:20 -0000
+++ appdb/include/application.php 9 Dec 2006 4:29:20 -0000
@@ -345,12 +345,12 @@ class Application {
{
case "add":
$sSubject = "Submitted application accepted";
- $sMsg = "The application you submitted (".$this->sName." ".$this->sName.") has been accepted by ".$_SESSION['current']->sRealname.".";
+ $sMsg = "The application you submitted (".$this->sName.") has been accepted by ".$_SESSION['current']->sRealname.".";
$sMsg .= "Administrators Responce:\n";
break;
case "reject":
$sSubject = "Submitted application rejected";
- $sMsg = "The application you submitted (".$this->sName." ".$this->sName.") has been rejected by ".$_SESSION['current']->sRealname.".";
+ $sMsg = "The application you submitted (".$this->sName.") has been rejected by ".$_SESSION['current']->sRealname.".";
$sMsg .= "Clicking on the link in this email will allow you to modify and resubmit the application. ";
$sMsg .= "A link to your queue of applications and versions will also show up on the left hand side of the Appdb site once you have logged in. ";
$sMsg .= APPDB_ROOT."appsubmit.php?sub=view&apptype=application&appId=".$this->iAppId."\n";
@@ -358,7 +358,7 @@ class Application {
break;
case "delete":
$sSubject = "Submitted application deleted";
- $sMsg = "The application you submitted (".$oApp->sName." ".$this->sName.") has been deleted by ".$_SESSION['current']->sRealname.".";
+ $sMsg = "The application you submitted (".$this->sName.") has been deleted by ".$_SESSION['current']->sRealname.".";
$sMsg .= "Reason given:\n";
break;
ChangeSet ID: 30432
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: julliard(a)winehq.org 2006/12/08 16:11:16
Modified files:
include : winehq.conf
Added files:
news : 2006120801.xml
Log message:
Release 0.9.27
Patch: http://cvs.winehq.org/patch.py?id=30432
Old revision New revision Changes Path
1.49 1.50 +1 -1 lostwages/include/winehq.conf
Added 1.1 +0 -0 lostwages/news/2006120801.xml
Index: lostwages/include/winehq.conf
diff -u -p lostwages/include/winehq.conf:1.49 lostwages/include/winehq.conf:1.50
--- lostwages/include/winehq.conf:1.49 8 Dec 2006 22:11:16 -0000
+++ lostwages/include/winehq.conf 8 Dec 2006 22:11:16 -0000
@@ -29,7 +29,7 @@ news_xml_path: news
wwn_xml_path: wwn
# Snapshot Date
-snapshot_date: 0.9.26
+snapshot_date: 0.9.27
# Current RH Packages Snapshot Date
snapshot_date_rh: 0.9.2
Index: lostwages/news/2006120801.xml
diff -u -p /dev/null lostwages/news/2006120801.xml:1.1
--- /dev/null 8 Dec 2006 22:11:16 -0000
+++ lostwages/news/2006120801.xml 8 Dec 2006 22:11:16 -0000
@@ -0,0 +1,25 @@
+<news>
+<date>December 8, 2006</date>
+<title>Wine 0.9.27 Released</title>
+<body>
+<p>Wine 0.9.27 was released today, with the following main changes:</p>
+
+<ul>
+<li>Better support for noexec kernels.</li>
+<li>Better Dwarf support in dbghelp.</li>
+<li>Several Winsock fixes.</li>
+<li>Various code cleanups.</li>
+<li>Lots of bug fixes.</li>
+</ul>
+
+<p>
+Binary packages are in the process of being built and it may take a
+few days for them to appear, but the source is
+<a href="http://prdownloads.sourceforge.net/wine/wine-0.9.27.tar.bz2">available now</a>.
+You can find out more about this release in the
+<a href="?announce=0.9.27">announcement</a>. Check out our
+<a href="/site/download">download page</a> for packages for your
+distribution.
+</p>
+</body>
+</news>