ChangeSet ID: 15785 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@wine.codeweavers.com 2005/01/30 17:12:49
Modified files: . : TODO account.php addcomment.php appbrowse.php appimage.php appsubmit.php appview.php deletecomment.php index.php maintainerdelete.php maintainersubmit.php preferences.php screenshots.php vendorview.php admin : addAppNote.php addCategory.php addVendor.php adminAppDataQueue.php adminAppQueue.php adminMaintainerQueue.php adminMaintainers.php adminScreenshots.php adminUsers.php adminVendors.php deleteAny.php editAppFamily.php editAppNote.php editAppVersion.php editBundle.php editCategory.php editVendor.php cron : cleanup.php include : comments.php form_edit.php incl.php sidebar_login.php user.php vote.php tables : user_list.sql
Log message: Jonathan Ernst Jonathan@ernstfamily.ch - OO version of user class - no more duplicated functions - improved performances (much less duplicated mysql queries) - less code and better error handling
Patch: http://cvs.winehq.org/patch.py?id=15785
Old revision New revision Changes Path 1.16 1.17 +0 -2 appdb/TODO 1.10 1.11 +5 -12 appdb/account.php 1.15 1.16 +6 -5 appdb/addcomment.php 1.8 1.9 +1 -1 appdb/appbrowse.php 1.8 1.9 +1 -1 appdb/appimage.php 1.17 1.18 +3 -3 appdb/appsubmit.php 1.41 1.42 +13 -12 appdb/appview.php 1.16 1.17 +7 -6 appdb/deletecomment.php 1.23 1.24 +1 -1 appdb/index.php 1.10 1.11 +1 -1 appdb/maintainerdelete.php 1.12 1.13 +3 -3 appdb/maintainersubmit.php 1.17 1.18 +26 -33 appdb/preferences.php 1.21 1.22 +11 -11 appdb/screenshots.php 1.8 1.9 +1 -1 appdb/vendorview.php 1.15 1.16 +2 -2 appdb/admin/addAppNote.php 1.6 1.7 +1 -1 appdb/admin/addCategory.php 1.6 1.7 +1 -1 appdb/admin/addVendor.php 1.9 1.10 +16 -11 appdb/admin/adminAppDataQueue.php 1.17 1.18 +2 -2 appdb/admin/adminAppQueue.php 1.10 1.11 +15 -17 appdb/admin/adminMaintainerQueue.php 1.9 1.10 +4 -4 appdb/admin/adminMaintainers.php 1.2 1.3 +1 -1 appdb/admin/adminScreenshots.php 1.2 1.3 +12 -10 appdb/admin/adminUsers.php 1.4 1.5 +1 -1 appdb/admin/adminVendors.php 1.6 1.7 +1 -1 appdb/admin/deleteAny.php 1.20 1.21 +2 -2 appdb/admin/editAppFamily.php 1.12 1.13 +2 -2 appdb/admin/editAppNote.php 1.16 1.17 +2 -2 appdb/admin/editAppVersion.php 1.5 1.6 +1 -1 appdb/admin/editBundle.php 1.5 1.6 +1 -1 appdb/admin/editCategory.php 1.6 1.7 +1 -1 appdb/admin/editVendor.php 1.3 1.4 +13 -9 appdb/cron/cleanup.php 1.18 1.19 +3 -3 appdb/include/comments.php 1.6 1.7 +1 -1 appdb/include/form_edit.php 1.19 1.20 +6 -4 appdb/include/incl.php 1.7 1.8 +1 -1 appdb/include/sidebar_login.php 1.30 1.31 +202 -264 appdb/include/user.php 1.8 1.9 +12 -13 appdb/include/vote.php 1.5 1.6 +0 -2 appdb/tables/user_list.sql