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: e82cfe9
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 3658921
Choose a head ref
  • 4 commits
  • 59 files changed
  • 1 contributor

Commits on Sep 18, 2011

  1. Remove helper_alternate_class_no_attribute function

    The helper_alternate_class_no_attribute function used to add odd and
    even classes to HTML elements. This is not needed with modern CSS styled
    layouts.
    
    Stylesheets will need to be updated to provide the correct styling now
    that this function has been removed.
    davidhicks committed Sep 18, 2011
    Copy the full SHA
    cca9c64 View commit details
    Browse the repository at this point in the history
  2. Remove helper_alternate_class function

    The helper_alternate_class function used to add odd and even classes to HTML
    elements. This is not needed with modern CSS styled layouts.
    
    Stylesheets will need to be updated to provide the correct styling now
    that this function has been removed.
    davidhicks committed Sep 18, 2011
    Copy the full SHA
    9d64c8e View commit details
    Browse the repository at this point in the history
  3. Remove helper_alternate_colors function

    The helper_alternate_colors function used to add odd and even classes to HTML
    elements. This is not needed with modern CSS styled layouts.
    
    Stylesheets will need to be updated to provide the correct styling now
    that this function has been removed.
    davidhicks committed Sep 18, 2011
    Copy the full SHA
    066ad4d View commit details
    Browse the repository at this point in the history
  4. Fix install script to work with new Database API

    Implementation of the new database API has broken the install script.
    This patch updates the install script to work with the current state of
    the database API. In particular, we now use exceptions for getting
    errors from the database.
    
    Also fixed an XHTML strictness bug with a closing </tr> being
    out-of-place.
    davidhicks committed Sep 18, 2011
    Copy the full SHA
    3658921 View commit details
    Browse the repository at this point in the history