89
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug fix: HXTT Drivers: MS Excel tables were not displayed.
GWA
More... over 3 years ago
Error handling: In some exception stack traces were not logged.
GWA
More... over 3 years ago
Feature: SQL editor: New function to remove the current line (ctrl+DELETE). Note: A popular alternative shortcut for this function is ctrl+Y. You may redefine the shortcut at menu File --> Global Preferences --> tab "Keyboard shortcuts". More... over 3 years ago
Feature: SQL editor: - With no text selected copy (ctrl+C) and cut (ctrl+X) now copy respectively cut the current line. - The copy (ctrl+C), cut (ctrl+X), paste (ctrl+V) and select all (ctrl+A) shortcuts can now be changed menu File --> Global Preferences --> tab "Keyboard shortcuts". More... over 3 years ago
Commented IzPack XMLs More... over 3 years ago
Typo More... over 3 years ago
Installer: - Upgraded Izpack installer to version 5.1.3 - lib, doc, icon and plugin directories (except from laf) are now update checked. This means that files which aren't in the installer are removed from the installation directory. NOTE: Upgrading installations done with the previous installer version does not work. Please install into an empty directory. More... over 3 years ago
Izpack installer upgrade to version 5.1.3 --> Upgraded Mac installer More... over 3 years ago
Izpack installer upgrade to version 5.1.3 More... over 3 years ago
Bug fix: Data import Plugin: Fixed date format validation check.
GWA
More... over 3 years ago
Improved error messages which are displayed as message boxes or in SQuirreL's message panel.
GWA
More... over 3 years ago
Fixed Log4j vulnerability CVE-2021-4104 concerning Log4j version 1.*. The vulnerability received attention in connection with CVE-2021-44228 (log4shell). CVE-2021-44228 (log4shell) was already addressed below. For details on CVE-2021-4104 see https://nvd.nist.gov/vuln/detail/CVE-2021-4104 SQuirreL's log4j-1.2.17.jar was fixed as described at https://access.redhat.com/security/cve/CVE-2021-4104 and renamed to log4j-1.2.17_patched_for_CVE-2021-4104.jar. More... over 3 years ago
Removed unused property and shell script files
GWA
More... over 3 years ago
changes.txt: Updated information on Log4j vulnerability CVE-2021-44228 (log4shell)
GWA
More... over 3 years ago
Bug fix: Paste history (ctrl +shift + v or insert): When an entry is selected to paste it is made the current clipboard content.
GWA
More... over 3 years ago
Query connection pool: Display tooltip when the pool status button is clicked. / Refactoring
GWA
More... over 3 years ago
On Log4j2 vulnerability CVE-2021-44228 concerning versions >=2.0-beta9 and <=2.14.1 ... --> Fixed name of updated JGit-Jar
GWA
More... over 3 years ago
On Log4j2 vulnerability CVE-2021-44228 concerning versions >=2.0-beta9 and <=2.14.1: Made transparent which logging libraries (Jars) SQuirreL uses by replacing logging Jars with no version in their file names and by making sure logging Jars are not bundled in other Jars. The logging Jars SQuirreL uses are: log4j-1.2.17.jar, slf4j-api-1.7.32.jar, commons-logging-1.2.jar. For information on the vulnerability see https://logging.apache.org/log4j/2.x/security.html https://nvd.nist.gov/vuln/detail/CVE-2021-44228 More... over 3 years ago
Upgraded to latest RSyntax version 3.1.3. / Refactorings More... over 3 years ago
Feature #605 The message panel's colors are made configurable. See menu File --> Global Preferences --> tab General --> section Appearance --> subsection "Message panel layout" on the bottom. This feature is used internally used to adjust the message panel coloring for the dark theme. If you were already using dark theme before this feature was implemented please re-apply the dark theme. More... over 3 years ago
Bug fix: Data import Plugin: An invalid date format in the "Import file settings" dialog led to errors in the subsequent import dialog.
GWA
More... over 3 years ago
Bug fix: Data import Plugin: An invalid date format in the "Import file settings" dialog led to errors in the subsequent import dialog.
GWA
More... over 3 years ago
Bug #1492 The SQL editors "Find in Object Tree" function (ctrl+B) and Object Tree search did not respect the current schema. Some (not yet all) databases support the JDBC API function to read the current schema. If so SQuirreL shows the current schema in its Session status bar. Now SQuirreL also respects the current schema when searching the Object Tree. I.e. if the same table name exists in two schemas SQuirreL preferably finds the one in the current schema. More... over 3 years ago
Web page update: Worked over the home page's left bar. More... over 3 years ago
Look and Feel plugin: Replace Substance Look & Feel by Radiance Look & Feel Thanks to Slavomir Varchula for the patch. More... over 3 years ago
Feature (as bug #1090): Option to use statement separators instead of empty lines as bounds of SQL to execute ... final commit More... over 3 years ago
Feature (as bug #1090): Option to use statement separators instead of empty lines as bounds of SQL to execute ... initial commit More... over 3 years ago
Bug fix: Hibernate Plugin: Prevented HQL execution error when - a mapped collection-attribute wasn't an instance of java.util.Collection - the toString() method of a mapped object raised an exception
GWA
More... over 3 years ago
Choosing color theme (see previous entry) now adjusts NULL value coloring, too. More... over 3 years ago
Theme-Preference (dark): Changed Dark Theme to L&F FlatLaf with Flat Dark theme ... final Bug ;) More... over 3 years ago