ChangeSet ID: 15927
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/03 21:08:09
Modified files:
. : appview.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
Don't check for isLoggedIn if we check for havPriv() or isMaintainer() as it is redundant
Patch: http://cvs.winehq.org/patch.py?id=15927
Old revision New revision Changes Path
1.48 1.49 +2 -2 appdb/appview.php
ChangeSet ID: 15925
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/03 20:55:50
Modified files:
. : appview.php screenshots.php
admin : adminAppDataQueue.php editAppFamily.php
editAppVersion.php
include : screenshot.php user.php
tables : appdb_tables.sql
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- no more appId in appData as appVersion implies an appId*
- screenshot class has been reworked to remove need of appId
- screenshot class has been improved to send e-mails so that email handling can be removed from other scripts
Patch: http://cvs.winehq.org/patch.py?id=15925
Old revision New revision Changes Path
1.47 1.48 +7 -18 appdb/appview.php
1.25 1.26 +30 -91 appdb/screenshots.php
1.10 1.11 +80 -107 appdb/admin/adminAppDataQueue.php
1.25 1.26 +0 -131 appdb/admin/editAppFamily.php
1.20 1.21 +3 -10 appdb/admin/editAppVersion.php
1.8 1.9 +237 -46 appdb/include/screenshot.php
1.34 1.35 +38 -17 appdb/include/user.php
1.18 1.19 +0 -2 appdb/tables/appdb_tables.sql
ChangeSet ID: 15924
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/03 20:49:09
Modified files:
include : incl.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
Instead of issuing everytime redirect() then exit in scripts; I put exit;
in redirect function
Patch: http://cvs.winehq.org/patch.py?id=15924
Old revision New revision Changes Path
1.20 1.21 +2 -1 appdb/include/incl.php
ChangeSet ID: 15923
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/03 13:39:26
Modified files:
dlls/commdlg : filedlg31.h filedlg31.c filedlg16.c filedlg.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Make GetOpenFileNameW with an old style open file dialog work with the
original OPENFILENAMEW structure, making sure that all changes are
passed back to the caller.
Patch: http://cvs.winehq.org/patch.py?id=15923
Old revision New revision Changes Path
1.1 1.2 +2 -1 wine/dlls/commdlg/filedlg31.h
1.4 1.5 +22 -22 wine/dlls/commdlg/filedlg31.c
1.14 1.15 +4 -4 wine/dlls/commdlg/filedlg16.c
1.95 1.96 +31 -15 wine/dlls/commdlg/filedlg.c