pgwui_menu
2024-10-21 Karl O. PincBump version number to 0.28.0 master
2024-10-21 Karl O. PincBump version number to 0.27.0
2024-10-10 Karl O. PincBump version number to 0.26.0
2024-10-08 Karl O. PincBump version number to 0.25.0
2024-10-08 Karl O. PincBump version number to 0.24.0
2024-10-05 Karl O. PincBump version number to 0.23.0
2024-10-05 Karl O. PincBump version number to 0.22.0
2024-10-04 Karl O. PincUse static paths instead of static URLs to ease reverse...
2024-10-04 Karl O. PincBump version number to 0.21.0
2024-10-04 Karl O. PincBump version number to 0.20.0
2024-10-04 Karl O. PincInstall the extra testing dependencies when testing
2024-08-20 Karl O. PincBump version number to 0.19.0
2024-08-19 Karl O. PincBump version number to 0.18.0
2024-08-05 Karl O. PincBump version number to 0.17.0
2024-08-05 Karl O. PincBump version number to 0.16.0
2024-08-02 Karl O. PincGive the menu a heading
2024-07-28 Karl O. PincDo the navbar properly
2024-06-23 Karl O. PincBump version number to 0.15.0
2024-06-22 Karl O. PincUse immediate assignments
2024-06-21 Karl O. PincFix conditional yamllint execution
2024-06-21 Karl O. PincAvoid rebuilding packages when running check targets
2024-06-21 Karl O. PincRun yamllint when checking
2024-03-28 Karl O. PincBump version number to 0.14.0
2024-03-28 Karl O. PincUse "build" to build packages; add a pyproject.toml...
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. PincFix entrypoint tests
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-02-23 Karl O. PincDrop python <= v3.5, add v3.8-v3.11
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-04-27 Karl O. PincUse SetupError name from pgwui_core instead of the...
2021-04-15 Karl O. PincChange init_menu() to establish_settings()
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-18 Karl O. PincBump version number to 0.7.0
2020-12-09 Karl O. PincSupport tox against multiple Python versions using...
2020-12-09 Karl O. PincComponent name includes pgwui_ prefix
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-01 Karl O. Pincbase_view() is now in pgwui_common.view
2020-12-01 Karl O. PincPass "urls" instead of "routes" to templates
2020-11-24 Karl O. PincMark unit and integration tests
2020-11-24 Karl O. PincAdjust for unit test marking
2020-11-23 Karl O. PincAdd check-debug target
2020-11-22 Karl O. PincUse inheritence for navbar
2020-11-21 Karl O. PincChange route name from "home" to "pgwui_home"
2020-11-21 Karl O. PincImprove error message
2020-11-20 Karl O. PincNew pgwui_menu.order setting which controls menu ordering
2020-11-20 Karl O. PincInitial commit