ChangeSet ID: 15935 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@wine.codeweavers.com 2005/02/06 11:49:48
Modified files: . : appview.php admin : deleteAny.php include : application.php category.php Added files: include : vendor.php version.php
Log message: Jonathan Ernst Jonathan@ernstfamily.ch - add version and vendor classes - much improved application class (same model as the other new classes I made) - modified category class - modified some files to use the new classes and methods - deletes linked elements on cascade
Patch: http://cvs.winehq.org/patch.py?id=15935
Old revision New revision Changes Path 1.51 1.52 +70 -84 appdb/appview.php 1.7 1.8 +8 -4 appdb/admin/deleteAny.php 1.9 1.10 +243 -69 appdb/include/application.php 1.9 1.10 +22 -15 appdb/include/category.php Added 1.1 +0 -0 appdb/include/vendor.php Added 1.1 +0 -0 appdb/include/version.php