2006-10-15 Sunday 03:34 mkgnu * src/lib/product/Tools/VDD_Generator.pm.in (1.24, SCMBUG_RELEASE_0-18-1): bug 842: Set the repository when issuing an activity_vdd using the VDD Generator. 2006-10-15 Sunday 03:25 mkgnu * configure.in (1.213), packaging/debian/changelog (1.77) (utags: SCMBUG_RELEASE_0-18-1): bug 843: Increased version number for upcoming release SCMBUG_RELEASE_0-18-1. 2006-10-15 Sunday 03:13 mkgnu * doc/manual/content/: bugtracking-backends.sgml (1.12), features.sgml (1.24), resources.sgml (1.15), scm-frontends.sgml (1.15) (utags: SCMBUG_RELEASE_0-18-1): bug 66: Restructuring the Features section to break the mail_on_success policy as an additional feature (it is not a verification check). 2006-10-14 Saturday 22:08 mkgnu * src/lib/product/Glue/Subversion.pm.in (1.27, SCMBUG_RELEASE_0-18-1): bug 807: Removed the additional debuging statements used so far in detecting branch names. 2006-10-14 Saturday 22:07 mkgnu * src/lib/product/: Activity.pm.in (1.11, SCMBUG_RELEASE_0-18-1), Glue/CVS.pm.in (1.24, SCMBUG_RELEASE_0-18-1), Glue/Glue.pm.in (1.37, SCMBUG_RELEASE_0-18-1), Glue/Subversion.pm.in (1.26): bug 807: Now correctly reporting the product name in the branch when it is autodetected to be after trunk/tags/branches. 2006-10-14 Saturday 20:13 mkgnu * src/lib/product/Glue/Subversion.pm.in (1.25): bug 807: Improved branch name detection in two ways. First, don't assume that the labeling_directories or the main_trunk_directories are absolute paths. Second, report that the branch name cannot be determined if a user commits a changeset that touches multiple branches (e.g. trunk, tags and branches). This could occur due to user error, hence we may need this to be a configurable option. But it could also occur when one is creating new trunk,tags,branches directories for a new project in a repository that is already integrated with Scmbug. An open issue that still remains is to report the product name in the branch when it is autodetected to be after trunk/tags/branches. This will be worked on next. And remove the debugging statements this work introduces. 2006-10-14 Saturday 20:09 mkgnu * src/tests/product.test/svn/set_auto_after.sh (1.4, SCMBUG_RELEASE_0-18-1): bug 807: Don't need to change the main_trunk_directories at any point at all. Branch name detection should not assume those are absolute paths. 2006-10-14 Saturday 19:05 mkgnu * src/tests/product.test/svn/: set_auto_after.sh (1.3), tests_svn.exp (1.31, SCMBUG_RELEASE_0-18-1): bug 807: Corrected the test case for adding a tag when valid_product_name is set to auto, after trunk/tags/branches. Was missing directory prefixes for tags and branches. 2006-10-14 Saturday 18:34 mkgnu * src/tests/product.test/svn/: auto_add_tag.sh (1.1, SCMBUG_RELEASE_0-18-1), auto_add_tag_after.sh (1.1, SCMBUG_RELEASE_0-18-1), tests_svn.exp (1.30): bug 807: Added two test cases for adding a tag when the valid_product_name policy is set to auto in Subversion. 2006-10-13 Friday 05:56 mkgnu * src/glue/etc/product/glue.conf.template.in (1.32, SCMBUG_RELEASE_0-18-1): bug 830: Policy mail_on_success should be disabled by default. We accidentally enabled it when doing work on bug 830 before. 2006-10-13 Friday 05:45 mkgnu * src/: tests/product.test/config/testers/mkgnu/daemon.conf.bugzilla.in (1.8), tests/product.test/config/testers/mkgnu/daemon.conf.mantis.in (1.7), tests/product.test/config/testers/mkgnu/daemon.conf.requesttracker.in (1.5), daemon/etc/daemon.conf.template.in (1.22) (utags: SCMBUG_RELEASE_0-18-1): bug 66: Clarified that the database_name, database_username, database_password are ignored only in RequestTracker. 2006-10-06 Friday 17:56 mkgnu * src/lib/product/Daemon/Bugzilla.pm.in (1.29, SCMBUG_RELEASE_0-18-1): bug 836: integration_get_bug_monitors_email_list(): Use FetchOneColumn() instead of FetchSQLData(), else the monitor's email address is not picked up correctly.