Skip to content
Snippets Groups Projects
  1. Mar 08, 2022
  2. Mar 03, 2022
  3. Mar 02, 2022
  4. Mar 01, 2022
  5. Feb 28, 2022
  6. Feb 24, 2022
    • Daniel Schultz's avatar
      Fix column orders · 63154bde
      Daniel Schultz authored
      Django tables have some weird rules around field order, which is why one
      might specify a sequence explicitly.  Unfortunately the way sequence was
      being defined for the summary submissions table (the one shown on the
      dashboard) caused the order to fall back to wahtever the default field
      order was.
      
      That order is overrode by the submissions table (the one shown in
      submissions).
      
      In order to have the two tables match order we need to define the
      sequences in the same way.
      
      Issue #2734
      63154bde
    • sandeepsajan0's avatar
      Upgrade mistune to 2.0.2 · b37afd5a
      sandeepsajan0 authored
      b37afd5a
  7. Feb 23, 2022
  8. Feb 21, 2022
  9. Feb 19, 2022
  10. Feb 18, 2022
    • Daniel Schultz's avatar
      Hide the admin button for non-admins · 13b0e9a0
      Daniel Schultz authored
      There are several types of user with access to the review dashboard, but
      only administrators are allowed to view the administrator pane.
      
      This updates the admin dashboard to only render the admin button for
      users with admin permission.  It also adds an ID to the button so
      that test can reliably check for the presence of the button.
      
      Issue #2724
      13b0e9a0
Loading