pgwui_common
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 importlib.metadata instead of pkg_resources for...
2024-03-16 Karl O. PincChange name: instance_method_mock_fixture() -> late_ins...
2024-03-05 Karl O. PincDrop Python 3.6 support; psycopg3 does not support it
2024-03-05 Karl O. PincDo not rely on exceptions supporting the slice operation
2024-02-23 Karl O. PincSet client-side connection encoding
2024-02-23 Karl O. PincUpgrade from psycopg2 to psycopg3; drop python <= v3...
2024-02-23 Karl O. PincFix file name typos in comments
2021-06-03 Karl O. PincBump version number to 0.12.0
2021-05-30 Karl O. PincBump version number to 0.11.0
2021-05-09 Karl O. PincBump version number to 0.10.0
2021-05-09 Karl O. PincAbstract out common auth form elements
2021-04-29 Karl O. PincAdd "caution" style
2021-04-27 Karl O. PincUse SetupError name from pgwui_core instead of just...
2021-04-27 Karl O. PincExpose PGWUIError and SetupError
2021-04-23 Karl O. PincInherit from the right exceptions
2021-04-23 Karl O. PincAllow an undefined filename
2021-04-22 Karl O. PincSplit auth_base to create errors_base
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. PincBump version number to 0.8.0
2021-01-23 Karl O. PincUpdate copyright statements
2021-01-22 Karl O. PincSupport validation of a "boolean_choice" data type
2021-01-22 Karl O. PincImprove error message
2021-01-20 Karl O. PincFix entrypoint discovery
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
next