- Sep 27, 2023
-
-
Saurabh Kumar authored
Fixes #3556
-
- Sep 26, 2023
-
-
Saurabh Kumar authored
Allow lab to be saved as draft without filling in the required fields. Right now, if the lab is saved as draft it is validated for the required fields. Fixes https://github.com/HyphaApp/hypha/issues/3555
-
Saurabh Kumar authored
Fixes #3581
-
- Sep 19, 2023
-
-
Fredrik Jonsson authored
Co-authored-by:
Saurabh Kumar <theskumar@users.noreply.github.com> Co-authored-by:
Sandeep Chauhan <sandeepsajan0@gmail.com>
-
Sandeep Chauhan authored
Fixes #3421
-
Sandeep Chauhan authored
Fixes #3527
-
- Sep 15, 2023
-
-
Sandeep Chauhan authored
Fixes Determination form wrong proposal form issues
-
- Sep 12, 2023
-
-
Fredrik Jonsson authored
-
- Sep 08, 2023
-
-
Fredrik Jonsson authored
Fixes #3560 Adds the settings: ``` # Should staff be able to export submissions. SUBMISSIONS_EXPORT_ACCESS_STAFF = env.bool('SUBMISSIONS_EXPORT_ACCESS_STAFF', True) # Should staff admins be able to export submissions. SUBMISSIONS_EXPORT_ACCESS_STAFF_ADMIN = env.bool('SUBMISSIONS_EXPORT_ACCESS_STAFF_ADMIN', True) ```
-
Fredrik Jonsson authored
Replaces PR: #3380
-
Saurabh Kumar authored
Easier way to check and fix formatting issues if don't want to go precommit hooks route
-
Saurabh Kumar authored
Add black and prettier check to lint
-
Saurabh Kumar authored
Fixes #3529
-
Saurabh Kumar authored
More updates to https://github.com/HyphaApp/hypha/commit/19d69d9a6f5c4607fe8d72bc8d19db5fd41786f5
-
- Sep 05, 2023
-
-
Saurabh Kumar authored
Use reference scale from tailwind to update the styles of different headers. Overall the fonts for headers were little too large and they are now little scaled down so they don't look blown up. Sensible formatting is applied to form elements, esp. help-text is made smaller. Adminbar component used on even more pages. PS: A lot of files are touched and also a lot of code cleanup can still be done. So for now the best way to test this would be to navigate through the pages pages and find any obvious issues.
-
- Sep 04, 2023
-
- Aug 31, 2023
-
-
Sandeep Chauhan authored
Fixes #3518
-
Saurabh Kumar authored
This pull request ensures that users are directed to the form submission page after successfully registering or resetting their password if registration is required before applying to a fund. Additionally, the forgot password email template is updated to be consistent with other email formats. The flow to set the password after clicking on the activation link remains unchanged.
-
Sandeep Chauhan authored
Fixes #3517
-
Fredrik Jonsson authored
Without this you get an error "'AnonymousUser' object has no attribute 'is_apply_staff'"
-
Sandeep Chauhan authored
Fixes #3512
-
Sandeep Chauhan authored
Fixes #3505 Add description here.
-
Sandeep Chauhan authored
Fixes #3499 Just showing the file names, couldn't add the date and user because we don't know if those files were uploaded by the applicant at the time of submit or if staff edited the submission and uploaded files later.
-
Sandeep Chauhan authored
Possible Fix of #3442 On submission deletion, all other activities, determination, and other things are getting removed but as this `NEW SUBMISSION` event is not directly connected to submission so not getting removed. It is creating issues at the time of user deletion even after submission deletion. I was also thinking to show the model name, and object name in error itself but user deletion only seems to be dependent on `Activities` and `Events`(user can also be deleted only by removing Activities and events not submissions related to them), and even if we show staff the event or activities ids I don't think staff can easily delete those anyhow via UI. I think we need to decide a better way to delete a user, maybe issue #3441 help us?
-
Saurabh Kumar authored
- Enable status dropdown - Fix action s/GET/POST - Add transition logic
-
- Aug 28, 2023
-
-
dependabot[bot] authored
Bumps [reportlab](http://www.reportlab.com/) from 3.6.12 to 3.6.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/HyphaApp/hypha/network/alerts ). </details> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Fredrik Jonsson authored
Add word-break: break-word to revision diff table to make long links etc. fit on small screens (#3542) Fixes #3497
-
- Aug 22, 2023
-
-
Saurabh Kumar authored
Right now the 3rd column is empty for user and looks odd. This PRs helps look it nicer.
-
- Aug 21, 2023
-
-
Sandeep Chauhan authored
Fixes #3507
-
- Aug 11, 2023
-
-
Fredrik Jonsson authored
-
Sandeep Chauhan authored
Fixes #3508
-
Sandeep Chauhan authored
Used ORG_SHORT_NAME instead of hardcoded org short name in next steps.
-
Sandeep Chauhan authored
Fixes #3494
-
Saurabh Kumar authored
-
Saurabh Kumar authored
- Add black, djhtml, prettier - Add precommit This PR add configurations for black, djhtml and prettier. - black is used for formatting python files - djhtml for formatting html files. Use `{# fmt: off #}` and `{# fmt: on #}` where needed. - prettier for formatting of sass,css,yml and js files Note: prettier picks up some of it's config from `.editorconfig`, so it's updated appropriately Formating of mardown files, minified or vendored js files are ignored. Formatting used off-the-self rules for better consistency with the community as large. The formatting is not applied to all the files as it will introduce a lot of merge conflict with current PRs, instead `pre-commit` config is provide which can be installed by `precommit install` locally. It will format only the modified files in the PR/commits. Once majority of the current active PRs are either rebased & formatted using precommit or merged, we can run the `make fmt` on the full repo and activate additional prettier and black checks in our lint rules. The modified sass files fixes the eslint error that would came up if we were to apply the prettier formatter on them. Fixes #3500
-
- Aug 04, 2023
-
-
Fredrik Jonsson authored
-
- Aug 03, 2023
-
-
Fredrik Jonsson authored
-
- Aug 01, 2023
-
-
Frank Duncan authored
Fixes #3290 Adds an organization name column to the submission table. To effect that change, a new unique block needed to be added. I did test that the column will not show up when added to `SUBSMISSION_TABLE_EXCLUDED_FIELDS` --------- Co-authored-by:
Ghulam Murtaza <gmurtaza@opentechstrategies.com> Co-authored-by:
Frank Duncan <frank@kank.net> Co-authored-by:
Fredrik Jonsson <frjo@xdeb.org>
-
Saurabh Kumar authored
Remove public nav from login/register page and submission form (first step in removing public all together) (#3432) - Remove primary nav and convert auth pages to apply template - Move SystemSettings as generic singleton setting - remove link to fund detail page from listing - ~Remove mailchimp~ reverted - ~Remove Google Translate widget~ reverted
-
Sandeep Chauhan authored
Fixes #3480
-