pgwui_logout
2021-01-18 Karl O. PincBump version number to 0.7.0
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-08 Karl O. PincA urls map in settings is now required by pgwui_common
2020-12-08 Karl O. Pincbase_view() is now in pgwui_common.view
2020-12-08 Karl O. PincMark unit and integration tests
2020-12-01 Karl O. PincAdjust for unit test marking
2020-12-01 Karl O. PincAdd check-debug target
2020-12-01 Karl O. PincBase view no longer requires errors
2020-11-17 Karl O. PincAdjust for pgwui_common moving code out of __init__.py
2020-11-15 Karl O. PincMove code out of __init__.py
2020-11-15 Karl O. PincCheck settings
2020-09-11 Karl O. PincDisplay title from settings
2020-08-29 Karl O. PincAdded long_description_content_type
2020-06-27 Karl O. PincRoute names must match pgwui component names
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-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. PincUse python3 to make
2019-12-06 Karl O. PincBump version number to 0.4.0
2018-11-15 Karl O. PincBump version number to 0.3.0
2018-11-14 Karl O. PincDocument usage
2018-11-14 Karl O. PincMake pgwui pytest plugin available to tox
2018-11-14 Karl O. PincTest __init__.py
2018-11-14 Karl O. PincUse pgwui_testing plugin
2018-11-14 Karl O. PincUse pgwui_common.path for asset resolution
2018-11-13 Karl O. PincBump version number to 0.2.0
2018-11-10 Karl O. PincFix wheel install in pudb venv
2018-11-09 Karl O. PincImport only what's used
2018-11-09 Karl O. PincClean up and fix cleaning of pytest generate files
2018-11-09 Karl O. PincClean the python cache views dir
2018-11-07 Karl O. PincAdd Pyramid's testing requirements
2018-11-07 Karl O. PincResolve template assets at startup time
2018-11-07 Karl O. PincReference css file by Pyramid asset specification
2018-11-05 Karl O. PincCredit DFGF
2018-11-05 Karl O. PincLock required pgwui distributions to current version
2018-10-31 Karl O. PincAdd pgwui depenencies
2018-10-31 Karl O. PincUse proper path in package_data
2018-10-30 Karl O. PincRemove unused import
2018-10-30 Karl O. PincDocument route
2018-10-30 Karl O. PincSetup route
2018-10-26 Karl O. PincScan for declarative Pyramid configs
2018-10-25 Karl O. PincLink to PostgreSQL.org
2018-10-25 Karl O. PincAdd acklnowledgment
2018-10-25 Karl O. PincThe virtual environments should be Python 3
2018-10-25 Karl O. PincAllow base.mak template to be overridden
2018-10-25 Karl O. PincBump minor version to 0.1.0
2018-10-25 Karl O. PincRemove references to Gombe-MI
2018-10-25 Karl O. PincRemove commented out code
2018-10-25 Karl O. PincFix lambda syntax
2018-10-25 Karl O. PincMake test for logout module
2018-10-25 Karl O. PincUpdate copyright info to reflect GMI_Pyramid source
2018-10-25 Karl O. PincFix flake8 errors
2018-10-25 Karl O. PincRequire pyramid package
2018-10-25 Karl O. PincUse pgwui_logout in asset specification
2018-10-25 Karl O. PincInital import from GMI_Pyramid