- Oct 18, 2019
-
-
Fredrik Jonsson authored
-
- Oct 11, 2019
-
-
Todd Dembrey authored
* Ensure the applicant dashboard loads when they have projects * Limit applicant visibility for entities on project page * Track the progress of a project for the applicant's viewpoint * Improve messaging to applicant around contracts * Ensure the payment request works for the applicant * Fixup the tests for the applicant changes
-
Fredrik Jonsson authored
-
- Oct 10, 2019
-
-
Fredrik Jonsson authored
-
Fredrik Jonsson authored
-
- Oct 09, 2019
-
-
Todd Dembrey authored
-
Parbhat Puri authored
Do not run submission custom code in update forms save method to avoid unwanted side effects like long file names
-
Todd Dembrey authored
-
- Oct 08, 2019
-
-
Fredrik Jonsson authored
-
Fredrik Jonsson authored
-
Fredrik Jonsson authored
-
- Oct 04, 2019
-
-
Fredrik Jonsson authored
-
Parbhat Puri authored
-
Fredrik Jonsson authored
-
- Oct 03, 2019
-
-
Todd Dembrey authored
* Update the payment request tables to simplify for type of user * Improve copy on modal forms and hide create project if not possible * Improve wording to project around uploading contract * Vary the name of the document select form so that it doesn't clash * Make sure get_object returns the underlying instance not the form instance * Improve the visuals on the project page when payment requests active * Defer loading of category object until we reference it * improved performance when iterating over many submissions which never look up category * Convert to using a lazy paginator in order to avoid expensive counts * Table querysets are complex and doing count on this is very expensive and this can reduce /all page load times by ~50%
-
- Oct 02, 2019
-
-
Chris Lawton authored
-
George Hickman authored
* Add Projects to Approve table to dashboard * Fixup the tables used to be consistent Ref #1377
-
- Oct 01, 2019
-
-
George Hickman authored
* Add Staff dashboard stats blocks Ref #1341
-
George Hickman authored
* Add Project overview page
-
Todd Dembrey authored
-
Todd Dembrey authored
-
- Sep 30, 2019
-
-
Fredrik Jonsson authored
-
- Sep 20, 2019
-
-
Fredrik Jonsson authored
-
- Sep 19, 2019
-
-
Parbhat Puri authored
-
Parbhat Puri authored
-
- Sep 18, 2019
-
-
Fredrik Jonsson authored
-
- Sep 17, 2019
-
-
Fredrik Jonsson authored
-
Fredrik Jonsson authored
-
Chris Lawton authored
-
- Sep 16, 2019
-
-
Fredrik Jonsson authored
Set COOKIE_SECURE to true in env var to set session and CSRF cookies to secure, only passed over https. Also added CSRF_COOKIE_SAMESITE example to local.py.example
-
Fredrik Jonsson authored
Side by side diff with plain text but addning in line breaks with regexp. A hack but it might make the text easier to read.
-
Fredrik Jonsson authored
-
- Sep 13, 2019
-
-
Chris Lawton authored
* add styles for checkboxes used to remove items * Make sure that we can add and remove receipts from the PRs
-
Todd Dembrey authored
* Fix the approve contract and approve forms * make sure we can share error messages with the user
-
George Hickman authored
* Add PaymentRequest list view
-
Fredrik Jonsson authored
-
- Sep 12, 2019
-
-
Fredrik Jonsson authored
-
Chris Lawton authored
* add card component and styles for payment request detail page * move edit submission link onto the same line as view submission * line card up with sidebar when there is one * add spacing around contract approval button * add styles for simplified project page and tweak payment request detail as a result
-
George Hickman authored
* Add Project list page * Set action URL for submissions table search and filtering * Add search and filtering to Project summary table * Make table search placeholder configurable * Enable search filtering for Project list page
-
Parbhat Puri authored
-