pgwui_common
2021-01-18 Karl O. PincUse span, not div, because it is inline
2021-01-18 Karl O. PincError detail must be enclosed in html tags
2021-01-18 Karl O. PincBump version number to 0.7.0
2021-01-18 Karl O. PincAdd param to force display of "caution: prior errors...
2021-01-18 Karl O. PincMake "prior error" caution message smaller
2021-01-18 Karl O. PincMake "prior error" caution message more general
2021-01-18 Karl O. PincAdd a "light" error separator
2021-01-18 Karl O. PincAllow a different separator style between per-line...
2021-01-18 Karl O. PincBreak the error block into functions
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. PincAllow overriding of assets
2020-12-08 Karl O. PincCorrect API docs
2020-12-08 Karl O. PincReturn error(s) when page routes or assets do not resolve
2020-12-08 Karl O. PincLog the url map given to templates
2020-12-08 Karl O. PincProduce at startup the map of route names to paths...
2020-12-07 Karl O. PincMove validation from pgwui_server to pgwui_common
2020-12-06 Karl O. PincPGWUI_Server no longer configure common in a route_pref...
2020-12-02 Karl O. PincMove acting on pgwui.routes setting from PGWUI_Server
2020-12-01 Karl O. PincLog bad page errors
2020-12-01 Karl O. PincMove view decorators into their own file
2020-12-01 Karl O. PincAdd home_page and menu_page concepts
2020-11-24 Karl O. PincMake routes for all components available to templates
2020-11-24 Karl O. PincMark some unit tests
2020-11-24 Karl O. PincImprove test coverage
2020-11-24 Karl O. PincFunctional tests are integration tests
2020-11-24 Karl O. PincAdjust for unit test marking
2020-11-24 Karl O. PincMark unit and integration tests
2020-11-23 Karl O. PincAdd check-debug target
2020-11-23 Karl O. PincDocument menu_label setting
2020-11-22 Karl O. PincUse inheritence for navbar
2020-11-21 Karl O. PincChange route name from "home" to "pgwui_home"
2020-11-20 Karl O. PincAdd logout route when in base view
2020-11-20 Karl O. PincMove error handling into the auth_base template
2020-11-19 Karl O. PincEvery module needs it's own static path
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