User: dww Branch: DRUPAL-4-7--2 Date: Sun, 05 Nov 2006 00:53:21 +0000 Modified files: /modules/cvslog/xcvs xcvs-config.php xcvs-db.php xcvs-taginfo.php Log message: #90483: prevent deleting tags that have release nodes pointing to them. in addition to the obvious, this commit changes xcvs_db_connect() to hold the active DB connection in a static var, and changes xcvs_db_check_write_access() to keep the connection open, so we don't incur the cost of setting-up/tearing-down the DB connection N times. also, i added some more paranoia checks for the SQL queries... Links: http://cvs.drupal.org/diff.php?path=contributions/modules/cvslog/xcvs/xcvs-c... http://cvs.drupal.org/diff.php?path=contributions/modules/cvslog/xcvs/xcvs-d... http://cvs.drupal.org/diff.php?path=contributions/modules/cvslog/xcvs/xcvs-t...