Danbooru 2 Issues Topic

Posted under General

This topic has been locked.

Minor update
  • Fixed the tag list on the front page not loading this morning. Caused by the reportbooru server automatically rebooting for updates and not coming back up fully.
  • Fixed Font Awesome icons not loading. Caused by outages with the Font Awesome CDN ([1], [2], [3]).
  • Fixed undefined method `>=' for nil:NilClass error when attempting to upload ugoira. Caused by the IQDB similarity lookup failing for ugoiras.
  • Fixed tag colors bleeding through [spoiler] tags.

nanami said:

I don't know what happened, but it seems that with the changes to the site, the Font Awesome icons aren't displaying now while on custom CSS. Any new code to remedy this in this case, @BrokenEagle98?

Well, that would depend on what your custom CSS is. I have my custom CSS on, and the icons work just fine for me.

My saved searches don't show in my profile under uploads/favorites, like they used to. "Saved searches" line in Statistics still has the searches by name, but there's no button to manage them (I think there was one before).

Ars said:

Is it just me or is the Find Similar feature not working when uploading? I get no results when it definitely should have found something.

It feels kinda on and off at the moment, I sometimes get a hit but most of the time I don't.

Find Similar results are currently missing images uploaded after post #3584042 (around 3 months ago). I think that when the IQDB server rebooted yesterday it lost these images. The missing images are being reindexed but it will take a while.

Site update

Changes
  • Aliases/implications:
    • Removed requesting single tag aliases and implications. Now all alias and implication requests are done using the bulk update request form.
    • Changed how you attach bulk update requests to existing forum topics. Instead of entering a topic ID number, now you go to the forum topic first, then click "Request alias/implication" at the top of the page.
    • The /bulk_update_requests index was reorganized. It now shows the number of upvotes/downvotes each request has.
  • Voting:
    • Gold users can use upvote:self and downvote:self to see posts they've voted on.
    • Admins can use upvote:<username> and downvote:<username> to see other people's votes. This was previously mod-only; now it's admin-only.
    • Added /post_votes, /comment_votes, /forum_post_votes pages. These pages list your post votes and comment votes. The forum post votes page shows forum votes for everyone.
    • User profile pages now show your total post, comment, and forum vote counts.
    • Note: post votes and comment votes weren't stored permanently up until a couple months ago. Votes from before this time aren't available.
  • Wiki pages:
    • Added "What links here" link to the sidebar. This shows wiki pages linking to the current tag.
    • Added "Discussions" link to the sidebar. This shows forum discussions about the current tag.
    • Added "Tag history" link to the sidebar. This shows the post add/remove history for the current tag.
  • /forum_posts/search: Added an option that lets you search for forum posts mentioning a given tag.
  • Added a /dtext_links page. This is the list of links between wiki pages and forum posts. The main thing this is good for is finding broken wiki links (example).
Fixes
  • Fixed related tags not returning aliased tags inside wiki pages.
  • Fixed the ordering of character and copyright tags inside tab titles and downloaded filenames. Now the top 5 largest characters by post count are shown. Previously it was the top 5 characters by longest tag name.
  • Fixed Find Similar not working for yande.re uploads.
  • Fixed tags not being colorized correctly inside bulk update requests in the forum.
  • Fixed the paginator showing too many pages on /saved_searches.
API Changes
  • /wiki_pages.json: Removed the 'creator_id' and 'updater_id' fields. These fields were incorrect in many cases. Check the wiki edit history in /wiki_page_versions.json if you need this information.

Full changelog: https://github.com/r888888888/danbooru/compare/production-2019.10.22-213814-utc...production-2019.10.28-222436-utc

Is it really necessary to show the negative feedback spambots get when they get auto-banned by the DanbooruBot?
Currently there are 7+ pages of new feedbacks with the same content. Makes finding the latest "real" feedbacks a pain.

Lacrimosa said:

Is it really necessary to show the negative feedback spambots get when they get auto-banned by the DanbooruBot?
Currently there are 7+ pages of new feedbacks with the same content. Makes finding the latest "real" feedbacks a pain.

I'll add some way to make it easier to filter unwanted feedbacks out.

Is creating new wiki pages broken for anyone else?

Go to Wiki, click New. My result:

Error

undefined method `starts_with?' for nil:NilClass

Details
ActionView::Template::Error exception raised
app/models/wiki_page.rb:169:in `is_meta_wiki?'
app/models/wiki_page.rb:173:in `is_meta_wiki?'
app/views/wiki_pages/_sidebar.html.erb:9
app/views/wiki_pages/_sidebar.html.erb:1
app/views/wiki_pages/new.html.erb:1
app/controllers/wiki_pages_controller.rb:10:in `new'