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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2157f62c1936
Choose a base ref
...
head repository: mantisbt/mantisbt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2c6a8a4a06dd
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
    4f3c49e View commit details
  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
    2c6a8a4 View commit details
Showing with 237 additions and 243 deletions.
  1. +237 −243 core/excel_api.php
Loading