pgwui_common
2024-09-13 Karl O. PincAllow use of main form in windows opened with js
2024-08-20 Karl O. PincBump version number to 0.19.0
2024-08-20 Karl O. PincMove SQL css into the pgwui_sql component
2024-08-20 Karl O. PincUpdate copyright contact info
2024-08-19 Karl O. PincBump version number to 0.18.0
2024-08-19 Karl O. PincLet table data span columns
2024-08-19 Karl O. PincMake the sql input textarea big
2024-08-14 Karl O. PincRemove unnecessary argument from hidden_vars()
2024-08-09 Karl O. PincAllow HTML to appear in form labels
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-03 Karl O. PincUse table data input abstraction for non-input displaye...
2024-08-03 Karl O. PincAdd label id targets back to input labels
2024-08-03 Karl O. PincAllow arbitrary tabindex incrementing
2024-08-03 Karl O. PincAbstract table data input element
2024-08-03 Karl O. PincAbstract table row label construction
2024-08-02 Karl O. PincMove page_heading filter into base.mak
2024-08-02 Karl O. PincNew css style for vertical spacing
2024-08-02 Karl O. PincPut page heading in the base template
2024-08-01 Karl O. PincMove table rows into their own %def
2024-08-01 Karl O. PincFix logout link in navbar
2024-07-31 Karl O. PincBetter comment markup
2024-07-31 Karl O. PincMove file name reporting into pgwui_upload_core
2024-07-31 Karl O. PincOnly put db_changed into a hidden variable when the...
2024-07-31 Karl O. Pincauth_parts.mak is not needed now that template inherita...
2024-07-31 Karl O. PincAdd block for bottom matter to base template
2024-07-31 Karl O. PincMove submit button out of auth_base.mak
2024-07-30 Karl O. PincSplit out single-db using forms into a separate template
2024-07-30 Karl O. PincTest for null input in the null input template code
2024-07-30 Karl O. PincMake consistent use of TabIndex
2024-07-30 Karl O. PincUse more clear markup
2024-07-30 Karl O. PincUse inheritance to properly wrap inheriting body
2024-07-29 Karl O. PincTemporary fix to non-upload components
2024-07-29 Karl O. PincUse TabIndex in inherited templates
2024-07-29 Karl O. PincAbstract template table rows
2024-07-29 Karl O. PincDo the navbar properly
2024-07-28 Karl O. PincImprove docs
2024-07-16 Karl O. PincImprove double-upload detection
2024-07-16 Karl O. PincBetter response variable name db_changed -> report_success
2024-07-14 Karl O. PincUse new attrs style
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. PincAdjust for YAML config file; boolean settings are actua...
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. 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
next