pgwui_common
2020-11-19 Karl O. PincCall request.static_url directly from template
2020-11-15 Karl O. PincMove code out of __init__.py
2020-09-12 Karl O. PincCorrect component name
2020-09-11 Karl O. PincUse dicts instead of dots in response's "pgwui" keys
2020-08-31 Karl O. PincInherit exceptions from PGWUI_Core
2020-08-29 Karl O. PincMove setting checker helpers from pgwui_server
2020-08-29 Karl O. PincMove common exceptions from pgwui_server
2020-08-29 Karl O. PincAdded long_description_content_type
2020-08-28 Karl O. PincNew function to find component config checking entry...
2020-06-29 Karl O. PincNew function component_to_key()
2020-06-27 Karl O. PincAdd plugin support
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. PincDocument autoconfigure-ness
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. PincUse python3 to make
2019-12-06 Karl O. PincBump version number to 0.4.0
2018-11-17 Karl O. PincHype configurability in the docs
2018-11-15 Karl O. PincBump version number to 0.3.0
2018-11-15 Karl O. PincDistribution can be used without PGWUI_Logout
2018-11-14 Karl O. PincMake pgwui pytest plugin available to tox
2018-11-14 Karl O. PincDocument how to use in your own Pyramid application
2018-11-14 Karl O. PincMore documentation on configuration by python code
2018-11-14 Karl O. PincUse pgwui_common.path for asset resolution
2018-11-14 Karl O. PincMake logout route configurable
2018-11-14 Karl O. PincMake home route configurable
2018-11-14 Karl O. PincBe explicit when importing
2018-11-14 Karl O. PincFix pyramid/pgwui testing usage
2018-11-13 Karl O. PincFix link to docs
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. PincClean up and fix cleaning of pytest generate files
2018-11-07 Karl O. PincReference css file by Pyramid asset specification
2018-11-07 Karl O. PincAdd Pyramid's testing requirements
2018-11-05 Karl O. PincCredit DFGF
2018-11-05 Karl O. PincBump version number to 0.1.0
2018-11-05 Karl O. PincLock required pgwui distributions to current version
2018-11-01 Karl O. PincComment code
2018-10-31 Karl O. PincFix asset resolution in template
2018-10-31 Karl O. PincUse proper path in package_data
2018-10-31 Karl O. PincAdd pgwui dependencies
2018-10-26 Karl O. PincMove usage docs into README.rst
2018-10-26 Karl O. PincMove configuration into __init__.py
2018-10-25 Karl O. PincCorrect AGPLv3 abbrevation
2018-10-24 Karl O. PincAdd .pytest_cache back into Makefile
2018-10-24 Karl O. PincCan no longer report all warnings, ignore W503
2018-10-24 Karl O. PincUse twine instead of setup.py for check
2018-10-24 Karl O. PincTemporarily remove docs directory
2018-10-24 Karl O. PincLet the base.mak template be overrideable by Pyramid...
2018-10-24 Karl O. PincNew includeme() configuration callable
2018-10-23 Karl O. PincInitial import from GMI_Pyramid code