Wykres commitów

619 Commity (acc119f39bd0591c4334361cbb43445c5257fe92)

Autor SHA1 Wiadomość Data
Jake Howard acc119f39b Add collected static files to ignores 2023-02-16 10:13:49 +00:00
Thibaud Colas 086170fb89 Manually change StreamField block identifiers for uniqueness 2023-02-14 12:09:25 +00:00
Matt Westcott ad41681491
Clarify that you need to wait 10 seconds after the docker command completes 2023-02-13 20:48:01 +00:00
Matt Westcott f9d5a8ab42 Switch to wagtail-font-awesome-svg
The only remaining uses of font-based icons in the admin backend appear to be the sidebar menu items - switch those to wagtail-font-awesome-svg. For the front-end (where wagtailfontawesome was being used for the footer icons), import the font-awesome 4.7 CSS directly from cdnjs (as this is the version wagtailfontawesome was using).
2023-02-07 17:44:17 +10:00
Matt Westcott e02fbce696 Update Python requirements in readme 2023-02-07 17:43:34 +10:00
4the4ryushin 7367fedc0c fix small typo 2023-02-06 10:10:00 +00:00
Matt Westcott 4f76276c95 Update imports that reference wagtail.core
wagtail.core has been deprecated since 3.0, outputs warnings as of 4.2, and is due for removal in 5.0.
2023-01-27 16:34:34 +00:00
Thibaud Colas f3776c5bbb Add Wikibooks link in README 2023-01-10 11:08:51 +00:00
Thibaud Colas 5951953628 Add demo content for RecipePage 2023-01-10 11:08:51 +00:00
Thibaud Colas f3754842d6 Convert demo StreamField pages to RecipePage data model 2023-01-10 11:08:51 +00:00
Thibaud Colas 8bbf239cf6 Fix incorrect comment 2023-01-10 11:08:51 +00:00
Thibaud Colas f2098d9731 Fix typo 2023-01-10 11:08:51 +00:00
Thibaud Colas e68376f342 Rename 2023-01-10 11:08:51 +00:00
Coen van der Kamp 18d160c47b Add a special page to demo various panels with streamfields 2023-01-10 11:08:51 +00:00
Matt Westcott 25c9fb17e5
Add missing end slash when generating tag URLs (#382) 2023-01-09 23:46:35 +00:00
Matt Westcott 274bba1279 Add instructions to wait for `docker compose up` to complete 2023-01-05 14:44:31 +00:00
Sanyam-Garg 6d64a92c77
update docker compose command (#350)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-12-27 14:44:26 +00:00
Tibor Leupold c7520702b6
Don't restart containers if stopped (#376) 2022-12-27 14:40:01 +00:00
Thibaud Colas 3a85805964 Use a different section heading and item label in InlinePanel 2022-11-30 11:30:12 +00:00
Thibaud Colas 9bf38d9e35 Stop using now-unneeded col6 classes for panels 2022-11-30 11:30:12 +00:00
Thibaud Colas 4b407634d2 Stop using now-unneeded collapsible class for panels 2022-11-30 11:30:12 +00:00
Thibaud Colas 8982499c4c Replace FontAwesome usage with built-in icons for StreamField blocks 2022-11-30 11:28:13 +00:00
nick.moreton a320fb16a9 Lint base.html 2022-11-28 11:50:34 +00:00
Nick Moreton ec0715d857 Support for the classname="full" has been removed 2022-11-28 11:50:34 +00:00
Nick Moreton 13c5993f82 Enable opening links within the live preview panel 2022-11-28 11:50:34 +00:00
Thibaud Colas 4e0bf6e73a Add wagtailcore.modellogentry to ignored content in fixtures 2022-11-25 17:26:46 +00:00
Thibaud Colas c3185e5974 Add two new embed blocks within bakerydemo site 2022-11-25 17:26:46 +00:00
Thibaud Colas 8d68d70260 Update bakerydemo fixture with Wagtail data changes from 2019 to v4.1.1 2022-11-25 17:26:46 +00:00
Coen van der Kamp 77d55ac019 Fix spelling 'set up' 2022-11-04 10:10:54 +00:00
Matt Westcott 023d27386b Call rebuild_references_index on initial load
Bump Wagtail version to 4.1 (and Django to 4.1) and add a call to rebuild_references_index as part of the load_initial_data management command, so that the "Used X times" reference counts for images and snippets are accurate.
2022-11-01 13:58:06 +00:00
Sage Abdullah 7815be8ae0 Apply DraftStateMixin and RevisionMixin to BreadIngredient model 2022-10-20 15:00:43 +01:00
Sage Abdullah 83388aa18e Apply PreviewableMixin with multiple preview modes to Person model 2022-10-20 15:00:43 +01:00
Sage Abdullah 7aa02ef310 Enable scheduled publishing feature for Person snippet 2022-10-20 15:00:43 +01:00
Sage Abdullah f381355cfe Apply DraftStateMixin and RevisionMixin to Person model 2022-10-20 15:00:43 +01:00
Sage Abdullah 8888011b66 Apply PreviewableMixin with single preview mode to FooterText model 2022-10-20 15:00:43 +01:00
Sage Abdullah ae3f2f2396 Enable scheduled publishing feature for FooterText snippet 2022-10-20 15:00:43 +01:00
Sage Abdullah f27ed416ea Apply DraftStateMixin and RevisionMixin to FooterText model 2022-10-20 15:00:43 +01:00
Sage Abdullah 423fe9195f Apply RevisionMixin to BreadType model 2022-10-20 15:00:43 +01:00
Matt Westcott 172cdd9e5f
Rename People model to Person (#342) 2022-10-20 09:37:18 +01:00
sag᠎e 8c38696092
Add styles for `EmbedBlock` (#362) 2022-10-19 14:48:32 +01:00
Matt Westcott 9ea4261ae5 Fix help text for EmbedBlock
The URL suggested in the help text for EmbedBlock is incorrect - users should specify the Youtube page URL (`/watch`) to have it translated to an embed snippet via oembed. Passing an `/embed/` URL fails, as the oembed endpoint doesn't recognise these.
2022-09-13 14:18:13 +01:00
Matt Westcott b4666d8f5c Upgrade to Wagtail 4 2022-08-31 16:08:04 +01:00
Matt Westcott 3111176c80 Set max_length on homepage promo text 2022-08-30 13:05:27 +01:00
Matt Westcott 0824f804cc lint create_random_data.py 2022-08-25 17:28:06 +01:00
Jake Howard ce1df734b8 Add a util script to create large amounts of random data 2022-08-25 17:20:56 +01:00
Sage Abdullah 32f5e55ef5 Add # noqa to print statements 2022-08-19 11:44:27 +01:00
Sage Abdullah 83eeca85d4 Bump flake8-print to 5.0.0 and add to pre-commit config 2022-08-19 11:44:27 +01:00
Sage Abdullah a28bd2d8d7 Add .git-blame-ignore-revs for reformatting commits 2022-08-19 11:44:27 +01:00
Sage Abdullah c3a17fb0e8 Add GitHub Actions workflow configuration 2022-08-18 12:51:17 +01:00
Sage Abdullah 591fab1bb7 Fix Stylelint issues 2022-08-18 12:51:17 +01:00