ChangeSet ID: 31253
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2007/07/15 22:04:54
Modified files:
include : objectManager.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
objectManager::display_table() should exit out only if the user isn't logged in AND the table
is a queue
Patch: http://cvs.winehq.org/patch.py?id=31253
Old revision New revision Changes Path
1.35 1.36 +1 -1 appdb/include/objectManager.php
Index: appdb/include/objectManager.php
diff -u -p appdb/include/objectManager.php:1.35 appdb/include/objectManager.php:1.36
--- appdb/include/objectManager.php:1.35 16 Jul 2007 3: 4:54 -0000
+++ appdb/include/objectManager.php 16 Jul 2007 3: 4:54 -0000
@@ -85,7 +85,7 @@ class ObjectManager
"objectGetTableRow", "objectGetId", "canEdit"));
/* We cannot process a queue if we are not logged in */
- if(!$_SESSION['current']->isLoggedIn())
+ if(!$_SESSION['current']->isLoggedIn() && $this->bIsQueue)
{
$sQueueText = $this->bIsRejected ? "rejected" : "queued";
echo '<div align="center">You need to <a href="'.login_url().'">';
ChangeSet ID: 31251
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: julliard(a)winehq.org 2007/07/13 12:59:34
Modified files:
include : winehq.conf
Added files:
news : 2007071301.xml
Log message:
Release 0.9.41
Patch: http://cvs.winehq.org/patch.py?id=31251
Old revision New revision Changes Path
1.63 1.64 +1 -1 lostwages/include/winehq.conf
Added 1.1 +0 -0 lostwages/news/2007071301.xml
Index: lostwages/include/winehq.conf
diff -u -p lostwages/include/winehq.conf:1.63 lostwages/include/winehq.conf:1.64
--- lostwages/include/winehq.conf:1.63 13 Jul 2007 17:59:34 -0000
+++ lostwages/include/winehq.conf 13 Jul 2007 17:59:34 -0000
@@ -29,7 +29,7 @@ news_xml_path: news
wwn_xml_path: wwn
# Snapshot Date
-snapshot_date: 0.9.40
+snapshot_date: 0.9.41
# Current RH Packages Snapshot Date
snapshot_date_rh: 0.9.2
Index: lostwages/news/2007071301.xml
diff -u -p /dev/null lostwages/news/2007071301.xml:1.1
--- /dev/null 13 Jul 2007 17:59:34 -0000
+++ lostwages/news/2007071301.xml 13 Jul 2007 17:59:34 -0000
@@ -0,0 +1,25 @@
+<news>
+<date>July 13, 2007</date>
+<title>Wine 0.9.41 Released</title>
+<body>
+<p>Wine 0.9.41 was released today, with the following main changes:</p>
+
+<ul>
+<li>A number of gdiplus functions.</li>
+<li>More complete pdh.dll implementation.</li>
+<li>Support for MSI remote calls.</li>
+<li>Messaging support in crypt32.dll.</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.41.tar.bz2">available now</a>.
+You can find out more about this release in the
+<a href="?announce=0.9.41">announcement</a>. Check out our
+<a href="/site/download">download page</a> for packages for your
+distribution.
+</p>
+</body>
+</news>