Bug 111798 - Warning about the user not having edit rights on Bugzilla is confusing new contributors
Summary: Warning about the user not having edit rights on Bugzilla is confusing new co...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-07 17:21 PST by Ryosuke Niwa
Modified: 2013-03-08 14:38 PST (History)
5 users (show)

See Also:


Attachments
Don't encourage new contributors to ask for EditBugs privileges (1.57 KB, patch)
2013-03-07 17:29 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-03-07 17:21:44 PST
Apparently the warning that comes out of failing to assign a bug to the user is more confusing than is helpful.
A contributor who hasn't yet to become a committer doesn't really know much about how WebKit Bugzilla works and a scary warning like this one misleads the contributor to think that he needs to ask for edit rights.
We should just get rid of this warning message.

I've met at least 3 new contributors who have complained about this problem.
Comment 1 Ryosuke Niwa 2013-03-07 17:29:49 PST
Created attachment 192116 [details]
Don't encourage new contributors to ask for EditBugs privileges
Comment 2 Dirk Pranke 2013-03-07 17:49:58 PST
when does this message show up? with webkit-patch upload? 

Can we query bugzilla and figure out if the user has editbugs permissions?
Comment 3 Benjamin Poulain 2013-03-07 18:06:31 PST
(In reply to comment #2)
> when does this message show up? with webkit-patch upload? 
> 
> Can we query bugzilla and figure out if the user has editbugs permissions?

New users are incredibly confused by that message.
Comment 4 Dirk Pranke 2013-03-07 18:10:13 PST
(In reply to comment #3)
> (In reply to comment #2)
> > when does this message show up? with webkit-patch upload? 
> > 
> > Can we query bugzilla and figure out if the user has editbugs permissions?
> 
> New users are incredibly confused by that message.

new users of what?
Comment 5 Eric Seidel (no email) 2013-03-07 18:10:28 PST
(In reply to comment #2)
> Can we query bugzilla and figure out if the user has editbugs permissions?

We could parse their permissions page, yes.  I'm not sure it's worth the effort.
Comment 6 Benjamin Poulain 2013-03-07 19:29:12 PST
> > New users are incredibly confused by that message.
> 
> new users of what?

Of webkit-patch.
People who get started on WebKit always ask on IRC about that error.
Comment 7 Eric Seidel (no email) 2013-03-08 12:44:49 PST
Honestly, I don't really care. :)

We could do something more elegant.  I guess I don't notice folks asking for EditBugs.  I definitely notice folks who fail to ever ask for it. :)

Another solution would be to just get rid of edit bugs.
Comment 8 Ryosuke Niwa 2013-03-08 14:38:43 PST
Comment on attachment 192116 [details]
Don't encourage new contributors to ask for EditBugs privileges

Clearing flags on attachment: 192116

Committed r145270: <http://trac.webkit.org/changeset/145270>
Comment 9 Ryosuke Niwa 2013-03-08 14:38:47 PST
All reviewed patches have been landed.  Closing bug.