ChangeSet ID: 28287 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/09/26 21:44:17
Modified files: . : index.php include : application.php sidebar.php unit_test : test_application.php Added files: . : browse_by_rating.php
Log message: "EA Durbin" ead1234@hotmail.com Add the ability to browse applications by rating and a unit test for the added Application::getWithRating()
Patch: http://cvs.winehq.org/patch.py?id=28287
Old revision New revision Changes Path 1.38 1.39 +3 -3 appdb/index.php Added 1.1 +0 -0 appdb/browse_by_rating.php 1.72 1.73 +40 -0 appdb/include/application.php 1.22 1.23 +1 -0 appdb/include/sidebar.php 1.1 1.2 +133 -38 appdb/unit_test/test_application.php