Dave Morriss davmo
  • Joined on 2021-01-19
davmo closed issue rho_n/hpr_generator#181 2024-03-04 19:22:29 +00:00
Host Profile not showing
davmo created pull request rho_n/hpr_generator#183 2024-03-04 18:48:03 +00:00
Added host profile to the correspondent display
davmo created branch 181_Host_Profile_not_showing in rho_n/hpr_generator 2024-03-04 18:41:16 +00:00
davmo pushed to 181_Host_Profile_not_showing at rho_n/hpr_generator 2024-03-04 18:41:16 +00:00
69dcb66d05 Added host profile to the correspondent display
davmo commented on issue rho_n/hpr_generator#181 2024-03-02 22:37:14 +00:00
Host Profile not showing

Changed the queries queries-correspondent-mysql.tpl.html and queries-correspondent-sqlite.tpl.html to include the profile field. Also changed the in-built query inside `content-correspondent.…

davmo commented on issue rho_n/hpr_generator#181 2024-03-02 21:46:29 +00:00
Host Profile not showing
  • There are two cases where correspondent (host) data is displayed:
    • In content-correspondents.tpl.html which generates the list of all correspondents in correspondents/index.html
davmo pushed to main at rho_n/hpr_generator 2023-12-19 21:56:16 +00:00
eba235c503 Adjustments to the index page announcements
davmo created pull request rho_n/hpr_generator#178 2023-11-17 18:34:41 +00:00
A further fix to the free slot algorithm
davmo created branch fix4_next_available_episode in rho_n/hpr_generator 2023-11-17 18:32:48 +00:00
davmo pushed to fix4_next_available_episode at rho_n/hpr_generator 2023-11-17 18:32:48 +00:00
e5b5aac104 A further fix to the free slot algorithm
davmo pushed to main at rho_n/hpr_generator 2023-11-01 16:00:57 +00:00
79a788bda9 Added content to the announcement section
davmo created pull request rho_n/hpr_generator#176 2023-10-29 17:37:58 +00:00
fix3_next_available_episode
davmo created branch fix3_next_available_episode in rho_n/hpr_generator 2023-10-29 17:36:49 +00:00
davmo pushed to fix3_next_available_episode at rho_n/hpr_generator 2023-10-29 17:36:49 +00:00
097b50b30b Next free slot algorithm now in TT² form
8325b2c0d1 Unwanted items commented out
Compare 2 commits »
davmo created pull request rho_n/hpr_generator#175 2023-10-20 12:45:33 +00:00
fix2_next_available_episode
davmo created branch fix2_next_available_episode in rho_n/hpr_generator 2023-10-20 12:43:29 +00:00
davmo pushed to fix2_next_available_episode at rho_n/hpr_generator 2023-10-20 12:43:29 +00:00
c8135d811d Bug fix of query to find days to next free slot
dab80f1772 Using even more complex CTE query for testing
Compare 2 commits »
davmo pushed to main at rho_n/hpr_generator 2023-10-12 18:36:11 +00:00
3ccd6101ee Removed unnecessary computations from query_next_available_episode
davmo commented on issue rho_n/hpr_generator#173 2023-10-10 20:13:15 +00:00
Computation of days to next free slot is incorrect on index page

Tested this and the MySQL variant, and the change seems to solve the problem.

The last_year, last_month and last_month fields are used in content-index.tpl.html to compute the number of…

davmo closed issue rho_n/hpr_generator#173 2023-10-10 20:13:15 +00:00
Computation of days to next free slot is incorrect on index page