Block a user
Several templates use non-existent 'absolute_url'
davmo
deleted branch I162_Fix_broken_links_in_template_files from rho_n/hpr_generator
2023-09-06 18:05:58 +00:00
I162_Fix_broken_links_in_template_files
Add links to shows pointing to the copy on archive.org
Links in comments should be clickable
I agree with module limitation where possible. The expansion of the module list with the three more mentioned above seems highly undesirable. To my eyes the Template::Plugin::Clickable module…
Links in comments should be clickable
Found Template::Plugin::Clickable which may be helpful in doing this.
The 'history' page contains broken links
Call for shows section shown inappropriately
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…
Fixed miscalculation triggering 'Call for shows'
davmo
pushed to I160_Call_for_shows_section_shown_inappropriately at rho_n/hpr_generator
2023-08-27 15:08:55 +00:00
davmo
created branch I160_Call_for_shows_section_shown_inappropriately in rho_n/hpr_generator
2023-08-27 15:08:55 +00:00
Call for shows section shown inappropriately
Problems with Unicode in the site-generator
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…