diff --git a/ext/browser_search/info.php b/ext/browser_search/info.php index ec07ed65..0644f9bc 100644 --- a/ext/browser_search/info.php +++ b/ext/browser_search/info.php @@ -17,6 +17,6 @@ class BrowserSearchInfo extends ExtensionInfo public string $description = "Allows the user to add a browser 'plugin' to search the site with real-time suggestions"; public ?string $documentation = "Once installed, users with an opensearch compatible browser should see their search box light up with whatever \"click here to add a search engine\" notification they have - -Some code (and lots of help) by Artanis (Erik Youngren ) from the 'tagger' extension - Used with permission"; +
+
Some code (and lots of help) by Artanis (Erik Youngren) from the 'tagger' extension - Used with permission"; } diff --git a/ext/bulk_actions/info.php b/ext/bulk_actions/info.php index b469d2a0..6d2f8fe0 100644 --- a/ext/bulk_actions/info.php +++ b/ext/bulk_actions/info.php @@ -13,5 +13,26 @@ class BulkActionsInfo extends ExtensionInfo public array $authors = ["Matthew Barbour"=>"matthew@darkholme.net"]; public string $license = self::LICENSE_WTFPL; public string $description = "Provides query and selection-based bulk action support"; - public ?string $documentation = "Provides bulk action section in list view. Allows performing actions against a set of posts based on query or manual selection. Based on Mass Tagger by Christian Walde , contributions by Shish and Agasa."; + public ?string $documentation = "Provides bulk action section in list view. Allows performing actions against a set of posts based on query or manual selection. Based on Mass Tagger by Christian Walde, contributions by Shish and Agasa. +

+

+ Delete +
Deletes all selected posts. +

+

+ Tag +
Add the tags to all selected posts. +
[background wallpaper] + [sky][background wallpaper sky] +
+
Remove the tags from all selected posts. +
[background wallpaper] + [-wallpaper][background] +
+
Replace the tags in all selected posts. +
[background wallpaper] + [sky][sky] +

+

+ Source +
Sets the source of all selected posts. +

+

"; } diff --git a/ext/custom_html_headers/info.php b/ext/custom_html_headers/info.php index 0c75d190..6cdee477 100644 --- a/ext/custom_html_headers/info.php +++ b/ext/custom_html_headers/info.php @@ -16,10 +16,10 @@ class CustomHtmlHeadersInfo extends ExtensionInfo public string $description = "Allows admins to modify & set custom <head> content"; public ?string $documentation = "When you go to board config you can find a block named Custom HTML Headers. -In that block you can simply place any thing you can place within <head></head> - -This can be useful if you want to add website tracking code or other javascript. -NOTE: Only use if you know what you're doing. - -You can also add your website name as prefix or suffix to the title of each page on your website."; +
In that block you can simply place any thing you can place within <head></head> +
+
This can be useful if you want to add website tracking code or other javascript. +
NOTE: Only use if you know what you're doing. +
+
You can also add your website name as prefix or suffix to the title of each page on your website."; } diff --git a/ext/danbooru_api/info.php b/ext/danbooru_api/info.php index 10113a91..06312b0f 100644 --- a/ext/danbooru_api/info.php +++ b/ext/danbooru_api/info.php @@ -13,7 +13,7 @@ class DanbooruApiInfo extends ExtensionInfo public array $authors = ["JJS"=>"jsutinen@gmail.com"]; public string $description = "Allow Danbooru apps like Danbooru Uploader for Firefox to communicate with Shimmie"; public ?string $documentation = -"

Notes: +"Notes:
danbooru API based on documentation from danbooru 1.0 - http://attachr.com/7569
I've only been able to test add_post and find_tags because I use the @@ -24,34 +24,32 @@ class DanbooruApiInfo extends ExtensionInfo

  • find_posts - sort of works, filename is returned as the original filename and probably won't help when it comes to actually downloading it
  • find_tags - id, name, and after_id all work but the tags parameter is ignored just like danbooru 1.0 ignores it - -CHANGELOG -13-OCT-08 8:00PM CST - JJS -Bugfix - Properly escape source attribute - -17-SEP-08 10:00PM CST - JJS -Bugfix for changed page name checker in PageRequestEvent - -13-APR-08 10:00PM CST - JJS -Properly escape the tags returned in find_tags and find_posts - Caught by ATravelingGeek -Updated extension info to be a bit more clear about its purpose -Deleted add_comment code as it didn't do anything anyway - -01-MAR-08 7:00PM CST - JJS -Rewrote to make it compatible with Shimmie trunk again (r723 at least) -It may or may not support the new file handling stuff correctly, I'm only testing with images and the danbooru uploader for firefox - -21-OCT-07 9:07PM CST - JJS -Turns out I actually did need to implement the new parameter names -for danbooru api v1.8.1. Now danbooruup should work when used with /api/danbooru/post/create.xml -Also correctly redirects the url provided by danbooruup in the event -of a duplicate image. - -19-OCT-07 4:46PM CST - JJS -Add compatibility with danbooru api v1.8.1 style urls -for find_posts and add_post. NOTE: This does not implement -the changes to the parameter names, it is simply a -workaround for the latest danbooruup firefox extension. -Completely compatibility will probably involve a rewrite with a different URL -"; +
    CHANGELOG +
    13-OCT-08 8:00PM CST - JJS +
    Bugfix - Properly escape source attribute +
    +
    17-SEP-08 10:00PM CST - JJS +
    Bugfix for changed page name checker in PageRequestEvent +
    +
    13-APR-08 10:00PM CST - JJS +
    Properly escape the tags returned in find_tags and find_posts - Caught by ATravelingGeek +
    Updated extension info to be a bit more clear about its purpose +
    Deleted add_comment code as it didn't do anything anyway +
    +
    01-MAR-08 7:00PM CST - JJS +
    Rewrote to make it compatible with Shimmie trunk again (r723 at least) +
    It may or may not support the new file handling stuff correctly, I'm only testing with images and the danbooru uploader for firefox +
    +
    21-OCT-07 9:07PM CST - JJS +
    Turns out I actually did need to implement the new parameter names +
    for danbooru api v1.8.1. Now danbooruup should work when used with /api/danbooru/post/create.xml +
    Also correctly redirects the url provided by danbooruup in the event +
    of a duplicate image. +
    +
    19-OCT-07 4:46PM CST - JJS +
    Add compatibility with danbooru api v1.8.1 style urls +
    for find_posts and add_post. NOTE: This does not implement +
    the changes to the parameter names, it is simply a +
    workaround for the latest danbooruup firefox extension. +
    Completely compatibility will probably involve a rewrite with a different URL"; } diff --git a/ext/qr_code/info.php b/ext/qr_code/info.php index 8e9d5fd5..c43b3fde 100644 --- a/ext/qr_code/info.php +++ b/ext/qr_code/info.php @@ -16,6 +16,6 @@ class QRImageInfo extends ExtensionInfo public string $description = "Shows a QR Code for downloading a post to cell phones"; public ?string $documentation = "Shows a QR Code for downloading a post to cell phones. -Based on Artanis's Link to Post Extension -Further modified by Shish to remove the 7MB local QR generator and replace it with a link to google chart APIs"; +
    Based on Artanis's Link to Post Extension. +
    Further modified by Shish to remove the 7MB local QR generator and replace it with a link to Google Chart APIs"; } diff --git a/ext/tag_list/theme.php b/ext/tag_list/theme.php index c274a743..08f053a4 100644 --- a/ext/tag_list/theme.php +++ b/ext/tag_list/theme.php @@ -211,7 +211,7 @@ class TagListTheme extends Themelet ); $main_html .= " 
    Full List\n"; - $page->add_block(new Block("refine Search", $main_html, "left", 60)); + $page->add_block(new Block("Refine Search", $main_html, "left", 60)); } public function return_tag(array $row, array $tag_category_dict): array