Donmai

Danbooru 2 Issues Topic

Posted under General

This topic has been locked.

Toks said:

For the next version I made it so ip banned users can't make changes. And users < 1 week old can't remove posts from pools.

Much obliged. Thankfully for this one case, we have several reasonably vigilant contributors keeping an eye on that pool until the next version takes effect.

I might be missing something, but it seems with the current way recent edits by the same user get rolled into each other it creates situations where you can't undelete/recover notes. For example in post #2162436 the note got deleted, but there is no way to recover it, because the only version stored/listed in the note history is the deleted version. Example.

NWF_Renim said:

I might be missing something, but it seems with the current way recent edits by the same user get rolled into each other it creates situations where you can't undelete/recover notes. For example in post #2162436 the note got deleted, but there is no way to recover it, because the only version stored/listed in the note history is the deleted version. Example.

I'll make it so future notes don't merge versions for deletions.

Existing ones can't be undeleted through the ui, though it can be done through the api.

$.ajax({method:"put", url:"/notes/1522146.json", data:{"note[is_active]":true}})

The site seems to be broken on mobile. The display and images become compressed and it sometimes affects the formatting of notes. Problem appears when using my iphone but not my tablets or PC.

Zansnae793 said:

The site seems to be broken on mobile. The display and images become compressed and it sometimes affects the formatting of notes. Problem appears when using my iphone but not my tablets or PC.

Had noticed that earlier.

Example images of the site (dropbox links):

On a completely separate topic, just today I noticed that the "Save search" function no longer allows the categorization of entries, and just files everything under "Uncategorized". Being able to categorize these entries has proven useful to me. Was this removal intentional, or just an artifact of updating to the latest version?

BrokenEagle98 said:

On a completely separate topic, just today I noticed that the "Save search" function no longer allows the categorization of entries, and just files everything under "Uncategorized". Being able to categorize these entries has proven useful to me. Was this removal intentional, or just an artifact of updating to the latest version?

You need to go into your settings and change "Enable categorized saved searches" to "Yes" and then you can set categories again. Not sure why it was disabled by default.