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: d6b9f24
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: de35864
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 26, 2011

  1. Add labels to input fields on bug update page

    To aid with accessibility, input fields on the bug update page should
    have <label>'s attached.
    davidhicks committed Feb 26, 2011
    Copy the full SHA
    8802637 View commit details
    Browse the repository at this point in the history
  2. Add labels to input fields on bug report page

    To aid with accessibility, input fields on the bug report page should
    have <label>'s attached.
    davidhicks committed Feb 26, 2011
    Copy the full SHA
    095efa0 View commit details
    Browse the repository at this point in the history
  3. Show the OS row only if we have something interesting to show

    Applies to the bug view page. This is a good compromise to avoid screen
    clutter without giving up a useful feature.
    
    Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
    thg2k authored and davidhicks committed Feb 26, 2011
    Copy the full SHA
    e0b2e14 View commit details
    Browse the repository at this point in the history
  4. By default select 'All Users' in the set configuration option form

    This makes more sense than selecting yourself for most variables you
    might want to set on this page, expecially for beginner admins.
    
    Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
    thg2k authored and davidhicks committed Feb 26, 2011
    Copy the full SHA
    2116f74 View commit details
    Browse the repository at this point in the history
  5. Remove 'quotes' from string values on configuration report page

    We don't need this since the previous column already states the type.
    
    Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
    thg2k authored and davidhicks committed Feb 26, 2011
    Copy the full SHA
    de35864 View commit details
    Browse the repository at this point in the history