Fixing issue #140 #155
No reviewers
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HPR/hpr_generator#155
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/155/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
site-generator:
templates/queries-episodes-sqlite.tpl.html:
templates/shared-utils.tpl.html:
templates/rss-query-hpr-mysql.tpl.xml:
templates/rss-query-hpr-sqlite.tpl.xml:
templates/rss-query-hpr_total-mysql.tpl.xml:
templates/rss-query-hpr_total-sqlite.tpl.xml:
templates/rss.tpl.xml:
templates/shared-episode-summary.tpl.html:
templates/shared-item.tpl.xml:
@ -215,2 +203,4 @@
if ($page_config->{'multipage'} && $page_config->{'multipage'} eq 'true') {
# Empty arrayref bug fixed, so count is reduced by 1
# was: if (scalar @{$parsed_arg{'ids'}} == 1) {
Just remove lines like this - we have git for history.
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 notes about this I admit, so happy to comply if you prefer. Also, having the change annotated, committed and then deleted also gives history.