pgwui_sql
2024-09-13 Karl O. PincRemove blank line
2024-09-13 Karl O. PincDon't try to automatically open a SQL edit window
2024-09-13 Karl O. PincRequire logging in before use of the sql edit popup
2024-09-13 Karl O. PincLabel button to match sql edit window title
2024-09-13 Karl O. PincPosition and size, more or less correctly, sql edit...
2024-09-13 Karl O. PincChange window title when showing sql results
2024-09-13 Karl O. PincRemove navigation menu from popup sql edit window
2024-09-13 Karl O. PincA working control flow from login to sql edit window...
2024-09-11 Karl O. PincAdd "login" user interface when not logged in
2024-09-11 Karl O. PincTest that templates render, at least somewhat
2024-09-03 Karl O. PincBeginnings of a SQL edit window
2024-09-03 Karl O. PincImprove code formatting
2024-09-03 Karl O. PincBetter menu label
2024-08-20 Karl O. PincBetter menu label
2024-08-20 Karl O. PincBump version number to 0.19.0
2024-08-20 Karl O. PincStyle SQL text in a monospace font
2024-08-20 Karl O. PincStyle the PGResult status message
2024-08-20 Karl O. PincGive the component it's own CSS file
2024-08-19 Karl O. PincReport warning when there are no results
2024-08-19 Karl O. PincSubclass "runtime" exceptions
2024-08-19 Karl O. PincBump version number to 0.18.0
2024-08-19 Karl O. PincRefactor SQL query result into its own object
2024-08-19 Karl O. PincRefactor to abstract formatting of error detail
2024-08-18 Karl O. PincShow SQL at the top of the results
2024-08-18 Karl O. PincReport on syntax errors without crashing
2024-08-18 Karl O. PincRefactor to make methods simpler
2024-08-18 Karl O. PincAdd horizontal rules between result of each sql command
2024-08-18 Karl O. PincRemove unnecessary test
2024-08-18 Karl O. PincHandle SQL statements that return no result
2024-08-18 Karl O. PincAdjust for SQL that returns no result
2024-08-18 Karl O. PincBring heading type values in line with what the templat...
2024-08-18 Karl O. PincDocument template variable
2024-08-18 Karl O. PincMove sql execution into upload handler's cleanup()...
2024-08-18 Karl O. PincFix log message
2024-08-18 Karl O. PincFix sql textarea generated id
2024-08-18 Karl O. PincKeep sql id from showing up twice in form data
2024-08-18 Karl O. PincFix SQL textarea name
2024-08-18 Karl O. PincFix SQL textarea tabindex
2024-08-16 Karl O. PincBuild result rows to be given to the template
2024-08-16 Karl O. PincRemove source code whitespace from rendered form
2024-08-16 Karl O. PincImprove success message
2024-08-16 Karl O. PincMake SQL entry page work
2024-08-16 Karl O. PincHave a separate module for forms
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-04 Karl O. PincProperly initialize the upload handler
2024-08-04 Karl O. PincDependencies are dynamic because they contain version...
2024-08-03 Karl O. PincPut page heading in the base template
2024-08-03 Karl O. PincUse table row abstractions
2024-07-31 Karl O. PincAdjust for pgwui_common template structure changes
2024-07-16 Karl O. PincMove core utility functions into a separate module
2024-07-16 Karl O. PincBetter response variable name db_changed -> report_success
2024-06-23 Karl O. PincBump version number to 0.15.0
2024-06-23 Karl O. PincA little bit of work away from the basic template
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-06-12 Karl O. PincInitial commit