appdb/ ./addcomment.php ./appview.php ./browse ...

WineHQ wineowner at wine.codeweavers.com
Fri Aug 3 18:27:26 CDT 2007


ChangeSet ID:	31305
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/08/03 18:27:25

Modified files:
	.              : addcomment.php appview.php 
	                 browse_downloadable.php index.php 
	                 preferences.php screenshots.php 
	                 viewScreenshots.php viewbugs.php votestats.php 
	admin          : addAppNote.php addCategory.php adminBugs.php 
	                 adminCommentView.php adminMaintainers.php 
	                 adminScreenshots.php adminUsers.php 
	                 editBundle.php maintainerNotification.php 
	                 moveAppVersion.php 
	cron           : cleanup.php 
	include        : appData.php appdb.php application.php 
	                 application_queue.php bugs.php category.php 
	                 comment.php distribution.php downloadurl.php 
	                 error_log.php incl.php maintainer.php 
	                 monitor.php note.php objectManager.php 
	                 query.php screenshot.php session.php 
	                 tableve.php testData.php url.php user.php 
	                 util.php vendor.php version.php 
	                 version_queue.php vote.php 
	unit_test      : run_tests.php test_application.php 
	                 test_maintainer.php test_maintainer_notify.php 
	                 test_om_objects.php test_query.php 
	                 test_user_password_migration.php 

Log message:
	Chris Morgan <cmorgan at alum.wpi.edu>
	Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
	with calls specific to the appdb or bugzilla database. Fixes a bug where a call to
	mysql_insert_id() can potentially retrieve an id from either the bugzilla or appdb database,
	depending on whichever database was last opened by mysql_connect().

Patch: http://cvs.winehq.org/patch.py?id=31305

Old revision  New revision  Changes     Path
 1.37          1.38          +1 -1       appdb/addcomment.php
 1.102         1.103         +2 -2       appdb/appview.php
 1.8           1.9           +4 -4       appdb/browse_downloadable.php
 1.52          1.53          +1 -1       appdb/index.php
 1.38          1.39          +1 -1       appdb/preferences.php
 1.47          1.48          +2 -2       appdb/screenshots.php
 1.14          1.15          +1 -1       appdb/viewScreenshots.php
 1.13          1.14          +2 -2       appdb/viewbugs.php
 1.33          1.34          +2 -2       appdb/votestats.php
 1.33          1.34          +1 -1       appdb/admin/addAppNote.php
 1.17          1.18          +1 -1       appdb/admin/addCategory.php
 1.17          1.18          +2 -2       appdb/admin/adminBugs.php
 1.18          1.19          +2 -2       appdb/admin/adminCommentView.php
 1.31          1.32          +2 -2       appdb/admin/adminMaintainers.php
 1.21          1.22          +2 -2       appdb/admin/adminScreenshots.php
 1.15          1.16          +1 -1       appdb/admin/adminUsers.php
 1.16          1.17          +4 -4       appdb/admin/editBundle.php
 1.1           1.2           +2 -2       appdb/admin/maintainerNotification.php
 1.13          1.14          +1 -1       appdb/admin/moveAppVersion.php
 1.45          1.46          +7 -7       appdb/cron/cleanup.php
 1.32          1.33          +5 -5       appdb/include/appData.php
 1.7           1.8           +4 -4       appdb/include/appdb.php
 1.123         1.124         +14 -14     appdb/include/application.php
 1.10          1.11          +3 -3       appdb/include/application_queue.php
 1.28          1.29          +7 -7       appdb/include/bugs.php
 1.24          1.25          +6 -6       appdb/include/category.php
 1.37          1.38          +11 -11     appdb/include/comment.php
 1.41          1.42          +7 -7       appdb/include/distribution.php
 1.23          1.24          +9 -9       appdb/include/downloadurl.php
 1.5           1.6           +3 -3       appdb/include/error_log.php
 1.46          1.47          +8 -17      appdb/include/incl.php
 1.52          1.53          +17 -17     appdb/include/maintainer.php
 1.18          1.19          +6 -6       appdb/include/monitor.php
 1.27          1.28          +2 -2       appdb/include/note.php
 1.42          1.43          +3 -3       appdb/include/objectManager.php
 1.9           1.10          +60 -3      appdb/include/query.php
 1.76          1.77          +5 -5       appdb/include/screenshot.php
 1.14          1.15          +2 -2       appdb/include/session.php
 1.15          1.16          +18 -18     appdb/include/tableve.php
 1.76          1.77          +12 -12     appdb/include/testData.php
 1.21          1.22          +6 -6       appdb/include/url.php
 1.95          1.96          +22 -22     appdb/include/user.php
 1.101         1.102         +20 -20     appdb/include/util.php
 1.36          1.37          +6 -6       appdb/include/vendor.php
 1.144         1.145         +21 -21     appdb/include/version.php
 1.17          1.18          +1 -1       appdb/include/version_queue.php
 1.29          1.30          +5 -5       appdb/include/vote.php
 1.17          1.18          +1 -1       appdb/unit_test/run_tests.php
 1.7           1.8           +1 -1       appdb/unit_test/test_application.php
 1.12          1.13          +4 -4       appdb/unit_test/test_maintainer.php
 1.2           1.3           +2 -2       appdb/unit_test/test_maintainer_notify.php
 1.22          1.23          +5 -5       appdb/unit_test/test_om_objects.php
 1.3           1.4           +3 -3       appdb/unit_test/test_query.php
 1.1           1.2           +3 -3       appdb/unit_test/test_user_password_migration.php




More information about the wine-cvs mailing list