Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-24 | Tests validation of resource create form | Matthew Lemon | 3 | -8/+39 | |
In particular related to the new feature_slot field. Ensures that the feature_slot integer must be unique when attempts to save to the database and that the value given in the form is between 1 and 3. | |||||
2024-05-22 | Fixed the failing form test | Matthew Lemon | 1 | -38/+23 | |
We now pass a MultiValueDict object to which allows self.files.getlist() to work properly inside clean_pdf_files() | |||||
2024-05-22 | Resource now has a feature slot field | Matthew Lemon | 6 | -6/+80 | |
2024-05-22 | Adds a new page template to manipulate feature resources - but we may not ↵ | Matthew Lemon | 1 | -2/+14 | |
need this | |||||
2024-05-22 | wip: starting to test the featured resource view | Matthew Lemon | 5 | -0/+28 | |
2024-05-20 | wip: | Matthew Lemon | 3 | -2/+26 | |
- Passing test for raw ORM handling to find snapshot files from an object - Quietens down pytest output | |||||
2024-05-19 | Removes unnwanted tests.py file | Matthew Lemon | 1 | -1/+0 | |
2024-05-16 | wip: improving the test setup - again | Matthew Lemon | 1 | -1/+5 | |
2024-05-16 | wip: improving the test setup | Matthew Lemon | 2 | -24/+19 | |
2024-05-16 | wip: working on setting up the tests | Matthew Lemon | 2 | -4/+43 | |
2024-05-16 | wip: starting to test feature resource functionality with factories | Matthew Lemon | 6 | -4/+69 | |
2024-05-16 | wip: replacing os.path.basename with Path | Matthew Lemon | 1 | -3/+5 | |
2024-05-16 | wip: markdown implemented for description field but working on help_text | Matthew Lemon | 7 | -6/+59 | |
2024-05-16 | Moving to pytest syntax for tests | Matthew Lemon | 1 | -13/+13 | |
2024-05-16 | Cleans up a few LSP errors | Matthew Lemon | 1 | -11/+11 | |
2024-05-15 | Fix additional resource field in update form | Matthew Lemon | 2 | -1/+25 | |
2024-05-15 | Migrates tests over from old project | Matthew Lemon | 8 | -0/+434 | |
2024-05-15 | Fixing the title tags | Matthew Lemon | 3 | -3/+3 | |
2024-05-15 | Tinkering with CSS | Matthew Lemon | 1 | -10/+10 | |
2024-05-15 | Adds an admin bar to resources page and moves some stuff to home | Matthew Lemon | 4 | -102/+118 | |
2024-05-15 | Update wrap around is_staff condition for edit buttons | Matthew Lemon | 1 | -1/+1 | |
2024-05-15 | Basic form to update Resource metadata | Matthew Lemon | 6 | -27/+109 | |
2024-05-15 | Fix the badges on the resource list. | Matthew Lemon | 3 | -2/+24 | |
2024-05-15 | Tidying up the create form - using custom css | Matthew Lemon | 6 | -17/+38 | |
2024-05-15 | Change subscribe header to primary | Matthew Lemon | 3 | -10/+3962 | |
2024-05-15 | Fixes file paths for custom css. | Matthew Lemon | 2 | -12/+10 | |
2024-05-15 | Adds my custom.scss file and new boostrap compiled files | Matthew Lemon | 48 | -20084/+21552 | |
2024-05-15 | Adds placeholder and more styling to list page | Matthew Lemon | 2 | -40/+91 | |
2024-05-14 | Further tinkering | Matthew Lemon | 2 | -2/+4 | |
2024-05-14 | Added cards to resource list page | Matthew Lemon | 2 | -62/+47 | |
2024-05-14 | wip: fixing list page | Matthew Lemon | 2 | -48/+75 | |
2024-05-14 | Further tidying | Matthew Lemon | 3 | -6/+19 | |
2024-05-14 | Further tidying | Matthew Lemon | 3 | -23/+27 | |
2024-05-14 | Adds bootstrap, rids us of the CDN and better styling on detail page | Matthew Lemon | 47 | -75/+59680 | |
2024-05-14 | Trying to improve the CSS of the detail page | Matthew Lemon | 2 | -39/+54 | |
2024-05-14 | Adds crispy forms helper | Matthew Lemon | 3 | -36/+72 | |
2024-05-14 | Can now upload to Spaces | Matthew Lemon | 13 | -36/+954 | |
2024-05-13 | Fudged in the header in base and the wasp! | Matthew Lemon | 3 | -73/+71 | |