Skip to content
Snippets Groups Projects
  1. Nov 20, 2024
    • Wes Appler's avatar
      Add the ability to translate submissions (redux) (#4219) · 7a68e69c
      Wes Appler authored
      This builds on the #4134 PR that initially introduced machine
      translations into Hypha. This isolates the translation behavior; putting
      pip dependencies in a separate `requirements-translate.txt` and will not
      attempt any translate imports unless the setting for it is true.
      
      Other small changes are also a full docs page explaining how to install
      language packages & changing the setting once again from
      `SUBMISSION_TRANSLATIONS_ENABLED` to `APPLICATION_TRANSLATIONS_ENABLED`
      to reflect the system wide shift away from submission terminology.
      7a68e69c
    • Wes Appler's avatar
      Only display `Show all` for reviewers previous reviews if there's more to show (#4221) · 976fb9d4
      Wes Appler authored
      This behaviors reflects the `Show all` logic of the other dashboard
      submission table partial implementations
      976fb9d4
  2. Nov 19, 2024
    • Fredrik Jonsson's avatar
      Remove AwaitingReview view, give reviewer access to submission all (#4209) · 8d348f35
      Fredrik Jonsson authored
      Fixes # 4146
      
      - [ ] Rename views all beta to views all.
      - [ ] Give reviewers access to the submission all view.
      - [ ] Make submission all list only reviews reviewers have access to,
      including reviewers settings if set.
      - [ ] Remove batch actions and review filter for reviewers.
      - [ ] Remove old AwaitingReview view.
      - [ ] Implement show_applicant_identity for submission all view.
      8d348f35
    • Sandeep Chauhan's avatar
      Remove fancybox modal for Contracting (#4174) · 0a291074
      Sandeep Chauhan authored
      Fixes #4124
      
      - [x] Use htmx/alpine for Upload contract modal
      - [x] Use htmx/alpine for Upload and remove contracting documents modal
      - [x] Use htmx/alpine for submit contracting documents modal
      - [x]  Use htmx/alpine for approve contract modal
      
      0a291074
    • Jesse Bickel's avatar
      Add a reporting table for projects (#4051) · 45f3a38e
      Jesse Bickel authored
      
      Fixes #4050
      
      What a small line for such a large set of changes. Those supporting
      changes include:
      
      * Creating a view for the new Reporting Table
      * Creating a current_report() method in report_config that is slightly
      differnt than current_report_due (see inline doc)
      * Adding a ProjectQuerySet method that does some intense subquerying to
      be able to express the current_report in sql so that the status can be
      filtered against
      
      
      ## Note from the cherry-picker/integrator
      
      I see that the summary tables for reports was removed from
      `apply/projects` and that the current dropdown in the main navigation
      header points to `apply/project/reports`. This new table appears under
      `apply/project/reporting` and is linked to in the original fork in which
      this change occurred. As for integration here, the question is: do we
      want to replace the original table or augment off to the side somehow?
      Where should the link to this new table live?
      
      Co-authored-by: default avatarFrank Duncan <frankduncan@opentechstrategies.com>
      Co-authored-by: default avatarFredrik Jonsson <frjo@xdeb.org>
      45f3a38e
  3. Nov 14, 2024
    • Fredrik Jonsson's avatar
      Clean out unused css. (#4208) · 2483330b
      Fredrik Jonsson authored
      Fixes #4073
      
      Clearing out some unused css that have accumulated over the years. Also
      replaced some little used css with tailwind classes. All in all some 400
      lines of css got removed.
      2483330b
  4. Nov 13, 2024
  5. Nov 12, 2024
  6. Nov 08, 2024
  7. Nov 07, 2024
  8. Nov 06, 2024
  9. Nov 05, 2024
  10. Nov 04, 2024
  11. Nov 01, 2024
  12. Oct 31, 2024
  13. Oct 24, 2024
  14. Oct 23, 2024
  15. Oct 22, 2024
  16. Oct 21, 2024
  17. Oct 20, 2024
  18. Oct 18, 2024
  19. Oct 17, 2024
Loading