close
Danbooru 2 testing contest

The number of tickets coming in for Danbooru 2 have come to a trickle lately, which either means there are no bugs left or people have lost interest. In an attempt to stir up some activity again, I'd like to propose a simple contest:

The top three people who submit the most issues that result in code changes will receive a privileged account upgrade. You can gift this upgrade to a friend if you want. Here's what you need to do to participate:

1) Register for an account on Github: https://github.com

2) Log into http://testbooru.donmai.us (your current account name and password should work)

3) Find bugs and report them at https://github.com/r888888888/danbooru/issues/new

If you want me to upgrade your account level to test mod functions you can request it here in this thread. I'll probably let this run for at least two weeks.

As a quick reminder, some of the perks you get with a privileged account:

  • No ads
  • Search up to eight tags at once
  • Your votes count towards a post's score
  • Automatically updated tag subscriptions
  • Ability to see deleted posts

Can I get my account upgraded to see if some thing works right.

Sounds epic, too bad I never find bugs.

found the first bug without even logging in
and i have posted it on github

I wish the prize was a bit more general : normal -> privileged or privileged -> contributor.

Contributor isn't something that can be awarded as a prize, it must be earned.

Please upgrade my account for testing.

Tell me what you want to be upgraded to.

Ah I think i found one heheh

I've upgraded Pyrolight and Clone394.

albert said:
I've upgraded Pyrolight and Clone394.

Thank you

General question.

Does disapprove hide the image for just yourself or all the mods?

Are we looking for only technical bugs, or also functionality issues and problems?

blastech said:
Are we looking for only technical bugs, or also functionality issues and problems?

Mostly bugs but I have posted the odd functionality issue here and there.

Pyrolight said:
Thank you

General question.

Does disapprove hide the image for just yourself or all the mods?

File a bug, he fixed the terminology in the queue but not the images themselves.

I'd also like to get my account upgraded (mod?) on testbooru for testing.

[strike]How do I exactly login to testbooru using my danbooru account?[/strike]

ETA: Okay, so the Sign In page is online now (it previously just sends me to the Sign Up page). Thanks.

Looks good so far, if a bit sparse. I'll keep playing around with it to see what comes up.

Wow eight tags?
And we ordinary users only get 2.
I highly doubt I'll get this free privilege as I can't find any bugs whatsoever.

I'm interested in having my account upgraded for testing.

This need to be stickied.

I think I found a couple of issues in the My Account section
1st in pool changes it comes up all HTML.
2nd after selecting favorites the mode screen only shows half of the word.
I hope this can be of some help.
New site has a lot of awesome features..
Keep up the great work..

Report the bugs at github, not here. Read the first post of the thread to find out how.

I would like a Privileged account too, need to figure out whether some of the errors are just in-progress things.

I experimented with my username change and get it to have multiple line (it is allowed..) and accidentally logged out. Now I can't log in since the login screen can't allow multiline username. Can I get it renamed to the original and perhaps escalate it to privilege account as well?

Thanks.

kamikazemonk said:
I experimented with my username change and get it to have multiple line (it is allowed..) and accidentally logged out. Now I can't log in since the login screen can't allow multiline username. Can I get it renamed to the original and perhaps escalate it to privilege account as well?

Thanks.

Here is your name if one was to send you mail:

kamikazemonkmonkey dead luffycrimson flower bleh

Try that as your username with underscores if needed. If you still can't log in albert will have to change it database side when he sees the post.

Edit: All I said before was wrong. I just broke my own account trying to find a fix for this, but here it is.

For firefox:

Download firebug or any other addon which allows you to manipulate html.

Rightclick on the name input field and click "Inspect Element", then click on "Edit"

The text should read:
<input type="text" name="name" id="name">

Replace it with:
<textarea cols="40" maxlength="100" id="name" name="name" rows="20">Username here</textarea>

Then, just enter your username using multiple lines.

This may be a little off topic, but what was the problem with this version of Danbooru anyway? Why are we getting a new one?

Just looking at testbooru, it seems a lot less clean and less... I dunno... good looking that what we have now. Tag links seem pretty large, and the weird drop down wiki seems to throw pictures out of alignment sometimes. Sorta seems like a downgrade, no offense.

Pyrolight said:
Here is your name if one was to send you mail:

kamikazemonkmonkey dead luffycrimson flower bleh

Try that as your username with underscores if needed. If you still can't log in albert will have to change it database side when he sees the post.

I tried it but it kept saying "Password was incorrect" even after I reset the password. I guess a backend database edit has to be done here.

kamikazemonk said:
I guess a backend database edit has to be done here.

It may say "Password was incorrect", but in reality, the username is incorrect.

I posted a fix that works 100% in case you didn't notice.

Well, I just save the HTML of the login and make some edit to submit to testbooru site. It works with your modification. Thanks.

Rengeki_Storm said:
This may be a little off topic, but what was the problem with this version of Danbooru anyway? Why are we getting a new one?

Just looking at testbooru, it seems a lot less clean and less... I dunno... good looking that what we have now. Tag links seem pretty large, and the weird drop down wiki seems to throw pictures out of alignment sometimes. Sorta seems like a downgrade, no offense.

I know what you mean, Rengeki.

Perhaps we need some kind of orientation on what Danbooru 2 is trying to accomplish that Danbooru 1 can't. Is it the same functionality but different structure programmatically? Or is it to add features that Danbooru 1 can't add anymore due to structure constraint? With this new "unified" purpose, we can help test and suggest features that can help Danbooru 2 to be what it should be.

To be honest, if Danbooru 2 is replacing Danbooru 1 at this time, it would be a less enjoyable experience.

As albert said in forum #34926, the primary purpose for Danbooru 2 is just refactoring/optimizing, not feature addition. Honestly, I am not quite sure why the layout changed at all between the versions, and I think that pretty much all of the changes make the site uglier, but presumably albert has his reasons, and it's not so terrible that I've felt any impetus to make a stink about it.