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: 0ffb20f
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 0542805
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 19, 2012

  1. Fix #13765: infinite loop in Excel export

    If the number of records in the View Issues page was a multiple of 100,
    the Excel export ended up in an infinite loop.
    
    Instead of testing on the number of rows returned vs the number of rows
    per page, the code now uses the current page number vs the total number
    of pages returned by filter_get_bug_rows() to set the loop's exit flag.
    dregad committed Jan 19, 2012
    Copy the full SHA
    d95ce2f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0542805 View commit details
    Browse the repository at this point in the history