Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed from pyblackbird_cc to alphabetlearning - everywhere | Matthew Lemon | 2024-10-15 | 1 | -431/+0 |
| | |||||
* | wip: implementing CSS classes for category colours on detail page | Matthew Lemon | 2024-10-09 | 1 | -0/+1 |
| | |||||
* | wip: redesigning the detail page | Matthew Lemon | 2024-10-07 | 1 | -0/+1 |
| | |||||
* | Cleaning up with ruff, typechecking, etc. | Matthew Lemon | 2024-09-11 | 1 | -2/+3 |
| | | | | | I am enabling lots of capability in neovim which is resulting in all this. Don't be scared. | ||||
* | Removed extraneous function | Matthew Lemon | 2024-09-10 | 1 | -10/+0 |
| | | | | | - _write_pdf_to_tempdir(), don't know why i put this in in the first place | ||||
* | Removes extranneous e | Matthew Lemon | 2024-09-10 | 1 | -1/+1 |
| | |||||
* | Removes exception object from logging statement | Matthew Lemon | 2024-09-10 | 1 | -1/+1 |
| | |||||
* | wip: implementing checkout | Matthew Lemon | 2024-09-08 | 1 | -20/+26 |
| | | | | - also some formatting changes | ||||
* | Fix for tabbed filter in resource list page | Matthew Lemon | 2024-09-03 | 1 | -6/+7 |
| | | | | Previously the link selected on the tabbed filter navbar in resources list would filter the featured resources too. This fixes that. | ||||
* | Another docstring only | Matthew Lemon | 2024-09-03 | 1 | -0/+14 |
| | |||||
* | Adds a docstring to a view function | Matthew Lemon | 2024-09-03 | 1 | -0/+14 |
| | |||||
* | wip: implementing the tabbed filter for standard resources | Matthew Lemon | 2024-09-01 | 1 | -2/+16 |
| | | | | - it is filtering Featured resources too and it shouldn't. Fix. | ||||
* | Added pagination to the resource list page | Matthew Lemon | 2024-09-01 | 1 | -1/+5 |
| | |||||
* | The Cancel button is now managed by crispy forms. | Matthew Lemon | 2024-08-08 | 1 | -2/+2 |
| | |||||
* | wip: adding delete and replace buttons for PDFs | Matthew Lemon | 2024-08-05 | 1 | -1/+1 |
| | |||||
* | Add feature to add PDFs to resources | Matthew Lemon | 2024-08-03 | 1 | -2/+48 |
| | | | | Implemented the ability to upload and manage PDFs for resources. Added the necessary form, view, and templates to support this functionality. Updated routes and UI elements to integrate the new feature seamlessly. | ||||
* | Removes blackism.... | Matthew Lemon | 2024-08-03 | 1 | -3/+1 |
| | |||||
* | Add S3 utility module and refactor S3 functions into it | Matthew Lemon | 2024-08-03 | 1 | -112/+2 |
| | | | | Created a new `s3.py` utility module for handling S3 interactions including file uploads and generating presigned URLs. Refactored views to utilize these new utility functions and moved the PDF collection type function to a new `utils.py` module to improve code organization and readability. | ||||
* | Adds ability to update the thumbnail/feature images | Matthew Lemon | 2024-08-03 | 1 | -0/+30 |
| | |||||
* | wip: adding the update thumbnails form | Matthew Lemon | 2024-08-03 | 1 | -4/+15 |
| | |||||
* | Refactor PDF collection type conditions for readability. | Matthew Lemon | 2024-08-01 | 1 | -5/+5 |
| | | | | Simplify conditional checks for PDF collection types by removing unnecessary line continuations. Also, fix param format in hx_download_button docstring and adjust string formatting for error messages. | ||||
* | Fix: bug where thumbnail image filenames were not being saved on the ↵ | Matthew Lemon | 2024-08-01 | 1 | -0/+1 |
| | | | | resource object. | ||||
* | Renamed additional_resource_categories to subcategories in ResourceInfo object. | Matthew Lemon | 2024-08-01 | 1 | -2/+2 |
| | |||||
* | Releasing the exception working to the error message. | Matthew Lemon | 2024-08-01 | 1 | -2/+2 |
| | |||||
* | Fix bug where new subcategories were being created on selection | Matthew Lemon | 2024-08-01 | 1 | -7/+8 |
| | |||||
* | wip: Adds a new model for additional categories | Matthew Lemon | 2024-07-29 | 1 | -4/+6 |
| | | | | | | | | - Adds new ResourceSubcategory - Uses this for choices= in the Resource form (create) - Adds this new model to the admin Doesn't validate in the edit form yet, | ||||
* | Added border and badge colour based on category | Matthew Lemon | 2024-07-28 | 1 | -0/+2 |
| | | | | - You have to define them on the ResourceCategory model in the database | ||||
* | Adds ability to add colour class to main category | Matthew Lemon | 2024-07-11 | 1 | -0/+2 |
| | | | | | - Creates a new line in the database - Uses this in the template instead of the default bootstrap class | ||||
* | Fix erroneous return statement | Matthew Lemon | 2024-06-22 | 1 | -3/+1 |
| | |||||
* | Fixes bug where multiple PDFs not snappshotted | Matthew Lemon | 2024-06-22 | 1 | -7/+24 |
| | | | | | Includes test of new function which determines the length and composition of the snappshotted pages. | ||||
* | Removes extraneous code create_resource_objects | Matthew Lemon | 2024-05-26 | 1 | -20/+0 |
| | |||||
* | Correctly handles the unique constraint on feature_slot | Matthew Lemon | 2024-05-26 | 1 | -34/+42 |
| | |||||
* | Better presentation of the feature resources | Matthew Lemon | 2024-05-26 | 1 | -1/+4 |
| | |||||
* | Removes breakpoint | Matthew Lemon | 2024-05-26 | 1 | -1/+0 |
| | |||||
* | Basic feature slot presentation in index page | Matthew Lemon | 2024-05-26 | 1 | -1/+9 |
| | |||||
* | wip: starting to test the featured resource view | Matthew Lemon | 2024-05-22 | 1 | -0/+5 |
| | |||||
* | wip: replacing os.path.basename with Path | Matthew Lemon | 2024-05-16 | 1 | -3/+5 |
| | |||||
* | Cleans up a few LSP errors | Matthew Lemon | 2024-05-16 | 1 | -11/+11 |
| | |||||
* | Basic form to update Resource metadata | Matthew Lemon | 2024-05-15 | 1 | -0/+23 |
| | |||||
* | Added cards to resource list page | Matthew Lemon | 2024-05-14 | 1 | -0/+4 |
| | |||||
* | Further tidying | Matthew Lemon | 2024-05-14 | 1 | -5/+3 |
| | |||||
* | Can now upload to Spaces | Matthew Lemon | 2024-05-14 | 1 | -1/+357 |
| | |||||
* | After first pre-commit processing | Matthew Lemon | 2024-05-13 | 1 | -0/+1 |