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: 37a2fee2fb1a
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 17858aeea2ac
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 29, 2012

  1. Copy the full SHA
    e750915 View commit details
    Browse the repository at this point in the history
  2. Make email_send_all() send older queued messages first

    To achieve this, a new optional parameter was added to function
    email_queue_get_ids() to specify the desired sort order (defaults to
    'DESC' to ensure no change in behavior).
    
    email_send_all() now retrieves the list of emails to send in ascending
    order.
    
    Fixes #15248
    dregad committed Nov 29, 2012
    Copy the full SHA
    17858ae View commit details
    Browse the repository at this point in the history