6a3dae3d95
Various changes to bring all the information pages into the same locations
2023-06-27 19:31:39 +02:00
Ken Fallon
8176492dbe
Merge pull request 'Fix the DuckDuck Go form, convert all url's to https and add help text' ( #134 ) from I133_Duck_Duck_Go_search_not_working into main
...
Reviewed-on: #134
2023-06-27 17:24:38 +00:00
278867cb4f
Fix the DuckDuck Go form, convert all url's to https and add help text
2023-06-22 21:13:25 +02:00
Ken Fallon
0229b913db
Merge pull request 'I118 Changes to get the site working' ( #125 ) from I118_Changes_necessary_to_complete_the_migration_to_live into main
...
Reviewed-on: #125
2023-06-22 16:48:45 +00:00
726ac57989
Changes to get the site working
2023-06-17 22:04:35 +02:00
Ken Fallon
62c7323847
Merge pull request 'Add information to each page showing when it was generated and by whom.' ( #115 ) from FR_Add_information_to_show_when_the_site_page_was_last_updated into main
...
Reviewed-on: #115
2023-06-15 17:41:54 +00:00
4f35673a3d
Add information to each page showing when it was generated and by whom.
2023-06-08 15:37:04 +02:00
Roan Horning
10236d5705
Merge pull request 'Skip padding when id is empty string' ( #114 ) from I110_Error-Argument-isnt-numeric into main
...
Reviewed-on: #114
2023-06-05 02:52:37 +00:00
33d98904e2
Skip padding when id is empty string
2023-06-04 22:40:55 -04:00
Ken Fallon
de58d9dc61
Merge pull request 'I112_Add_support_for_a_different_php_basename' ( #113 ) from I112_Add_support_for_a_different_php_basename into main
...
Reviewed-on: #113
2023-06-01 16:04:23 +00:00
c9510516f1
Change php_baseurl to hub_baseurl in the template files
2023-05-31 10:25:17 +02:00
d828cdbce8
Rename php_baseurl to hub_baseurl
2023-05-30 20:48:32 +02:00
6211b9a033
Change dynamic site name to hub.hackerpublicradio.com
2023-05-30 20:10:08 +02:00
f95ff21c5e
Remove references to absolute_path(php_baseurl)
2023-05-30 17:59:33 +02:00
69055d6e9c
Added php_baseurl
2023-05-30 09:13:01 +02:00
52c5d02dbc
Add config entry for php_baseurl
2023-05-30 09:10:27 +02:00
Ken Fallon
db5774f642
Added support for having a different php FQDN location from the main site via php_baseurl
2023-05-29 16:11:59 +02:00
Roan Horning
7dca1d75cb
Merge pull request '[I107] Fix calculation of the days until next available episode timeslot' ( #108 ) from I107_Error-generating-next-available-episode into main
...
Reviewed-on: #108
2023-05-18 13:09:18 +00:00
e7fe824302
Fix calculation of the days until next available episode timeslot
...
Do all date calulation in DB instead of naively adding 1 to the
day that is returned.
2023-05-18 09:04:04 -04:00
Roan Horning
69255693ef
Merge pull request 'Implement Tags page' ( #106 ) from I6_Implement_Tags_page into main
...
Reviewed-on: #106
2023-05-06 13:14:51 +00:00
8b218e2036
Fix episode url issues
...
Add absolute_path macro. Add eps folder to path. Pad episode number
in path.
2023-05-06 09:07:25 -04:00
Gordon Stanton
afc6b7518f
Fixed link to Tags.
...
Get episode ID and episode tags from eps.
Generate the Tags page by looping through the tags, order by their first character.
Added tags page to the config.
2023-05-01 00:50:01 +10:00
Roan Horning
f3de654284
Update 'README.md'
...
Add new contributor: norrist
2023-04-02 14:36:34 +00:00
Roan Horning
d2bf821aa8
Merge pull request 'h_is_for_hackers' ( #105 ) from norrist/hpr_generator:h_is_for_hackers into main
...
Reviewed-on: #105
2023-04-02 14:32:38 +00:00
91ce3c4325
add comments viewer and put links on separate lines
2023-04-02 14:32:38 +00:00
821ea9b62d
H links to correspondents page
2023-04-02 14:32:38 +00:00
6c9d6239bb
Update audio link to use media_path MACRO
2023-04-02 10:24:41 -04:00
Roan Horning
f2c9326e61
Merge pull request '[I70] Add audio links' ( #104 ) from I70-Add_audio_links into main
...
Reviewed-on: #104
2023-04-02 13:08:42 +00:00
ebced513ad
Add audio links to the episodes on a series page
2023-04-02 09:06:57 -04:00
a2863e5d84
Update layout of episode summary information.
2023-04-02 08:53:07 -04:00
1c94855de2
Update location of comments
...
The listen_now MACRO formating changed, requiring an update to the postion of the comments reference.
2023-04-02 08:50:04 -04:00
c6e909523f
Add requested audio links
...
Have links to an episodes auido files appear in the Last 5 weeks section of the index page, on the full index page, and on individual host pages.
2023-04-02 07:24:43 -04:00
a9c4388cb0
Update listen_now MACRO
...
The ability to download and play the episode is being moved up in the episode description. Display content in a more condensed form.
2023-04-01 19:56:11 -04:00
24c2f9044e
Update show_meta MACRO
...
Display comments as part of the show meta data
2023-04-01 19:37:38 -04:00
f045cdd32f
Update display_comments_tally MACRO
...
Display on the number of comments. Show a message
when the show has now comments.
2023-04-01 19:34:09 -04:00
dc4377d588
Add arial-title attribute to episode download links
2023-04-01 19:29:00 -04:00
Roan Horning
4fa79187a9
Update 'README.md'
...
Add Ken Fallon
2023-03-31 21:00:50 +00:00
Roan Horning
d5406f3cce
Merge pull request '[I101] This reflects the change to move the "play" button to the top of the episode' ( #102 ) from I101_Move_play_button_to_the_top into main
...
Reviewed-on: #102
2023-03-31 20:56:32 +00:00
Ken Fallon
5369bea657
This reflects the change to move the "play" button to the top of the episode
2023-03-31 14:02:49 +02:00
Roan Horning
0e9ad6ba65
Merge pull request 'Added lazy loading attribute to images in show notes.' ( #100 ) from I99_Lazy_load_notes_images into main
...
Reviewed-on: #100
2023-03-28 02:19:47 +00:00
Gordon Stanton
610e91ea9f
Added lazy loading attribute to images in show notes.
2023-03-19 22:51:21 +11:00
Roan Horning
860ce671f8
Merge pull request 'Moved thumbnail image tag to Block with conditional lazy load.' ( #95 ) from I90_Lazy_load_host_avatars into main
...
Reviewed-on: #95
2023-03-16 16:13:48 +00:00
Roan Horning
51d6188542
Merge branch 'main' into I90_Lazy_load_host_avatars
2023-03-14 03:20:35 +00:00
c9278c0dd6
Remove unused PROCESS directive
2023-03-13 23:16:37 -04:00
aabeca44f5
Refactor templates to use show_avatar MACRO
2023-03-13 23:15:46 -04:00
3a8b6db348
Add show_avatar MACRO
2023-03-13 23:14:35 -04:00
7a6ace156f
Refactor template to use get_avatar MACRO
2023-03-13 23:13:25 -04:00
dee924e6a8
Rename MACRO host_thumb to get_avatar
...
Update to use lazy_load MACRO and minimize number of
arguments needed.
2023-03-13 23:10:36 -04:00
5b4421071f
Add MACRO lazy_load
...
Macro which allows programatically setting the HTML5 img
loading attribute.
2023-03-13 23:03:15 -04:00
Roan Horning
61311b30dd
Merge pull request '[I96] Add acknowledgement of gordons' ( #98 ) from I96-updated_list_of_acknowledgements into main
...
Reviewed-on: #98
2023-03-14 00:50:52 +00:00