Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dolphinsmalltalk/Dolphin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.2.2
Choose a base ref
...
head repository: dolphinsmalltalk/Dolphin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.2.3
Choose a head ref
  • 9 commits
  • 27 files changed
  • 2 contributors

Commits on Feb 3, 2025

  1. Configuration menu
    Copy the full SHA
    5c1205c View commit details
    Browse the repository at this point in the history
  2. Fix #1319: DB Connection buffer classes must be retained on deployment

    DBColAttr class>>#initialize is the only reference in code to the
    database buffer classes, and so must not be stripped or the buffer classes
    will be removed.
    
    A new package closure test is included, but unfortunately the closure test
    mechanism isn't sophisticated enough to catch this particular fault
    because it only finds missing code caused by the calculation of the
    transitive closure of packages required for an application. It does not
    account for code removed by the deployment process that iteratively removes
    (supposedly) unreferenced methods and classes, as this is difficult to
    simulate. It looks possible to create a better test simulation using
    RB environments than the simplistic approach currently employed, but it is
    not easy, and in the meantime this corrects the particular case of the
    apps using Database Connection not working after deployment.
    blairmcg committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    c8e46f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Configuration menu
    Copy the full SHA
    dab1ec9 View commit details
    Browse the repository at this point in the history
  2. Ensure shift+click multi-select range is correct. Resolves #1329.

    Ensure selection highlight shown immediately on rows with custom background colors. Resolves #1330.
    Ensure tooltip cleared when list changes. Resolves #1331
    Ensure tooltip cleared when columns change. Resolves #1332.
    rko281 authored and blairmcg committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    1dcb67a View commit details
    Browse the repository at this point in the history
  3. Fix owner draw of EditableListView columns with combo box and formatt…

    …ed text editors. Resolves #1333.
    rko281 authored and blairmcg committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    4cd3057 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9931154 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2025

  1. Configuration menu
    Copy the full SHA
    c9c9fe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fefa6d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2025

  1. PostgresDBTest>>#testSpecialColumnsQuery fails on appveyor node

    Special columsn query working now, presumably due to a version upgrade
    blairmcg committed Jul 20, 2025
    Configuration menu
    Copy the full SHA
    9b1bbb7 View commit details
    Browse the repository at this point in the history
Loading