Wykres commitów

65 Commity (main)

Autor SHA1 Wiadomość Data
Andrei Satsevich a171a4baa2 Fix abbreviations on weekday names
Fixes #298
2024-02-01 08:00:08 +10:00
Thibaud Colas 8bbf239cf6 Fix incorrect comment 2023-01-10 11:08:51 +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 8982499c4c Replace FontAwesome usage with built-in icons for StreamField blocks 2022-11-30 11:28:13 +00:00
Nick Moreton ec0715d857 Support for the classname="full" has been removed 2022-11-28 11:50:34 +00:00
Matt Westcott 172cdd9e5f
Rename People model to Person (#342) 2022-10-20 09:37:18 +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
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
Matt Westcott 3f009a94df Migrate streamfields to JsonField 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
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
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
Tobias McNulty 7ee23ded4c add flake8 and fix a few formatting bugs 2019-09-12 16:04:38 +01:00
Tobias McNulty cab9e25474 add missing migration and check for them via Travis in the future 2019-09-12 16:02:59 +01:00
David Ray de9cddd1fe Fixes #214 2018-07-23 18:32:51 +02:00
Matt Westcott 9729468676 Use new Wagtail 2.0 module paths 2018-03-01 12:10:25 +00:00
Matt Westcott 6bfecb456f Django 2.0 compatibility fixes 2018-01-17 16:50:23 +00:00
Scot Hacker a66a63bfc0 Merge pull request #122 from wagtail/120-improve-inline-comments
Improve inline comments
2017-03-30 08:28:29 -07:00
Scot Hacker 7c79832caf PEP-8 and template cleanup
- Resolves #88
2017-03-29 00:40:11 -07:00
Scot Hacker 593f20735a Add missing migrations 2017-03-28 17:57:22 -07:00
Edd Baldry a08ed3b9c3 Incorporate Tom comments. Change v1.9 to latest throughout 2017-03-28 10:18:14 +01:00
Edd Baldry 326d11b181 Merge master and resolve merge conflicts 2017-03-28 10:11:13 +01:00
Edd Baldry a257677a1a Inline comments for locations model 2017-03-28 08:16:20 +01:00
Edd Baldry e05a34dab4 Re-order admin panels to be intro, image then body on models 2017-03-27 12:18:27 +01:00
Scot Hacker 095a98d7e6 Remove BasePageFieldsMixin
- Return to explicit fields everywhere
2017-03-26 15:29:54 -07:00
Scot Hacker bb774cd119 Remove body from content_panels on LocationPage 2017-03-23 00:19:07 -07:00
Scot Hacker d6643c2bc9 Squash all migrations as if initial 2017-03-15 00:19:01 -07:00
Scot Hacker 4a666b44c9 Move Google Maps API key into settings
Resolves #101
2017-03-14 23:54:42 -07:00
Scot Hacker 2e1f70ab95 Move DAY_CHOICES out of class for re-usability 2017-03-14 23:48:11 -07:00
Scot Hacker 84b82f117d Fix default day choice in Locations 2017-03-08 00:08:31 -08:00
Scot Hacker 98cb4f1014 Remove duplicate DAY choices
- Also shorten choice keys to 4 chars since field limits to 4 chars
2017-03-08 00:07:26 -08:00
David Ray d520ca4075 Fixes #86; tweak choices definitions for Operating Hours 2017-03-06 05:08:49 -05:00
David Ray 2070b0a8aa Merge pull request #87 from wagtail/78_standardpage
Clean up relations between BasePageFieldsMixin, StandardPage
2017-03-06 04:58:33 -05:00
Scot Hacker efb2516bcf Don't show `body` content panel on index pages 2017-03-05 18:31:05 -08:00
Scot Hacker c4823a6fcb Move body field from most models and into BasePageFieldsMixin 2017-03-03 00:05:20 -08:00
Edd Baldry 5cc612b6ab Add function on IndexPage models to return children. Workson #58 2017-02-28 17:38:47 +00:00
David Ray 407af8d2f6 Work on #41; adding BasePageFieldsMixin to more pages 2017-02-19 20:24:43 -05:00
David Ray 23cdf1f82f Merge branch 'master' into 41-abstract-base-page 2017-02-19 06:52:12 -05:00
Scot Hacker 6eefd5f991 Improve admin display of body text on Locations (label, position) 2017-02-19 01:44:22 -08:00
Scot Hacker 57592cba81 Merge branch 'location-enhancements'
- With merge conflict resolved
2017-02-19 00:36:57 -08:00
David Ray af6bfc2e30 Work on #28; decided a template tag was not necessary to determine if a store was open or not; added model methods and updated template 2017-02-18 08:38:34 -05:00
David Ray f30ec597a2 rename mixin 2017-02-18 06:37:12 -05:00
David Ray b8090a1ccf Fixes #41; create abstrat base class for common fields 2017-02-18 06:21:21 -05:00
Edd Baldry 91a000a020 Fix merge conflicts, including migration merge issue 2017-02-18 09:24:02 +00:00
Scot Hacker 988fb54ba3 Add image and introduction fields to locations index 2017-02-17 00:33:32 -08:00
Edd Baldry 3afe2a4cb7 Add new fields to locations. Style detail page 2017-02-15 15:44:42 +00:00
Scot Hacker 0a5358d13f Alphabetize locations, show location thumbnails
- Toward #24. Pending image stretch fix, need to enhance
2017-02-15 00:33:46 -08:00
Scot Hacker d0a73b433e Missing migration 2017-02-14 23:24:17 -08:00