appdb/ include/appData.php include/application ...

WineHQ wineowner at wine.codeweavers.com
Tue Jul 31 18:48:23 CDT 2007


ChangeSet ID:	31299
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/07/31 18:48:22

Modified files:
	include        : appData.php application.php 
	                 browse_newest_apps.php bugs.php 
	                 distribution.php downloadurl.php monitor.php 
	                 note.php screenshot.php testData.php url.php 
	                 util.php version.php vote.php 
	tables         : appdb_tables.sql banner.sql buglinks.sql 
	                 distributions.sql monitors.sql session_list.sql 
	                 testResults.sql user_list.sql 

Log message:
	Chris Morgan <cmorgan at alum.wpi.edu>
	Convert from timestamp to datetime. Datetime is consistent between mysql 4.0x and newer
	versions and is faster for date/time computations. Modify object creation methods to specify
	any time fields that were previously updated with timestamp properties.

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

Old revision  New revision  Changes     Path
 1.31          1.32          +2 -2       appdb/include/appData.php
 1.122         1.123         +8 -6       appdb/include/application.php
 1.3           1.4           +1 -1       appdb/include/browse_newest_apps.php
 1.27          1.28          +7 -5       appdb/include/bugs.php
 1.40          1.41          +5 -3       appdb/include/distribution.php
 1.22          1.23          +6 -4       appdb/include/downloadurl.php
 1.17          1.18          +5 -3       appdb/include/monitor.php
 1.26          1.27          +8 -4       appdb/include/note.php
 1.75          1.76          +3 -2       appdb/include/screenshot.php
 1.75          1.76          +8 -5       appdb/include/testData.php
 1.20          1.21          +5 -4       appdb/include/url.php
 1.100         1.101         +1 -6       appdb/include/util.php
 1.143         1.144         +6 -5       appdb/include/version.php
 1.28          1.29          +1 -1       appdb/include/vote.php
 1.33          1.34          +16 -16     appdb/tables/appdb_tables.sql
 1.1.1.1       1.2           +1 -1       appdb/tables/banner.sql
 1.1           1.2           +1 -1       appdb/tables/buglinks.sql
 1.1           1.2           +7 -7       appdb/tables/distributions.sql
 1.1           1.2           +1 -1       appdb/tables/monitors.sql
 1.1           1.2           +1 -1       appdb/tables/session_list.sql
 1.3           1.4           +1 -1       appdb/tables/testResults.sql
 1.9           1.10          +2 -2       appdb/tables/user_list.sql




More information about the wine-cvs mailing list