Roan Horning rho_n
rho_n commented on issue HPR/hpr_hub#94 2025-06-26 02:57:12 +00:00
Upload form fields need changes

@davmo @ken_fallon I wasn't able to test this running as php. I made a copy of the upload.php and renamed it upload.html. I added the <head>...</head> lines from header.html so that I could test…

rho_n created pull request HPR/hpr_hub#95 2025-06-26 02:40:39 +00:00
Fix upload form layout
rho_n created branch hub94_Upload-form-fields-need-changes in HPR/hpr_hub 2025-06-26 02:38:51 +00:00
rho_n pushed to hub94_Upload-form-fields-need-changes at HPR/hpr_hub 2025-06-26 02:38:51 +00:00
7dfac7fc16 Fix upload form layout
rho_n commented on issue HPR/hpr_generator#265 2025-06-22 14:14:20 +00:00
Create an hpr_website repository

@rho_n I created hpr_website can you check that you are owner etc.

It looks like the owner is set to the Owners group which I am a part. I…

rho_n opened issue HPR/hpr_generator#265 2025-06-19 01:39:30 +00:00
[RFC] Create an hpr_website repository
rho_n commented on issue HPR/hpr_generator#248 2025-06-18 23:29:03 +00:00
In GETTING_STARTED.md, database update script name is incorrect

Closing. This has been fixed.

rho_n closed issue HPR/hpr_generator#248 2025-06-18 23:29:03 +00:00
In GETTING_STARTED.md, database update script name is incorrect
rho_n commented on issue HPR/hpr_generator#97 2025-06-08 02:05:32 +00:00
User desires a Developers guide

@ken_fallon I don't think it is needed. I will close this.

rho_n closed issue HPR/hpr_generator#97 2025-06-08 02:05:32 +00:00
User desires a Developers guide
rho_n pushed to main at HPR/hpr_generator 2025-06-06 01:53:35 +00:00
28a75efe1b Merge pull request 'about-page-html-submit' (#264) from norrist/hpr_generator:about-page-html-submit into main
94baef679f rm line break
11738f5052 Replace old instructions for shownotes
Compare 3 commits »
rho_n merged pull request HPR/hpr_generator#264 2025-06-06 01:53:34 +00:00
about-page-html-submit
rho_n commented on pull request HPR/hpr_generator#264 2025-06-06 01:53:12 +00:00
about-page-html-submit

Looks good. Thanks norrist

rho_n approved HPR/hpr_generator#264 2025-06-06 01:51:29 +00:00
about-page-html-submit
rho_n pushed to main at HPR/hpr_generator 2025-04-07 16:47:16 +00:00
013beca3c0 Merge pull request 'Issue #259 - Remove MySQL specific code from site generation code' (#261) from paulj/hpr_generator:remove_mysql_code into main
86e1d73085 Remove MySQL specific code from site generation code
Compare 2 commits »
rho_n merged pull request HPR/hpr_generator#261 2025-04-07 16:47:15 +00:00
Issue #259 - Remove MySQL specific code from site generation code
rho_n approved HPR/hpr_generator#261 2025-04-07 16:46:30 +00:00
Issue #259 - Remove MySQL specific code from site generation code

Looks great Paul! Thanks for this PR and your continued interest in helping with the code.

rho_n commented on pull request HPR/hpr_generator#261 2025-04-03 16:56:12 +00:00
Issue #259 - Remove MySQL specific code from site generation code

For all of the PROCESS statements that pull in the "queries-*.tpl.html" templates in the various page templates. These could be changed to just pull in the "queries-*-sqlite.tpl.html" directly. Those *.sqlite.tpl.html query templates could also drop the sqlite in the naming scheme.

rho_n commented on pull request HPR/hpr_generator#261 2025-04-03 14:02:21 +00:00
Issue #259 - Remove MySQL specific code from site generation code

Per previous request, the DBI section needs to be retained but we can remove any comments about setting up a connection to a mysql db

rho_n suggested changes for HPR/hpr_generator#261 2025-04-03 14:00:58 +00:00
Issue #259 - Remove MySQL specific code from site generation code

Hi Paul,