pgwui_sql
2024-10-01 Karl O. PincImprove phrasing
2024-09-30 Karl O. PincVisually show that zip file downloads always include...
2024-09-30 Karl O. PincProperly attach the zip file download text to the radio...
2024-09-30 Karl O. PincFix reset search_path button
2024-09-30 Karl O. PincAttach onchange event of upload SQL checkbox with javas...
2024-09-30 Karl O. PincChange function name to conform to javascript conventions
2024-09-30 Karl O. PincAdd comments
2024-09-30 Karl O. PincUse a more descriptive id
2024-09-30 Karl O. PincThe same class is used for both input and output of SQL
2024-09-30 Karl O. PincGarbage collect when out of memory
2024-09-30 Karl O. PincRefactor and download with ".zip" suffix when downloadi...
2024-09-30 Karl O. PincPrevent a click on the download help from toggling...
2024-09-30 Karl O. PincSupport tab-delimited download format
2024-09-30 Karl O. PincSuggest downloading when server is out of ram
2024-09-30 Karl O. PincAdd help text to say downloads do not use server RAM
2024-09-30 Karl O. PincAttach events to HTML elements with javascript
2024-09-29 Karl O. PincRewrite so downloads do not put sql results in RAM
2024-09-29 Karl O. PincTrap and report errors from the csv module
2024-09-29 Karl O. PincMake the Include SQL (in the download) checkbox work
2024-09-29 Karl O. PincFix so text columns containing numbers are downloaded...
2024-09-29 Karl O. PincFix affected rows row in downloads
2024-09-29 Karl O. PincFix so status rows are not one-character per column
2024-09-29 Karl O. PincMake initial sql_edit window a little taller
2024-09-29 Karl O. PincApply the sqltext class to <li> elements to display...
2024-09-29 Karl O. PincTest additional parts of the sql.mak template
2024-09-29 Karl O. PincPass template a "locals" dict so it can modify variables
2024-09-29 Karl O. PincNormalize newlines of sql from textarea and for sql...
2024-09-27 Karl O. PincImprove heading of eol concern text
2024-09-26 Karl O. PincPresent user with information about EOL normalization
2024-09-26 Karl O. PincMove sql_edit javascript into its own file
2024-09-26 Karl O. PincAdd a help caution regarding tab-delimited downloads
2024-09-26 Karl O. PincUse proper mako markup when invoking self.lib
2024-09-26 Karl O. PincAdjust heading based on logged-in status
2024-09-26 Karl O. PincTweak css to align rule background vertically
2024-09-25 Karl O. PincAdd "Show rules" checkbox and attendent css and js
2024-09-25 Karl O. PincAbstract getting a sheet with an url
2024-09-25 Karl O. PincAbstract control over checkboxs that disable stylesheet...
2024-09-25 Karl O. PincImprove commenting and formatting
2024-09-25 Karl O. PincUse child CSS selectors so we only have to attach class...
2024-09-25 Karl O. PincRemove unused mako "result_form" def
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
next