pgwui_bulk_upload
4 years agoAdd separator between each file's errors
Karl O. Pinc [Mon, 18 Jan 2021 00:58:55 +0000 (18:58 -0600)]
Add separator between each file's errors

4 years agoNo point in re-testing for open-ness, due to: yield from ...
Karl O. Pinc [Sun, 17 Jan 2021 01:25:32 +0000 (19:25 -0600)]
No point in re-testing for open-ness, due to: yield from ...

4 years agoFix duplicate display of error messages
Karl O. Pinc [Sun, 17 Jan 2021 01:20:40 +0000 (19:20 -0600)]
Fix duplicate display of error messages

4 years agoAlways use "self" so inheritance works
Karl O. Pinc [Sun, 17 Jan 2021 01:20:13 +0000 (19:20 -0600)]
Always use "self" so inheritance works

4 years agoPass stats to the template regardless of upload success
Karl O. Pinc [Fri, 15 Jan 2021 05:15:30 +0000 (23:15 -0600)]
Pass stats to the template regardless of upload success

4 years agoFix typo in parameter reference
Karl O. Pinc [Fri, 15 Jan 2021 05:13:53 +0000 (23:13 -0600)]
Fix typo in parameter reference

4 years agoHave open only the file that is being uploaded, not all files
Karl O. Pinc [Thu, 14 Jan 2021 04:06:29 +0000 (22:06 -0600)]
Have open only the file that is being uploaded, not all files

4 years agoCatch only the exceptions we expect to be raised
Karl O. Pinc [Thu, 14 Jan 2021 03:54:27 +0000 (21:54 -0600)]
Catch only the exceptions we expect to be raised

4 years agoColor errors discovered during initialization
Karl O. Pinc [Wed, 13 Jan 2021 20:48:29 +0000 (14:48 -0600)]
Color errors discovered during initialization

4 years agoSimplify what's passed to the DataLineProcessor; remove extra coloring
Karl O. Pinc [Wed, 13 Jan 2021 20:14:09 +0000 (14:14 -0600)]
Simplify what's passed to the DataLineProcessor; remove extra coloring

4 years agoInitial commit
Karl O. Pinc [Tue, 5 Jan 2021 21:44:56 +0000 (15:44 -0600)]
Initial commit