ninetydegrees (90d)☕ (
ninetydegrees) wrote in
dw_dev_training2009-10-28 08:49 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
Entry tags:
Another dumb question from a newbie: multiple bugs on the same page = 1 bug?
I keep finding bugs on Manage Comments. I've already filed three and I could file two more. I'm afraid it's getting a little ridiculous. What's the policy in this case? Should I file the new bugs independently anyway, edit the last one and give it a vaguer title? What?
BTW are there any guidelines somewhere for using Bugzilla? I don't get when it's ok to reopen a bug and when it isn't for example.
A: Reopen when there is a problem with the fix itself: it didn't fix the bug.
BTW are there any guidelines somewhere for using Bugzilla? I don't get when it's ok to reopen a bug and when it isn't for example.
A: Reopen when there is a problem with the fix itself: it didn't fix the bug.
no subject
Hopefully that helps a bit. It never hurts to make the bugs separate, so if you're not sure, just do that. :)
no subject
Also, I love small bugs, they're nice for babies like me.
Now on to figure out the difference between is_person and is_individual...
no subject
is_person returns true if the account is a personal DW account.
is_individual returns true if the account is a personal or OpenID DW account.
no subject
I didn't know which was what. Hmm. Maybe I'll be able to fix that other bug then... Decisions, decisions...
no subject
I'm trying to see how one would say "is a personal account or a community" because OpenID users can't receive comments, right? Are there any other type of possible accounts too?
no subject
There are the following functions, mostly self explanatory:
is_community
is_identity -- returns true if the user is an OpenID identity
is_official
is_paid
is_perm
is_redirect -- this user redirects to another user, like with renames
is_syndicated -- for a feed account
It looks like there's no function that combines both, but you can use two functions by using an or (||) in your if statement:
no subject
no subject
no subject
no subject
no subject
No, seriously, that was a tricky case. If you had reopened it then it would be assigned to me (I think) and so if you wanted to fix it yourself it was best to open a new one instead of going through the trouble of you asking and then me having to say yes.
Thanks for fixing it!
no subject
I didn't want to fix it because I didn't know I could but it turned out I think I did (it hasn't been reviewed yet) and found other issues while testing the patch so it's all good in the end.
no subject
no subject
Generally, if it's something that's a problem with the actual fix itself (it didn't actually fix it, it introduced a new bug, etc) I'll reopen, and if it was something that was left out of the spec of the original item I'll say new bug. It's fuzzy though.
no subject
no subject