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

Commits on Oct 4, 2012

  1. Whitespace fixes

    dregad committed Oct 4, 2012
    Copy the full SHA
    ece1974 View commit details
    Browse the repository at this point in the history
  2. Custom fields names in Excel export were converted to lower case

    This was not happening in other export functions; the root cause was
    inconsistent code to output the column headers in the excel API.
    
    Function excel_get_titles_row() now relies on column_get_title() to
    retrieve the custom fields default name, same as standard columns, and
    in line with CSV export.
    
    Fixes #14772
    dregad committed Oct 4, 2012
    Copy the full SHA
    abd079b View commit details
    Browse the repository at this point in the history