pgwui_upcen
9 months agoBump version number to 0.23.0
Karl O. Pinc [Sat, 5 Oct 2024 03:57:58 +0000 (22:57 -0500)]
Bump version number to 0.23.0

9 months agoBump version number to 0.22.0
Karl O. Pinc [Sat, 5 Oct 2024 01:13:03 +0000 (20:13 -0500)]
Bump version number to 0.22.0

9 months agoBump version number to 0.21.0
Karl O. Pinc [Fri, 4 Oct 2024 20:55:24 +0000 (15:55 -0500)]
Bump version number to 0.21.0

9 months agoBump version number to 0.20.0
Karl O. Pinc [Fri, 4 Oct 2024 20:50:27 +0000 (15:50 -0500)]
Bump version number to 0.20.0

9 months agoInstall the extra testing dependencies when testing
Karl O. Pinc [Fri, 4 Oct 2024 20:44:37 +0000 (15:44 -0500)]
Install the extra testing dependencies when testing

10 months agoBump version number to 0.19.0
Karl O. Pinc [Tue, 20 Aug 2024 19:55:41 +0000 (14:55 -0500)]
Bump version number to 0.19.0

10 months agoFix log message to include only relevant info
Karl O. Pinc [Tue, 20 Aug 2024 19:53:28 +0000 (14:53 -0500)]
Fix log message to include only relevant info

10 months agoBump version number to 0.18.0
Karl O. Pinc [Mon, 19 Aug 2024 19:48:13 +0000 (14:48 -0500)]
Bump version number to 0.18.0

10 months agoHave a separate module for forms
Karl O. Pinc [Tue, 13 Aug 2024 17:08:52 +0000 (12:08 -0500)]
Have a separate module for forms

11 months agoBump version number to 0.17.0
Karl O. Pinc [Mon, 5 Aug 2024 17:50:15 +0000 (12:50 -0500)]
Bump version number to 0.17.0

11 months agoBump version number to 0.16.0
Karl O. Pinc [Mon, 5 Aug 2024 17:04:52 +0000 (12:04 -0500)]
Bump version number to 0.16.0

11 months agoProperly reverse the census info
Karl Pinc [Mon, 5 Aug 2024 05:51:54 +0000 (01:51 -0400)]
Properly reverse the census info

11 months agoFix spelling of BIOGRAPH
Karl Pinc [Mon, 5 Aug 2024 05:09:32 +0000 (01:09 -0400)]
Fix spelling of BIOGRAPH

11 months agoFix statement execution
Karl Pinc [Mon, 5 Aug 2024 05:05:03 +0000 (01:05 -0400)]
Fix statement execution

Does this handle encoding errors?  If not, call self.param_execute()
and change the function to take a tuple, not a UploadDataLine instance.

11 months agoFix bad subscripting
Karl Pinc [Mon, 5 Aug 2024 04:52:58 +0000 (00:52 -0400)]
Fix bad subscripting

11 months agoProperly call psycopg.param_execute()
Karl Pinc [Mon, 5 Aug 2024 04:36:53 +0000 (00:36 -0400)]
Properly call psycopg.param_execute()

11 months agoProcess the uploaded file
Karl O. Pinc [Mon, 5 Aug 2024 03:34:53 +0000 (22:34 -0500)]
Process the uploaded file

11 months agoEliminate most of the core upload settings from the rendered template
Karl O. Pinc [Mon, 5 Aug 2024 03:27:31 +0000 (22:27 -0500)]
Eliminate most of the core upload settings from the rendered template

Redefine the table_rows def to skip the pgwui_upload_core version.

11 months agoImprove code formatting
Karl O. Pinc [Mon, 5 Aug 2024 03:25:50 +0000 (22:25 -0500)]
Improve code formatting

11 months agoNo table input, so no need to log one
Karl O. Pinc [Sun, 4 Aug 2024 20:50:28 +0000 (15:50 -0500)]
No table input, so no need to log one

11 months agoInherit from pgwui_upload_core templates
Karl O. Pinc [Sun, 4 Aug 2024 20:46:40 +0000 (15:46 -0500)]
Inherit from pgwui_upload_core templates

11 months agoProperly initialize the upload handler
Karl O. Pinc [Sun, 4 Aug 2024 20:39:17 +0000 (15:39 -0500)]
Properly initialize the upload handler

11 months agoAdd enough boilerplate to get the templates to render
Karl O. Pinc [Sun, 4 Aug 2024 20:38:32 +0000 (15:38 -0500)]
Add enough boilerplate to get the templates to render

11 months agoMako syntax error
Karl O. Pinc [Sun, 4 Aug 2024 20:27:19 +0000 (15:27 -0500)]
Mako syntax error

11 months agoInitial commit; settings are processed
Karl O. Pinc [Sun, 4 Aug 2024 19:01:28 +0000 (14:01 -0500)]
Initial commit; settings are processed