From aaaaa29d8e481848ea532cddc2a59b809357d747 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Sun, 15 Sep 2024 15:42:46 -0400 Subject: [PATCH 1/4] Add macro tag_to_id --- templates/shared-utils.tpl.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates/shared-utils.tpl.html b/templates/shared-utils.tpl.html index 6416911..4ed3e3f 100644 --- a/templates/shared-utils.tpl.html +++ b/templates/shared-utils.tpl.html @@ -49,6 +49,15 @@ + + + + + + + + + From 31a59947319fafbe6e93b9034976af4fb109fb1b Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Tue, 17 Sep 2024 22:24:16 -0400 Subject: [PATCH 2/4] Refactor template to use tag_to_id macro --- templates/shared-episode-summary.tpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shared-episode-summary.tpl.html b/templates/shared-episode-summary.tpl.html index e9c94d3..3130ef4 100644 --- a/templates/shared-episode-summary.tpl.html +++ b/templates/shared-episode-summary.tpl.html @@ -14,7 +14,7 @@ from the series tags.html#">., + ., From 70d5983edeb6797b04a70ee74cd978ad77650340 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Tue, 17 Sep 2024 22:58:54 -0400 Subject: [PATCH 3/4] Parse db tag field with CSV parser module The CSV parser module is being used in another template. Make tag field parsing consistent. --- templates/content-tags.tpl.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/content-tags.tpl.html b/templates/content-tags.tpl.html index 6345329..ef3884c 100644 --- a/templates/content-tags.tpl.html +++ b/templates/content-tags.tpl.html @@ -5,12 +5,10 @@ $Template::Stash::PRIVATE = undef; # Allow . in tag - - $Template::Stash::PRIVATE = undef; # Allow . in tag + @@ -51,7 +53,7 @@ END %-->
    -
  • +
@@ -61,11 +63,12 @@ END %-->

↑ Go to index

Tags beginning with ''

    - + +
  • - : + : -