- Jan 10, 2025
-
-
Fredrik Jonsson authored
-
Saurabh Kumar authored
- Refactor workflow.py to break it down into smaller modules - Rename funds.workflow -> funds.workflows - Improvement to Documentation - Remove unused constant declation`DETERMINATION_PHASES`
-
Fredrik Jonsson authored
Co-authored-by:
Saurabh Kumar <theskumar@users.noreply.github.com>
-
Fredrik Jonsson authored
Fixes #4242
-
Fredrik Jonsson authored
- [x] Remove unused document-category.js. - [x] Replaced toggle-payment-block.js with alpine code. - [x] Load all *media.js|css that needs jQuery in block extra or directly in base.html. Move jQuery back to the bottom of the page. - [x] Merge application-form-links-new-window.js in to application-form.js. - [x] Load comment_form.media on submission and project detail templates directly. - [x] Remove outdated block extras and move block extra css just above block extra js in templates.
-
Wes Appler authored
Fixes #4327. Adds a little more context to an assigned comment and will give a sample of the comment, truncating it if it goes over 2 lines.
-
Saurabh Kumar authored
Fixes #4320
-
Saurabh Kumar authored
1. [Fix project section header button's layout](https://github.com/HyphaApp/hypha/commit/5b77ac08914f9d661759fac79c1d5cb3ffb00440) 2. [Update and fix the layout of supporting document display](https://github.com/HyphaApp/hypha/commit/d5d5cf9360504d8491d3c2dec59ee407374a9377) - add a bg to easily separate two document category - handle long filenames - add hover state to links / buttons Fixes https://github.com/HyphaApp/hypha/issues/4321 Co-authored-by:
Fredrik Jonsson <frjo@xdeb.org>
-
Wes Appler authored
Removes unused/unmaintained code that was pertaining to the previous React frontend along with the attempted Intacct API integrations. The only RESTful endpoint left is `/api/v1/rounds/open`, which \(when [utilizing an API key created in Django Admin](https://florimondmanca.github.io/djangorestframework-api-key/guide/#creating-and-managing-api-keys)\ ) will return a JSON output of all available rounds. Co-authored-by:
Fredrik Jonsson <frjo@xdeb.org>
-
- Jan 04, 2025
-
-
Sandeep Chauhan authored
Fixes #4289
-
- Jan 03, 2025
-
-
Fredrik Jonsson authored
-
Wes Appler authored
--> Fixes #4312. Small fixes to add mailto links in submission detail & wagtail admin user list. I think these are the only places it would make sense to have these URLs to but let me know if I missed anything!
-
Saurabh Kumar authored
Fixes #4131 - Rename to "switch user" - Can switch from the user menu - Switch to choices.js from Select2 - Update the hijacked view, shows an alert at the top
-
Sandeep Chauhan authored
Fixes #4288
-
- Jan 02, 2025
-
-
Saurabh Kumar authored
This is final step in the public site removal
-
Sandeep Chauhan authored
Fixes #4233
-
Fredrik Jonsson authored
-
Saurabh Kumar authored
Break down the views into more managable modules and move them all into the apply/funds/views/ folder and update the urls.py. No logical change is done. The views.py is getting too big
-
- Jan 01, 2025
-
-
Fredrik Jonsson authored
-
- Dec 31, 2024
-
-
Fredrik Jonsson authored
Fixes #4295 Keeping stylelint for sass files since biome doesn't support them, yet. The biome configuration is set up to induce minal changes to current codebase. With time we should move towards using biome "recommended" configuration as is.
-
Fredrik Jonsson authored
Implement RUNSERVERPLUS_SERVER_ADDRESS_PORT and add console logging for werkzeug/runserver_plus (#4309)
-
Saurabh Kumar authored
- One less scss rule, removes extra px to allow for better spacing in mobile view + html wrapping - Remove unused `wrapper--relative` - Remove unused `wrapper--media-boxes` - Remove unused `card--reviewers`
-
Fredrik Jonsson authored
-
- Dec 20, 2024
-
-
Sandeep Chauhan authored
Fixes #4275
-
Fredrik Jonsson authored
-
- Dec 18, 2024
-
-
Fredrik Jonsson authored
-
Fredrik Jonsson authored
Taken mostly from https://djangowaves.com/tips-tric…ks/gitignore-for-a-django-project/.
-
Fredrik Jonsson authored
Update referrer-policy to strict-origin-when-cross-origin, remove django-referrer-policy packages, built in to Django 3 and later (#4296)
-
- Dec 17, 2024
-
-
Wes Appler authored
Fixes #4204. Moves the SOW out into it's own form when editing. This also removes the `user_has_updated_details` attribute in favor of using a property for both the project form & SOW that checks the field_data on the respective form. This allows for tracking of the project form & SOW independently. Also a few small aesthetic changes bundled in, like margin additions & hiding of submission attachments sidebar when there's none. --------- Co-authored-by:
Fredrik Jonsson <frjo@xdeb.org>
-
- Dec 16, 2024
-
-
Fredrik Jonsson authored
Temporarily move jQuery back to being loaded in the head until we have fixed all scripts getting loaded mid page (#4286)
-
Fredrik Jonsson authored
-
Fredrik Jonsson authored
* Removed symbol-es6.min.js, not used and we do not support IE since a long time. * Removed url-search-params.js, all browsers support URLSearchParams nowadays. * Removed all-reviews-table.js, not used anywhere. * Removed mobile styling/js toggle of sidebar actions. They are responsive as they are. * Replace two-factor-focus.js with one line inline vanilla js. * Avoid double adding of file-uploads.js. * Avoid double adding of comment_form.media.*. * Only load daterangepicker js where it is used on submission/all. * Converted file-uploads.js to vanilla js. * Use gap on wrapper--sidebar class instead of padding on wrapper--sidebar--inner. * Fix bug that made status not show on projects on mobile.
-
Sandeep Chauhan authored
Fixes #4224 - [ ] Removed old submissions all table code - [ ] Removed old submission table batch actions - [ ] Use htmx for invoice batch status update action ## Test Steps - [ ] All batch actions are working fine for new table. - [ ] Invoice status batch update is working fine. --------- Co-authored-by:
Fredrik Jonsson <frjo@xdeb.org>
-
Fredrik Jonsson authored
They were used with the old way we handled comment editing.
-
Saurabh Kumar authored
Allow for better type hints when working with editors that support it. I'm using Zed with pywright linter. Recently, some type hints were added to the project. This help catch issues against the django default types and any custom types that are added to this codebase. This doesn't add any runtime overhead. This PR also these patch versions of these dependencies - Updated anyio v4.6.2.post1 -> v4.7.0 - Updated boto3 v1.35.76 -> v1.35.79 - Updated botocore v1.35.76 -> v1.35.79 - Updated coverage v7.6.8 -> v7.6.9 - Updated django-select2 v8.2.1 -> v8.2.3 - Updated httpx v0.28.0 -> v0.28.1 - Updated mkdocs-material v9.5.47 -> v9.5.48 - Updated numpy v2.1.3 -> v2.2.0 - Updated sentry-sdk v2.19.0 -> v2.19.2 - Updated sqlparse v0.5.2 -> v0.5.3 https://github.com/typeddjango/django-stubs
-
- Dec 13, 2024
-
-
Fredrik Jonsson authored
-
Fredrik Jonsson authored
Fixes #4265
-
Fredrik Jonsson authored
Fixes #4274
-
Fredrik Jonsson authored
Fixes #4270 --------- Co-authored-by:
Saurabh Kumar <theskumar@users.noreply.github.com>
-