Wykres commitów

64 Commity (i18n-poc)

Autor SHA1 Wiadomość Data
Karl Hobley 208490a478 Lots of updates 2020-07-02 22:57:02 +01:00
Karl Hobley 7eedbc69fe Update migration dependencies 2020-06-26 17:29:15 +01:00
Tom Dyson f1d00d3922 fixes for latest version of wagtail-localize 2020-05-18 16:57:16 +01:00
Karl Hobley 5450004c84 Demo improvements 2019-11-13 15:25:37 +00:00
Karl Hobley ef1e857b77 Updated wagtail-localize 2019-10-07 11:28:02 +01:00
Karl Hobley d670adcb0d Add RegionFlag model 2019-07-25 12:19:21 +01:00
Karl Hobley 4429262f21 Switch to wagtail-localize 2019-07-23 17:24:12 +01:00
Karl Hobley faa5112cc0 Update bakerydemo migrations 2019-04-05 16:01:33 +01:00
Karl Hobley 7f6952987a Segmentizer module 2019-03-27 12:04:44 +00:00
Karl Hobley 6e2d1f3c21 Rebuild bakerydemo migrations 2019-03-27 11:17:08 +00:00
Karl Hobley 55a10c4b43 Remake bakerydemo migrations 2019-03-25 21:56:22 +00:00
Karl Hobley aba2927611 Update bakerydemo migrations 2019-03-25 18:07:08 +00:00
Karl Hobley 012fd87bda Split out TranslatablePageMixin from TranslatableMixin 2019-03-19 18:36:41 +00:00
Karl Hobley e7dadc0e6f Make default() and get_active() return Language objects 2019-03-19 18:29:44 +00:00
Karl Hobley f7e5bc3861 Initial integration with bakerydemo 2019-03-14 18:04:16 +00: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
Edd Baldry 6aa86b9869 Lower case days for opening_hours of location 2017-02-14 23:37:52 +00:00