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

Commits on Dec 6, 2012

  1. Fix custom_field_get_id_from_name() always returning false

    Commit 6a7db34 introduced an error in
    the call to db_query_bound(), passing the param as a scalar value
    instead of an array.
    
    Thanks to user nimmich for noticing the issue and providing a patch.
    
    Fixes #15264
    dregad committed Dec 6, 2012
    Copy the full SHA
    8c9038f View commit details
    Browse the repository at this point in the history
  2. Cache obsolete custom field names

    If a custom field name changed, custom_field_get_id_from_name() keeps
    asking the database for an id over and over again (e.g. for every
    change of the field in the bug history) to decide if it should be
    displayed.
    
    Thanks to user nimmich for noticing the issue and providing a patch.
    
    Fixes #15265
    dregad committed Dec 6, 2012
    Copy the full SHA
    5cfca00 View commit details
    Browse the repository at this point in the history