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: 0193345306a9
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 49406e529d12
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 10, 2013

  1. Revert "Fix #2971: add reminder events to the bug history"

    This reverts commit 3d34fba following
    discussion on the mailing list [1].
    
    [1] http://thread.gmane.org/gmane.comp.bug-tracking.mantis.devel/4330
    dregad committed Apr 10, 2013
    Copy the full SHA
    0ff9acd View commit details
    Browse the repository at this point in the history
  2. Create reminder bugnote even if no message text provided

    When adding a reminder, a bugnote was actually NOT created when the
    reminder text is empty, even if $g_store_reminders = ON.  This was due
    to bugnote_add() returning false when $p_bugnote_text is blank as the
    code did not take REMINDER type notes into consideration.
    
    Fixes #15744
    dregad committed Apr 10, 2013
    Copy the full SHA
    49406e5 View commit details
    Browse the repository at this point in the history