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
sage
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
Sage Abdullah
c02c9116a8
Format code with Stylelint
2022-08-18 12:51:17 +01:00
Sage Abdullah
dfa2c511b1
Format code with Prettier
2022-08-18 12:51:17 +01:00
Sage Abdullah
41918f6a2c
Add ESLint, Prettier, and Stylelint config files
2022-08-18 12:51:17 +01:00
Sage Abdullah
abde110d62
Add package.json for front-end linters
2022-08-18 12:51:17 +01:00
Sage Abdullah
707ac77ba1
Format code with djhtml
2022-08-18 12:51:17 +01:00
Sage Abdullah
a16fcf7557
Fix missing closing </li> tag
2022-08-18 12:51:17 +01:00
Sage Abdullah
6732b71983
Format code with isort
2022-08-18 12:51:17 +01:00
Sage Abdullah
40696f941c
Format code with black
2022-08-18 12:51:17 +01:00
Sage Abdullah
b45934ce83
Update and add linting config to better match Wagtail
2022-08-18 12:51:17 +01:00
Sage Abdullah
7cf07d4072
Add requirements for development
2022-08-18 12:51:17 +01:00
LB (Ben Johnston)
cabba04d97
add styleguide to bakerydemo ( #346 )
...
Co-authored-by: LB Johnston <lb.johnston@virginaustralia.com>
2022-07-25 08:01:18 -04:00
Thibaud Colas
8bea494a43
Add a demo of ModelAdmin InspectView on most complex model ( #345 )
2022-07-11 13:15:18 +02:00