Danbooru

Danbooru 2 Issues Topic

Posted under General

Site update

Changes
  • DText:
    • [[cat]]s now produces cats. Trailing letters are now included the link.
    • 19[[60s]] now produces 1960s. Leading letters are also included in the link.
    • [[Shimakaze (Kantai Collection)|]] now produces Shimakaze. [[Shimakaze (Kantai Collection)|]] is shorthand for [[Shimakaze (Kantai Collection)|Shimakaze]].
    • Added yandere #1234, gelbooru #1234, sankaku #1234 shortlinks.
  • Dark mode: made headers brighter.
  • Reorganized the /artists, /user_feedbacks, /mod_actions, and /bans pages.
  • Added a "ctrl+enter to submit" keyboard shortcut. Press ctrl+enter in any textbox to submit the page.
  • Post tooltips: made timestamps more compact ("37 minutes ago" -> "37m ago").
  • Modqueue: increased the "You haven't moderated any posts in awhile" timeout to 72 hours.
Fixes
  • Fixed username autocompletion not displaying underscores as spaces properly.
  • Fixed [expand] and [table] tags being case sensitive.
  • Fixed /wiki_pages/new not working.
API Changes
  • Removed various <meta> elements that contained current user settings from the <head>. These were previously announced as deprecated. Use the data attributes on the <body> element instead.

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

Updated

evazion said:

  • Added a "ctrl+enter to submit" keyboard shortcut. Press ctrl+enter in any textbox to submit the page.

I liked it better when I could just hit Enter to submit while keeping keyboard shortcuts off.

Anyone else getting database timeout errors trying to upload or add tags during upload?

Jarlath said:

Anyone else getting database timeout errors trying to upload or add tags during upload?

*raises hand*

Jarlath said:

Anyone else getting database timeout errors trying to upload or add tags during upload?

Yeap, it's the An error occurred: error: ActiveRecord::QueryCanceled - PG::QueryCanceled: ERROR: canceling statement due to statement timeout CONTEXT: while updating tuple (2808,110) in relation "tags" error again.

I get a

Warning: URL is malformed!
notice in a red box every time I open a wiki page. Problem fixed, thanks.

Updated

DreamFromTheLayer said:

I get a

Warning: URL is malformed!

notice in a red box every time I open a wiki page.

Upgrading to Version 16.10 of EventListener should fix that.

Ars said:

I liked it better when I could just hit Enter to submit while keeping keyboard shortcuts off.

Disabling keyboard shortcuts disables all keyboard shortcuts. The fact that the Enter key wasn't disabled before was a bug.

Sorry to bring up another problem but attempting to go to wiki pages from the ? link or a Dtext link won't work if it has a . in the name..hack// for example won't work. The page exists, but getting there requires manual input by changing . to %2E , or by searching for the tag normally (sort of) or on the wiki. (edit for clarity: the wiki button on the normal search page will show the wiki entry, but clicking "view wiki" will show the not found page) edit: Issue fixed, thanks.

BrokenEagle98 said:

Upgrading to Version 16.10 of EventListener should fix that.

Ah, that was it. I checked my CSS but not the userscripts, thanks.

Updated

Fixed the above issue with wiki pages not working for tags containing dots.

Fixed a bug that prevented sending dmails when the dmail contained a wiki link and the recipient had email notifications turned on.

Does anyone else have problems with the thumbnails?
Since around mid-october I only get a block of text displaying the tags but no thumbs. Klicking them loads the full image normally, tooltips are also displayed correctly when hovering over the missing thumbnail. To be clear it's not like an image which failed to load, it's text instead of all thumbnail images.
It's definitely my browser blocking something (maybe js related) but I am still curious as it worked flawlessly at least until October 16th. Using FF 68.2.0ESR (Tor Browser 9.0). Disabling addons and playing with advanced danbooru settings changes nothing. No problems with thumbnails on other similar sites - except safebooru of course which has the same issue. No custom CSS or other modifications.

Looking into it. I can reproduce on Tor Browser 9.0.1 but not on 8.5.5, so something must have changed here.

Looks like Tor Browser is triggering Cloudflare's anti-botting protection. Thumbnails aren't loading because Cloudflare is returning captcha pages instead. Opening a few images in new tabs and refreshing them a few times seems to help. I'll look into making this less aggressive.

Minor issue: it appears translation note tags using angle brackets, normally used only in note formatting, are now being treated in any DText-using field the same way as TN's in square brackets.

Arcana55 said:

Minor issue: it appears translation note tags using angle brackets, normally used only in note formatting, are now being treated in any DText-using field the same way as TN's in square brackets.

That’s working as intended. See forum #160372.

kittey said:

That’s working as intended. See forum #160372.

In that case then </tn> is failing to close the tag. You can see this on the help:notes wikipage. Where before it mentions <tn>, now tn mode turns on, but proceeds past the closing tag to the end of the paragraph.

Site update

Changes
  • Added a DText formatting cheatsheet. Click "Formatting help" beneath any textbox to show the cheatsheet.
  • (Mods only) Added a new IP address search page at /ip_addresses.
    • Added "IP info" links. Use these links to do proxy checks or geolocation lookups.
    • Wildcard IP searches are now supported. Use e.g. "11.22.33.0/24" to match all IPs of the form "11.22.33.*". See CIDR notation on Wikipedia for details.
    • Added ability to group IPs by subnet. This means that when viewing the list of IPs associated with a given user, you can group together similar IPs.
    • (Mods only) User profile pages now show the user's last known IP. There are also links to find other accounts using that IP, or to find other IPs used by that user.
Fixes
  • Fixed the child post preview box becoming too wide for the screen when a post had many children.
  • Fixed </tn> tags not closing <tn> tags.
  • Fixed error when trying to rename a wiki page after checking the "Force rename" box.
  • Fixed saved search labels not supporting autocomplete in all places.
API Changes
  • Added /note_versions/1234, /artist_versions/1234, /artist_commentary_versions/1234 endpoints.

Full changelog: https://github.com/r888888888/danbooru/compare/production-2019.11.05-004624-utc...production-2019.11.13-025824-utc

Updated