Module: appdb Branch: master Commit: 835d82e49bee4e1f1d608610698ad29553bdb53f URL: http://source.winehq.org/git/appdb.git/?a=commit;h=835d82e49bee4e1f1d6086106...
Author: Alexander Nicolaysen Sørnes alex@thehandofagony.com Date: Tue Oct 9 21:10:29 2007 +0200
Add new voting system
---
include/objectManager.php | 14 ++- include/version.php | 4 +- include/vote.php | 183 +++++++++++++++++++++++++++++++++++++++++++++ objectManager.php | 2 +- unit_test/run_tests.php | 2 + unit_test/test_common.php | 13 +++ unit_test/test_voting.php | 72 ++++++++++++++++++ 7 files changed, 283 insertions(+), 7 deletions(-)
Diff: http://source.winehq.org/git/appdb.git/?a=commitdiff;h=835d82e49bee4e1f1d608...