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
Matt Westcott
f64e90a71e
Update form submission data in fixture to be valid for JSONField
...
Fixes #343
2022-07-07 12:05:40 +01:00
Matt Westcott
d17c0dec80
Change BASE_URL to WAGTAILADMIN_BASE_URL to silence Wagtail 3.0.1 warning
2022-06-20 11:27:33 +01:00
Matt Westcott
75d9a3f568
Upgrade base image to wagtail/buster64
...
This provides Python 3.8. Fixes #328
2022-06-20 11:20:52 +01:00
Matt Westcott
3f009a94df
Migrate streamfields to JsonField
2022-06-20 11:18:38 +01:00
Matt Westcott
4bcadc96d1
Add migrations from Django and taggit upgrades
2022-06-20 11:18:38 +01:00
Matt Westcott
e702c18101
Replace deprecated panel types with FieldPanel
2022-06-20 11:18:38 +01:00
Coen van der Kamp
32d8809877
Upgrade to Wagtail 3
2022-06-15 11:58:53 +02:00
Matt Westcott
4983dd0142
Restore glyphicons font files referenced by bootstrap.min.css ( #340 )
...
Fixes #338
2022-06-15 11:36:55 +02:00
Thibaud Colas
5b15666cef
Revert settings change done by mistake in 75eab056f0
2022-05-30 09:27:23 +01:00
James Hancock
75eab056f0
Restyle CSS Across Site ( #333 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-05-28 00:03:50 +01:00
Thibaud Colas
64a1021b57
Add basic simple_translation setup to bakerydemo ( #330 )
...
Co-authored-by: Dan Braghis <dan@zerolab.org>
2022-04-11 16:58:16 +01:00
Kalob Taulien
1e250aea95
Add diversity to pre-loaded People snippets.
2022-04-11 08:53:52 -06:00
vossisboss
1662eb5eaa
Remove elasticsearch ( #326 )
...
* Commented out Elasticsearch for testing.
* Removed elastisearch from dependencies & docker compose.
2022-03-30 14:48:41 +01:00
Coen van der Kamp
9edeb75739
Fix and update Gitpod ( #327 )
...
* Preserve pip modules
* Pipe commands
* Add gitpod to trusted origins
* Use VSCode python extension
2022-03-28 13:27:38 +02:00
Pomax
4fb21cd9f8
Update docker to current/supported tool versions ( #323 )
...
* Update docker to current/supported tool versions
* Update Dockerfile
* dep updates
2022-03-04 12:13:31 +00:00
Fabien Le Frapper
e17ecb9473
Fix release phase
2022-02-08 19:04:05 +00:00
Fabien Le Frapper
40e9b2154c
Bump python version
2022-02-08 19:03:33 +00:00
Jake Howard
dc0534bbe9
Remove stray breadsindexpage
...
This model was created accidentally, and leads to a messy page tree
2022-02-08 08:54:57 +00:00
Jake Howard
e8d3e5077d
Fix initial page tree
...
This was previously creating a single `Page`, with multiple "specific" pages pointing to it.
2022-02-08 08:54:57 +00:00
Vihaan Thora
d3c1787922
Rename 0006_auto_20211226_0622.py to 0006_char_field_remove_null.py
2022-02-07 18:55:12 +00:00
vihaanthora
d2dea8d4ce
Update models.py
2022-02-07 18:55:12 +00:00
Matt Westcott
e94bfbbc99
Upgrade to Wagtail 2.16, Django 4.0
2022-02-07 18:25:04 +00:00
Storm Heg
7b7d289176
Merge pull request #314 from lb-/chore/format-readme
...
format (prettier) readme & fix backtick usage
2022-01-22 19:19:15 +01:00
Dan Braghis
9394d3a779
Merge pull request #313 from lb-/chore/update-wagtail-url-to-org
...
update all wagtail.io to wagtail.org
2022-01-19 15:59:59 +01:00
Storm Heg
0df979ec70
Merge pull request #315 from lb-/chore/update-external-urls
...
update external urls (https) & new links
2022-01-19 15:57:58 +01:00
LB Johnston
089d4eae59
update external urls (https) & new links
...
- fix some links that now redirect to a new location
- ensure all external links are https (not http)
2022-01-15 20:18:47 +10:00
LB Johnston
c362a59eb1
format (prettier) readme & fix backtick usage
2022-01-15 20:16:34 +10:00
LB Johnston
3590125dc0
update all wagtail.io to wagtail.org
...
- also ensure that we link to stable not latest when using docs links consistently
2022-01-15 20:14:53 +10:00
Amondale
1de2881d6e
Update models.py
2021-10-14 18:39:15 +10:00
LB Johnston
ccafa1c6ac
Update all Wagtail docs links
...
- use https instead of http as that is now the default
- update any fixed versions to the latest
2021-09-09 22:00:39 +01:00
LB Johnston
e754783875
Update all Django docs references to the latest (3.2) version
2021-09-09 21:59:05 +01:00
LB (Ben Johnston)
4e2247772c
Merge pull request #294 from gasman/admin/django-3.2
...
Upgrade to Django 3.2
2021-09-10 06:39:41 +10:00
Matt Westcott
d3e8caedd7
Add BSD licence
2021-08-09 11:14:33 +01:00
Matt Westcott
f8367ad51c
upgrade to Wagtail 2.14 and Django 3.2
2021-08-02 14:28:33 +01:00
Matt Westcott
659cce75a5
Add django-debug-toolbar
...
Add django-debug-toolbar, disabled by default (because not everyone will want it and it's a performance hit). It frequently comes in useful during Wagtail core dev, but having to make local changes to bakerydemo means that we perhaps don't use it as much as we should...
2021-07-21 15:07:17 +01:00
Matt Westcott
6f7406b4a5
Update urlconf to use django-2-style paths
2021-07-20 12:15:24 +01:00
Matt Westcott
b22e14e4aa
Upgrade to Django 3.2
...
Set DEFAULT_AUTO_FIELD to prevent deprecation warnings (Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField')
2021-07-16 19:48:38 +01:00
Matt Westcott
7803f451d2
Fix dependency for wagtail 2.13.x
2021-05-23 17:35:12 +01:00
Kalob Taulien
ba3b54d7d8
Use Wagtail 2.13 for bakery demo and GitPod.
2021-05-23 17:32:28 +01:00