ChangeSet ID: 18553
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/30 05:23:14
Modified files:
dlls/shell32/tests: shlfolder.c
Log message:
Saulius Krasuckas <saulius.krasuckas(a)ieee.org>
Prepare for adding new tests.
- Put OleInitialize and OleUninitialize in the main block.
- Move test_BindToObject before test_EnumObjects_and_CompareIDs.
Patch: http://cvs.winehq.org/patch.py?id=18553
Old revision New revision Changes Path
1.21 1.22 +6 -3 wine/dlls/shell32/tests/shlfolder.c
ChangeSet ID: 18547
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/29 20:59:32
Modified files:
include : version.php application.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
When deleting a version or application the first thing deleted was the version
or application. Then each of the sub-objects like comments, notes etc were
deleted. This order is bad because it makes the database inconsistent, we
never want a comment/note/etc for a version that doesn't exist. Delete the
sub objects first and then the parent object.
Patch: http://cvs.winehq.org/patch.py?id=18547
Old revision New revision Changes Path
1.24 1.25 +34 -29 appdb/include/version.php
1.26 1.27 +21 -18 appdb/include/application.php
ChangeSet ID: 18546
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/29 20:09:19
Modified files:
. : bugs.php
Log message:
Jonathan Ernst <Jonathan(a)ErnstFamily.ch>
Fix link with bugzilla when creating new bugs bugs where having their
url set to http://www.winehq.org/appview.php?appid=xxxx instead of
http://appdb.winehq.org/appview.php?appId=xxxx), thus making it
impossible to retrieve bug list from the AppDB.
Patch: http://cvs.winehq.org/patch.py?id=18546
Old revision New revision Changes Path
1.17 1.18 +3 -3 appdb/bugs.php