Dave Morriss davmo
  • Joined on 2021-01-19
davmo pushed to main at rho_n/hpr_generator 2023-08-28 11:54:56 +00:00
5a73e94cf7 Merge branch 'norrist-main'
99a54d5543 Add libtemplate-plugin-html-strip-perl to getting started
Compare 2 commits »
davmo opened issue rho_n/hpr_generator#162 2023-08-28 10:08:27 +00:00
The 'history' page contains broken links
davmo commented on issue rho_n/hpr_generator#160 2023-08-27 17:22:13 +00:00
Call for shows section shown inappropriately

Pull request merged.

Closing the issue.

davmo closed issue rho_n/hpr_generator#160 2023-08-27 17:22:13 +00:00
Call for shows section shown inappropriately
davmo commented on issue rho_n/hpr_generator#160 2023-08-27 15:31:14 +00:00
Call for shows section shown inappropriately

The algorithm seems to be to look forward 10 days and count the number of shows in that time. If it is less than the minimum possible, then there's a gap within that period and the "Call for…

davmo created pull request rho_n/hpr_generator#161 2023-08-27 15:09:58 +00:00
Fixed miscalculation triggering 'Call for shows'
davmo created branch I160_Call_for_shows_section_shown_inappropriately in rho_n/hpr_generator 2023-08-27 15:08:55 +00:00
ccc1982c6c Fixed miscalculation triggering 'Call for shows'
davmo opened issue rho_n/hpr_generator#160 2023-08-27 14:01:19 +00:00
Call for shows section shown inappropriately
davmo commented on issue rho_n/hpr_generator#158 2023-08-27 13:56:37 +00:00
Problems with Unicode in the site-generator

Pull request #159 merged.

Closing this issue.

davmo closed issue rho_n/hpr_generator#158 2023-08-27 13:56:37 +00:00
Problems with Unicode in the site-generator
davmo commented on issue rho_n/hpr_generator#158 2023-08-27 12:48:29 +00:00
Problems with Unicode in the site-generator

Created a pull request which undoes the Unicode (utf8) adjustments from the last update and defaults to all utf8 IO. These updates had been added to try and stop a problem with tags containing…

davmo created pull request rho_n/hpr_generator#159 2023-08-27 12:39:10 +00:00
Fixing Unicode problems
davmo created branch I158_Problems_with_Unicode_in_the_site-generator in rho_n/hpr_generator 2023-08-27 12:32:40 +00:00
d519936f98 Fixing Unicode problems
davmo opened issue rho_n/hpr_generator#158 2023-08-27 10:28:58 +00:00
Problems with Unicode in the site-generator
davmo opened issue rho_n/hpr_generator#157 2023-08-26 12:08:14 +00:00
Links in comments should be clickable
davmo commented on issue rho_n/hpr_generator#152 2023-08-23 12:10:58 +00:00
The tags on an episode should link to the tags page

The "more robust" solution was added in the last few days. It consists of a TT² vmethod caled parse_csv which uses the module Text::CSV_XS to take the CSV tags from the database, split…

davmo commented on issue rho_n/hpr_generator#44 2023-08-23 12:01:32 +00:00
Date to next show not working

Date calculations are a pain. Having used Perl for many years now I have come to trust Date::Calc because it contains all the information it needs to perform accurate delta times like these - I…

davmo closed issue rho_n/hpr_generator#44 2023-08-23 12:01:32 +00:00
Date to next show not working