Dave Morriss davmo
  • Joined on 2021-01-19
davmo commented on issue rho_n/hpr_generator#152 2023-08-07 17:14:24 +00:00
The tags on an episode should link to the tags page

I have a moderately usable solution.

I wrote a little addition to the display_tags macro in shared-episode-summary.tpl.html which cleans and splits the tags field (with a regex) then runs a…

davmo commented on issue rho_n/hpr_generator#140 2023-08-07 14:20:37 +00:00
Convert the RSS feeds from php to the static site

There were problems with the feeds, as reported by Ken.

The most serious issue was that the <enclosure length="..."> value was wrong due to a misunderstanding.

The code that collects and…

davmo merged pull request rho_n/hpr_generator#151 2023-08-06 13:22:14 +00:00
Fixed the link to the mail list
davmo pushed to main at rho_n/hpr_generator 2023-08-06 13:22:14 +00:00
8e1788147c Merge pull request 'Fixed the link to the mail list' (#151) from 2023-08-06-ken-fixes into main
0b841ba78f Fixed the link to the mail list
Compare 2 commits »
davmo deleted branch 2023-08-06-ken-fixes from rho_n/hpr_generator 2023-08-06 13:22:14 +00:00
davmo commented on issue rho_n/hpr_generator#59 2023-08-03 17:19:01 +00:00
User desires HPR main site to transition to static HTML by end of 2023

Been live since June 2023 :-)

davmo closed issue rho_n/hpr_generator#59 2023-08-03 17:19:01 +00:00
User desires HPR main site to transition to static HTML by end of 2023
davmo commented on issue rho_n/hpr_generator#140 2023-08-03 10:37:39 +00:00
Convert the RSS feeds from php to the static site

Tested hpr_mp3.rss and it looks OK except that the URL in the <link> field was wrong. Fixed locally but not yet uploaded. The other feeds are to be tested next.

davmo closed issue rho_n/hpr_generator#145 2023-08-03 10:31:33 +00:00
Various bug fixes
davmo commented on issue rho_n/hpr_generator#148 2023-08-03 09:58:23 +00:00
The lower "step navigation" line is smaller than the upper one

This issue can be closed.

davmo commented on issue rho_n/hpr_generator#148 2023-08-03 09:57:58 +00:00
The lower "step navigation" line is smaller than the upper one

This problem was local. My Firefox had cached the CSS, but a cache flush made the site render as intended.

davmo commented on issue rho_n/hpr_generator#148 2023-08-01 16:38:15 +00:00
The lower "step navigation" line is smaller than the upper one

PR I148_The_lower_"step_navigation"_line_is_smaller_than_the_upper_one has been merged but the live site doesn't appear to be using the changed version of public_html/css/hpr.css.

davmo created pull request rho_n/hpr_generator#149 2023-07-31 14:47:43 +00:00
Fixes to "step navigation", etc
31fed34212 Fixes to "step navigation", etc
davmo opened issue rho_n/hpr_generator#148 2023-07-31 14:07:06 +00:00
The lower '<< First, < Previous, Next > Latest >>' link line is smaller than the upper one
davmo commented on issue rho_n/hpr_generator#25 2023-07-31 10:52:55 +00:00
Implement episode comment count

I think this issue has been resolved as the site has developed.

Time to close?

davmo commented on issue rho_n/hpr_generator#109 2023-07-31 10:49:42 +00:00
correspondents should be sorted alphanumerically and not numerically

This was fixed in the updates associated with issue #145.

This issue can be closed.

davmo commented on issue rho_n/hpr_generator#116 2023-07-31 10:48:17 +00:00
Fix img src urls in show notes

This should not be happening on the IA since HPR-specific URLs are transformed to IA ones. Anywhere this is not the case should be fixed!

davmo commented on issue rho_n/hpr_generator#117 2023-07-31 10:45:47 +00:00
Temporarily convert comment text to basic HTML in the viewer template

This was added as part of the update for issue #145.

This issue can be closed.