Skip to content
Snippets Groups Projects
  1. Mar 15, 2016
  2. Mar 13, 2016
  3. Mar 01, 2016
  4. Feb 21, 2016
  5. Feb 19, 2016
    • Mark Weiman's avatar
      Unset $pinned unconditionally when displaying comments · c23914fc
      Mark Weiman authored and Lukas Fleischer's avatar Lukas Fleischer committed
      
      In pkg_comments.php, the $pinned variable is used to determine whether
      the template is supposed to print all comments or pinned comments only.
      If the $pinned variable is unset, the top 10 comments are printed,
      followed by an "All comments" link. If the $pinned variable is set, the
      pinned comments are printed and the "All comments" link below the
      comment listing is skipped. Thus, we need to make sure that this
      variable is always unset at the time we include the template to display
      all comments, even if it was empty before.
      
      Fixes FS#48194.
      
      Signed-off-by: default avatarMark Weiman <mark.weiman@markzz.com>
      Signed-off-by: default avatarLukas Fleischer <lfleischer@archlinux.org>
      c23914fc
    • Lukas Fleischer's avatar
      Hide orphan request option for disowned package bases · fb56ec9d
      Lukas Fleischer authored
      
      If a package base is unmaintained, there is no need to file an orphan
      request. Hide the option from the front-end in this case.
      
      Signed-off-by: default avatarLukas Fleischer <lfleischer@archlinux.org>
      fb56ec9d
    • Lukas Fleischer's avatar
      notify: Fix notification of request initiator · 1626d4d2
      Lukas Fleischer authored
      
      Reimplement get_request_recipients() such that it always returns the
      email addresses of the package base maintainer and the request
      initiator, instead of the email address of the user triggering the
      request status change.
      
      Fixes FS#48238.
      
      Signed-off-by: default avatarLukas Fleischer <lfleischer@archlinux.org>
      1626d4d2
    • Lukas Fleischer's avatar
      notify: Reintroduce Message-ID again · 443ccfab
      Lukas Fleischer authored
      
      In commit 7b57e0e1 (Set Message-ID when sending package request emails,
      2014-07-01), we changed the code responsible for sending notifications
      such that the value of the Message-ID header is set deterministically in
      the first email referring to a request. Unfortunately, this was
      forgotten when porting the notification routines to Python in 9746a654
      (Port notification routines to Python, 2015-06-27) and later fixed by
      092e00f4 (notify: Fix references in request notifications, 2015-10-10).
      However, when fixing another bug, the old behavior of not setting a
      Message-ID was restored by d87b138a (notify: Fix merging of header dicts,
      2015-10-26). Revert that particular change once more and add a comment
      such that the line gets extra attention, should it be changed in the
      future.
      
      Fixes FS#48239.
      
      Signed-off-by: default avatarLukas Fleischer <lfleischer@archlinux.org>
      443ccfab
  6. Feb 15, 2016
  7. Feb 11, 2016
  8. Feb 09, 2016
  9. Feb 07, 2016
  10. Feb 06, 2016
  11. Jan 31, 2016
  12. Jan 30, 2016
  13. Jan 28, 2016
  14. Jan 24, 2016
  15. Jan 23, 2016
  16. Dec 15, 2015
  17. Dec 13, 2015
Loading