pgwui_core
2024-06-21 Karl O. PincRun yamllint when checking
2024-06-19 Karl O. PincBetter class docs
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-21 Karl O. PincUse new attrs syntax
2024-03-18 Karl O. PincRemove unneeded __future__ imports
2024-03-18 Karl O. PincChange super() calls from python2 style to python3
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-05 Karl O. PincDocument restrictions on ParameterExecutor() use
2024-03-05 Karl O. PincFix typo in UntranslatableCharacter exception name
2024-03-03 Karl O. Pinccall_alter_db() -> _call_alter_db(): name as internal...
2024-03-02 Karl O. PincUse the new attrs API on SQLCommand classes
2024-02-24 Karl O. PincRefactor encoding errors when using parameterized sql
2024-02-23 Karl O. PincSet client-side connection encoding
2024-02-23 Karl O. PincBetter code formatting
2024-02-23 Karl O. PincUpgrade from psycopg2 to psycopg3; drop python <= v3...
2024-02-23 Karl O. PincSwitch from the depreciated cgi module to the html...
2021-06-03 Karl O. PincBump version number to 0.12.0
2021-06-03 Karl O. PincContinue processing file after an encoding error is...
2021-06-03 Karl O. PincConsolidate exception handling
2021-05-30 Karl O. PincBump version number to 0.11.0
2021-05-30 Karl O. PincTrap errors when translating into the db's encoding
2021-05-09 Karl O. PincBump version number to 0.10.0
2021-05-09 Karl O. PincUse session to track whether login credentials are...
2021-04-30 Karl O. PincBetter code
2021-04-29 Karl O. PincTrap and report db errors during setup, i.e., factory...
2021-04-28 Karl O. PincName exception SetupError instead of Error
2021-04-23 Karl O. PincSpelling
2021-04-23 Karl O. PincCatch all errors (!)
2021-01-26 Karl O. PincChange component name from pgwui_testing to pgwui_develop
2021-01-24 Karl O. PincBump version number to 0.9.0
2021-01-24 Karl O. PincAdd the table as a mixin to the initial post
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. PincAttach the initial post to my form class, not WTForms...
2021-01-23 Karl O. PincUse attrs and modernize form classes
2021-01-22 Karl O. PincModernize initial form value classes with attrs module
2021-01-22 Karl O. PincInstantiate initial form values when form is instantiat...
2021-01-22 Karl O. PincUse instances for initial values
2021-01-22 Karl O. PincFix so initial form values are used
2021-01-19 Karl O. PincAllow for "chaining"
2021-01-18 Karl O. PincBump version number to 0.7.0
2021-01-18 Karl O. PincClass to test for too few columns in param substition
2021-01-13 Karl O. PincClose file after uploading
2021-01-13 Karl O. PincAdd hooks for opening and closing the uploaded file
2021-01-05 Karl O. PincDetect binary file uploads
2021-01-02 Karl O. PincMake the DBHandler class hierarchy testable; separate...
2021-01-02 Karl O. PincDo iteration with standard coding idioms
2021-01-02 Karl O. PincAllow exception error descriptions to be extended
2020-12-28 Karl O. PincBreak initialization into smaller functions
2020-12-28 Karl O. PincChange some of the form classes from inheritence to...
2020-12-24 Karl O. PincHandle multiple errors from a get_data or factory or...
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-09 Karl O. PincUpdate email address
2020-12-08 Karl O. PincBump version number to 0.6.0
2020-12-01 Karl O. PincMark unit and integration tests
2020-12-01 Karl O. PincAdjust for unit test marking
2020-11-24 Karl O. PincAdd check-debug target
2020-11-15 Karl O. PincMove pgwui settings into its own dict
2020-09-09 Karl O. PincThere is no autoconfiguration; remove entrypoint until...
2020-09-01 Karl O. PincMove exceptions into their own module
2020-08-31 Karl O. PincUpdate copyright
2020-08-29 Karl O. PincAdded long_description_content_type
2020-01-23 Karl O. PincClean .tox when setup.py changes
2020-01-05 Karl O. PincAllow marking and running of just unit or just integrat...
2019-12-28 Karl O. PincTest to ensure that this pgwui component is autoconfigured
2019-12-14 Karl O. PincMove form docs from PGWUI_Core to PGWUI_Common
2019-12-13 Karl O. PincStandardize make accross PGWUI with Makefile_pgwui.mk
2019-12-13 Karl O. PincSelf-document Makefile
2019-12-11 Karl O. PincBump version number to 0.5.0
2019-12-11 Karl O. Pinckeywords are a list
2019-12-11 Karl O. PincABCs are in collections.abc
2019-12-11 Karl O. PincUse python3 to make
2019-12-08 Karl O. PincBetter label for literal checkbox
2019-12-06 Karl O. PincBump version number to 0.4.0
2019-12-06 Karl O. PincAdd a literal_col_headings request parameter for an...
2018-11-17 Karl O. PincSupply sensible defaults for pg connection parameters
2018-11-17 Karl O. PincAdd heading comment
2018-11-17 Karl O. PincFix docstring
2018-11-17 Karl O. PincImport only those constants used
2018-11-17 Karl O. PincChange form_constants.py to constants.py
2018-11-15 Karl O. PincBump version number to 0.3.0
2018-11-13 Karl O. PincBump version number to 0.2.0
2018-11-13 Karl O. PincFix wheel install in pudb venv
2018-11-13 Karl O. PincClean up and fix cleaning of pytest generate files
2018-11-13 Karl O. PincMove LIVE_DB constant into pgwui.default_db ini file...
2018-11-07 Karl O. PincPreface all pgwui settings with "pgwui."
2018-11-05 Karl O. PincCredit DFGF
2018-11-05 Karl O. PincBump version number to 0.1.0
2018-10-31 Karl O. PincUse proper path in package_data
2018-10-30 Karl O. PincMention data validation
2018-10-30 Karl O. PincAdd validation keyword
2018-10-25 Karl O. PincCorrect AGPLv3 abbrevation
2018-10-24 Karl O. PincRename module from pgwui_core to core
2018-10-24 Karl O. PincSpecify full path to VERSION file
next