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: 999854e515b2
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 935c106f7657
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 2, 2012

  1. Fix #14757: Header text overlaps bottom div border

    Happened in manage_proj_edit_page.php when there were no subprojects for
    the project being edited.
    
    Added an else clause and an empty 'br' div to clear the float so that
    the surrounding div flows properly including the h2 element.
    dregad committed Oct 2, 2012
    Configuration menu
    Copy the full SHA
    2856c64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    136cb85 View commit details
    Browse the repository at this point in the history
  3. Fixes #14756: mismatched types passed on to check_selected()

    When trying to report an issue in a setup having subprojects, and no
    specific project is selected (current project = 'All projects'), an
    error is triggered in check_selected() due to mismatched types.
    
    Statically casting the project_id as string to solve the problem.
    
    Thanks to phyllisl for detecting and proposing a solution to this issue.
    dregad committed Oct 2, 2012
    Configuration menu
    Copy the full SHA
    935c106 View commit details
    Browse the repository at this point in the history