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: 76592988f635
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 0193345306a9
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 5, 2013

  1. Fix #15678: Add new index to mantis_bug_monitor_table

    The new index is on bug_id column, and resolves a performance issue when
    filtering on users monitoring issues with any other search criteria when
    using match type "Any Condition".
    dregad committed Apr 5, 2013
    Copy the full SHA
    8ff8338 View commit details
    Browse the repository at this point in the history
  2. New helper_check_variables_equal() api function

    Moved duplicated code in check_checked and check_selected into the new
    function.
    dregad committed Apr 5, 2013
    Copy the full SHA
    aa93e14 View commit details
    Browse the repository at this point in the history
  3. Add option to perform loose type comparison in check_checked/selected

    This is required because in some cases (e.g. when passing an array of
    values to compare) it is not feasible or too complex to typecast the
    variable.
    dregad committed Apr 5, 2013
    Copy the full SHA
    55cf317 View commit details
    Browse the repository at this point in the history
  4. Fix XML parsing errors

    Several occurences were fixed for
     - projects list display with subprojects
     - use date filters
    dregad committed Apr 5, 2013
    Copy the full SHA
    0193345 View commit details
    Browse the repository at this point in the history