Skip to content
Snippets Groups Projects
  1. Jun 08, 2024
  2. Jun 04, 2024
  3. Jun 01, 2024
  4. May 28, 2024
  5. May 27, 2024
  6. May 22, 2024
  7. May 21, 2024
  8. May 08, 2024
  9. May 07, 2024
  10. May 06, 2024
    • Wes Appler's avatar
      Visibility fixes for partners that are also applicants (#3893) · 3b513347
      Wes Appler authored
      Fixes #3892. This solution was a bit unruly (especially ugly after
      linting) but it seemed like the logical approach without refactoring the
      whole `visibility_for` to be a normal method rather than a class method.
      This fix evaluates if the partner/reviewer is the author of the source
      submission first before evaluating the their role. The reviewer role was
      also lumped in here because even though I know we advise against a
      reviewer also being an applicant, it still could happen without
      oversight.
      
      I tried to keep the code as clean as I could and reuse QuerySets, but
      let me know if y'all see any way I can optimize!
  11. May 04, 2024
  12. May 01, 2024
  13. Apr 30, 2024
    • Saurabh Kumar's avatar
      Fix alignment of text in the plain-text emails (#3903) · 587c6c7a
      Saurabh Kumar authored
      Due to djhtml the emails templates where formatted with indendation.
      That lead to alignment also being present in the plain-text emails.
      
      This was an unintentional behaviour that this PR fixes by adding {#
      fmt:off #} markers in the email templates so djhtml won't format them
      Unverified
      587c6c7a
  14. Apr 25, 2024
  15. Apr 23, 2024
  16. Apr 17, 2024
  17. Apr 12, 2024
Loading