The bug and feature tracker is now open for your viewing pleasure

March 26, 2008, 03:14:49 PM Posted by Thantos on March 26, 2008, 03:14:49 PM in The bug and feature tracker is now open for your viewing pleasure | 23 Comments
We've been using a bug tracker since late August 2006.  Since that time I've been wanting to open it up for the public to view but it has been one of those things that kept getting pushed to the side.  Well I'm pleased to tell you that the work is done and the doors have been flung open.

Bug Tracker Link

This tracker is view-only for the public.  Only our beta testers, team members, and a couple of special security reporters can post to the tracker.  This is so that the devs and the others who are working on resolving the issue don't have to take the time figuring out which bugs are legitimate and which ones aren't.

If you find a bug then please post about it in the Bug Reports board.  Once it has been verified then someone will post it to the tracker and post a link to the bug report in your topic.  Now since we believe in being as lazy efficient as possible I setup a wiki style link for them.  You can type [[bug:##]] and it will link to that bug (ie: [[bug:1]] gives Bug #1: Buddy list field is tinytext)

Now the bug tracker actually isn't just for bugs.  We also use it for features also.  Once a feature has been agreed upon it'll be added to the tracker so that we don't forget about it.

Currently we have all public members sharing an anonymous account.  As such there is no way to setup notification on a topic.

Members will have access to the projects that they can download.  So before the 2.0 public beta release charter members would have had access to 2.0 while the public would not.  Now that 2.0 is public everyone has access to the 2.0 bug tracker project.

Comments


Kender on March 26, 2008, 03:17:19 PM said
very nice

lets us know what your working on in a more condenced area!

shadow82x on March 26, 2008, 03:24:08 PM said
Very nice move. This is great. :D

SleePy on March 26, 2008, 03:40:45 PM said
Finally I can use the bug wiki..

Eliana Tamerin on March 26, 2008, 09:07:56 PM said
Two things:

I can't filter by category: SMF 2.0. Is this SMF DE or a hidden category for the public filters?

Would it be possible to reset the filters for guests every x time? I don't mind sharing access accounts, but I don't want to have to check the filters every time I go there to make sure it's not filtering a specific category or user.

Otherwise, fantastic job. I've been waiting for the Bug Tracker to become public so that I could see some of the work. Awesome.

SleePy on March 26, 2008, 09:25:35 PM said
The SMF DE is for the converters section. It was never updated to say SMF 2.0..

You can always create a permalink for the filter and use it when you need to.

Eliana Tamerin on March 26, 2008, 09:40:59 PM said
http://dev.simplemachines.org/mantis/search.php?category=SMF+2.0...(rest of the url)
Won't work. Would be nice to have a filter for 2.0 issues.

SleePy on March 26, 2008, 09:43:49 PM said
Change the project in the drop above.

Eliana Tamerin on March 26, 2008, 09:44:40 PM said
* Eliana Tamerin slaps face.

Wow, thank you for pointing out my utter blindness.

karlbenson on March 26, 2008, 10:45:46 PM said
Note, for anyone else attempting to link to a bug on the tracker.
It does not work via Quick Edit It only works via full reply or Modify (and not via Quick Edit, nor Quick Reply).

Thx Sleepy, otherwise I would still have been attempting to post a link.
Hopefully it saves you aswell.

Edit: Fixed (thx Thantos)

Thantos on March 27, 2008, 01:21:35 PM said
Quote from: karlbenson on March 26, 2008, 10:45:46 PM
Note, for anyone else attempting to link to a bug on the tracker.
It only works via full reply or Modify (and not via Quick Edit, nor Quick Reply).

Thx Sleepy, otherwise I would still have been attempting to post a link.
Hopefully it saves you aswell.

Bug #5: Quote post or preview post causes Javascript error (RC3)

Quick Reply works fine.  Quick Edit does not and that is known.

metallica48423 on March 28, 2008, 02:36:22 AM said
Thantos: What would you say to unrestricting the top menu's bugtracker link to make it public?  Just a random thought :)

[SiNaN] on April 01, 2008, 02:47:10 AM said
Bug tracker is having a bug. :P

When I try to open it, it outputs this error:

QuoteFatal error: 401 in /home/simple/public_html/dev/mantis/core/database_api.php on line 187

H on April 01, 2008, 08:45:03 AM said
Quote from: [SiNaN] on April 01, 2008, 02:47:10 AM
Bug tracker is having a bug. :P

When I try to open it, it outputs this error:

QuoteFatal error: 401 in /home/simple/public_html/dev/mantis/core/database_api.php on line 187

I think this problem was resolved and it has certainly seem to have disappeared on my test account :)

[SiNaN] on April 02, 2008, 02:52:52 AM said
Still getting the same error.

//Maybe that's because of my username. It's Bab-ı Esrar.

metallica48423 on April 02, 2008, 01:31:39 PM said
seems as if its a problem with a Database query.  If you logout and back in does it work?

[SiNaN] on April 03, 2008, 05:44:36 AM said
Quote from: metallica48423 on April 02, 2008, 01:31:39 PM
seems as if its a problem with a Database query.  If you logout and back in does it work?

No. It doesn't. When I try to log in, it gives the same error. I guess it is because of the space character in my username. Some systems do not support space in usernames, such as PHP-Nuke.

Thantos on April 03, 2008, 10:05:07 AM said
Can I get you to try again.  I have the error logging going so hopefully I'll be able to see what is happening.  Thanks

[SiNaN] on April 03, 2008, 01:32:09 PM said
Quote from: Thantos on April 03, 2008, 10:05:07 AM
Can I get you to try again.  I have the error logging going so hopefully I'll be able to see what is happening.  Thanks

I got this error.

QuoteDatabase query failed. Error received from database was #1267: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' for the query: SELECT id
FROM mantis_user_table
WHERE username='Bab-ı Esrar'

Thantos on April 03, 2008, 01:38:46 PM said
Thanks.

Thantos on April 03, 2008, 01:47:20 PM said
I changed that table and fields to UTF8 so can you try again please.
* Thantos hopes that the change didn't screw something else up.

[SiNaN] on April 03, 2008, 01:55:48 PM said
Quote from: Thantos on April 03, 2008, 01:47:20 PM
I changed that table and fields to UTF8 so can you try again please.
* Thantos hopes that the change didn't screw something else up.

Now its okay. Thanks.

Thantos on April 03, 2008, 01:56:40 PM said
Thanks for bring it up and helping us to figure out what the problem was.

SleePy on April 03, 2008, 09:53:47 PM said
Thantos, I know I am being lazy, but could we get a [[feature:#]] wiki as well :P

Also when I tried to use [[feature:#]] earlier it took forever to post.. Don't know if its a small bug or not with the wiki links.
Advertisement: