summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Karl O. Pinc [Tue, 13 Aug 2024 17:08:52 +0000 (12:08 -0500)]
Have a separate module for forms
Karl O. Pinc [Mon, 5 Aug 2024 17:50:15 +0000 (12:50 -0500)]
Bump version number to 0.17.0
Karl O. Pinc [Mon, 5 Aug 2024 17:04:52 +0000 (12:04 -0500)]
Bump version number to 0.16.0
Karl Pinc [Mon, 5 Aug 2024 05:51:54 +0000 (01:51 -0400)]
Properly reverse the census info
Karl Pinc [Mon, 5 Aug 2024 05:09:32 +0000 (01:09 -0400)]
Fix spelling of BIOGRAPH
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.
Karl Pinc [Mon, 5 Aug 2024 04:52:58 +0000 (00:52 -0400)]
Fix bad subscripting
Karl Pinc [Mon, 5 Aug 2024 04:36:53 +0000 (00:36 -0400)]
Properly call psycopg.param_execute()
Karl O. Pinc [Mon, 5 Aug 2024 03:34:53 +0000 (22:34 -0500)]
Process the uploaded file
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.
Karl O. Pinc [Mon, 5 Aug 2024 03:25:50 +0000 (22:25 -0500)]
Improve code formatting
Karl O. Pinc [Sun, 4 Aug 2024 20:50:28 +0000 (15:50 -0500)]
No table input, so no need to log one
Karl O. Pinc [Sun, 4 Aug 2024 20:46:40 +0000 (15:46 -0500)]
Inherit from pgwui_upload_core templates
Karl O. Pinc [Sun, 4 Aug 2024 20:39:17 +0000 (15:39 -0500)]
Properly initialize the upload handler
Karl O. Pinc [Sun, 4 Aug 2024 20:38:32 +0000 (15:38 -0500)]
Add enough boilerplate to get the templates to render
Karl O. Pinc [Sun, 4 Aug 2024 20:27:19 +0000 (15:27 -0500)]
Mako syntax error
Karl O. Pinc [Sun, 4 Aug 2024 19:01:28 +0000 (14:01 -0500)]
Initial commit; settings are processed