Talulah

Results 37 issues of Talulah

is:deleted, is:appealed, is:unmoderated, -is:active etc. don't show deleted posts when they should.

Bug

Sometimes I see superfluous BURs being made because the user was not aware they could just edit their initial BURs (something like changing a rename to an alias). It's not...

Feature

If you start typing in the tag alias/implication search forms and use tab to autocomplete it will automatically append a space afterwards, which is counted as part of the tag...

Bug

![image](https://user-images.githubusercontent.com/26291500/174008122-ec735330-196e-4a0b-aa6b-0371a7ded4a9.png) Clicking these arrows should load a search for links where the page matches what is shown. In this case it redirects you to `/dtext_links?search[model][title]=metal_gear_solid_portable_ops&search[model_type]=WikiPage`, but it doesn't actually filter...

Bug

Since the commentary fields default to nil in `Post.new_from_upload` the validator `ArtistCommentary#trim_whitespace` raises NoMethodError if you don't send all four fields in the request.

Bug

Trying to fix the source of a post via source: metatag will leave these auto tags in place until the post is updated again.

Bug

If you try to use the JSON endpoint for IQDB queries with a multipart form file it returns an error. ``` NoMethodError at /iqdb_queries.json =================================== undefined method `to_model' for []:Array...

Bug

https://danbooru.donmai.us/posts.json?md5=d7b88de27c9d42a5e044dbb93d5c67a2 https://danbooru.donmai.us/posts.json?md5=b2c5c31062b79dfb5a97cbccf2c24ba6 It should only ever be true or false.

Bug

https://share.api.weibo.cn/share/304950356,4767694689143828.html The `.html` is unnecessary, the `4767694689143828` is equivalent to the long illust id in mobile URLs (https://m.weibo.cn/detail/4767694689143828), but the page also loads without it (https://share.api.weibo.cn/share/304950356).

Feature

For example, [this](https://danbooru.donmai.us/forum_topics/8235?page=2) forum post has 4 deleted and 37 undeleted posts, so it has three pages. The last page has zero visible posts as the last one is deleted....

Bug