From: Max Kanat-Alexander Date: Fri, 22 Oct 2010 23:49:29 +0000 (-0700) Subject: Bug 578513: Rename cc_accessible and reporter_accessible to is_cc_accessible X-Git-Tag: bugzilla-4.1.1~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac80bc26485a46b4f2dca7013830e89546fa8d3c;p=thirdparty%2Fbugzilla.git Bug 578513: Rename cc_accessible and reporter_accessible to is_cc_accessible and is_reporter_accessible in the WebService. r=timello, a=mkanat --- diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index b8178b9cef..026244db9d 100644 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -258,7 +258,6 @@ use constant MAX_LINE_LENGTH => 254; # use.) use constant FIELD_MAP => { blocks => 'blocked', - is_confirmed => 'everconfirmed', cc_accessible => 'cclist_accessible', commentprivacy => 'comment_is_private', creation_time => 'creation_ts', @@ -267,6 +266,9 @@ use constant FIELD_MAP => { depends_on => 'dependson', dupe_of => 'dup_id', id => 'bug_id', + is_confirmed => 'everconfirmed', + is_cc_accessible => 'cclist_accessible', + is_creator_accessible => 'reporter_accessible', last_change_time => 'delta_ts', platform => 'rep_platform', severity => 'bug_severity', diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index bfd5d5c0db..45395ae1ef 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2606,7 +2606,7 @@ pass in an invalid user name. =back -=item C +=item C C Whether or not users in the CC list are allowed to access the bug, even if they aren't in a group that can normally access the bug. @@ -2736,7 +2736,7 @@ normally have permission to file new bugs in that product. C The full login name of the bug's QA Contact. -=item C +=item C C Whether or not the bug's reporter is allowed to access the bug, even if he or she isn't in a group that can normally access