Wykres commitów

803 Commity (main)

Autor SHA1 Wiadomość Data
Arne Tarara 6a16f1b7d3 Update Dockerfile to have Debian Trixie compatible packages
The underlying default base image for python:3.12-slim was updated and some debian packages have changed
2025-08-19 23:15:58 +01:00
Matthew Westcott 2df6d31592 Upgrade to Wagtail 7.1 2025-08-19 22:16:07 +01:00
Ben Morse 49039f39dd
And images with different file formats. Fix #457 (#506)
Co-authored-by: Ben Morse <ben.morse@torchbox.com>
2025-08-07 21:23:38 +01:00
Virag Jain 14eea8732a
Adding venv installation documentation (#508)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2025-08-07 19:14:07 +01:00
Thibaud Colas 7c19ba7f6a
Implement theming for BlockQuote via a nested StructBlock 2025-07-30 15:57:31 +07:00
Thibaud Colas 548c16336e Add support for previews to social media settings 2025-07-28 20:38:50 +02:00
Sage Abdullah 8315e325d0
Reformat code 2025-07-24 16:39:48 +01:00
Gaurav Bisht fad0a2ce57
Fix (450): Updated help text for featured section titles to reflect their p… (#523)
* Fix: Updated help text for featured section titles to reflect their purpose

* Add migration for homepage featured section help text changes

---------

Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2025-06-27 17:47:47 +01:00
Thibaud Colas 99e6906ebd Add support for location open/close preview 2025-06-20 10:38:15 +01:00
Sage Abdullah bcfa60d277 Use API to display location operating status 2025-06-20 10:38:15 +01:00
Sage Abdullah dbbe8b4fa8 Add custom get_api_representation for CaptionedImageBlock 2025-06-20 10:38:15 +01:00
Sage Abdullah 9afc038294 Expose Image.collection in the API 2025-06-20 10:38:15 +01:00
Sage Abdullah 329579604a Add api_fields to models 2025-06-20 10:38:15 +01:00
Sage Abdullah f0e91dffce Generate migrations
Missing after implementing block previews
2025-06-20 10:38:15 +01:00
ankit02327 847850b79e docs: add missing comma in 'categories, countries and ingredients' phrase in README 2025-05-16 10:10:25 +01:00
ankit02327 00f49b32da docs: fix spacing in admin/editorial phrase in README 2025-05-16 10:09:19 +01:00
Sage Abdullah b13619c417
Update tags list 2025-05-12 09:30:54 +01:00
Storm B. Heg 08f78641bf
Fix RemovedInWagtail80 deprecation warning
> RemovedInWagtail80Warning: `construct_wagtail_userbar` hook functions should accept a `page` argument in third position - bakerydemo.base.wagtail_hooks.replace_userbar_accessibility_item needs to be updated
2025-05-12 09:21:13 +01:00
Storm B. Heg 1e87fb35b9
Upgrade to Wagtail 7.0 2025-05-12 09:21:13 +01:00
Storm B. Heg 8fedfac873
Upgrade to Django 5.2 2025-04-25 14:06:43 +02:00
Sage Abdullah fade9b15f0
Bump psycopg to 3.2
To allow the use of Python 3.13
2025-03-18 15:16:40 +07:00
Thibaud Colas b3cc24899a Update the documented CSP options to be closer to a strict and viable policy 2025-03-01 11:57:09 +00:00
Thibaud Colas eec76abfe7 Add support for CSP_FRAME_SRC 2025-03-01 11:54:56 +00:00
Thibaud Colas b0b8e9bd09
Remove newline 2025-02-28 13:03:14 +00:00
Thibaud Colas 77f2fabec8
Add CSP_REPORT_URI to CSP settings 2025-02-28 09:48:49 +00:00
Sage Abdullah 83593b1930
Add nightly CI to trigger deployment 2025-02-26 10:30:07 +00:00
Sage Abdullah 1a3b98e068
Add nightly build config 2025-02-25 17:25:54 +00:00
Sage Abdullah 5b6edc89a8
Upgrade to Wagtail 6.4 2025-02-25 12:30:14 +00:00
Sage Abdullah 7795329f35
Bump django-basic-auth-ip-whitelist to 0.7 2025-02-25 12:23:22 +00:00
Thibaud Colas 2fd9ddc761
Add FormSubmissionsPanel to FormPage 2025-02-25 12:15:26 +00:00
Thibaud Colas 129278ae1b
Upgrade Django settings for Django 5.0 2025-02-25 12:15:22 +00:00
Thibaud Colas 5ccdfe1a3a
Update all documentation URLs to point to stable Django 2025-02-25 12:09:35 +00:00
Sage Abdullah 0f8ecc5fcf
Update boto3
Remove explicit botocore dependency, as boto3 already depends on it
2025-02-25 11:59:19 +00:00
Sage Abdullah b3f85a68d9
Use ManifestStaticFilesStorage as default static files storage 2025-02-25 11:53:37 +00:00
Jake Howard b4d9cf38cb
Use Django 4.2+ syntax for storage 2025-02-25 11:49:52 +00:00
Sage Abdullah f85f074adb Add image block to Hot Cross Buns page 2025-02-21 20:19:34 +00:00
Sage Abdullah 0ae363bec2 Use Wagtail's ImageBlock in RecipeStreamBlock 2025-02-21 20:19:34 +00:00
Chiemezuo 13ba13b137 Rename ImageBlock to CaptionedImageBlock
To avoid confusion with Wagtail's new built-in ImageBlock
2025-02-21 20:19:34 +00:00
Sage Abdullah 631b550513 Backfill image description field 2025-02-21 20:19:34 +00:00
Chiemezuo 3e881c20be Update fixtures 2025-02-21 20:19:34 +00:00
sag​e 3d6e7b6b2e
Add block previews (#521) 2025-02-21 16:18:58 +00:00
Sage Abdullah 5e261b5b5d
Fix LegacyKeyValueFormat warning in Dockerfile
https://docs.docker.com/reference/build-checks/legacy-key-value-format/
2025-01-30 13:40:40 +00:00
ankit02327 586fa5e67c Updated the old recommended installation approach for django with the latest link 2025-01-26 12:41:23 +00:00
Sage Abdullah 8220975685
Use lowercase for Person model's verbose_name and verbose_name_plural 2025-01-21 10:45:02 +00:00
Laurence Mercer 53f18bc76b Remove 'from __future__ import unicode_literals' statements (issue #518)
Fixes #518
2024-12-03 17:39:13 +10:00
Matt Westcott d026264521 More human-friendly WAGTAIL_SITE_NAME 2024-11-19 15:12:51 +00:00
Matt Westcott 30b6e93c9f Upgrade to Wagtail 6.3 2024-11-06 07:19:56 +10:00
LB 54d72e488b Update to Node 22 (active LTS)
- See https://nodejs.org/en/blog/release/v22.11.0
- See https://github.com/wagtail/wagtail/issues/12531
2024-11-04 15:04:18 +00:00
Albina Starykova 45061c82dd Replace X link with Mastodon 2024-10-26 10:39:46 +10:00
Sage Abdullah d72c386436 Add v5.2, v6.0, and v6.1 tags to README 2024-09-26 10:57:00 +01:00