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: 106914624884
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 77cb4d9f1540
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 14, 2012

  1. Fix and improve timezone verification in admin checks

    admin/check.php now properly detects issues with timezone settings, in
    line with behavior of date_default_timezone_get() in PHP >= 5.3 and
    provides better information to the admin in case of errors.
    
    It also fixes an issue with PHP 5.1, by only calling function
    timezone_identifiers_list() when it actually exists, and returns a
    warning that it is unable to check timezone if it does not. Thanks to
    Tim Jackson for detecting and providing the initial patch for this bug.
    
    Fixes #14009
    dregad committed Nov 14, 2012
    Copy the full SHA
    c513054 View commit details
    Browse the repository at this point in the history
  2. Documentation: added $g_default_timezone to admin guide

    Fixes #11854
    dregad committed Nov 14, 2012
    Copy the full SHA
    77cb4d9 View commit details
    Browse the repository at this point in the history