ChangeSet ID: 31106 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/04/24 18:48:15
Modified files: . : objectManager.php help : maintainer_guidelines.help include : application.php sidebar.php sidebar_admin.php sidebar_login.php version.php unit_test : test_om_objects.php Added files: include : application_queue.php Removed files: . : appsubmit.php admin : adminAppQueue.php
Log message: Alexander Nicolaysen Sørnes alex@thehandofagony.com Use objectManager to submit and process applications. Remove now unused appsubmit.php admin/adminAppQueue.php
Patch: http://cvs.winehq.org/patch.py?id=31106
Old revision New revision Changes Path 1.8 1.9 +1 -1 appdb/objectManager.php 1.68 Removed +0 -0 appdb/appsubmit.php 1.77 Removed +0 -0 appdb/admin/adminAppQueue.php 1.6 1.7 +3 -4 appdb/help/maintainer_guidelines.help 1.106 1.107 +72 -19 appdb/include/application.php 1.30 1.31 +2 -1 appdb/include/sidebar.php 1.41 1.42 +3 -3 appdb/include/sidebar_admin.php 1.27 1.28 +1 -1 appdb/include/sidebar_login.php 1.123 1.124 +6 -3 appdb/include/version.php Added 1.1 +0 -0 appdb/include/application_queue.php 1.10 1.11 +2 -0 appdb/unit_test/test_om_objects.php