ChangeSet ID: 17897
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/03 06:24:04
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Add install_on_demand for Extension servers also. currently defaulting
to TRUE.
Extension need to have 1 verb to mark the given progid to be
installed.
Patch: http://cvs.winehq.org/patch.py?id=17897
Old revision New revision Changes Path
1.132 1.133 +13 -3 wine/dlls/msi/action.c
ChangeSet ID: 17896
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/02 23:37:40
Modified files:
. : search.php
include : util.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Add fuzzy matching using php's similar_text. Default to using 60% minimum
match. Show fuzzy matches below the 'like matches' table so users can tell
the results apart. Exclude like matches from fuzzy match results to avoid
duplicate results.
Patch: http://cvs.winehq.org/patch.py?id=17896
Old revision New revision Changes Path
1.14 1.15 +7 -0 appdb/search.php
1.26 1.27 +56 -1 appdb/include/util.php
ChangeSet ID: 17893
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/02 15:06:11
Modified files:
dlls/msi : action.h action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Do not loop if a ProgId's Parent Index it itself.
Add a VersionIndIndex for tracking version independent fields for the
ProgIds properly.
Patch: http://cvs.winehq.org/patch.py?id=17893
Old revision New revision Changes Path
1.12 1.13 +1 -0 wine/dlls/msi/action.h
1.131 1.132 +12 -8 wine/dlls/msi/action.c