From: jocuri%softhome.net <> Date: Tue, 14 Dec 2004 10:11:59 +0000 (+0000) Subject: Documentation patch for bug 262268: Document in release notes that flags should not... X-Git-Tag: bugzilla-2.18~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58a35483480f8a97d842d3be2e8df98d06958942;p=thirdparty%2Fbugzilla.git Documentation patch for bug 262268: Document in release notes that flags should not contain spaces and indicate checksetup.pl tool for upgrading; patch by justdave@bugzilla.org updated by Nick.Barnes@pobox.com, r=vladd. --- diff --git a/docs/rel_notes.txt b/docs/rel_notes.txt index ba21489d53..609cbf9180 100644 --- a/docs/rel_notes.txt +++ b/docs/rel_notes.txt @@ -264,6 +264,24 @@ Miscellaneous Improvements What's Changed? *************** + +Flag names +---------- + +Prerelease versions of Bugzilla 2.17 and 2.18 inadvertantly allowed +commas and spaces in the names of flags, which due to the way they're +processed, caused lots of internal havoc if you named flags to have +any commas or spaces in them. Having commas or spaces in the names +can cause errors in the notification emails and in the bug activity +log. The ability to create new flags with these characters has been +removed. If you have any existing flags that you named that way, +running checksetup will attempt to automatically rename them by +replacing commas and spaces with underscores. + + +Rules for changing fields +------------------------- + There have been some changes to the rules governing who can change which fields of a bug report. The rules for Bugzilla version 2.16 and 2.18, along with differences between them, are listed below. Bear in mind that there are other