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: mantisbt/mantisbt
base: 9f302620f17f
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 6ad38733d7ad
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 6, 2012

  1. Fix #13265: Issues count in Changelog

    Prior to this, issues having multiple parents were counted more than
    once, causing an incorrect count of issues to be reported (changelog
    displayed the number of printed lines instead of the number of distinct
    issues in the version)
    
    This is an improvement over SL-Gundam's original patch, which did not
    cover all cases.
    dregad committed Oct 6, 2012
    Copy the full SHA
    09fcedf View commit details
    Browse the repository at this point in the history
  2. Optimize and reformat code in changelog_page.php

    - Remove unnecessary variable initializations
    - Reformat SQL statement for better readability
    - Simplify code displaying issue count
    dregad committed Oct 6, 2012
    Copy the full SHA
    13aa29f View commit details
    Browse the repository at this point in the history
  3. Change Log must consistently rely on fixed_in_version

    Change Log used target_version instead of fixed_in_version to manage
    issues' parent/child relationships. This caused unexpected behavior when
    target version did not match fixed in version.
    
    The SQL which retrieves the changelog issues now relies on
    fixed_in_version.
    
    Fixes #14788
    dregad committed Oct 6, 2012
    Copy the full SHA
    6ad3873 View commit details
    Browse the repository at this point in the history