Skip to content
Snippets Groups Projects
  1. Apr 17, 2024
  2. Apr 12, 2024
  3. Apr 11, 2024
  4. Apr 04, 2024
  5. Apr 03, 2024
  6. Mar 30, 2024
  7. Mar 29, 2024
  8. Mar 27, 2024
  9. Mar 22, 2024
    • Sandeep Chauhan's avatar
      Use existing form_fields for paf form and sow form for edit paf approval view (#3823) · 3304ec4e
      Sandeep Chauhan authored
      Fixes #3280 
      
      
      ## Test Steps
      
       - [ ] Check and notice the paf and sow form fields in any project.
       - [ ] Update attached PAF approval fields via wagtail admin.
      - [ ] Try to edit the project's paf form, fields should be same as
      before.
    • Sandeep Chauhan's avatar
      Use existing form_fields for determination edit form (#3822) · ac97a87d
      Sandeep Chauhan authored
      Partial fix for #3280 
      
      
      ## Test Steps
      - [ ] Pick a submission that already has a determination and notices the
      determination's fields.
      - [ ] Update determination form for submission round via wagtail(remove
      a few fields)
      - [ ] Check the submission determination edit form, it should contain
      all the fields(older) irrespective of the new determination form.
      Unverified
      ac97a87d
    • Saurabh Kumar's avatar
      Move systemsettings out of public + remove duplicate 404/403 template (#3804) · 4517b5a5
      Saurabh Kumar authored
      - Renamed the SystemSettings model class
      - 404/403 templates specific to apply to is removed, use a single
        template for them.
      - Add data migration for old SystemMessageSettings model class
      - add/update the testing urls for error pages
      Fixes #3768
      Unverified
      4517b5a5
    • Wes Appler's avatar
      Removed registration form, cleaned up login flow (#3821) · 9a9a9e82
      Wes Appler authored
      Fixes #3813. Main changes:
      
      - [x] Got rid of the registration form in favor of using the `/auth/`
      view. Having two places where the user can potentially register is
      confusing.
      - [x] Cleaned up different aspects of the login flow that were mentioned
      in #3813, like inconsistency in terminology (`Login` vs `Log in`),
      removal of buttons where they don't need to be, etc.
      - [x] Added a button on the password-ed login to bring the user back to
      the passwordless log in/register view.
      - [x] Have buttons in column rather than row on *both* mobile & desktop
      view and made them the same width (`18 rem`).
      - Should we center the login page for desktop? This was done as it felt
      awkward to have everything on the left side while the buttons crept to
      the center
      - [x] Added icons to `Log in with <ORG> email` & `Log in or register via
      email` for consistency
      - [x] Moved login buttons to their own templates as some were being
      reused
      - [x] Added missing translation blocks 
      Unverified
      9a9a9e82
    • Fredrik Jonsson's avatar
  10. Mar 21, 2024
  11. Mar 19, 2024
    • Wes Appler's avatar
      Swapped out hamburger menu for a `Login` button in mobile view (#3812) · db643d19
      Wes Appler authored
      Fixes #3811. This removes the hamburger menu for unauthenticated users
      in favor of a simple `Login` button. If a signup is intended and
      `ENABLE_PUBLIC_SIGNUP` is enabled on the instance, the signup button can
      be found on the `/auth/` view. I didn't want to overload the mobile view
      by putting login & signup next to eachother.
      Unverified
      db643d19
  12. Mar 18, 2024
Loading