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: 7c46e2872d08
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 0a78482c6d67
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 4, 2012

  1. Enable filter date fields by default when $g_use_javascript = OFF

    With javascript disabled, when ticking 'use date filters' checkbox in
    view issues page, the associated selection fields to pick the date
    criteria remain disabled, preventing date filtering.
    
    The code now detects the state of $g_use_javascript and sets the
    'disabled' state of the date selection fields accordingly.
    
    Also removes 'Undefined variables' system notices.
    
    Fixes #15255
    dregad committed Dec 4, 2012
    Copy the full SHA
    efbfd05 View commit details
    Browse the repository at this point in the history
  2. Fix inconsistent use of numeric vs text month in date filter

    The selection list now uses full-text months consistently across the
    filter page
    
    Fixes #15257
    dregad committed Dec 4, 2012
    Copy the full SHA
    0a78482 View commit details
    Browse the repository at this point in the history