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: HyphaApp/hypha
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.23.0
Choose a base ref
...
head repository: HyphaApp/hypha
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.24.0
Choose a head ref
  • 15 commits
  • 130 files changed
  • 4 contributors

Commits on Jan 21, 2025

  1. Add URL column and format address. (#4354)

    Fixes #4027
    frjo authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    1bfde70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62e4669 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Clean out old migration code and drupal id migration field. (#4340)

    This is code used by OTF when migrating from the old Drupal based system
    back in 2018.
    frjo authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    09aac2c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Configuration menu
    Copy the full SHA
    effd278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    946b8b3 View commit details
    Browse the repository at this point in the history
  3. Add @view-transition auto to root element. (#4359)

    The latest version of most modern browsers have support for the new
    @view-transition that animate the transition from one page to another
    within the same origin. By default subtle and nice I think.
    
    Browsers that do not support it yet will ignore it and work just as
    before.
    
    Read  up on @view-transition her:
    
    https://developer.mozilla.org/en-US/docs/Web/CSS/@view-transition
    
    For hands on examples and explanations see
    https://www.youtube.com/watch?v=quvE1uu1f_I
    frjo authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    818fad2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Use wagtail_modeladmin as separate package (#4366)

    Fixes #4363 
    
    It will remove the warnings of wagtail upgrade. Although we are thinking
    of migrating to Snippets as #4364 but modeladmin will also not be an
    issue for now.
    sandeepsajan0 authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    3caf414 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. Configuration menu
    Copy the full SHA
    6add0ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b59ec29 View commit details
    Browse the repository at this point in the history
  3. Small fixes to the submissions table (#4360)

    Fixes #4357 & #4358. Multiple small fixes to the all submissions table,
    including:
    
    - Allowing for the selection of multiple rounds, leads, and funds while
    filtering
    - Updated display tags for filters to reflect multiple selections
    - Added template tag to get display names of users in filter tag display
    (leads + reviewers)
    - Added `scroll-auto` to remove the scroll bar gap on some of the
    submenus
    - Caps normalizations
    - Handling of non-int values in query params that use int ids
    - Added more translatable strings
    wes-otf authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    e7f637b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. Configuration menu
    Copy the full SHA
    7c84ee8 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Raise PermissionDenied if anon user tries to access create_password (#…

    …4371)
    
    Also:
    
    * Add some missing user string translations.
    * Update locale.
    * Remove Tamil translation since it contains a number of formatting
    errors.
    frjo authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    00ff332 View commit details
    Browse the repository at this point in the history
  2. Remove need for DjangoMessagesAdapter (#4350)

    Fixes #4344
    
    The following messages in DjangoMessagesAdapter() has been replaced with
    direct calls to `messages.*` or by using `SuccessMessageMixin`.
    ~~~~
    MESSAGES.BATCH_REVIEWERS_UPDATED
    MESSAGES.BATCH_TRANSITION
    MESSAGES.BATCH_DETERMINATION_OUTCOME
    MESSAGES.REMOVE_DOCUMENT
    MESSAGES.SKIPPED_REPORT
    MESSAGES.REPORT_FREQUENCY_CHANGED
    MESSAGES.DISABLED_REPORTING
    MESSAGES.CREATE_REMINDER
    MESSAGES.DELETE_REMINDER
    ~~~~
    frjo authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    257c1ac View commit details
    Browse the repository at this point in the history
  3. Give lists etc. same formatting in all forms as in application forms. (

    …#4370)
    
    Fixes #4369
    
    Applied fix from application forms to other stream field form templates.
    A div wrapper with some tailwind classes.
    
    ## Test Steps
    
    - [ ] Check that lists have nice formatting in e.g. help text and
    paragraph in review, determination, report forms.
    frjo authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    0d60222 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Improve no results page of submission list (#4377)

    - add missing border
    - remove pagination
    theskumar authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    31b4330 View commit details
    Browse the repository at this point in the history
Loading