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: b23242e
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 01b5bf5
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on May 9, 2012

  1. Documentation: improved troubleshooting for error 1502

    Added instructions on how to retrieve the category id
    dregad committed May 9, 2012
    Copy the full SHA
    30df2f4 View commit details
    Browse the repository at this point in the history
  2. Fix occurences of old logo filename

    Commit e47a2dc omitted to change 2
    occurences of the logo's old filename (mantis_logo.gif)
    
    Fixes #14119
    dregad committed May 9, 2012
    Copy the full SHA
    2e84a85 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2012

  1. Fix string_insert_hrefs() to handle URLs with user/password

    This function inserts the hrefs in 2 steps: 1) URLs and 2) emails.
    
    When the string contains URLs specifying a username and/or password,
    e.g. http://user@example.com/ or http://user:password@example.com/
    the 2nd call to pcre_replace() processes the part of it that matches the
    email address specification, resulting in broken links and text display
    as well as invalid HTML generation.
    
    This commit fixes the behavior by adding logic to distinguish URLs with
    password and actual emails addresses.
    
    Fixes #12781
    dregad committed May 11, 2012
    Copy the full SHA
    01b5bf5 View commit details
    Browse the repository at this point in the history