First time here? Check out the FAQ!
1

Is there a way to list all the unfixed bugs in Askbot?
 

Here's a list of all the unfixed bugs in OSQA.

How do I get something similar for Askbot?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Tomasz P. Szynalski's avatar
179
Tomasz P. Szynalski
asked 13 years ago

Comments

see more comments

2 Answers

1

There is a way to see unsolved bugs, you can search by tag "bug" and exclude tag "fixed", and for display select "hide ignored". Those would be nearly all.

If a bug gives error 500 and 404 then I fix it the same day, right now I don't know of any such issues.

We have bugs database too - http://bugs.askbot.org, will be using it a lot more actively soon as askbot will be my full time project starting mid-July and at least one more person will be hired. I'll post an update, there will be quite an interesting development :). You are welcome to register at the bug tracker.

Askbot has many test cases, run on every commit to the github, that's why it is more stable.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 13 years ago, answered 13 years ago
link

Comments

Thanks. Please explain how to exclude a tag. I spent a minute looking and couldn't find that option.
Tomasz P. Szynalski's avatar Tomasz P. Szynalski (13 years ago)
I could have explained better! On the right side there are interesting and ignored tags input boxes, so add "fixed" to the ignored list, and then select "exclude ignored" in the display tag filter section just below.
Evgeny's avatar Evgeny (13 years ago)
Got it, thanks. I think the searching and browsing should automatically reflect the interesting and excluded tags (there should be an additional message below the search box that the results are filtered). If I add something to excluded tags, I expect it to go away -- why do I have to contemplate a three-way radio button? Don't Make Me Think :)
Tomasz P. Szynalski's avatar Tomasz P. Szynalski (13 years ago)
yes, but it is not clear what to do when a question has both interesting and ignored tags...
Evgeny's avatar Evgeny (13 years ago)
2
In that case, don't show the question. If I type "aa -bb" into Google and a page contains both "aa" and "bb", it will not be in the search results. Actually, Evgeny, I think I should be able to type "[bugs] -[fixed]" in the search box. I shouldn't have to mess with my interesting/excluded tags to do a query -- what if I have a carefully composed list of 14 excluded tags? Am I supposed to reconstruct it later? (On second thought, I think the search should ignore interesting/excluded tags - when I'm searching, I usually want to get the most complete results possible.)
Tomasz P. Szynalski's avatar Tomasz P. Szynalski (13 years ago)
see more comments
0

There's a redmine bug tracker for askbot here: http://bugs.askbot.org/projects/askbot/issues

Seems to be active.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
quesada's avatar
65
quesada
answered 13 years ago
link

Comments

Almost all bugs are listed there, remaning unfixed bugs are recorded on this forum. Redmine seems to be one of the best options, maybe jira is better, but looks complicated.

Evgeny's avatar Evgeny (13 years ago)
see more comments