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: 074bd9feae22
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 56836251f694
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 f4753ec following
    discussion on the mailing list [1].
    
    [1] http://thread.gmane.org/gmane.comp.bug-tracking.mantis.devel/4330
    
    Conflicts:
    	bug_reminder.php
    dregad committed Apr 10, 2013
    Copy the full SHA
    2cbd52d 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
    5683625 View commit details
    Browse the repository at this point in the history