Skip to content

Commit

Permalink
[danbooru_api] remove redundant docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Oct 13, 2024
1 parent fe44fea commit ed04a8d
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions ext/danbooru_api/info.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ class DanbooruApiInfo extends ExtensionInfo
public ExtensionCategory $category = ExtensionCategory::INTEGRATION;
public ?string $documentation =
"<b>Notes</b>:
<br>danbooru API based on documentation from danbooru 1.0 -
http://attachr.com/7569
<br>danbooru API based on documentation from danbooru 1.0
<br>I've only been able to test add_post and find_tags because I use the
old danbooru firefox extension for firefox 1.5
<p>Functions currently implemented:
Expand All @@ -25,32 +24,5 @@ class DanbooruApiInfo extends ExtensionInfo
<li>find_posts - sort of works, filename is returned as the original filename and probably won't help when it comes to actually downloading it
<li>find_tags - id, name, and after_id all work but the tags parameter is ignored just like danbooru 1.0 ignores it
</ul>
<br><b>CHANGELOG</b>
<br>13-OCT-08 8:00PM CST - JJS
<br>Bugfix - Properly escape source attribute
<br>
<br>17-SEP-08 10:00PM CST - JJS
<br>Bugfix for changed page name checker in PageRequestEvent
<br>
<br>13-APR-08 10:00PM CST - JJS
<br>Properly escape the tags returned in find_tags and find_posts - Caught by ATravelingGeek
<br>Updated extension info to be a bit more clear about its purpose
<br>Deleted add_comment code as it didn't do anything anyway
<br>
<br>01-MAR-08 7:00PM CST - JJS
<br>Rewrote to make it compatible with Shimmie trunk again (r723 at least)
<br>It may or may not support the new file handling stuff correctly, I'm only testing with images and the danbooru uploader for firefox
<br>
<br>21-OCT-07 9:07PM CST - JJS
<br>Turns out I actually did need to implement the new parameter names
<br>for danbooru api v1.8.1. Now danbooruup should work when used with /api/danbooru/post/create.xml
<br>Also correctly redirects the url provided by danbooruup in the event
<br>of a duplicate image.
<br>
<br>19-OCT-07 4:46PM CST - JJS
<br>Add compatibility with danbooru api v1.8.1 style urls
<br>for find_posts and add_post. NOTE: This does not implement
<br>the changes to the parameter names, it is simply a
<br>workaround for the latest danbooruup firefox extension.
<br>Completely compatibility will probably involve a rewrite with a different URL";
";
}

0 comments on commit ed04a8d

Please # to comment.