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: 7d36bd8b8069
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 78821cbbd768
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 1, 2012

  1. Fix $t_path on windows

    Backported from master e7ee768
    
    Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
    mantis authored and dregad committed Oct 1, 2012
    Copy the full SHA
    426fdbd View commit details
    Browse the repository at this point in the history
  2. Streamline $g_path definition

    Simplify the code by replacing uses of ternary operator with switch
    statement and removing unnecessary variable assignments.
    
    We now also cover the (admittedly unlikely) scenario where the
    temporary path is empty, to ensure we always generate a valid path
    that includes a trailing '/'.
    dregad committed Oct 1, 2012
    4
    Copy the full SHA
    78821cb View commit details
    Browse the repository at this point in the history