ChangeSet ID: 14800 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@wine.codeweavers.com 2004/12/11 21:55:14
Modified files: admin : addCategory.php editVendor.php include : config.php.sample db.php footer.php form_edit.php form_login.php form_new.php header.php incl.php maintainer.php menu.php parsedate.php pn_buttons.php qclass.php query_appbyvendor.php query_apps.php query_inc.php query_users.php rating.php sidebar.php sidebar_admin.php sidebar_login.php tableve.php user.php vote.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=14800
Old revision New revision Changes Path 1.1.1.1 1.2 +1 -1 appdb/admin/addCategory.php 1.1.1.1 1.2 +1 -1 appdb/admin/editVendor.php 1.2 1.3 +4 -2 appdb/include/config.php.sample 1.1.1.1 1.2 +9 -11 appdb/include/db.php 1.1.1.1 1.2 +0 -4 appdb/include/footer.php 1.2 1.3 +27 -36 appdb/include/form_edit.php 1.2 1.3 +19 -24 appdb/include/form_login.php 1.2 1.3 +32 -36 appdb/include/form_new.php 1.1.1.1 1.2 +11 -14 appdb/include/header.php 1.5 1.6 +29 -32 appdb/include/incl.php 1.2 1.3 +9 -6 appdb/include/maintainer.php 1.2 1.3 +27 -27 appdb/include/menu.php 1.1.1.1 1.2 +60 -57 appdb/include/parsedate.php 1.1.1.1 1.2 +65 -68 appdb/include/pn_buttons.php 1.1.1.1 1.2 +7 -5 appdb/include/qclass.php 1.1.1.1 1.2 +14 -15 appdb/include/query_appbyvendor.php 1.1.1.1 1.2 +35 -37 appdb/include/query_apps.php 1.1.1.1 1.2 +152 -158 appdb/include/query_inc.php 1.1.1.1 1.2 +34 -38 appdb/include/query_users.php 1.2 1.3 +4 -14 appdb/include/rating.php 1.4 1.5 +4 -6 appdb/include/sidebar.php 1.6 1.7 +4 -6 appdb/include/sidebar_admin.php 1.5 1.6 +5 -6 appdb/include/sidebar_login.php 1.3 1.4 +1 -1 appdb/include/tableve.php 1.11 1.12 +62 -43 appdb/include/user.php 1.2 1.3 +49 -50 appdb/include/vote.php