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…
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…
This subject hasn't been discussed - we've been very busy!
Created item #154 to suggest we fix existing shows as soon as possible. Preliminary investigation shows it might be possible to do it…
Yes, true. However, would the git history have explained why the change was made? Personally I would have had to revert to the broken version, and debug it again to be sure.
I do have personal…
Further issues relating to the generation of the <itunes:summary> XML required enhancements to the site-generator. Now testing is complete.
There's a fair bit to do still:
- Given that anchor ids are limited in what they can contain (start with a letter, alphanumerics and underscores, etc) we need to generate them with an algorithm. …
As I have been working on #152 to make all tags into links to the tag page I have noticed a few things:
- The anchors on the tag page are all lower case (which is good)
- If the original tag…
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…