pgwui_sql
2024-10-21 Karl O. PincMerge sokwe.janegoodall.org:/srv/repos/pgwui_sql master
2024-10-21 Karl O. PincBump version number to 0.28.0
2024-10-21 Karl O. PincBump version number to 0.27.0
2024-10-10 Karl O. PincImprove explaination of EOL normalization
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. PincModify the link disabled attribute instead of using...
2024-10-08 Karl O. PincBump version number to 0.24.0
2024-10-08 Karl O. PincFix html to remove spurious td tags
2024-10-08 Karl O. PincThe "locals" result dict is now always available in...
2024-10-08 Karl O. PincDisable background rules and show whitespace by default
2024-10-05 Karl O. PincBump version number to 0.23.0
2024-10-05 Karl O. PincHave display control checkboxes (show rules/spaces...
2024-10-05 Karl O. PincBump version number to 0.22.0
2024-10-05 Karl O. PincTest outside of loop
2024-10-05 Karl O. PincFix so single-file downloads work
2024-10-05 Karl O. PincDo not manually create a directory in the zip file
2024-10-05 Karl O. PincAdjust javascript to account for using static paths...
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-10-02 Karl O. PincSupport downloading one file per result set as separate...
2024-10-02 Karl O. PincFix so csv downloads work
2024-10-02 Karl O. PincFix so colons (:) do not appear in the downloaded filename
2024-10-02 Karl O. PincLog whether download happened
2024-10-02 Karl O. PincTrap out of disk errors
2024-10-02 Karl O. PincMay as well trap out-of-memory all the time
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...
next