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: c6ad34e
Choose a base ref
...
head repository: mantisbt/mantisbt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6a1760b
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 19, 2011

  1. Fix #11662: Allow decimal costs in time tracking/billing

    Previously the cost was retrieved from the form using gpc_get_int(), and
    error 203 was triggered when decimal values were entered. We now get the
    field as a string and convert it using floatval().
    dregad committed Sep 19, 2011
    Copy the full SHA
    3ddbbe1 View commit details
  2. Fix #13338: Time tracking cost column font size

    There was no class specified on the td tag for the cost column.
    dregad committed Sep 19, 2011
    Copy the full SHA
    d995a41 View commit details
  3. Cosmetic changes in the time tracking table layout

      - reset the alternating line colors at start of each block
      - use bold font for Totals line
      - right-align the cost column
    dregad committed Sep 19, 2011
    Copy the full SHA
    6a1760b View commit details
Loading