aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Better presentation of the feature resourcesMatthew Lemon2024-05-267-84/+174
|
* Markdown for the card descriptionMatthew Lemon2024-05-261-2/+3
|
* Removes breakpointMatthew Lemon2024-05-261-1/+0
|
* Basic feature slot presentation in index pageMatthew Lemon2024-05-266-55/+118
|
* wip: create form now as a feature fieldMatthew Lemon2024-05-262-2/+6
|
* Tests validation of resource create formMatthew Lemon2024-05-243-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.
* Fixed the failing form testMatthew Lemon2024-05-221-38/+23
| | | | | We now pass a MultiValueDict object to which allows self.files.getlist() to work properly inside clean_pdf_files()
* Resource now has a feature slot fieldMatthew Lemon2024-05-226-6/+80
|
* Adds a new page template to manipulate feature resources - but we may not ↵Matthew Lemon2024-05-221-2/+14
| | | | need this
* wip: starting to test the featured resource viewMatthew Lemon2024-05-225-0/+28
|
* wip:Matthew Lemon2024-05-204-3/+27
| | | | | | - Passing test for raw ORM handling to find snapshot files from an object - Quietens down pytest output
* Adds pdbpp to requirements for debuggingMatthew Lemon2024-05-191-0/+3
|
* Removes unnwanted tests.py fileMatthew Lemon2024-05-191-1/+0
|
* wip: improving the test setup - againMatthew Lemon2024-05-161-1/+5
|
* wip: improving the test setupMatthew Lemon2024-05-162-24/+19
|
* wip: working on setting up the testsMatthew Lemon2024-05-162-4/+43
|
* wip: starting to test feature resource functionality with factoriesMatthew Lemon2024-05-167-5/+70
|
* formatting onlyMatthew Lemon2024-05-161-1/+1
|
* wip: replacing os.path.basename with PathMatthew Lemon2024-05-161-3/+5
|
* -Adds markdown package to requirementsMatthew Lemon2024-05-161-0/+2
|
* wip: markdown implemented for description field but working on help_textMatthew Lemon2024-05-167-6/+59
|
* Moving to pytest syntax for testsMatthew Lemon2024-05-161-13/+13
|
* Small file with essential config for running on commandlineMatthew Lemon2024-05-161-0/+2
|
* Cleans up a few LSP errorsMatthew Lemon2024-05-161-11/+11
|
* Removes email validation for allauth for local devMatthew Lemon2024-05-151-1/+1
|
* Scaling down pre-commit to remove ruff formattingMatthew Lemon2024-05-151-1/+1
|
* Fix additional resource field in update formMatthew Lemon2024-05-152-1/+25
|
* Migrates tests over from old projectMatthew Lemon2024-05-158-0/+434
|
* Fixing the title tagsMatthew Lemon2024-05-153-3/+3
|
* Tinkering with CSSMatthew Lemon2024-05-151-10/+10
|
* Adds an admin bar to resources page and moves some stuff to homeMatthew Lemon2024-05-154-102/+118
|
* Update wrap around is_staff condition for edit buttonsMatthew Lemon2024-05-151-1/+1
|
* Basic form to update Resource metadataMatthew Lemon2024-05-156-27/+109
|
* Fix the badges on the resource list.Matthew Lemon2024-05-153-2/+24
|
* Tidying up the create form - using custom cssMatthew Lemon2024-05-156-17/+38
|
* Change subscribe header to primaryMatthew Lemon2024-05-153-10/+3962
|
* Fixes file paths for custom css.Matthew Lemon2024-05-152-12/+10
|
* Adds my custom.scss file and new boostrap compiled filesMatthew Lemon2024-05-1550-20085/+21560
|
* Adds placeholder and more styling to list pageMatthew Lemon2024-05-152-40/+91
|
* Switched off buggy aspect of debug toolbarMatthew Lemon2024-05-151-1/+1
| | | | https://github.com/cookiecutter/cookiecutter-django/issues/2902
* Further tinkeringMatthew Lemon2024-05-142-2/+4
|
* Added cards to resource list pageMatthew Lemon2024-05-142-62/+47
|
* wip: fixing list pageMatthew Lemon2024-05-142-48/+75
|
* Further tidyingMatthew Lemon2024-05-143-6/+19
|
* Further tidyingMatthew Lemon2024-05-143-23/+27
|
* Adds bootstrap, rids us of the CDN and better styling on detail pageMatthew Lemon2024-05-1448-75/+59681
|
* Trying to improve the CSS of the detail pageMatthew Lemon2024-05-142-39/+54
|
* Adds crispy forms helperMatthew Lemon2024-05-144-98/+137
|
* Can now upload to SpacesMatthew Lemon2024-05-1421-62/+1000
|
* Fudged in the header in base and the wasp!Matthew Lemon2024-05-133-73/+71
|