pgwui_upload_core
2024-10-21 Karl O. PincBump version number to 0.28.0 master
2024-10-21 Karl O. PincBump version number to 0.27.0
2024-10-10 Karl O. PincBump version number to 0.26.0
2024-10-10 Karl O. PincAdd feature to upload missing column values as NULL
2024-10-09 Karl O. PincImprove test docs
2024-10-09 Karl O. PincUse correct tabindex for null representation input...
2024-10-08 Karl O. PincBump version number to 0.25.0
2024-10-08 Karl O. PincBump version number to 0.24.0
2024-10-05 Karl O. PincBump version number to 0.23.0
2024-10-05 Karl O. PincBump version number to 0.22.0
2024-10-04 Karl O. PincBump version number to 0.21.0
2024-10-04 Karl O. PincBump version number to 0.20.0
2024-10-04 Karl O. PincInstall the extra testing dependencies when testing
2024-08-20 Karl O. PincBump version number to 0.19.0
2024-08-19 Karl O. PincBump version number to 0.18.0
2024-08-15 Karl O. PincReport on non-printing characters in bad column headings
2024-08-15 Karl O. PincFix reporting on bad column names
2024-08-14 Karl O. PincRemove unnecessary argument from hidden_vars()
2024-08-13 Karl O. PincHave a separate module for forms
2024-08-05 Karl O. PincBump version number to 0.17.0
2024-08-05 Karl O. PincBump version number to 0.16.0
2024-08-05 Karl O. PincAdd support for skipping the table_rows def, and call...
2024-08-05 Karl O. PincSeparate settings for when there's a custom data format...
2024-08-03 Karl O. PincUse table row abstractions
2024-08-01 Karl O. PincMove table rows into their own %def
2024-07-31 Karl O. PincMove file name reporting into pgwui_upload_core
2024-07-31 Karl O. PincOnly put db_changed into a hidden variable when the...
2024-07-31 Karl O. PincMove submit button out of auth_base.mak
2024-07-30 Karl O. PincMove upload fields out of pgwui_common
2024-07-30 Karl O. PincTest for null input in the null input template code
2024-07-30 Karl O. PincUse more clear markup
2024-07-30 Karl O. PincUse inheritance to properly wrap inheriting body
2024-07-29 Karl O. PincUse TabIndex in inherited templates
2024-07-16 Karl O. PincBetter response variable name db_changed -> report_success
2024-06-23 Karl O. PincBump version number to 0.15.0
2024-06-23 Karl O. PincThrow invalid column count errors where the insert...
2024-06-22 Karl O. PincMove SaveLine class into pgwui_upload; that's where...
2024-06-22 Karl O. PincUse immediate assignments
2024-06-21 Karl O. PincFix conditional yamllint execution
2024-06-21 Karl O. PincAvoid rebuilding packages when running check targets
2024-06-21 Karl O. PincRun yamllint when checking
2024-03-28 Karl O. PincBump version number to 0.14.0
2024-03-28 Karl O. PincUse "build" to build packages; add a pyproject.toml...
2024-03-24 Karl O. PincDrop "register" targets; no longer supported at pypi
2024-03-22 Karl O. PincBump version number to 0.13.0
2024-03-22 Karl O. PincFix psycopg.errors exception names
2024-03-22 Karl O. PincUse new attrs syntax
2024-03-21 Karl O. PincFix component entry point test
2024-03-18 Karl O. PincChange super() calls from python2 style to python3
2024-03-16 Karl O. PincChange name: instance_method_mock_fixture() -> late_ins...
2024-03-05 Karl O. PincDrop Python 3.6 support; psycopg3 does not support it
2024-03-05 Karl O. PincTrap and do basic reporting on encoding exceptions...
2024-03-03 Karl O. PincMake base class BaseTableUploadHandler responsible...
2024-02-23 Karl O. PincUpgrade from psycopg2 to psycopg3; drop python <= v3...
2021-06-03 Karl O. PincBump version number to 0.12.0
2021-05-30 Karl O. PincBump version number to 0.11.0
2021-05-09 Karl O. PincBump version number to 0.10.0
2021-04-30 Karl O. PincTest validate_file_format()
2021-04-29 Karl O. PincReport insufficient permission errors
2021-04-27 Karl O. PincHave SetupError name be consistent between pgwui_core...
2021-04-27 Karl O. Pincpgwui_core.exceptions.Error is now SetupError
2021-02-02 Karl O. PincCheck the character case of table and schema names
2021-02-02 Karl O. PincAccept schema qualified table names for upload
2021-01-26 Karl O. PincChange component name from pgwui_testing to pgwui_develop
2021-01-24 Karl O. PincBetter description
2021-01-24 Karl O. PincBump version number to 0.9.0
2021-01-24 Karl O. PincBump version number to 0.8.0
2021-01-23 Karl O. PincUpdate copyright statements
2021-01-23 Karl O. PincAdd a setting for uploaded file format
2021-01-23 Karl O. PincAdd a "null" setting to control upload of NULL values
2021-01-23 Karl O. PincHave literal_column_headings values be those of boolean...
2021-01-23 Karl O. PincMove initial post values into pgwui_upload_core
2021-01-23 Karl O. PincMove title into pgwui_upload_core
2021-01-23 Karl O. PincAdd a "trim" setting controlling default data value...
2021-01-19 Karl O. PincPass settings to quote_columns(), they vary by inherite...
2021-01-19 Karl O. PincImprove error message
2021-01-18 Karl O. PincBump version number to 0.7.0
2021-01-18 Karl O. PincReport error when there's too few data columns
2021-01-05 Karl O. PincFork from pgwui_upload
2020-12-10 Karl O. Pincmeme.com -> karlpinc.com
2020-12-09 Karl O. PincSupport tox against multiple Python versions using...
2020-12-09 Karl O. PincComponent name includes pgwui_ prefix
2020-12-08 Karl O. PincBump version number to 0.6.0
2020-12-08 Karl O. PincA urls map in settings is now required by pgwui_common
2020-12-02 Karl O. Pincbase_view() is now in pgwui_common.view
2020-12-01 Karl O. PincMark unit tests
2020-11-24 Karl O. PincAdjust for unit test marking
2020-11-23 Karl O. PincAdd check-debug target
2020-11-20 Karl O. PincImprove error wording
2020-11-17 Karl O. PincAdjust for pgwui_common moving code out of __init__.py
2020-11-17 Karl O. PincMove code out of __init__.py
2020-09-13 Karl O. PincSimpler, faster code
2020-09-11 Karl O. PincUse dicts instead of dots in pgwui settings
2020-09-01 Karl O. PincMove exceptions into their own module
2020-09-01 Karl O. PincThe base error class is now PGWUIError
2020-09-01 Karl O. PincCheck our own settings
2020-08-30 Karl O. PincAdded long_description_content_type
2020-08-30 Karl O. PincEstablish default menu label
2020-06-27 Karl O. PincRoute names must match pgwui component names
2020-01-23 Karl O. PincClean .tox when setup.py changes
next