pgwui_core
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
2018-10-24 Karl O. PincAdd .pytest_cache back into Makefile
2018-10-24 Karl O. PincMove binary operators to start of line
2018-10-24 Karl O. PincCan no longer report all warnings, ignore W503
2018-10-24 Karl O. PincUse twine instead of setup.py to check
2018-10-24 Karl O. PincTemporarily remove docs
2018-10-23 Karl O. PincFix RST in heading
2018-10-22 Karl O. PincAdd acknowledgement of Gombe-MI
2018-10-22 Karl O. PincAdd package requirements
2018-10-22 Karl O. Pinc.coverage is a file
2018-10-21 Karl O. PincFix NotImplemented Error typos
2018-10-21 Karl O. PincFix alter_db function redefinition
2018-10-21 Karl O. PincFix flake8 unreferenced variable error
2018-10-21 Karl O. PincFix remianing flake8 ENNN and WNNN problems
2018-10-21 Karl O. PincFix flake8 problems
2018-10-21 Karl O. PincRepair copyright to reflect GMI_Pyramid origin
2018-10-21 Karl O. PincFix flake8 import * problems
2018-10-21 Karl O. PincFix flake8 lambda/def problems
2018-10-21 Karl O. PincFix flake8 is None problems
2018-10-21 Karl O. PincFix flake8 blank lines problems
2018-10-21 Karl O. PincFix flake8 E251 unexpected spaces problems
2018-10-21 Karl O. PincFix flake8 multiple spaces problems
2018-10-21 Karl O. PincFix flake8 whitespace problems
2018-10-21 Karl O. PincRemove tests/README
2018-10-21 Karl O. PincPass flake8
2018-10-21 Karl O. PincInitial commit with files from GMI_Pyramid project