ChangeSet ID: 26651 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/19 11:37:54
Modified files: cron : cleanup.php include : incl.php query.php tables : create_tables unit_test : run_tests.php Added files: include : error_log.php tables : error_log.sql unit_test : test_error_log.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Modify query_error() to log errors to a database table instead of displaying them on the screen. This should let us more easily debug difficult or intermittent issues that users may not report. Add a cron to report logged errors to appdb admins every night. Implement some basic unit tests for the new error logging code
Patch: http://cvs.winehq.org/patch.py?id=26651
Old revision New revision Changes Path 1.29 1.30 +10 -1 appdb/cron/cleanup.php 1.36 1.37 +1 -0 appdb/include/incl.php 1.3 1.4 +4 -5 appdb/include/query.php Added 1.1 +0 -0 appdb/include/error_log.php 1.7 1.8 +2 -0 appdb/tables/create_tables Added 1.1 +0 -0 appdb/tables/error_log.sql 1.4 1.5 +3 -1 appdb/unit_test/run_tests.php Added 1.1 +0 -0 appdb/unit_test/test_error_log.php