Matt Westcott
0565aaeeba
Add routablepage to INSTALLED_APPS
...
As per discussion on https://github.com/wagtail/wagtail/issues/4258
2018-02-10 21:42:39 +00:00
LB (Ben Johnston)
02710075ae
Add support for tags with multiple words
...
Fixes issue where `my-blog/tags/multi-word-tag` would result in a 404, even if there was a valid tag slug for `mult-word-tag`
2018-02-06 14:28:09 +00:00
Matt Westcott
45665ab74d
Gracefully handle missing hero_cta_link
2018-01-30 20:08:20 +00:00
Matt Westcott
f5ee393957
Set site name to Wagtail Bakery
...
'Main' isn't really suitable as a site name, because it results in a limited-permission user (e.g. an editor with edit permission on the Blog section only) receiving the welcome message "Welcome to the Main Wagtail CMS".
2018-01-17 16:50:56 +00:00
Matt Westcott
6bfecb456f
Django 2.0 compatibility fixes
2018-01-17 16:50:23 +00:00
Matt Westcott
c60a6129ee
Delete default homepage/site records _before_ loading fixture
...
Deleting them after loading means that the 'numchild' field of the root node (which the fixture correctly gives as 1, corresponding to the bakerydemo homepage) is wrongly decremented to zero, causing the page chooser modal to break (because it thinks root is a leaf node).
2017-11-13 20:15:25 +00:00
Matt Westcott
af6c4953bc
Remove erroneous index.SearchField('title') entries from search_fields
...
title is already included in Page.search_fields, so adding it again A) is redundant and B) makes it fail when run against Elasticsearch, due to the two occurrences having different indexing parameters.
2017-11-13 20:15:13 +00:00
Matt Westcott
4079bff981
Remove API v1
...
This is being removed in Wagtail 2.0.
2017-10-31 14:50:05 +00:00
Matt Westcott
0afd24a0e5
Fix numchild value on root page
...
When set to 0, the homepage fails to appear in the explorer listing when viewing the root (because Treebeard thinks root is a leaf node and so doesn't bother querying the database for get_children).
2017-10-11 14:26:31 +01:00
Tobias McNulty
1f94861634
add support for CACHE_URL
2017-10-04 18:03:14 -04:00
Tobias McNulty
0133a5a125
switch to the now-released aws-requests-auth==0.4.0 for authenticating requests to Elasticsearch, and upgrade to latest 2.x.x release of elasticsearch-py per https://elasticsearch-py.readthedocs.io/en/master/#compatibility
2017-09-14 18:21:49 -04:00
Tobias McNulty
6e89be1e0b
correct "You search for..." text and formatting on search results page
2017-09-01 20:15:48 -04:00
Tobias McNulty
f113974ade
add (optional) support for Elasticsearch
2017-09-01 19:01:06 -04:00
Mikalai Radchuk
226cfcfbb2
Generate a migration after upgrade to Wagtail 1.12
2017-08-23 13:22:14 +01:00
Mikalai Radchuk
e44cf67a8e
Upgrade Wagtail to 1.12
2017-08-23 11:28:45 +01:00
David Ray
a273f28422
Merge pull request #145 from wagtail/142_routable
...
Fix preview functionality on BlogIndex when route methods are present
2017-05-01 05:53:58 -04:00
Scot Hacker
cd3e4b27c7
Update json dump - one blog page was missing a required image and wouldn't validate on publish
2017-04-23 13:15:53 -07:00
Scot Hacker
8366ec6d79
Fix preview functionality on BlogIndex when route methods are present
...
Resolves #142
2017-04-23 13:12:27 -07:00
Scot Hacker
8818449b6b
Merge pull request #137 from wagtail/135-homepage-list-regression
...
Fix li regression on homepage
2017-04-02 23:30:23 -07:00
Edd Baldry
8f9783ab2b
Add favicon and remove unused images from static img folder
2017-04-02 17:09:09 +01:00
Edd Baldry
58852c4f70
Separate declarations for homepage featured-child list items to remove styling regression
2017-04-02 16:12:50 +01:00
Scot Hacker
f5a86c29a9
Data loader removes auto-generated Site and Page
2017-04-01 10:30:59 -07:00
Scot Hacker
dc5a672460
Fix dump data export path, data loadable by both sqlite and postgres
...
- Includes dump_data recipe in readme for future use
2017-04-01 09:56:34 -07:00
Scot Hacker
57d217f143
Export/import compatibility with postgres
...
- Fix import path
- Also adds two additional author profiles
- Remove some old fixtures
2017-04-01 00:45:53 -07:00
Scot Hacker
3930016207
Add uploaded original_images
...
- Width-limited to 1200px
- Run through ImageOptim
2017-03-31 00:09:37 -07:00
Scot Hacker
73532a5b98
Merge pull request #129 from wagtail/128-homepage-stretching
...
Remove homepage image stretching
2017-03-30 22:57:55 -07:00
Scot Hacker
6f03170d8d
Merge pull request #127 from wagtail/126-list-regression
...
List regression on homepage
2017-03-30 08:31:18 -07: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
Edd Baldry
863a419981
Use cropped fill rather than relative width for homepage images. Closes #128
2017-03-30 12:41:14 +01:00
Edd Baldry
00549bd506
Merge master. Resolve merge conflicts
2017-03-30 12:33:21 +01:00
Edd Baldry
f4ca81d863
Amend models based on @shaker comments
2017-03-30 12:29:23 +01:00
Edd Baldry
9cd39c3d83
Merge pull request #125 from wagtail/88_pep8
...
PEP-8 and template cleanup
2017-03-30 08:49:18 +01:00
Edd Baldry
e5ded7b8d3
Explicitly sets list-style none for li items on homepage
2017-03-29 19:31:18 +01:00
Edd Baldry
ddf89a1a56
Merge master. Resolve merge conflicts
2017-03-29 13:28:30 +01: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
27eeaddf06
Amend the attribute name example within admin for BlockQuote
2017-03-28 16:18:41 +01:00
Edd Baldry
d7daf945b7
Override Boostrap CSS's blockquote footer:before attribute
2017-03-28 16:18:14 +01: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
c00a721bde
Minor amend for base models.py to bring brackets to new lines
2017-03-28 08:54:42 +01:00
Edd Baldry
e77d7313bb
Further inline comments on bread model
2017-03-28 08:41:07 +01:00
Edd Baldry
a257677a1a
Inline comments for locations model
2017-03-28 08:16:20 +01:00
Edd Baldry
d85e2b935e
Inline comments for blogs
2017-03-27 22:01:43 +01:00
Edd Baldry
0a237c36b9
Limit line-length on base/models.py
2017-03-27 21:13:31 +01:00
Edd Baldry
13e3a52041
Inline comments for the breads model
2017-03-27 19:24:34 +01:00
Edd Baldry
a435a1971b
Inline comments for the base model
2017-03-27 19:24:19 +01:00
Edd Baldry
07fc53a0ad
Removing unused JS files
2017-03-27 18:08:57 +01:00
Edd Baldry
6fb813ce57
Remove references to unused clean-blog.css and .js
2017-03-27 18:08:00 +01:00
Edd Baldry
af33471f64
Better organise CSS file, including removal of unnecessary vendor prefixes, alphabetilising properties, giving index
2017-03-27 17:30:04 +01:00