pgwui_sql
2024-09-25 Karl O. PincMake the show spaces function of the sql results page...
2024-09-24 Karl O. PincInitial attempt at showing whitespace in SQL results
2024-09-24 Karl O. PincPreserve spacig and line-breaks in sql result output
2024-09-24 Karl O. PincPreserve spaces and line-breaks when displaying the...
2024-09-24 Karl O. PincRename the base SQL form classes to reflect their ...
2024-09-21 Karl O. PincRemove extra line between error message(s) and sql...
2024-09-21 Karl O. PincFix crash when sql execution error has no line number
2024-09-21 Karl O. PincMake downloading CSV work
2024-09-21 Karl O. PincAlign column headings left, just like column data
2024-09-20 Karl O. PincUse ? instead of * for help links
2024-09-20 Karl O. PincAdd field for null representation output
2024-09-19 Karl O. PincSimplify template rendering
2024-09-19 Karl O. PincMove logging into a function
2024-09-18 Karl O. PincMove "include sql" into the "grid of controls"
2024-09-18 Karl O. PincUse a lighter than lightgrey to grey out the sql text...
2024-09-18 Karl O. PincAdd user interface elements supporting download
2024-09-17 Karl O. PincHave column headings in SQL results "stick" on the...
2024-09-17 Karl O. PincAdd alert when javascript is turned off
2024-09-16 Karl O. PincStyle horizontal rules between sql results to be very...
2024-09-16 Karl O. PincAdd ability to supply sql via a file
2024-09-16 Karl O. PincGet rid of example settings error
2024-09-16 Karl O. PincMove the search_path Reset button closer to the input...
2024-09-15 Karl O. PincAdd "Reset" button to reset back to default search_path
2024-09-15 Karl O. PincMove away from XML formatting
2024-09-15 Karl O. PincProvide a help link for search_path
2024-09-15 Karl O. PincPrevent crash of sql editing page when user is not...
2024-09-15 Karl O. PincApply the requested search_path before executing the...
2024-09-15 Karl O. PincGive the requested search_path to the html template
2024-09-15 Karl O. PincRefactor to put search_path code it a separate module
2024-09-14 Karl O. PincShow search_path in SQL entry window
2024-09-13 Karl O. Pincpgwui_server is required for tox testing of template...
2024-09-13 Karl O. PincExplain why we can safely use the SQLHander to process...
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. 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