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: fd1c8dd9d5ef
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: f9d0459f57e6
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Sep 18, 2012

  1. XmlImportExport: Reference correct class name

    The parameter of update_map() was defined as being of Class "Mapper",
    but the actual class name is "ImportXml_Mapper"
    
    Fixes #12187
    dregad committed Sep 18, 2012
    1
    Copy the full SHA
    9ec6fda View commit details
    Browse the repository at this point in the history
  2. Fail installation if xmlreader and xmlwriter extensions are not present

    Back-ported from master 70a2d239649423c25cc8b62a83d7c7274d33a467
    
    Fixes #11029
    giallu authored and dregad committed Sep 18, 2012
    Copy the full SHA
    7a6ee16 View commit details
    Browse the repository at this point in the history
  3. XmlImportExport: Fix import error "Column 'profile_id' cannot be null"

    In bug_api.php BugData class, the profile_id member variable defaults to
    null but the DB bug table does not allow null values, causing the error.
    
    Defaulting the variable to 0 resolves the problem.
    
    Fixes #12112
    dregad committed Sep 18, 2012
    Copy the full SHA
    cb82535 View commit details
    Browse the repository at this point in the history
  4. XmlImportExport: Allow import of inherited categories

    Fixes #11114
    dregad committed Sep 18, 2012
    Copy the full SHA
    f156fb1 View commit details
    Browse the repository at this point in the history
  5. XmlImportExport: removed obsolete comment

    Since 1.1 is no longer supported, I guess we won't ever backport this...
    dregad committed Sep 18, 2012
    Copy the full SHA
    f9d0459 View commit details
    Browse the repository at this point in the history