ChangeSet ID: 14804
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2004/12/12 11:41:33
Removed files:
admin : phpinfo.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Tony can reproduce the failure, no need to dump potentially risky info.
Patch: http://cvs.winehq.org/patch.py?id=14804
Old revision New revision Changes Path
1.1 Removed +0 -0 appdb/admin/phpinfo.php
ChangeSet ID: 14803
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2004/12/12 11:25:38
Added files:
admin : phpinfo.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
We need more info to debug appdb issues, report phpinfo() of the server.
Patch: http://cvs.winehq.org/patch.py?id=14803
Old revision New revision Changes Path
Added 1.1 +0 -0 appdb/admin/phpinfo.php
ChangeSet ID: 14801
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2004/12/11 21:56:04
Modified files:
include : query_vendors.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- replaced tons of tabs with spaces
- replaced <? with <?php for compatibility sake (see TODO and CODING_STANDARD to know more)
- improved overall code lisibility
Patch: http://cvs.winehq.org/patch.py?id=14801
Old revision New revision Changes Path
1.1.1.1 1.2 +29 -32 appdb/include/query_vendors.php
ChangeSet ID: 14795
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2004/12/11 15:23:56
Modified files:
admin : adminMaintainers.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Incorrectly looking up the current users super maintainer status for each
maintainer entry where we should be using the supermaintainer status returned from
the sql query.
Patch: http://cvs.winehq.org/patch.py?id=14795
Old revision New revision Changes Path
1.3 1.4 +2 -2 appdb/admin/adminMaintainers.php