hpr_generator/templates
Dave Morriss db6c0bedaa Fixed four queries to correct the episode flags
templates/queries-correspondent-mysql.tpl.html,
templates/queries-correspondent-sqlite.tpl.html,
templates/queries-index-mysql.tpl.html,
templates/queries-index-sqlite.tpl.html: All SQL queries used a CASE
    expression to return either 'Explicit' or 'Clean' depending on the
    0/1 setting of the 'explicit' column. However, the TT² templates
    using these queries were written to expect the numeric form. All the
    'CASE' expressions have been replaced by the field name and now the
    correct flag is being displayed.
2024-05-18 15:54:52 +01:00
..
content-about.tpl.html 2024-05-11_19-50-01Z_Saturday Fixed links to git repo 2024-05-11 21:50:01 +02:00
content-comments_viewer.tpl.html Various changes to bring all the information pages into the same locations 2023-06-27 19:31:39 +02:00
content-correspondent.tpl.html Added host profile to the correspondent display 2024-03-04 18:30:59 +00:00
content-correspondents.tpl.html Fixing invalid links in the templates. 2023-09-03 17:51:03 +02:00
content-episode.tpl.html Fix for Comment system needs to support hostid #180 2024-01-08 18:43:07 +00:00
content-episodes.tpl.html Fixing invalid links in the templates. 2023-09-03 17:51:03 +02:00
content-index-announcement.tpl.html IA donation drive and NYS are over 2024-01-02 11:56:54 +00:00
content-index.tpl.html A further fix to the free slot algorithm 2023-11-17 18:23:22 +00:00
content-mumble-howto.tpl.html Add page mumble-howto 2022-10-16 18:12:05 -04:00
content-recording.tpl.html Fixing 'absolute_url' 2023-09-09 17:54:19 +01:00
content-request_a_slot.tpl.html Fixing 'absolute_url' 2023-09-09 17:54:19 +01:00
content-requested_topics.tpl.html Fixing 'absolute_url' 2023-09-09 17:54:19 +01:00
content-search.tpl.html Fixing invalid links in the templates. 2023-09-03 17:51:03 +02:00
content-series_episode.tpl.html Fixing invalid links in the templates. 2023-09-03 17:51:03 +02:00
content-series.tpl.html Fixing invalid links in the templates. 2023-09-03 17:51:03 +02:00
content-sitemap.tpl.html Fixing invalid links in the templates. 2023-09-03 17:51:03 +02:00
content-syndication.tpl.html 2024-05-13_09-45-39Z_Monday Removed reference to advanced settings 2024-05-13 11:45:39 +02:00
content-tags.tpl.html Fix episode url issues 2023-05-06 09:07:25 -04:00
content-twat_episode.tpl.html This reflects the change to move the "play" button to the top of the episode 2023-03-31 14:02:49 +02:00
ids-correspondent.tpl.html Allow multiple pages to be generated from one template 2022-07-28 22:22:55 -04:00
ids-episode.tpl.html Refactor MySQL database specific SQL 2022-11-28 19:49:06 -05:00
ids-series_episode.tpl.html Rename page series_shows to series_episode 2022-08-06 12:14:47 -04:00
ids-twat_episode.tpl.html Remove superflous WHERE condition 2022-11-28 19:55:51 -05:00
navigation-about.tpl.html Change php_baseurl to hub_baseurl in the template files 2023-05-31 10:25:17 +02:00
navigation-contribute.tpl.html Fixing invalid links in the templates. 2023-09-03 17:51:03 +02:00
navigation-get-shows.tpl.html Change php_baseurl to hub_baseurl in the template files 2023-05-31 10:25:17 +02:00
navigation-give-shows.tpl.html Fixing invalid links in the templates. 2023-09-03 17:51:03 +02:00
navigation-main.tpl.html link to how to help section of about 2024-05-13 17:35:32 -05:00
page.tpl.html 2024-05-11_19-50-01Z_Saturday Fixed links to git repo 2024-05-11 21:50:01 +02:00
queries-call_for_shows-mysql.tpl.html Fixed miscalculation triggering 'Call for shows' 2023-08-27 16:00:00 +01:00
queries-call_for_shows-sqlite.tpl.html Fixed miscalculation triggering 'Call for shows' 2023-08-27 16:00:00 +01:00
queries-correspondent-mysql.tpl.html Fixed four queries to correct the episode flags 2024-05-18 15:54:52 +01:00
queries-correspondent-sqlite.tpl.html Fixed four queries to correct the episode flags 2024-05-18 15:54:52 +01:00
queries-episode-mysql.tpl.html I145 Various bug fixes 2023-07-23 17:03:27 +01:00
queries-episode-sqlite.tpl.html Fixes to "step navigation", etc 2023-07-31 15:27:17 +01:00
queries-episodes-mysql.tpl.html I145 Various bug fixes 2023-07-23 17:03:27 +01:00
queries-episodes-sqlite.tpl.html Fixing issue #140 2023-08-19 13:34:50 +01:00
queries-ids-episode-mysql.tpl.html I145 Various bug fixes 2023-07-23 17:03:27 +01:00
queries-ids-episode-sqlite.tpl.html I145 Various bug fixes 2023-07-23 17:03:27 +01:00
queries-index-mysql.tpl.html Fixed four queries to correct the episode flags 2024-05-18 15:54:52 +01:00
queries-index-sqlite.tpl.html Fixed four queries to correct the episode flags 2024-05-18 15:54:52 +01:00
queries-series_episodes-mysql.tpl.html Hide display of future shows on series episodes page 2023-02-25 14:22:44 -05:00
queries-series_episodes-sqlite.tpl.html Hide display of future shows on series episodes page 2023-02-25 14:22:44 -05:00
queries-series-mysql.tpl.html Hide display of future shows on series listings page 2023-02-25 11:44:56 -05:00
queries-series-sqlite.tpl.html Hide display of future shows on series listings page 2023-02-25 11:44:56 -05:00
queries-tags-mysql.tpl.html Fixed link to Tags. 2023-05-01 00:50:01 +10:00
queries-tags-sqlite.tpl.html Fixed link to Tags. 2023-05-01 00:50:01 +10:00
rss-comments.tpl.xml Fixing invalid links in the templates. 2023-09-03 17:51:03 +02:00
rss-hpr_total.tpl.xml Refactor RSS templates for either MySQL or SQLite 2023-02-20 22:36:30 -05:00
rss-hpr.tpl.xml Refactor RSS templates for either MySQL or SQLite 2023-02-20 22:36:30 -05:00
rss-query-hpr_total-mysql.tpl.xml Fixing issue #140 2023-08-19 13:34:50 +01:00
rss-query-hpr_total-sqlite.tpl.xml Fixing issue #140 2023-08-19 13:34:50 +01:00
rss-query-hpr-mysql.tpl.xml Fixing issue #140 2023-08-19 13:34:50 +01:00
rss-query-hpr-sqlite.tpl.xml Fixing issue #140 2023-08-19 13:34:50 +01:00
rss.tpl.xml Fixing invalid links in the templates. 2023-09-03 17:51:03 +02:00
shared-avatar.tpl.html Add show_avatar MACRO 2023-03-13 23:14:35 -04:00
shared-call_for_shows.tpl.html Fixed miscalculation triggering 'Call for shows' 2023-08-27 16:00:00 +01:00
shared-episode-summary.tpl.html Fixing issue #140 2023-08-19 13:34:50 +01:00
shared-item.tpl.xml Fixing invalid links in the templates. 2023-09-03 17:51:03 +02:00
shared-listen-now.tpl.html Update listen_now MACRO 2023-04-01 19:56:11 -04:00
shared-show-transcript.tpl.html Fixing invalid links in the templates. 2023-09-03 17:51:03 +02:00
shared-utils.tpl.html Fixing 'absolute_url' 2023-09-09 17:54:19 +01:00