ChangeSet ID: 14799 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@wine.codeweavers.com 2004/12/11 21:51:51
Modified files: . : account.php addcomment.php appbrowse.php appdbStats.php appimage.php appsubmit.php bugs.php commentview.php deletecomment.php edituser.php index.php maintainerdelete.php maintainersubmit.php noteview.php path.php preferences.php search.php stdquery.php support.php updaterating.php updatevote.php vendorview.php votestats.php admin : addAppFamily.php addAppNote.php addVendor.php adminAppQueue.php adminCommentView.php adminMaintainerQueue.php adminMaintainers.php deleteAny.php editAppFamily.php editAppNote.php editAppOwners.php editAppVersion.php editBundle.php editCategory.php index.php path.php help : index.php path.php include : appdb.php application.php banner.php category.php comments.php
Log message: Jonathan Ernst Jonathan@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=14799
Old revision New revision Changes Path 1.4 1.5 +111 -100 appdb/account.php 1.6 1.7 +1 -1 appdb/addcomment.php 1.3 1.4 +3 -3 appdb/appbrowse.php 1.3 1.4 +3 -2 appdb/appdbStats.php 1.3 1.4 +19 -19 appdb/appimage.php 1.9 1.10 +1 -1 appdb/appsubmit.php 1.1 1.2 +1 -3 appdb/bugs.php 1.1.1.1 1.2 +6 -10 appdb/commentview.php 1.5 1.6 +1 -1 appdb/deletecomment.php 1.2 1.3 +7 -6 appdb/edituser.php 1.7 1.8 +55 -58 appdb/index.php 1.2 1.3 +3 -5 appdb/maintainerdelete.php 1.2 1.3 +1 -1 appdb/maintainersubmit.php 1.2 1.3 +4 -6 appdb/noteview.php 1.1.1.1 1.2 +1 -1 appdb/path.php 1.2 1.3 +2 -2 appdb/preferences.php 1.2 1.3 +1 -1 appdb/search.php 1.2 1.3 +1 -1 appdb/stdquery.php 1.2 1.3 +28 -32 appdb/support.php 1.1.1.1 1.2 +1 -1 appdb/updaterating.php 1.1.1.1 1.2 +1 -1 appdb/updatevote.php 1.1.1.1 1.2 +4 -6 appdb/vendorview.php 1.3 1.4 +1 -1 appdb/votestats.php 1.1.1.1 1.2 +1 -1 appdb/admin/addAppFamily.php 1.3 1.4 +4 -6 appdb/admin/addAppNote.php 1.1.1.1 1.2 +1 -1 appdb/admin/addVendor.php 1.9 1.10 +3 -3 appdb/admin/adminAppQueue.php 1.1 1.2 +4 -3 appdb/admin/adminCommentView.php 1.3 1.4 +3 -2 appdb/admin/adminMaintainerQueue.php 1.4 1.5 +3 -2 appdb/admin/adminMaintainers.php 1.1.1.1 1.2 +1 -1 appdb/admin/deleteAny.php 1.5 1.6 +1 -1 appdb/admin/editAppFamily.php 1.3 1.4 +4 -5 appdb/admin/editAppNote.php 1.1.1.1 1.2 +1 -1 appdb/admin/editAppOwners.php 1.4 1.5 +1 -1 appdb/admin/editAppVersion.php 1.1.1.1 1.2 +1 -1 appdb/admin/editBundle.php 1.1.1.1 1.2 +1 -2 appdb/admin/editCategory.php 1.2 1.3 +4 -6 appdb/admin/index.php 1.1.1.1 1.2 +1 -1 appdb/admin/path.php 1.2 1.3 +4 -6 appdb/help/index.php 1.1.1.1 1.2 +1 -1 appdb/help/path.php 1.1.1.1 1.2 +1 -1 appdb/include/appdb.php 1.2 1.3 +4 -2 appdb/include/application.php 1.1.1.1 1.2 +39 -42 appdb/include/banner.php 1.1.1.1 1.2 +116 -114 appdb/include/category.php 1.8 1.9 +46 -63 appdb/include/comments.php