Josh Schneier
0855f59500
Fix deprecated usage of register.assignment_tag
2016-04-05 15:40:13 +01:00
Karl Hobley
b6c80cde36
1.4.3 no longer in development
2016-04-04 21:39:58 +01:00
Karl Hobley
81cdca1a91
Changelog/release note for #2438
2016-04-04 17:15:24 +01:00
Karl Hobley
a6e53abd34
Changelog/release note for #1913
2016-04-04 10:35:32 +01:00
Karl Hobley
81795200c4
Docs for dynamic image serve view
2016-04-04 10:20:52 +01:00
João Luiz Lorencetti
ffbe4730f0
The destination of the ParentalKey should be a subclass of ClusterableModel
2016-04-03 20:18:57 +01:00
Tomas Olander
10e564b935
Fix site settings docs for setting an icon
...
The "icon-" prefix is automatically added in SettingMenuItem.
Using "icon-placeholder" as suggested would thus result in
the CSS class "icon-icon-placeholder".
2016-04-01 10:50:03 +02:00
Karl Hobley
0e43826d96
Tweaks to changelog message
2016-03-30 22:29:33 +01:00
Tim Heap
edc236cb06
Verify SSL certificates for Elasticsearch connections by default
...
Making developers opt out of extra security is better than making them
opt in, especially when they may not be aware of the security they are
missing out on.
2016-03-30 21:56:03 +01:00
Karl Hobley
974d593c85
Changelog/release note for #2405
2016-03-30 19:59:59 +01:00
Karl Hobley
dcc89ce9b1
Set explorer menu media with property instead of class
...
Fixes #2369
The static() function was being called during app load which caused a crash when the user is using STATICFILES_STORAGE=ManifestStaticFilesStorage, DEBUG=False and haven't yet collected static files.
I've moved it into a property and it's now only called when a view is being rendered. This also is more consistent because we usually set media using properties (and so does Django admin).
2016-03-30 17:06:29 +03:00
Karl Hobley
77f143ab8f
Changelog/release note for #2386
2016-03-27 14:33:27 +01:00
Timo Rieber
9bdc843c8f
Clarified wagtail userbar options and positioning
2016-03-27 14:23:47 +01:00
Tim Heap
4b46ff341d
Add docs on making Wagtail compatible with multiple Django versions
2016-03-27 07:15:56 +02:00
Chris Townsend
8ac23d0554
Updated to include TEMPLATE requirement for Django 1.9+
...
In Django 1.9+ if you do not add: 'builtins': ['overextends.templatetags.overextends_tags'], to your TEMPLATES section you will receive a TemplateSyntaxError when the overextends template files are rendered: "Invalid block tag on line". Including 'builtins': ['overextends.templatetags.overextends_tags'], per the overextends docs (and experience) resolves this error.
https://github.com/stephenmcd/django-overextends
2016-03-24 21:38:58 +00:00
Karl Hobley
729ec8bfab
Changelog/release note/upgrade consideration for #2388
2016-03-24 21:21:05 +00:00
Tim Heap
6bd168580e
Change Indexed.search_fields to be a listish thing
...
Indexed.search_fields used to be a tuple. This is incorrect, and it
should have been a list. Changing it to be a list now would be a
backwards incompatible change, as people do
search_fields = Page.search_fields + (
SearchField('body')
)
Adding a tuple to the end of a list causes an error, so this would
cause all old code that used tuples to throw an error. This is not
great.
A new ThisShouldBeAList class, which subclasses list, has been added.
It additionally allows tuples to be added to it, as in the above
behaviour, but will raise a deprecation warning if someone does this.
Old code that uses tuples will continue to work, but raise a deprecation
warning.
See #2310
2016-03-24 21:05:09 +00:00
Karl Hobley
63a891266a
Changelog/release note for #2382
2016-03-24 20:58:31 +00:00
Tim Heap
e001cac581
Release notes for #2260
2016-03-22 14:36:21 +11:00
Math1985
03cba5b91c
Ask user for old password when changing password
...
This is accomplished by using PasswordChangeForm instead of SetPasswordForm.
This adds extra security, as without this commit, an attacker that has access to
a user's session at one point in time will be able to change the user's password
and gain permanent access.
2016-03-22 11:50:18 +11:00
Rob Moorman
5158ee7aad
Removed arrow-up after selector issue #2365
2016-03-17 01:25:26 +00:00
Matt Westcott
5f67ce2c4b
1.4 no longer 'in development'
2016-03-16 11:31:20 +00:00
Tim Heap
84432fbfd6
Add docs on how to build docs
...
I put some docs in your docs on building docs, so now I can build docs
about my docs from my docs.
2016-03-11 17:24:38 +00:00
Matt Westcott
83ab0746bc
Release note for #2333
2016-03-11 17:21:53 +00:00
Tom Dyson
6dcb433215
CamelCase JavaScript in hooks documentation
2016-03-11 17:19:45 +00:00
Tom Dyson
43cb7f8e83
Hook for adding JS to all admin pages
...
Like insert_editor_js but not just for edit pages.
2016-03-11 17:19:45 +00:00
Matt Westcott
6803075188
Release notes for #1940
2016-03-11 15:43:43 +00:00
Josh Barr
a7d8a7bd4d
added documentation for page listing buttons
2016-03-11 15:43:42 +00:00
Matt Westcott
1c61b2316c
Version-bump to start work on 1.5
2016-03-11 13:43:00 +00:00
Robert Rollins
b94ff6a952
Searchly no longer supports Elasticsearch 1.x, so I switched the suggested development service to Bonsai.
2016-03-10 15:11:42 +00:00
Robert Rollins
6446c42132
Various typo fixes and grammar/clarity improvements.
2016-03-10 15:11:41 +00:00
Matt Westcott
eb78c9e235
Update Benjamin Bach's name in changelog
2016-03-08 15:59:48 +00:00
Matt Westcott
e0ad2a720e
Demote construct_explorer_page_queryset to a minor feature
2016-03-08 15:55:34 +00:00
Matt Westcott
bc34f312ad
Formatting fixes to changelog
2016-03-08 15:51:56 +00:00
Matt Westcott
5410294836
Promote the redesigned userbar to a major feature
2016-03-08 15:48:24 +00:00
Matt Westcott
5e07bead42
Release note for #2170
2016-03-08 15:06:29 +00:00
Eirik Krogstad
ac5d6e4945
Fix assumptions about user model fields, issue #1433
2016-03-07 20:42:39 +00:00
Matt Westcott
a67c971f4f
Make settings menu clickable again in Firefox 46.0a2
...
Fixes #2286 . Thanks to @juhakujala for tracking down the fix, and @akx for passing it on!
2016-03-07 19:53:53 +00:00
Matt Westcott
dadef2a017
Recommend the -U switch when running pip install -e .
...
This more reliably ensures that the user has up-to-date dependencies (e.g. without it, a
beta version of a package like Willow or modelcluster won't get installed if the user has
a stable version already installed)
2016-03-07 18:31:29 +00:00
Matt Westcott
ef4aa3b54e
Release note for #2031
2016-03-07 18:29:24 +00:00
Mikalai Radchuk
fb50eb0d7e
Fixes wrong links format in CSS coding guidelines
2016-03-07 20:38:47 +03:00
Matt Westcott
7d22066da5
Release note for #2140
2016-03-07 14:40:09 +00:00
Matt Westcott
a6647c33c8
Use specific page models on explorer page listing.
...
In particular, this ensures that any custom URL routes defined on the page model
are respected by the 'live' link:
https://groups.google.com/d/msg/wagtail/qAmI4HbJfCI/9fxvoCmMEQAJ
2016-03-07 10:00:45 +00:00
Mikalai Radchuk
660278d417
Fixes typos in docs for #2201 and #2302
2016-03-07 09:47:40 +00:00
Loïc Teixeira
10791a9c0b
Remove dead link
...
The raw html which can be found on the repository states:
Update 08/09/2015: This tutorial has been written during the first days of Wagtail, when documentation and tutorials about it were sparce; right now it should be considered by all accounts obsolete and not be followed! Instead, you should read the official (and very well written) tutorial in the official Wagtail documentation!
2016-03-06 21:05:05 +00:00
Loïc Teixeira
5429c007ad
Fix internal links
2016-03-06 21:05:05 +00:00
Loïc Teixeira
33aad3957f
Fix internal links with anchors
...
Generating links with `link text <./path/to/doc#anchor>`__ does not work for html.
It produces a link to `./path/to/doc#anchor` instead of `./path/to/doc.html#anchor`.
It would be tempting to add `.html` before `#` but would likely cause some more issues
when generating the documentation as pdf or epub.
References on the other hand will work regardless of the output format.
2016-03-06 21:05:05 +00:00
Matt Westcott
49e2de9813
fix doc rendering error in wagtailuserbar code block
2016-03-06 21:02:51 +00:00
Mikalai Radchuk
cd355b2fb7
Fixes release notes for #2253
2016-03-04 15:07:00 +03:00
Mikalai Radchuk
72d9ae81b5
Release notes for #2253
2016-03-04 00:02:09 +03:00
Mike Dingjan
1f65a4aae6
updated documentation regarding html notifications
2016-03-03 23:05:34 +03:00
Dave Cranwell
ccfdd98d48
Release notes for edit bird redesign added to docs
2016-03-03 15:29:05 +00:00
mr-winter
c185e57347
output sass errors in terminal and prevent gulp watch from exiting
2016-03-03 10:07:45 +00:00
Nicolas Kuttler
7d90344dd6
Update home stats summary CSS
...
The construct_homepage_summary_items hook allows to add items, but if
you use exactly the same markup as wagtail you end up with a bad layout
because the items form rows with no whitespace between them.
This commit changes the padding-bottom of the section into a margin-bottom
of it's <li> items, meaning that they form rows with enough whitespace
in between them, and the whitespace at the bottom is preserved.
2016-03-03 09:57:46 +00:00
Charlie Choiniere
0a9ae79ba4
Updated wagtail admin jQuery to version 2.2.1
2016-03-03 09:46:56 +00:00
Dave Cranwell
59f21fe013
Merge pull request #2302 from takeflight/docs/committing
...
Add docs on committing code
2016-03-03 09:28:21 +00:00
Tim Heap
0ead79d286
Release notes for #2266
2016-03-03 02:03:34 +02:00
Tim Heap
74986f7d4d
Add docs on committing code
...
Inspiration and flow from Django's
`internals/contributing/committing-code` docs
2016-03-03 02:00:37 +02:00
Josh Barr
a1a2940495
fixed font size rounding issue in firefox, added contrib notes
2016-03-03 12:29:28 +13:00
Tom Dyson
f1077505c4
Thank USW for Collections
2016-03-01 17:36:13 +00:00
Mikalay Radchuk
1e82450160
Fixes StreamValue unicode compatibility
2016-03-01 16:36:04 +00:00
Matt Westcott
a2bc7341f2
Release note for #2269
2016-03-01 15:53:08 +00:00
Matt Westcott
c6140a06f7
Release note / contributor entry for #2256
2016-03-01 15:26:53 +00:00
Karl Hobley
dc3910a613
Changelog/release note/contributor for #2279
2016-03-01 12:32:09 +00:00
Karl Hobley
182d847b3f
Changelog and release note for #2027
2016-03-01 12:14:49 +00:00
Matt Westcott
7861c2b492
Add get_site and get_url_parts to the Page model reference docs
2016-03-01 12:11:14 +00:00
Matt Westcott
6851bbf1a6
Fix custom image docs to indicate that fields must be non-required
2016-03-01 12:07:35 +00:00
Matt Westcott
c6548fea12
Release notes for #2278 / #2280
2016-02-29 18:16:50 +00:00
Matt Westcott
7ed53087aa
Update node.js version requirements
2016-02-29 15:55:02 +00:00
Matt Westcott
d1a86c06da
documentation: now with 8.3% more underline
2016-02-29 15:03:28 +00:00
Matt Westcott
fc3936a229
Release note for #2243 (Collections)
2016-02-29 14:16:35 +00:00
Matt Westcott
3195a5200f
Prevent deletion of collections that are non-empty
...
Since the collections infrastructure itself does not know about the object types that
can exist within collections, this requires a new hook `describe_collection_contents`
to allow collection contents to be discovered.
2016-02-29 13:14:10 +00:00
Matt Westcott
766e2501e4
Implement register_group_permission_panel hook for adding new panels to the group edit form
2016-02-29 13:14:05 +00:00
Tom Dyson
985a987436
Hook for adding CSS to all admin pages
2016-02-25 10:24:54 +02:00
Matt Westcott
e131a9bcaf
Release note for #1892
2016-02-18 16:28:19 +00:00
Chris May
4f999de737
Correcting typo int The Dashboard doc
2016-02-16 15:51:57 -05:00
Karl Hobley
3f5586e1f8
Changelog/release note for #2219
2016-02-12 11:22:46 +00:00
Matt Westcott
d620ce9656
Document the construct_explorer_page_queryset hook
2016-02-12 11:15:13 +00:00
Quadric
d27df01815
Tagging snippets documentation fix
...
I'm not sure i'm right but i think there is a typo in this example. I guess there should be a AdvertTag use in TaggableManager instead BlogPageTag
2016-02-12 11:11:08 +00:00
Matt Westcott
cddbc7c4a8
Remove 'versionadded:: 0.7' tags - 0.7 is ancient enough to be irrelevant
2016-02-11 10:53:03 +00:00
Matt Westcott
1677bd5a0d
insert_editor_css no longer provides a mechanism for custom SCSS
2016-02-11 10:53:03 +00:00
Matt Westcott
dc0d18b6a4
Reorganise Hooks reference into meaningful sections
2016-02-11 10:53:03 +00:00
Matt Westcott
395cecc642
Fixes to page ordering logic in explorer:
...
- keep ordering and pagination as two distinct operations
- only perform the 'annotate' hack when ordering by latest_revision_created_at
- entries with a null latest_revision_created_at should appear at the top when
ordering oldest first
- don't uselessly call order_by twice
- actually test that the 'ordering' parameter orders the results :-)
2016-02-11 10:42:01 +00:00
Karl Hobley
11b9ed6732
Make user confirm before navigating away from changed page editor
2016-02-10 14:17:45 +00:00
Tim Heap
224f3f5c37
Remove final references to django-compressor
...
* Remove references from docs
* Fix comment in SCSS files, and fix related variable names
* Remove COMPRESS_ENABLED setting from tests
2016-02-09 18:41:56 +00:00
Andrew Pryde
e2601c30b8
Fix PageQuerySet code overriding code snippet
2016-02-08 16:03:11 +03:00
Matt Westcott
68657338e7
Fetch new translations from Transifex
2016-02-05 16:52:10 +00:00
nfletton
94ba1c40e4
Add handling for server errors when uploading images and documents via a modal dialog
2016-02-05 16:21:58 +00:00
Matt Westcott
4bdc32aaad
Eliminate reference to requirements-dev.txt
2016-02-05 15:48:01 +00:00
Charlie Choiniere
ae2006ccf1
Moved all dev dependencies into setup.py
...
* Removed requirements-dev.txt
* Added dependencies to setup.py using the extras_require option
* Updated the documentation to use pip instead of setup.py develop
* Updated .drone.yml to reflect updated installation
2016-02-05 14:44:51 +00:00
Matt
999e06af27
Fix parameter name on signal handler
2016-02-04 22:22:12 +00:00
Chris Rogers
5e589d6376
Minor adjustment to settings docs
2016-02-04 22:18:55 +00:00
Matt Westcott
daba4aff84
release note for #2132
2016-02-04 17:35:59 +00:00
Matt Westcott
20b42ad7d9
Remove django-compressor references from the 'Configuring Django' docs
2016-02-04 15:31:03 +00:00
Karl Hobley
be82fa975d
Removed django-compressor
2016-02-03 16:16:11 +00:00
Mitchel Cabuloy
d09d403d54
Fix frontend cache code example
2016-01-31 13:21:57 +08:00
Matt
0845f1e1c1
Fix notification errors when there are multiple moderation groups
...
On SQLite, not all moderators would receive a notification.
On Postgres, a “more than one row returned by a subquery used as an
expression” error was thrown.
2016-01-29 10:50:16 +00:00
Matt Westcott
6b78836d8d
Add missing backticks to 'Custom document models' release note
2016-01-28 13:05:50 +00:00
Mikalai Radchuk
3f2f5665b0
Allow specifying custom edit handlers for snippets
2016-01-28 13:03:27 +00:00
Karl Hobley
95ff74feeb
Moved advanced image topics into advanced topics
2016-01-27 11:27:16 +00:00
Karl Hobley
ae2e73b054
Rename "Creating your Wagtail site" to "Using Wagtail"
...
I think the words "Wagtail site" implies that Wagtail sites are a thing when they are in fact just Django projects with Wagtail installed.
So I think "Using Wagtail" is less likely to cause confusion.
2016-01-27 11:27:16 +00:00
Karl Hobley
8a9e65f92f
Change title of "topics" section to "Usage guide"
2016-01-27 11:27:16 +00:00
Karl Hobley
13217dd6ef
WAGTAILAPI_MAX_RESULTS is actually called WAGTAILAPI_LIMIT_MAX
...
Fixes #2156
2016-01-27 11:21:06 +00:00
Karl Hobley
61593d38ad
Changelog/release note/contributor for #2153
2016-01-27 11:16:02 +00:00
Karl Hobley
8ef846d214
Set on_delete action to SET_NULL on Document.uploaded_by_user
...
This prevents deletion of users from deleting any Documents they have uploaded.
This is already the behaviour on images.
2016-01-26 17:13:57 +00:00
Chris Rogers
d754bac9bb
Changed success message for when a page is published with go_live_at
2016-01-26 10:31:38 +00:00
Tim Heap
66da5ad5ad
Remove double tagit initialisation
...
tagit was initialized from both the AdminTagWidget, and from the `done`
method in the image uploader. Initializing it twice led to strange
errors and ultimately the tags not being saved on the image model.
As the tag widget now contains its own initialisation <script>, tag
inputs do not need to be specially handled by AJAX code any more, so
this can simply be removed.
Fixes #2142
2016-01-25 18:56:11 +00:00
Matt Westcott
8afe69fd72
Release note for #1867
2016-01-25 15:30:18 +00:00
Matt Westcott
097f45f20b
Fix Page model recipes to pass 'self' as the page object ('page' is undefined)
2016-01-22 11:24:41 +00:00
Matt
e0a7a472e6
Clarify what the Administrator flag does
2016-01-21 12:48:34 +00:00
Karl Hobley
ec59c33ce5
Changelog/release note/contributor for #2134
2016-01-21 11:26:19 +00:00
Matt Westcott
88078ac389
Reorder INSTALLED_APPS to put most specific apps first
2016-01-21 10:18:48 +00:00
Matt Westcott
7c211e7ec0
Update settings in 'configuring Django' docs for Django 1.9
2016-01-20 20:11:40 +00:00
Peter Quade
5c0063f429
making datetimepicker aware of FIRST_DAY_OF_WEEK
2016-01-20 16:30:22 +00:00
alexpilot11
5270c14444
ChooserBlock should use pk instead of id
2016-01-20 12:12:27 +00:00
Karl Hobley
690255c2ee
Changelog/release note/contributor for #2111
2016-01-19 13:15:43 +00:00
Karl Hobley
62b996622a
Changelog/release note for #2107
2016-01-18 13:16:52 +00:00
Matt Westcott
88d1977d34
Document site_name attribute of Site - fixes #2099
2016-01-13 12:49:46 +00:00
Matt Westcott
aea3ce67a0
Document setting up MEDIA_ROOT in the Django integration docs
...
An out-of-the-box Django project is not configured to serve user-uploaded files from MEDIA_ROOT; this needs to be added manually as per https://docs.djangoproject.com/en/1.9/howto/static-files/#serving-files-uploaded-by-a-user-during-development . Fixes #2100
2016-01-12 15:40:35 +00:00
Karl Hobley
078491b6e0
Prevent cascade deletion of pages when a ContentType is deleted
...
Fixes #2024
2016-01-07 10:18:38 +00:00
Matt Westcott
04fdd5f352
Remove Django 1.7 support from documentation, requirements and CI definitions
2016-01-05 17:38:29 +00:00
Matt Westcott
bd0ad843fb
Version bump to 1.3.1
...
Conflicts:
CHANGELOG.txt
docs/releases/index.rst
wagtail/project_template/requirements.txt
wagtail/wagtailcore/__init__.py
2016-01-05 17:19:08 +00:00
Liam Brenner
b0f4d50aac
Minor documentation fixes for signal handlers
2016-01-05 10:29:20 +00:00
Karl Hobley
685592107a
Changelog/release note/contributor for #2073
2016-01-04 12:19:19 +00:00
Karl Hobley
b375f37d80
Revert #2073
2016-01-04 10:33:47 +00:00
Karl Hobley
3540f2b080
Changelog/release note/contributor for #2073
2016-01-04 09:26:47 +00:00
Karl Hobley
d7a6e2d4ac
Changelog/release note for #2069
2015-12-24 11:57:53 +00:00
Matt Westcott
4dfca33c9b
Mark 1.3 as no longer in development / bump project template to require Wagtail 1.4a0
2015-12-23 17:49:30 +00:00
Karl Hobley
d29cca5113
Changelog/release note for #2051
2015-12-21 11:51:25 +00:00
Karl Hobley
157a063b19
Start 1.4 changelog and release notes
2015-12-21 09:58:09 +00:00
Matt Westcott
aedbb678a1
Pull translations from Transifex
2015-12-17 13:42:59 +00:00
shredding
c6b2cef575
implemented filter chaining
2015-12-17 12:12:24 +00:00
Eugene MechanisM
039db5ed89
"Signing in..." for translation
2015-12-17 01:50:03 +00:00
Karl Hobley
c3e62d1cb7
Changelog/release note for #2026
2015-12-16 16:29:15 +00:00
Karl Hobley
ac2a6cac23
Changelog/release note for #2041
2015-12-16 16:18:50 +00:00
Tim Heap
44564ea76a
Link to homepage from dashboard page link if single site
...
If the Wagtail install has only one site, link to the homepage of that
site from the dashboard page summary instead of the root page of the
hierarchy.
Hopefully this will prevent some of the confusion causing people to
create pages under the root page, where they are inaccessible. See #1612
for more information around this issue.
Wagtail installs with multiple (or zero) sites retain the old behaviour
of linking to the root page.
2015-12-16 14:53:56 +00:00
shredding
2dd3f42e25
catch errors on non existing images
2015-12-16 13:14:11 +00:00
Denis Voskvitsov
ab45915a90
Set request.is_preview flag to show whether page is served as preview
2015-12-16 11:28:53 +00:00
Karl Hobley
9d3e068b0c
Use Django 1.8 TEMPLATES setting in settings doc
...
Also, the ``request`` context processor is now in the defaults
2015-12-16 09:29:17 +00:00
Matt Westcott
d6715f80a1
Revert fix for Hallo toolbar button hover state from #1746 - fixes #2040
2015-12-16 09:19:51 +00:00
Jannis
42e1317a4e
Add missing blocktrans to InlinePanel's add-button
2015-12-15 20:24:53 +00:00
Rich Atkinson
aaed92f301
do not delete uploaded images or page revisions when a user is deleted. fixes #1918
2015-12-15 17:06:37 +00:00
Karl Hobley
f436bc5c09
Changelog/release note/contributor for #1906 and #1998
2015-12-15 16:30:36 +00:00
Karl Hobley
c01a0952a2
Changelog/release note for #1864
2015-12-15 16:00:18 +00:00
Matt Westcott
086997c14a
add missing backticks
2015-12-15 15:59:57 +00:00
Matt Westcott
e3269463d3
typo: 'attriutes' -> 'attributes'
2015-12-15 15:58:33 +00:00
Matt Westcott
0fe3572566
Release note for #1796
2015-12-15 15:57:24 +00:00
Tim Heap
2c76441186
Add docs for WagtailPageTests
2015-12-15 15:49:40 +00:00
Karl Hobley
d160ea3ccf
Release note for #2036 (and #2025 )
2015-12-15 15:06:49 +00:00
Matt Westcott
9e5ba4bd3e
Add system check to validate parent_page_types / subpage_types - fixes #1128
2015-12-15 14:32:39 +00:00
shredding
6422c7f618
added success message after image update
2015-12-15 00:21:34 +00:00
Matt Westcott
c65b155f2f
Release note for #1814
2015-12-15 00:03:06 +00:00
Tim Heap
9e8c2c2d5f
Allow custom Page Managers
...
Previously, if a developer wanted to use a custom Manager on their Page
subclass, some fairly hacky hacks were required. Now, the `objects`
attribute is only overridden if it is a plain `Manager`. If it is
anything else, it is left alone. A system check has been added to ensure
that all `Page` managers inherit from `PageManager`
2015-12-14 23:09:45 +00:00
Matt Westcott
da4f091466
Release note for #1800
2015-12-14 21:21:46 +00:00
Ben Kerle
3ef94d60a2
Documentation for admin search area hook
2015-12-14 21:21:45 +00:00
Matt Westcott
9e124cb9b6
Remove use of value.bound_blocks from basic StructBlock template example.
...
This hasn't been necessary since #1360 was merged, and the new 'BoundBlocks and values' section covers it much better.
2015-12-11 12:48:37 +00:00
Matt Westcott
0e34282646
Add section about BoundBlocks and values
2015-12-11 12:48:37 +00:00
Matt Westcott
2c765a7462
Release note for #1491
2015-12-11 12:46:01 +00:00
Karl Hobley
eed5c60d72
Docs for index.RelatedFields
2015-12-11 12:29:27 +00:00
Matthew Downey
e18f877286
send individual notification emails per user
2015-12-11 11:02:48 +00:00
Matt Westcott
0ce27f2f3d
Release note for #1816
2015-12-09 11:40:36 +00:00
Tim Heap
8ddd9ee537
Call django.setup() before making docs
...
Django 1.9 requires this line before importing any models. Autodoc
imported models to get their docstrings, causing errors in the build
process.
Fixes #2014 .
2015-12-09 11:40:35 +00:00
Matt Westcott
65f97bba6f
docs(django 1.9): Add upgrade consideration note for Jinja2 template tag location change
2015-12-09 11:40:35 +00:00
Karl Hobley
960d7aa575
feat(django 1.9): Move jinja2 tags out of templatetags folders
...
Django 1.9 now automatically imports all models in templatetags. This causes ImportErrors to be raised for users who do not have jinja2 installed.
2015-12-09 11:40:35 +00:00
Matt Westcott
2f4018c0ae
Import translations from Transifex
2015-12-09 11:03:14 +00:00
Maris Serzans
32b4124767
Changed verbose names to start with lowercase when necessary
2015-12-08 17:33:19 +00:00
Ben Emery
beb2b927d7
Allow for overriding image upload path
2015-12-07 19:18:17 +00:00
Karl Hobley
8d91e72407
Changelog/release note for #1934
2015-12-04 11:07:43 +00:00
Karl Hobley
e09a56f51c
Changelog/release note/contributor for #1981
2015-12-04 11:02:08 +00:00
Matt Westcott
8a22c977a2
Release note for #1970
2015-12-03 19:43:31 +00:00
Rich Brennan
11618f0c3d
Update content_panels and promote_panels.
...
If I'm right, the Echoer content_panels and promote_panels can be removed as they're defined on Page?
2015-12-03 18:55:01 +00:00
Jan Korte
56cfe02bae
snippet docs: loading the tags is necessary
2015-12-03 18:45:29 +00:00
Matt Westcott
9f3ae3c51d
Release note for #1572
2015-12-03 13:19:44 +00:00
Tim Heap
0071d85aa0
Add Page methods can_move_to and can_create_at
...
These two tests are used when checking if a new page type can be created
under a page instance, or if an existing page type can move under a page
instance.
2015-12-03 12:56:52 +00:00
Dave Cranwell
eb4c5a7ce2
nav-submenu required translate3d due to its fixed position in the presence of animation, apparently. Also animation vendor prefixing removed since autoprefixer handles this already
2015-12-02 17:39:26 +00:00
Matt Westcott
e671a83be5
Release note for #1978
2015-12-01 13:17:31 +00:00
Matt Westcott
b1c75644f6
Stop replace_text from replacing multiple times on MTI subclasses.
...
Iterating over get_page_models means that these will be visited once
per superclass. To avoid this, we filter the page list to those exactly
matching the page class. This is done via a new `exact_type` method
on `PageQuerySet`.
2015-12-01 12:35:31 +00:00
Matt Westcott
60ea0427fb
Formally deprecate ContentType-returning methods in wagtailcore
2015-12-01 10:22:48 +00:00
Matt Westcott
06897db7c5
Add a get_page_models function to wagtailcore.models; deprecate direct use of PAGE_MODEL_CLASSES
2015-12-01 10:22:47 +00:00
Matt Westcott
c35ae95d9b
Document the remaining PageQuerySet methods
2015-11-30 22:16:08 +00:00
Tom Dyson
ef58ea3429
Document setting for case-insensitive tags
2015-11-30 18:07:08 +00:00
Tim Heap
1d4a276f49
Use SiteManager for Sites, add tests
...
The SiteManager class was not used on the Site model, or anywhere else.
This was not caught by the tests, because nothing tested the relevant
attributes on the Site model, nor were they used in the code base. Tests
have been added now.
2015-11-30 14:35:25 +00:00
Karl Hobley
06cba807df
Merge pull request #1914 from kaedroho/runtests-args
...
Add --postgres and --elasticsearch arguments to runtests.py
2015-11-30 12:26:16 +00:00
Matt Westcott
e5abe8df96
Release note for #1969
2015-11-27 16:15:21 +00:00
alx
88e477098f
Ensure that locked pages can't be unpublished.
...
Fixes #1615
2015-11-24 12:58:02 +00:00
Tim Heap
f4968de0f9
Allow overriding attributes in {% image %} tag
...
The `alt` attribute that was automatically generated as part of the
`{% image %}` tag could not be overridden. If template authors passed
their own `alt="..."` attribute in, two would be printed out instead
of the default one being overridden.
The relevant code has been refactored to build a dict of attributes,
allowing the default set to be overridden, and then printing them using
`flatatt`.
Fixes #1933
2015-11-24 11:38:10 +00:00
Rich Brennan
ce57281f6a
Move content_panels inside FormPage definition.
2015-11-24 10:36:30 +00:00
Rich Brennan
010838b53e
Add Orderable to list of imported wagtailcore models
2015-11-24 10:36:02 +00:00
Rich Brennan
fab4e2224f
Move content_panels inside BookPage definition.
2015-11-24 10:36:02 +00:00
Dave Cranwell
29753ecb0d
updated css guidelines. removed duplicate linting block
2015-11-24 00:05:31 +00:00
Dave Cranwell
fc980bd103
updated npm packages. ongoing linting of scss files
2015-11-23 21:39:54 +00:00
Karl Hobley
059fc15b9d
Added note about Elasticsearch 2.x
2015-11-20 12:50:31 +00:00
Rich Brennan
2ad3985d67
Move content_panels inside BlogPage definition.
2015-11-19 17:16:02 +00:00
Karl Hobley
3b2e54bc7c
Make elasticsearch-py a dev requirement
...
The Elasticsearch tests now depend on an environment variable being set so we can safely install elasticsearch-py without Wagtail automatically assuming Elasticsearch is installed and running the tests.
This makes developer setup slightly easier, but also opens up the possibility for running some of the ES tests that don't depend on a running ES instance.
2015-11-19 16:23:47 +00:00
Karl Hobley
8edfcc168f
Changelog/release note for #1865
2015-11-19 15:30:23 +00:00
Matt Westcott
c73a3caa31
Use rendition.alt in {% image img as rendition %} example.
...
This restores the documentation to the pre-#1517 state, and is evidently more natural to write since the original documentation did so by mistake :-)
2015-11-19 15:29:40 +00:00
Matt Westcott
e08e35d470
Release note for #1447
2015-11-18 17:04:39 +00:00
Matt Westcott
4f59b215d8
Release note for #468
2015-11-18 13:04:50 +00:00
Matt Westcott
d24081e432
Set WAGTAIL_PASSWORD_RESET_ENABLED to default to the value of WAGTAIL_PASSWORD_MANAGEMENT_ENABLED
2015-11-18 12:07:49 +00:00
John Draper
673ea92ee2
Document password management settings
2015-11-18 12:03:52 +00:00
Karl Hobley
a36744ddea
Release note for #1925
2015-11-17 11:36:57 +00:00
Alex Gleason
6a0b576376
Updated reasoning for Page suffix, fixes #1927
...
Fixed typo
2015-11-16 20:06:36 +00:00
Matt Westcott
6c8adaf0f7
Prepare for 1.2 release
...
Conflicts:
CHANGELOG.txt
wagtail/wagtailcore/__init__.py
2015-11-12 16:55:14 +00:00
Matt Westcott
204aa53ff4
Add Python 3.5 support to release notes
2015-11-12 16:43:49 +00:00
Matt Westcott
19f370c20a
Add pointers to the new integrating-with-Django docs
2015-11-10 21:45:21 +00:00
Matt Westcott
96e9a67b75
Add 'integrating into Django' docs
2015-11-10 21:30:10 +00:00
Karl Hobley
7459329d93
Added --elasticsearch argument to runtests.py
2015-11-09 12:13:07 +00:00
Karl Hobley
126761db51
Added --postgres argument to runtests.py
...
Makes running the tests against PostgreSQL a bit easier
2015-11-09 12:04:50 +00:00
Karl Hobley
3bfd9fca9f
Created 1.3 changelog and release notes
2015-11-04 12:20:07 +00:00
Matt Westcott
257baedb5d
Release notes for #1837 and #1888
2015-11-02 16:10:18 +00:00
Matt Westcott
7c6d309682
Reword get_latest_revision_as_page release note to clarify who/what it affects
2015-11-02 16:04:46 +00:00
Matt Westcott
f668922893
Add a can_choose_root flag to PageChooserBlock
2015-11-02 15:12:42 +00:00
Matt Westcott
c025e1d3e5
Add a can_choose_root flag to PageChooserPanel.
...
This restores the previous behaviour, since there are plausible scenarios where choosing the root might be appropriate.
2015-11-02 15:12:42 +00:00
Karl Hobley
0eb3aee752
Fix typos in release note
2015-11-02 12:18:11 +00:00
Karl Hobley
43a2e901f8
Changelog/release notes for #1873 , #1879 and #1881
2015-11-02 12:16:05 +00:00
Matt Westcott
8d96a24e49
Update translator list and add release note for new translations.
...
The translator list now only includes translators specifically identified in the .po files, so that we're not listing dormant Transifex accounts that didn't actually do anything :-)
2015-11-02 11:52:51 +00:00
Matt Westcott
0e7b92971a
Release note for #1718
2015-10-29 00:12:02 +00:00
Matt Westcott
6dd69acd86
Release note for #1746
2015-10-27 11:51:07 +00:00
Matt Westcott
e68d66a744
Release note for #1869
2015-10-27 11:19:44 +00:00
Karl Hobley
19d476b42a
Changelog/release notes for #1857 and #1866
2015-10-27 10:22:40 +00:00
Matt Westcott
566fa3a26f
Release note for #1670 / #1850 / #1854
2015-10-26 12:58:36 +00:00
[Redacted]
199ed87c26
Removed backticks from readme
...
Forgot to remove backticks from sphinx
2015-10-23 22:04:56 +02:00
Matt Westcott
d06c5070cc
Release note for #1725
2015-10-23 12:31:07 +01:00
Matt Westcott
a51fdf1279
Release note for #1754
2015-10-23 11:54:27 +01:00
Matt Westcott
42af5c10af
Merge branch 'merge-settings' of https://github.com/takeflight/wagtail into takeflight-merge-settings
2015-10-23 10:31:27 +01:00
Matt Westcott
94ee586276
Merge branch 'master' of https://github.com/torchbox/wagtail
...
Conflicts:
CHANGELOG.txt
docs/releases/1.2.rst
2015-10-23 10:00:52 +01:00
Matt Westcott
4d4cced717
Release note for #1596
2015-10-23 09:59:41 +01:00
Karl Hobley
ad4007f406
Release note for #1856
2015-10-23 09:57:01 +01:00
Karl Hobley
101726b76e
Fixed capitalisation of REST
2015-10-22 17:32:57 +01:00
Matt Westcott
33e4a7497f
Release note / documentation update for #1790
2015-10-22 17:23:17 +01:00
Tim Heap
c9f73d3157
Fix typo in settings docs
2015-10-21 16:39:09 +11:00
Tim Heap
3d494fb24b
Move wagtailsettings into contrib module
...
The `wagtailsettings` module is useful enough that it should be included
in the Wagtail contrib section, to make it available to all Wagtail
developers.
All the code has been given a once-over to make sure it is nice and
polished before being copied in. As such, this is not a direct copy of
the `wagtailsettings` module. It should be backwards compatible though,
excepting the new location.
It has been moved to `wagtail.contrib.settings`, following the naming
scheme set out in #1504 .
Documentation has been concatenated in to a single page, and added to
the contrib reference section.
2015-10-21 16:39:09 +11:00
Matt Westcott
2eb4b4c2c1
Release notes for #1810 , #1835 , #1812
2015-10-20 11:16:09 +01:00
Matt Westcott
6994f7b7b5
Release note for #1843
2015-10-20 10:37:04 +01:00
Karl Hobley
26889ba128
Merge pull request #1812 from gasman/feature/block-template-context
...
Allow block subclasses to pass extra context variables to templates
2015-10-19 09:29:59 +01:00
Matt Westcott
141129f587
Merge branch 'docs/signals' of https://github.com/JoshBarr/wagtail into JoshBarr-docs/signals
2015-10-16 17:23:04 +01:00
Matt Westcott
bce6fba24f
Release note for #1741
2015-10-16 12:12:07 +01:00
Matt Westcott
749258ebbb
Merge pull request #1828 from jheasly/patch-1
...
Docs fix: Need to flip order of class creation
2015-10-15 11:40:45 +01:00
Matt Westcott
bebc4d4ed3
Remove mention of SASS / django-compressor; fix minor text errors
2015-10-15 09:21:47 +01:00
Matt Westcott
e1b564ee80
Merge branch 'cleanup/project-template-documentation' of https://github.com/timorieber/wagtail into timorieber-cleanup/project-template-documentation
2015-10-15 09:18:42 +01:00
Timo Rieber
f522b146b3
Removed vagrant configuration section
2015-10-15 08:11:16 +02:00
Timo Rieber
8e2c5cfd87
Synced structure to reflect current project template
2015-10-15 08:10:27 +02:00
John Heasly
d87d737f52
Need to flip order of class creation
...
Need to flip order of creating `BlogIndexRelatedLink` and `BlogIndexPage`, otherwise `BlogIndexRelatedLink` references `BlogIndexPage` before it's been created and you get:
```bash
ERRORS:
blog.BlogIndexRelatedLink.page: (fields.E300) Field defines a relation with model 'BlogIndexPage', which is either not installed, or is abstract.
```
2015-10-14 17:29:19 -07:00
Matt Westcott
30d5b62eed
Fix broken link to topics/pages
2015-10-14 17:28:49 +01:00
Matt Westcott
da42620089
Release note for #1791
2015-10-14 17:26:03 +01:00
Matt Westcott
7e7ba37639
Release note for #1770
2015-10-14 17:16:21 +01:00
Matt Westcott
bb8894aa6c
Release note for #1821
2015-10-14 17:07:26 +01:00
Matt Westcott
9b6a389850
Add note about variable names to Jinja2 release notes
2015-10-14 15:25:40 +01:00
Matt Westcott
c1edbe6a98
Merge branch 'docs-self-var' of https://github.com/kaedroho/wagtail into kaedroho-docs-self-var
2015-10-14 14:52:00 +01:00
Karl Hobley
ed1a0f9bb1
Merge pull request #1823 from gasman/fix/page-manager-from-queryset
...
Eliminate duplicated PageQuerySet methods / make `sibling_of` behaviour consistent
2015-10-14 14:35:14 +01:00
Matt Westcott
5bac77a648
Release note for #1822
2015-10-13 22:46:02 +01:00
Matt Westcott
0bb4bac2bc
Release note for #1815
2015-10-13 19:32:29 +01:00
Matt Westcott
dafbdaf20f
Use Manager.from_queryset to construct PageManager, to avoid duplication of queryset methods.
...
This exposes an inconsistency between the old `PageManager.(not_)sibling_of` method (which was
exclusive by default) and `PageQuerySet.(not_)sibling_of)` (which is inclusive). We therefore
standardise on the inclusive behaviour (in line with treebeard's own sibling methods), and note
this change of behaviour in the release notes.
2015-10-13 19:15:12 +01:00
Matt Westcott
c2a183f19f
Documentation tweaks as per https://github.com/torchbox/wagtail/pull/1815#commitcomment-13736415 https://github.com/torchbox/wagtail/pull/1815#commitcomment-13736421
2015-10-13 15:17:47 +01:00
Karl Hobley
b278a0c0f8
Docs for custom ordering
2015-10-13 10:06:58 +01:00
Karl Hobley
4a6f2b5b43
Reworded sentence about using "self" in templates
2015-10-13 09:55:23 +01:00
Karl Hobley
6eae465e64
Renamed "self" template variable to "page" in docs
2015-10-13 09:52:16 +01:00
Matt Westcott
5b029cbfc4
Release note for #1702
2015-10-13 00:19:51 +01:00
Matt Westcott
cb7dc8fd38
Release note for #1696
2015-10-13 00:15:50 +01:00
Matt Westcott
5b8fd66909
Release note for #1682
2015-10-12 22:13:34 +01:00
Matt Westcott
06e721bc74
document the 'operator' kwarg on QuerySet.search
2015-10-12 22:04:29 +01:00
Matt Westcott
46845112e2
Allow block subclasses to pass extra context variables to templates
...
Block now defines a get_context method, which subclasses can override
in the same way as we can for pages.
2015-10-12 13:25:56 +01:00
Karl Hobley
4dbf166e06
Merged duplicate documentation
2015-10-12 12:20:45 +01:00
Karl Hobley
83f8332288
Added docs for search operators
2015-10-12 12:15:57 +01:00
Karl Hobley
fb09d89ec6
Search docs improvements
2015-10-12 12:15:33 +01:00
Matt Westcott
6612f0adf3
Release note for #1529
2015-10-09 16:41:32 +01:00
Matt Westcott
c21800b7b0
Merge branch 'inline-panel-min-max' of https://github.com/kaedroho/wagtail into kaedroho-inline-panel-min-max
...
Conflicts:
wagtail/wagtailadmin/edit_handlers.py
2015-10-09 15:42:54 +01:00
Karl Hobley
ea436e51cc
Changelog/release note/contributor for #1688
2015-10-09 09:57:33 +01:00
Karl Hobley
eb27195e8f
Fixed typo in Jinja2 docs
2015-10-08 16:59:58 +01:00
Karl Hobley
6495bb6736
Merge pull request #1799 from anurag-ks/master
2015-10-08 09:35:48 +01:00
Karl Hobley
8a0f6eab30
Changelog/release note and contributor for #1799
2015-10-08 09:35:21 +01:00
Matt Westcott
94d0d7bda2
Release / upgrade consideration note for #1478
2015-10-07 20:02:25 +01:00
Matt Westcott
94b5975afa
Document the new image/document queryset search method
2015-10-07 20:02:19 +01:00
Anurag Sharma
5915ec1f0e
Changed EMBEDLY_KEY to WAGTAILEMBEDS_EMBEDY_KEY
2015-10-07 20:44:15 +05:30
Karl Hobley
5caa1f0f1f
Release note for #1755
2015-10-06 22:21:25 +01:00
Karl Hobley
4dc09dfb22
Merge pull request #1755 from takeflight/feature/jinja2-template-functions
...
Add rudimentary Jinja2 template tag support
2015-10-06 22:00:47 +01:00
Karl Hobley
490ecff007
Changelog for #1709
2015-10-06 11:06:44 +01:00
Matt Westcott
cf9758138a
Release note for #1075
2015-10-05 22:54:37 +01:00
Matt Westcott
3cbee6c66c
fix typo I introduced while removing typos
2015-10-05 21:12:21 +01:00
Matt Westcott
7d67e4b448
Minor copyediting on the Pages docs
2015-10-05 21:07:09 +01:00
Karl Hobley
be0a2ccd1c
Tweaks to template rendering docs
2015-10-05 21:07:09 +01:00
Karl Hobley
f72e84f199
Added a couple of missing links
2015-10-05 21:07:09 +01:00
Karl Hobley
c18c67ba3b
Working with pages docs
2015-10-05 21:07:09 +01:00
Karl Hobley
2e65c08210
Docs for inline models
2015-10-05 21:07:09 +01:00
Karl Hobley
ee7718ccdb
Various tweaks
2015-10-05 21:07:09 +01:00
Karl Hobley
249a411b09
Template rendering docs
2015-10-05 21:07:09 +01:00
Karl Hobley
1b282d49bc
Work on "Page models"
2015-10-05 21:07:09 +01:00
Karl Hobley
86c01bdf7b
Renamed to "Page models"
...
I think this is a good place to add some general usage docs so made the name more generic.
2015-10-05 21:07:09 +01:00
Karl Hobley
e1bb391625
editing_api => panels
2015-10-05 21:07:08 +01:00
Karl Hobley
85414a8b54
Fixed headings
2015-10-05 21:07:08 +01:00
Karl Hobley
f72b8302f9
Moved "setting up the page editor interface" into topics
2015-10-05 21:07:08 +01:00
Matt Westcott
deee02e4d7
Release note for #1391
2015-10-05 18:41:48 +01:00
Matt Westcott
a86b08a622
Add favicon as an overrideable branding block - fixes #1391
2015-10-05 18:20:08 +01:00
Karl Hobley
00a1402925
Changelog/release notes for #1783 and #1784
2015-10-05 17:03:25 +01:00
Tim Heap
bc6b5a8a6c
Normalise all code blocks in the docs
...
All `.. code::` instances have been changed to use `.. code-block::`,
and have been properly formatted. The syntax names have been normalised,
so all django templates use the `html+django` syntax, shell commands use
`sh`, and plain text uses `text`.
2015-10-05 16:55:58 +01:00
Josh Barr
a324ea5b54
slim chances of career change to English teaching
2015-10-06 01:29:56 +13:00
Josh Barr
8036cff94b
added some basic signals docs
2015-10-06 01:18:25 +13:00
Josh Barr
53773424ff
added clarification about template tags to tutorial
2015-10-05 22:01:03 +13:00
Tim Heap
21d290af12
Add references to Django documentation on configuring Jinja
2015-10-02 08:06:28 +10:00
Tim Heap
e225481f2f
Add documentation for using Jinja2
2015-10-01 16:00:40 +10:00
Matt Westcott
dbb6fe73ad
Merge branch 'master' of https://github.com/torchbox/wagtail
2015-09-30 17:16:56 +01:00
Matt Westcott
a02cc3e67c
Release note for #1744
2015-09-30 17:16:48 +01:00
Tom Dyson
e162730acb
Merge pull request #1759 from gasman/doc/developer-setup
...
Rewrite developer setup docs
2015-09-30 16:59:43 +01:00
Matt Westcott
1afc5ba0f1
Transferred vagrant-wagtail-develop repo to torchbox
2015-09-30 16:24:42 +01:00
Matt Westcott
377db9e878
Rewrite developer setup docs
...
* State the requirement for Node.js up-front (since it's required by everyone, not just front-end devs)
* Point to vagrant-wagtail-develop instead of making people set up a Vagrant instance manually
* No need to fiddle with python paths via local.py - 'setup.py develop' handles that
* Skip instructions for virtualenvs (anyone who decides against the Vagrant route is expected to know how to use them)
2015-09-30 15:54:08 +01:00
Josh Barr
221a3e5254
added docs about hostnames
2015-09-27 01:41:52 +12:00
Alex Gleason
6fc2dd4904
Removed broken link to non-existent vagrant install script
2015-09-23 14:51:43 -05:00
Karl Hobley
ebd01fd1b4
Merge pull request #1719 from nimasmi/custom-queryset-docs
...
Document custom queryset required approach
2015-09-23 09:52:43 +01:00
Karl Hobley
c224002d3e
verbose_name should be lowercase
2015-09-23 09:52:26 +01:00
Nick Smith
536c8cd203
Fix typo
2015-09-23 09:42:50 +01:00
Nick Smith
dea22d8fe0
Document custom queryset required approach
2015-09-23 09:31:35 +01:00
Matt Westcott
16020af213
Loudly highlight the fact that libjpeg and zlib are required
2015-09-22 22:54:47 +01:00
Dave Cranwell
12fc3e6601
Fixes #1600 . Adds documentation and caveats about image formats system within rich text
2015-09-21 14:01:18 +01:00
Matt Westcott
c17583b8d1
Release note for #1704
2015-09-18 16:25:27 +01:00
Matt Westcott
31db84a216
Changelog for #1692
2015-09-18 11:29:50 +01:00
Matt Westcott
8ffe4578a3
Merge branch 'master' of https://github.com/torchbox/wagtail
2015-09-16 17:37:43 +01:00
Matt Westcott
8d123e29e9
version bump to 0.8.10 due to packaging issues (grr)
...
Conflicts:
CHANGELOG.txt
docs/releases/index.rst
wagtail/project_template/requirements.txt
wagtail/wagtailcore/__init__.py
2015-09-16 17:36:21 +01:00
Matt Westcott
307b12da52
Prepare for 0.8.9 release
...
Conflicts:
CHANGELOG.txt
wagtail/project_template/requirements.txt
wagtail/wagtailcore/__init__.py
2015-09-16 17:34:30 +01:00
Matt Westcott
d9103f48ec
Release note for 5a63a0b
2015-09-16 17:31:51 +01:00
Matt Westcott
9d386cf777
Release note for #1641 (backport to 0.8.x)
...
Conflicts:
CONTRIBUTORS.rst
2015-09-16 17:31:37 +01:00
Matt Westcott
76a653e5a6
Release note for #1660 (backport to 0.8.x)
...
Conflicts:
CHANGELOG.txt
docs/releases/index.rst
2015-09-16 17:28:57 +01:00
Karl Hobley
5e8df2624e
Changelog for #1677 and #1679
2015-09-16 09:35:23 +01:00
Matt Westcott
57d37b1154
prepare for 1.1 release
...
Conflicts:
CHANGELOG.txt
wagtail/wagtailcore/__init__.py
2015-09-15 12:45:54 +01:00
Karl Hobley
a522e75e25
Moved Django REST Framework support release note into major new features
2015-09-15 12:00:18 +01:00
Matt Westcott
38e939b5a8
Merge pull request #1676 from nimasmi/page-ordering-docs
...
Document ineffectiveness of specifying `Page._meta.ordering`
2015-09-14 20:26:52 +01:00
Nick Smith
db14a1dcf4
Document ineffectiveness of specifying Page._meta.ordering
2015-09-11 16:40:23 +01:00
Matt Westcott
9ea7cd9f99
Release note for #1620
2015-09-09 15:23:29 +01:00
Matt Westcott
5ecc69c7a0
Release note for #1666
2015-09-04 14:50:04 +01:00
Matt Westcott
dc655192fe
Release notes for new translations
2015-09-04 14:21:55 +01:00
Matt Westcott
c17c7b1b87
Release note and upgrade consideration for #1631
2015-09-04 12:42:36 +01:00
Tim Heap
5df60caef3
Rename is_abstract to is_creatable
...
`is_creatable` better reflects what it is used for, and stops any
confusion between Wagtail's `is_abstract` and Django's `Meta.abstract`.
`is_creatable` takes in to account `Meta.abstract` now, so developers
will no longer need to set both `is_abstract` and `Meta.abstract`.
Documentation for the new attribute has been added, as well as tests.
2015-09-04 09:59:01 +10:00
Matt Westcott
87e4864729
Release note for #1445
2015-09-03 17:05:03 +01:00
Matt Westcott
e5a5761d5a
Release note for #1475
2015-09-03 16:30:18 +01:00
Matt Westcott
5fa6371fa1
Release note for #1660
2015-09-03 15:30:36 +01:00
Matt Westcott
be869e54c6
Merge pull request #1663 from gasman/takeflight-bug/tagged-snippets
...
Add tests for and update documentation for tagged snippets (update of #1624 )
2015-09-03 13:01:23 +01:00
Matt Westcott
e60e57016e
Merge branch 'bug/tagged-snippets' of https://github.com/takeflight/wagtail into takeflight-bug/tagged-snippets
...
Conflicts:
docs/topics/snippets.rst
2015-09-03 12:18:25 +01:00
Karl Hobley
da96a6758e
Changelog for #1589
2015-09-03 12:16:35 +01:00
Matt Westcott
3d1f83755b
Release note for #1612
2015-09-03 12:06:29 +01:00
Matt Westcott
1f5dc4c024
Release note for #1571
2015-09-03 10:38:13 +01:00
Matt Westcott
cfaed7faba
Release note for #1541
2015-09-02 16:34:27 +01:00
Karl Hobley
3062835918
Changelog for #1544
2015-09-02 14:54:58 +01:00
Matt Westcott
b62faf73ba
Clarify 'the directory containing wagtaildemo' - fixes #1651
2015-09-01 10:13:16 +01:00
Matt Westcott
1ced5f0d6d
Release note for #1633
2015-08-28 23:07:49 +01:00
Matt Westcott
e25464eee9
Release note for #1626
2015-08-28 14:55:54 +01:00
Matt Westcott
1e4618935d
Release note for #1375
2015-08-28 10:59:19 +01:00
Matt Westcott
2ed16e3ee2
Update documentation to indicate that SnippetChooserPanel no longer requires a snippet_type argument
2015-08-28 10:57:31 +01:00
Matt Westcott
4353759018
Merge branch 'kaedroho-snippets-search'
...
Conflicts:
CHANGELOG.txt
2015-08-27 15:42:45 +01:00
Matt Westcott
7751a8439a
Release note for #1610
2015-08-27 15:41:32 +01:00
Matt Westcott
c9aa44cc7e
Add documentation for searchable snippets
2015-08-27 15:29:01 +01:00
Karl Hobley
ebf212d850
Merge pull request #1629 from alexgleason/snippets-doc-fix
...
Snippets docs: __str__ instead of __unicode__
2015-08-27 11:44:25 +01:00
Karl Hobley
c33ec77150
Changelog for fill operation fix
2015-08-27 11:24:29 +01:00
Matt Westcott
c2421246a8
Release note for #1494
2015-08-26 16:38:08 +01:00
Karl Hobley
feeff49e05
Merge pull request #1630 from kaedroho/multilingual-docs
...
Improvements to internationalisation docs
2015-08-26 15:39:17 +01:00
Karl Hobley
695099f958
Changelog for #1528
2015-08-26 14:08:20 +01:00
Karl Hobley
53e8285ae1
Changelog for #1641
2015-08-26 13:50:09 +01:00
Matt Westcott
d01421d2d6
Release note for #1605
2015-08-26 12:04:53 +01:00
Matt Westcott
f65d91ad01
Merge branch 'kaedroho-multiple-page-types-in-page-chooser3'
...
Conflicts:
CHANGELOG.txt
docs/releases/1.1.rst
wagtail/wagtailadmin/views/chooser.py
2015-08-25 16:20:32 +01:00
Matt Westcott
e39653c69b
Release note for #1621
2015-08-25 16:17:35 +01:00
Matt Westcott
7076e06ce7
Documentation for #1621
2015-08-25 16:15:31 +01:00
Matt Westcott
314389f5ef
Release note for #1476
2015-08-25 10:06:17 +01:00
Alex Gleason
6675a738e4
Added comment for Python 2
2015-08-24 18:15:16 -05:00
Karl Hobley
48b0f92961
Tweaks based on feedback from @tomdyson
2015-08-24 12:09:47 +01:00
Karl Hobley
868d0fb3e4
Merge pull request #1635 from benebun/benebun-patch-editor_manual
...
Add several fixes/tweaks for editor manual doc
2015-08-24 09:14:24 +01:00
Tim Heap
537502b521
Add documentation for tagging snippets
2015-08-24 10:22:02 +10:00
Benedikt Breinbauer
7ed22ea7ea
Add apostrophe
2015-08-21 18:19:22 +02:00
Benedikt Breinbauer
067b38e9df
Add missing verb in editor manual
2015-08-21 18:19:04 +02:00
Benedikt Breinbauer
dd6a035e95
Update page type link text in editor manual to match currently used text
2015-08-21 18:11:15 +02:00
Benedikt Breinbauer
3d64afeb52
Add apostrophe
2015-08-21 18:09:52 +02:00
Benedikt Breinbauer
f5166be502
Remove reference to RCA in editor manual doc
2015-08-21 18:09:32 +02:00
Benedikt Breinbauer
cef785e469
Fix some typos in editor manual doc
2015-08-21 18:09:04 +02:00
Benedikt Breinbauer
4d238ffb6a
Use bullet points instead of ordered list consistently
2015-08-21 18:08:24 +02:00
Benedikt Breinbauer
8323a10ecc
Update docs with current number of dots in reordering icon
2015-08-21 18:07:34 +02:00
Benedikt Breinbauer
d8c58f10f1
Fix some typos in i18n docs
2015-08-21 16:05:44 +01:00
Karl Hobley
b8d0541f39
Some edits
2015-08-21 16:00:26 +01:00
Benedikt Breinbauer
4b14962ba3
Fix details in editor manual docs
2015-08-21 15:57:20 +02:00
Benedikt Breinbauer
0d040564d6
Fix LocaleMiddleware path in i18n docs
2015-08-21 15:25:48 +02:00
Karl Hobley
ee61839fd5
Improvements to internationalisation docs
2015-08-21 11:08:11 +01:00
Karl Hobley
102f8db238
Merge pull request #1628 from takeflight/bug/bad-docs-reference
...
Remove reference to non-existant page in docs
2015-08-21 09:35:38 +01:00
Alex Gleason
e09acbea2d
Changed __unicode__ to __str__
2015-08-20 22:30:55 -05:00
Matt Westcott
e73e21a827
grammar fix
2015-08-20 16:57:21 +01:00
Matt Westcott
0bc723b53f
Move 'permissions fixes' section of release notes above 'minor features'
2015-08-20 16:54:42 +01:00
Matt Westcott
4657c62326
Release note for #1623
2015-08-20 16:53:56 +01:00
Karl Hobley
a57b432078
Created internationalisation section of the docs
2015-08-20 12:29:25 +01:00
Karl Hobley
fca5e10314
Upgrade consideration for EditorsPick model move
2015-08-20 12:26:31 +01:00
Tim Heap
d0eadafeb5
Remove reference to non-existant page in docs
2015-08-20 21:02:52 +10:00
Karl Hobley
0ba28e5ca9
Changelog for #1587
2015-08-17 12:43:52 +01:00
Karl Hobley
cebe5249d0
Changelog/release notes for #1606
2015-08-17 12:16:32 +01:00
Marc
3b651241ae
Fixed indentation problems
...
The original indentation used was 2 spaces. Fixed to 4 spaces.
2015-08-17 12:49:54 +02:00
Matt Westcott
85707d5925
Revert "Multiple page types in page chooser"
2015-08-11 18:00:05 +01:00
Tom Dyson
f8d2a9f456
Merge pull request #1565 from gasman/fix/remove-menu-classes
...
Remove all menu-{section_name} classnames on the <body> element and menu item <li>s
2015-08-11 12:39:03 +01:00
Karl Hobley
337a979257
#1582 - Fix typo in model reference
2015-08-05 14:13:00 +01:00
Nick Smith
b67426c86b
Merge branch 'master' into multiple-page-types-in-page-chooser
...
Conflicts:
wagtail/wagtailadmin/views/chooser.py
2015-08-03 18:11:38 +01:00
Nick Smith
38ee0991e6
Update #1533 according to feedback: docs and error message changes
2015-08-03 18:08:20 +01:00
Karl Hobley
fd821179cd
Merge pull request #1580 from benebun/patch-1
...
Fix typo templage > template
2015-08-03 14:38:10 +01:00
Karl Hobley
30408252ff
Contributor/changelog/release note for #1538
2015-08-03 14:35:58 +01:00
Benedikt Breinbauer
ea77a0f7b9
Fix typo templage > template
2015-08-03 15:35:32 +02:00
Matt Westcott
ea2cabca98
Release note for #1492
2015-08-01 11:22:59 +02:00
Matt Westcott
bd59ee93b6
Release note for #1490
2015-08-01 11:13:46 +02:00
Matt Westcott
55c3606b16
Merge branch 'es-index-atomic-rebuild' of https://github.com/kaedroho/wagtail into kaedroho-es-index-atomic-rebuild
2015-08-01 10:52:20 +02:00
Matt Westcott
a679d4f7f5
Remove all menu-{section_name} classnames on the <body> element and menu item <li>s.
...
These were introduced in 9d7d016b7c to support menu item highlighting, but this mechanism was superseded by #1186 . There's no sign of any code still using these classnames, and any code that relies on them would be liable to fail on non-English-language sites anyhow (since the menu item name is derived from the label by default, and the label is a translatable string).
2015-07-30 23:19:12 +01:00
Matt Westcott
1005e2885f
Release note and upgrade consideration for #1235
2015-07-29 11:59:10 +01:00
Matt Westcott
9dff7a21ef
Merge pull request #1235 from kaedroho/searchpicks-module
...
Search promotions module
2015-07-29 11:52:42 +01:00
Karl Hobley
488fcfc8d2
Changelog/release note for #1540
2015-07-28 11:26:49 +01:00
Karl Hobley
459a8c8b44
Renamed searchpicks app to searchpromotions
2015-07-21 13:37:42 +01:00
Karl Hobley
0710facc03
{% get_search_picks %} => {% get_search_promotions %}
2015-07-21 13:37:42 +01:00
Karl Hobley
669c7ac34c
Docs for searchpicks module
2015-07-21 13:37:42 +01:00
Karl Hobley
624c0511c5
Changelog/release note for #1537
2015-07-21 10:21:31 +01:00
Karl Hobley
eb9733610f
Changelog/release note for #1489 and #1520
2015-07-21 09:52:14 +01:00
Matt Westcott
1a7bde76d6
Release note for #1508
2015-07-20 20:09:15 +01:00
Karl Hobley
faabc18ce7
Docs for multiple page types in PageChooserPanel
2015-07-20 14:55:58 +01:00
Matt Westcott
0921bdec6d
Release note for #1426
2015-07-20 14:49:55 +01:00
Karl Hobley
d7953cc501
Added min_num and max_num parameters to InlinePanel
...
Fixes #669
2015-07-19 20:32:41 +01:00
Karl Hobley
d1897f9c14
Changelog/release note for #1527
2015-07-19 16:19:14 +01:00
Matt Westcott
f99141afc2
'extremely basic information' -> 'the hostname of your Wagtail site'
2015-07-15 17:12:19 +01:00
Matt Westcott
919517bb9e
Add upgrade consideration note for version upgrade notifications
2015-07-15 17:12:11 +01:00
Matt Westcott
f97a26f40b
Add release note for #1274 to the docs
2015-07-15 11:36:16 +01:00
Matt Westcott
b6b75ba65d
Documentation fix - renditions do not provide 'alt' ( #1517 )
2015-07-15 11:33:21 +01:00
Karl Hobley
f84af79c7d
Merge branch 'wagtailapi-descendant-of'
2015-07-15 10:01:47 +01:00
Karl Hobley
449fdab7d8
Changelog and release note for API descendant_of filter
2015-07-15 10:00:46 +01:00
Karl Hobley
d3b9779141
Docs for descendant_of API filter
2015-07-15 09:57:53 +01:00
Karl Hobley
ad25aec535
Merge pull request #1480 from kaedroho/model-reference-tweaks
...
Model reference formatting tweaks
2015-07-14 09:38:50 +01:00
Karl Hobley
adc44cfa1a
Changelog/release note for #1444
2015-07-08 16:25:34 +01:00
Karl Hobley
a2f3c79b98
Docs for atomic rebuild
2015-07-08 15:59:14 +01:00
Matt Westcott
3c8bcbd3be
de-capitalise 'Body field'
2015-07-07 16:12:43 +01:00
Matt Westcott
fbb153fbe4
Code fixes and clarifications for tutorial - fixes #1473
2015-07-07 16:12:37 +01:00
Dave Cranwell
82171f70fa
reduced size of logo
2015-07-07 14:41:41 +01:00
Chris Rogers
69254b3b0f
added promoted search page
2015-07-07 11:31:12 +01:00
Chris Rogers
c86927b55a
further changes, adding administrative tasks section
2015-07-07 11:01:07 +01:00
Karl Hobley
26dde89011
Tweaks to model reference
...
Now formatted in a similar way Django formats model references
2015-07-07 09:18:22 +01:00
Karl Hobley
25e5b97680
Tweaks to headers
2015-07-06 19:22:48 +01:00
Karl Hobley
70e83e8821
modelcluster.tags => modelcluster.contrib.taggit
2015-07-06 09:29:18 +01:00
Karl Hobley
60e2d81052
Use search backend module imports in the docs
2015-07-01 14:36:50 +01:00
Matt Westcott
eb9dde8395
Remove "Documentation currently incomplete and in draft status" note from editor manual
...
It's no more 'unfinished' than anything else in Wagtail...
2015-06-30 10:41:39 +01:00
Matt Westcott
f82f0ddab4
release note for #1251
2015-06-29 16:59:31 +01:00
Tim Heap
7d7eece0d1
Add .specific() page queryset method
2015-06-29 15:53:18 +01:00
Karl Hobley
5e78be240e
Build documentation with Django 1.8 fixes #1451
2015-06-29 09:11:21 +01:00
Matt Westcott
16c8540771
release note for #1255
2015-06-26 16:37:48 +01:00
Matt Westcott
9bbbe53223
update docs for #1255
2015-06-26 16:34:00 +01:00
Matt Westcott
66e6c58b5b
Merge branch 'search-config-tweak' of https://github.com/kaedroho/wagtail into kaedroho-search-config-tweak
...
Conflicts:
docs/search/backends.rst
wagtail/wagtailsearch/tests/test_backends.py
2015-06-26 16:33:21 +01:00
Chris Rogers
f28d37675e
Merge pull request #1440 from chrxr/master
...
Updating editors manual docs for Wagtail 1.0.
2015-06-26 12:12:31 +01:00
Matt Westcott
cc276dfe53
release note for #1212
2015-06-25 12:19:22 +01:00
Chris Rogers
69f930d35d
Added snippets section
2015-06-25 12:00:46 +01:00
Chris Rogers
251e46c3b6
minor fixes post review
2015-06-25 10:46:15 +01:00
Chris Rogers
6c80a42e45
Merge remote-tracking branch 'upstream/master'
2015-06-24 17:56:32 +01:00
Chris Rogers
0fe719f1d0
Changed lots of things in docs. Just snippets to go
2015-06-24 17:55:42 +01:00
Matt Westcott
90d4f322fd
Add 1.1 release notes page to docs + release note for #1434
2015-06-24 10:28:08 +01:00
Matt Westcott
66def3f72d
remove IN DEVELOPMENT from 1.0 release notes
2015-06-24 10:24:13 +01:00
Karl Hobley
369d2d437a
Merge pull request #1422 from kaedroho/routablepage-docs-improvements
...
Improvements to RoutablePage docs
2015-06-24 09:52:29 +01:00
Matt Westcott
5d4c42060e
Add upgrade consideration note for IMAGE_COMPRESSION_QUALITY
2015-06-23 16:29:25 +01:00
Chris Rogers
a25d630692
minor docs readme change
2015-06-23 14:54:35 +01:00
Chris Rogers
bdb7b27d6f
Merge pull request #1430 from ryneeverett/tutorial-blog-template
...
Add basic blog template to tutorial.
2015-06-23 12:39:45 +01:00
Karl Hobley
517a0c378f
Change heading styles
2015-06-22 10:29:36 +01:00
Karl Hobley
f3b2cde5dc
Removed contents and heading
2015-06-22 10:28:24 +01:00
ryneeverett
bfe6fb45cc
Add basic blog template to tutorial.
...
Seems like an oversight since they soon tell you to "adjust" it.
2015-06-21 18:39:47 -04:00
Karl Hobley
0ed4e26d63
Merge pull request #1423 from kaedroho/staticsitegen-example-fix
...
Update staticsitegen example to use new RoutablePage syntax
2015-06-19 11:40:49 +01:00
Karl Hobley
e2a331febe
Made listing view example a little bigger
2015-06-19 10:34:14 +01:00
Karl Hobley
94b18ad658
Fix reference to forms doc
2015-06-19 10:19:03 +01:00
Karl Hobley
ad2dfd81a2
Update staticsitegen example to use new RoutablePage syntax
2015-06-19 10:08:37 +01:00
Karl Hobley
e0a1802f7c
Improvements to RoutablePage docs
2015-06-19 09:55:30 +01:00
Matt Westcott
d8f481ce2c
remove 'in development' from 0.8.8
...
Conflicts:
CHANGELOG.txt
2015-06-18 16:38:21 +01:00
Matt Westcott
4a84560a95
Add requirements.txt to project template.
...
While the project template is intended to be as generic as possible, and not everyone will want to use requirements.txt (some would prefer to use setup.py to define requirements, for example), we need some way to formally indicate that the project template is specific to Django 1.8.
2015-06-17 17:00:29 +01:00
Matt Westcott
63c52679b4
Add translations for Croatian and Finnish
2015-06-16 17:07:11 +01:00
Karl Hobley
78c1c79f10
Changelog/release note for #1412
2015-06-16 16:04:43 +01:00
Matt Westcott
8bd6d65a20
Support overriding form classname and template within StructBlock
2015-06-16 13:09:33 +01:00
Matt Westcott
6b3ddde533
Use correct template tags for {{ self.intro }}
...
Fixes #1404
2015-06-15 18:42:34 +01:00
Matt Westcott
7e89a8e4a2
changelog entry for #1406
2015-06-15 16:26:08 +01:00
Karl Hobley
5538b73e9e
Changelog/release note for #1388
2015-06-15 09:20:20 +01:00
Matt Westcott
fddeb4308b
Documentation for migrating a RichTextField to StreamField
2015-06-12 20:33:19 +01:00
Karl Hobley
36c124475c
Changelog/release note for #1400
2015-06-12 15:25:18 +01:00
Matt Westcott
c3c92ebb10
Release note for #1381
2015-06-10 13:43:03 +01:00
Karl Hobley
9713250c42
Moved theory doc into reference
2015-06-05 13:54:15 +01:00
Karl Hobley
1ce5a441e5
Changelog/release note/contributor for #1266
2015-06-05 13:43:50 +01:00
Karl Hobley
7167b9bdab
Merge pull request #1353 from kaedroho/docs-tweaks
...
A little more restructuring of the docs
2015-06-05 13:29:54 +01:00
Matt Westcott
15c6d027b4
release note for #1270
2015-06-03 12:17:02 +01:00
Karl Hobley
eb6f25bc66
Changelog/release note for #1365
2015-06-03 09:50:59 +01:00
Karl Hobley
08ca89bb7a
Merge pull request #1361 from zerolab/docs-tutorial
...
Add the Wagtail tutorial to docs
2015-06-03 09:39:03 +01:00
Matt Westcott
992f4cafbe
Release note for #1272
2015-06-02 16:48:33 +01:00
Dan Braghis
04ddfc0b3c
Merge pull request #1363 from kaedroho/remove-sendfile-dependency
...
Removed sendfile dependency
2015-06-02 16:12:55 +01:00
Dan Braghis
d830e07eca
Replace missed slugify example
2015-06-02 16:06:03 +01:00
Dan Braghis
8d3b79f8fc
Further tweaks and cleanup
2015-06-02 16:03:57 +01:00
Karl Hobley
0cecb61862
Moved form builder to contrib
...
It will soon be contrib
2015-06-02 09:14:56 +01:00
Karl Hobley
201164ccb5
Moved page privacy to advanced topics
2015-06-02 09:14:55 +01:00
Karl Hobley
98692f9bfa
Moved snippets to topics
2015-06-02 09:14:20 +01:00
Karl Hobley
7fafc63ce0
Fix typo
2015-06-01 16:55:55 +01:00
Karl Hobley
8c75baa271
Removed sendfile dependency
...
Not actually needed unless you're setting a SENDFILE_BACKEND and in that case, you'll know you need it.
2015-06-01 16:49:12 +01:00
Dan Braghis
8c0acb9f6c
Tweaks based on feedback
2015-06-01 16:23:13 +01:00
Karl Hobley
3b26ddc162
Fixed module names for a few classes
2015-06-01 16:03:59 +01:00
Dan Braghis
39ca18263a
Add the Wagtail tutorial to docs
2015-06-01 15:30:07 +01:00
Dan Braghis
be3be40389
Release/changelog notes for #1109
2015-06-01 14:30:07 +01:00
Karl Hobley
9df9261f4f
Fixed a couple of links in editor manual
...
This should fix PDF builds as well
2015-06-01 14:12:48 +01:00
Karl Hobley
a6f28826bd
Merge pull request #1358 from kaedroho/customisation-docs
...
Added customisation section to the docs
2015-06-01 12:36:42 +01:00
Karl Hobley
eec194f154
Added missing "versionadded"
2015-06-01 09:54:17 +01:00
Karl Hobley
0b0a97ff28
Update 1.0.rst
2015-06-01 09:52:29 +01:00
Karl Hobley
f9f6d52670
Moved page editor customisation to customisation section
2015-05-30 23:17:39 +01:00
Karl Hobley
5d52ae949d
Added customisation section
2015-05-30 23:10:48 +01:00
Karl Hobley
3188fc031a
Added a link to AUTO_UPDATE docs from release notes
2015-05-29 17:00:09 +01:00
Matt Westcott
e2a44fe0a5
release note for #1349
2015-05-29 16:24:23 +01:00
Matt Westcott
eaa100367f
Merge branch 'search-auto-update' of https://github.com/kaedroho/wagtail into kaedroho-search-auto-update
2015-05-29 15:58:29 +01:00
Karl Hobley
9885d2fb7d
Fix typos
2015-05-29 14:21:08 +01:00
Karl Hobley
77d143a099
Some edits to model reference
2015-05-29 12:53:48 +01:00
Karl Hobley
16315403fc
Added upgrade consideration for admin_form_fields
2015-05-29 12:05:52 +01:00
Karl Hobley
afda401956
Document admin_form_fields
2015-05-29 11:57:25 +01:00
Karl Hobley
c670f1a8e7
Indexing {non-page => custom} models
2015-05-29 11:23:31 +01:00
Karl Hobley
e4ee711043
Removed Pagination from the example search view
...
Makes the searching bit easier to see. Leave pagination as an exercise for the reader
2015-05-29 11:20:05 +01:00
Karl Hobley
e7c61b13b1
Improve docs for WAGTAILSEARCH_BACKENDS setting
...
Including docs for new AUTO_UPDATE parameter
2015-05-29 11:04:54 +01:00
Karl Hobley
640383ad29
Updates to search backends docs
2015-05-29 10:49:16 +01:00
Karl Hobley
c3a4a30719
Wording tweak
2015-05-28 15:18:51 +01:00
Karl Hobley
a0ddfc9fec
Tweak to the RoutablePageMixin examples
...
Use view names as defined in the example above
2015-05-28 15:18:18 +01:00
Karl Hobley
0662f915ad
Reordered 1.0 upgrade considerations
2015-05-28 15:03:48 +01:00
Karl Hobley
1ba7e645fd
Renamed howto to advanced topics
2015-05-28 12:58:50 +01:00
Karl Hobley
2e0dcc88d5
Moved some of the reference docs into topics
2015-05-28 12:57:00 +01:00
Dave Cranwell
bd45a12efd
Simplified getting started section
2015-05-28 10:13:05 +01:00
Karl Hobley
f2012bcde0
Merge pull request #1319 from kaedroho/more-pages-docs-tweaks
...
Various improvements to pages docs
2015-05-27 09:47:34 +01:00
Karl Hobley
a177a69824
Merge pull request #1306 from kaedroho/custom-image-model-docs
...
Add docs for custom image models
2015-05-27 09:40:52 +01:00
Karl Hobley
30eed43d10
Merge pull request #1318 from kaedroho/frontend-search-docs
...
Update frontend search view docs
2015-05-27 09:40:39 +01:00
Karl Hobley
9c48f65972
Changelog/release notes
2015-05-26 14:00:52 +01:00
Dave Cranwell
c18bab66c6
Tracking/Phone Home/Upgrade notification
2015-05-26 13:35:07 +01:00
Harris L.
de7f1b4456
Update creating_pages.rst
...
Restore a missing `+`.
2015-05-20 12:25:09 -04:00
Karl Hobley
23969890cb
Merge remote-tracking branch 'takeflight/refactor/remove-libsass'
2015-05-19 17:25:52 +01:00
Karl Hobley
9139e6454f
Removed the little sites doc
...
Sites now have some reference documentation in the page models reference
2015-05-18 16:34:42 +01:00
Karl Hobley
ec0c9917c6
Improvements to the page model reference docs
2015-05-18 16:30:55 +01:00
Karl Hobley
6d6863c01d
Link to routablepage from "adding endpoints to pages" docs
2015-05-18 15:17:27 +01:00
Karl Hobley
29cd935dc3
Rename queryset reference and privacy pages
2015-05-18 15:12:19 +01:00
Karl Hobley
d2d43dca0a
Better formatting for page fields reference
...
No on the class so they can now be referenced with :meth:
2015-05-18 15:09:12 +01:00
Karl Hobley
01c38e27cd
Improvements to cross-linking
2015-05-18 15:09:12 +01:00
Karl Hobley
605fdc62f7
Moved page field reference to page model reference
2015-05-18 15:09:12 +01:00
Karl Hobley
eee3d42735
Update frontend search view docs
...
We no longer recommend using Wagtails built in search view.
This commit adds an example view that anyone can use in their project instead.
2015-05-18 13:48:41 +01:00
Karl Hobley
2940ea9c9b
Fix too short underline
2015-05-18 13:24:48 +01:00
Karl Hobley
9dd4b0391a
Improvements to Page model reference docs
...
- Rename to "Page model reference"
- Add docs for fields
- Add docs for other models such as revisions, group page permissions, etc
2015-05-18 12:14:01 +01:00
Karl Hobley
980a29d839
Tweaks to editing api docs
...
Based on feedback from @tomdyson on #1310
2015-05-18 10:49:12 +01:00
Karl Hobley
b078bb755a
Spellchecked editing api docs
2015-05-18 10:44:07 +01:00
Karl Hobley
e04fa2b471
Merge rich text docs
2015-05-18 10:43:36 +01:00
Karl Hobley
866b762b7b
Merge "collapsing multi field panels" into MultiFieldPanel
2015-05-18 10:43:36 +01:00
Karl Hobley
3f780a1d8c
2 => 4 spaces
2015-05-18 10:43:36 +01:00
Karl Hobley
b92b1f7edb
Remove duplicate docs for col classes
2015-05-18 10:43:36 +01:00
Karl Hobley
a2804d2fe6
Move chooser panels next to other panels
2015-05-18 10:43:36 +01:00
Karl Hobley
e3fc465360
Move panels explanation above listing of panels types
2015-05-18 10:43:36 +01:00
Karl Hobley
457f5908a8
Break down FieldRowPanel docs
...
Hopefully, more reabable
2015-05-18 10:43:36 +01:00
Karl Hobley
ad222ffb18
Restructured basic panels docs
2015-05-18 10:43:36 +01:00
Karl Hobley
175d147e09
Tweaks to coding style of model examples
2015-05-18 10:43:36 +01:00
Karl Hobley
22ba2328a1
Don't document Documents here
...
Not the right place for it
2015-05-18 10:43:36 +01:00
Karl Hobley
a19f6c8bbf
Spelling fixes for editors guide
2015-05-18 10:20:08 +01:00
Karl Hobley
fb51fc3db8
Document using feature detection with custom image model
2015-05-18 10:19:32 +01:00
Karl Hobley
78a11e98f8
Add docs for custom image models
2015-05-18 10:19:32 +01:00
Dave Cranwell
5a1f4de23c
replaced bullets with headings in python guidelines
2015-05-18 09:46:38 +01:00
Dave Cranwell
d507ce9ea1
wording change
2015-05-18 09:46:38 +01:00
Dave Cranwell
2ab94a0022
made difference clearer between coding style and styleguide
2015-05-18 09:46:38 +01:00
Dave Cranwell
66a901c48c
removed duplicated/out-of-date information about getting started using the demo site. this is now only in the actual wagtaildemo repo
2015-05-18 09:46:38 +01:00
Dave Cranwell
ef4d9b00c5
moved github issues/pr info into index page, leaving the developing page more about actual development, not housekeeping
2015-05-18 09:46:38 +01:00
Dave Cranwell
bf6607de54
moved styleguide to own page. renamed trying wagtail to demo site
2015-05-18 09:46:38 +01:00
Dave Cranwell
f42e06c455
fixed couple of mislink reports
2015-05-18 09:13:02 +01:00
Dave Cranwell
09af55dfbb
added logo
2015-05-18 09:11:11 +01:00
Karl Hobley
c7f2837ad8
Changelog/contributor/release notes for #1289 and #1299
2015-05-15 09:05:40 +01:00
Tom Dyson
7fc5e38dc4
Merge pull request #1304 from kaedroho/howto-spell-fixes
...
Spelling fixes for howto section
2015-05-14 17:05:48 +01:00
Karl Hobley
8b3bc775d7
Change titles to links on contrib index
2015-05-14 16:01:03 +01:00
Karl Hobley
9420930f18
Rename docs for contrib modules
2015-05-14 15:27:14 +01:00
Karl Hobley
dfedd062a8
Fix formatting of docs front page
2015-05-14 14:17:59 +01:00
Karl Hobley
543cedec40
Merge remote-tracking branch 'davecranwell/docs-reorganisation'
2015-05-14 12:14:58 +01:00
Dave Cranwell
5c16f9e7e0
moved attr/prop/method reference into pages section
2015-05-14 11:54:41 +01:00
Karl Hobley
642f37c1e5
Spelling fixes for howto section
2015-05-14 11:29:00 +01:00
Dave Cranwell
3e5eb60bf9
moved pages, images, snippets, form builder, search into reference. Updated requirements, removed conflicting theme css file, updated README
2015-05-14 11:20:50 +01:00
Karl Hobley
c94ce91823
Spelling fixes for form builder
2015-05-14 11:11:58 +01:00
Karl Hobley
16294c2fd2
Fix reference to javascript_guidelines
2015-05-14 10:26:03 +01:00
Karl Hobley
4f98523116
Spelling fixes for contrib section
2015-05-14 10:17:33 +01:00
Karl Hobley
d94cde879c
Allow search backends to be imported by module
...
This allows the elasticsearch backend to be imported like "wagtail.wagtailsearch.backends.elasticsearch" (dropping .ElasticSearch from the end of the import string)
2015-05-07 14:11:56 +01:00
Karl Hobley
10fb0c4249
Changelog/release notes/contributors for #1176
2015-05-07 10:12:31 +01:00
Karl Hobley
40092e1852
Must use simple sendfile when using staticsitegen
2015-05-07 09:54:28 +01:00
Dan Braghis
e7e0ddcedd
Release/Changelog notes for #1263/#1269
2015-05-06 17:19:57 +01:00
Tim Heap
676799da45
Add docs on compiling the static admin assets
2015-05-05 22:23:05 +10:00
Karl Hobley
0fb4880acf
0.8.8 is in development
2015-05-04 15:15:32 +01:00
Karl Hobley
b3030ac6b0
Changelog/release note/contributor for #1260
2015-05-03 11:26:12 +01:00
Tim Heap
136d97dca2
Add instructions on compiling SCSS files to docs
2015-05-01 08:53:04 +10:00
Tim Heap
ddebafa119
Remove libsass dependency, precompile CSS for distribution
...
Depending on libsass for all Wagtail installations was causing issues
with various operating systems, dramatically increasing installation
times, and preventing front end development adopting modern practices.
libsass has been removed as a dependency. Sass files are compiled before
release as a dependency of the `sdist` setup command. Sass compilation
is done through `gulp`. People wishing to hack on the frontend assets
should now install wagtail locally, install the node dependencies, and
run `gulp`:
$ pip install -e path/to/wagtail
$ cd path/to/wagtail
$ npm install
$ npm start
All the templates and JS files have been updated to reference the new
compiled CSS files instead of the Sass files.
Precompiled CSS for jquery-ui and similar have been moved out of the
`scss/` directory to the `css/` directory.
2015-05-01 08:53:04 +10:00
Matt Westcott
ad3a3d6c54
Finalise 0.8.7 in documentation
...
Conflicts:
CHANGELOG.txt
2015-04-29 14:08:32 +01:00
Matt Westcott
ea22d3d2f9
release note for #1244
2015-04-28 19:06:32 +01:00
Dave Cranwell
5da7a31bc2
Merge pull request #1237 from JoshBarr/feature/javascript-airbnb
...
Conform JavaScript to Airbnb StyleGuide
2015-04-28 12:37:32 +01:00
Matt Westcott
e243cf2403
remove note that was meaningful when the rich text tag library was called rich_text, but isn't any more
2015-04-27 15:23:47 +01:00
Matt Westcott
9ebd6979ae
CAN HAZ DJANGO 1.8
2015-04-27 15:21:56 +01:00
Matt Westcott
d3a16b8d27
Release note for #1161
2015-04-27 14:51:33 +01:00
Matt Westcott
6668a5fa69
revert typo fix which wasn't
2015-04-27 14:22:15 +01:00
Karl Hobley
7200def791
Added @route decorator
2015-04-27 14:22:15 +01:00
Matt Westcott
f7b2cfbb4e
Move release note for #1236 from 1.0 to 0.8.7
2015-04-27 14:22:01 +01:00
Josh Barr
d83ef58ecb
added JS documentation to the contributing section
2015-04-27 23:05:36 +12:00
Tom Dyson
7a66367517
Merge pull request #1239 from revsys/copyright-year
...
Update docs copyright year
2015-04-26 21:57:48 +01:00
Frank Wiles
312033ba4e
Update docs copyright year
2015-04-25 13:01:58 -05:00
Frank Wiles
9239057489
Add Sites to configuration instructions
2015-04-25 12:22:54 -05:00
Matt Westcott
d22413dafc
Remove 'customising the tabbed interface' section from 1.0 release notes
...
It's covered by the 'editing API' docs, and isn't something that developers need to know about at the point of upgrading.
2015-04-24 15:17:08 +01:00
Matt Westcott
a4af4b9e0a
release note for #1226
2015-04-24 10:45:42 +01:00
Matt Westcott
35a8802fac
move release note item for #942 from 1.0 to 0.8.7
2015-04-23 16:54:41 +01:00
Matt Westcott
07cf971911
Release note for #1225
2015-04-23 16:12:39 +01:00
Karl Hobley
1e41a4d8fa
Merge pull request #1202 from pcraston/master
...
#1183 add note to staticsitegen documentation
2015-04-23 11:54:04 +01:00
Karl Hobley
b744e953de
Don't use spelling extension on read the docs
2015-04-22 17:39:23 +01:00
Dan Braghis
4adb3f2dc4
Change translation wording to strongly point to Transifex
2015-04-22 10:36:00 +01:00
Dan Braghis
d725bb0390
Update RTD links and add Transifex as preferred translation option
2015-04-22 10:26:21 +01:00
Karl Hobley
b5a3821dfa
Changelog/release note for #1222
2015-04-22 09:58:03 +01:00
Karl Hobley
6de6437298
Changelog/release note for #1218
2015-04-21 16:21:47 +01:00
Karl Hobley
59bf899a6a
Docs: Fix title underline
2015-04-21 16:05:37 +01:00
Matt Westcott
7e98c71b90
Add Joss's twitter widget tutorial to Third-party tutorials
2015-04-21 12:05:30 +01:00
Tom Dyson
0e926e8399
Merge pull request #1210 from kaedroho/spellcheck
...
Add spellchecker to the docs
2015-04-20 14:08:17 +01:00
Dave Cranwell
b14d454b79
Merge pull request #1191 from JoshBarr/feature/css-guidelines
...
Added css guidelines
2015-04-20 10:49:52 +01:00
Karl Hobley
e145e8ebcf
Spelling corrections
2015-04-19 10:53:34 +01:00
Karl Hobley
458fdbf776
Add 'login' to wordlist
2015-04-19 10:28:10 +01:00
Karl Hobley
7d6b039239
Use GB English for spellchecking
2015-04-19 10:24:12 +01:00
Karl Hobley
739ef64cf1
Started fixing spellings. Added wordlist
2015-04-17 23:05:08 +01:00
Karl Hobley
27facef89e
Added spellcheker
2015-04-17 22:49:16 +01:00
Josh Barr
b7ef25d8e0
created contrib section in docs, made amends to css styleguide
2015-04-18 08:34:54 +12:00
Karl Hobley
3606d89b1c
Changelog/release note for #1186
2015-04-17 12:33:45 +01:00
Patrick Craston
2cee8667ee
#1183 add note to staticsitegen documentation about temporarily using fork of django-medusa to process Documents
2015-04-17 11:24:29 +01:00
georgewhewell
ebf2d767e0
Update docs for static site generation
...
the staticsitegen command won't work without these settings- will throw NotImplementedErrors using defaults.
2015-04-16 10:56:29 +01:00
Josh Barr
0eb2ca7cf2
added css guidelines
2015-04-16 17:09:13 +12:00
Karl Hobley
53659b35b9
Removed patterns() from docs
2015-04-10 16:57:05 +01:00
Karl Hobley
df446f1475
0.9 => 1.0
2015-04-09 17:06:32 +01:00
Karl Hobley
0e67d5b3ca
Removed all versionchanged older than 0.7
2015-04-09 17:05:26 +01:00
Karl Hobley
8d162d0a86
Removed all versionadded older than 0.7
2015-04-09 17:03:33 +01:00
Matt Westcott
bb7076f978
better heading
2015-04-09 14:13:11 +01:00
Matt Westcott
42f96668ee
Merge branch 'update-hook-names' of https://github.com/zerolab/wagtail into zerolab-update-hook-names
...
Conflicts:
CHANGELOG.txt
2015-04-09 14:13:01 +01:00
Dan Braghis
5c197593bc
Add upgrade considerations
2015-04-09 14:09:30 +01:00
Karl Hobley
5ac1bc217a
Revert "Recommend defining subpage_urls as a property"
...
This reverts commit 4c0803ccc4 .
2015-04-09 14:07:53 +01:00
Karl Hobley
0262a55541
Updated API usage docs
2015-04-09 12:13:43 +01:00
Karl Hobley
69cabffb39
Merge pull request #1145 from kaedroho/images-docs
...
Some image docs tweaks
2015-04-09 11:55:43 +01:00
Matt Westcott
7ff9f3ee50
Release note for #1147
2015-04-08 11:49:19 +01:00
Dan Braghis
aa5fe7574b
Tweak code and docs based on feedback
2015-04-03 18:34:03 +01:00
Dan Braghis
63672e0976
Add CHANGELOG and release notes for edit_bird hook rename
2015-04-03 13:39:46 +01:00
Dan Braghis
c174de8724
Rename construct_wagtail_edit_bird hook
2015-04-03 13:36:32 +01:00
Karl Hobley
e90f0753c5
Some tweaks based on feedback from @tomdyson
2015-04-02 17:10:51 +01:00
Karl Hobley
6f32ed2661
Added note about animated gif support
2015-04-02 14:40:33 +01:00
Karl Hobley
2043808b1a
Created images advanced topics section
2015-04-02 14:21:13 +01:00
Karl Hobley
98331350ca
Moved using in templates into a sub document
2015-04-02 14:15:48 +01:00
Karl Hobley
289cc5cc06
"register" should be "reciever"
2015-04-01 17:14:20 +01:00
Karl Hobley
694860c6b6
Merge pull request #1031 from kaedroho/wagtailapi
...
Wagtail API module
2015-04-01 14:28:01 +01:00
Karl Hobley
5f0932a6b8
Merge pull request #1131 from negletios/documentation-fixes
...
Fix typo in code example. Fixes #1130
2015-03-31 16:59:03 +01:00
Yiannis Inglessis
fcdcc3aa7b
Fix typo in code example. Fixes #1130
2015-03-31 18:47:10 +03:00
Karl Hobley
7ad6b2e149
Changelog, release note and Upgrade consideration
2015-03-31 16:35:53 +01:00
Karl Hobley
addb57c0cd
Changelog and release notes for #728
2015-03-31 15:29:08 +01:00
Karl Hobley
a1ccb1504b
Fix typo in code example. Fixes #1129
...
Thanks to @negletios for spotting
2015-03-31 15:15:18 +01:00
Karl Hobley
d2bd3ebaef
Changelog/release note for #1120
2015-03-31 14:38:24 +01:00
Karl Hobley
6f8218f23b
Remove mention of celery from docs
2015-03-31 10:29:58 +01:00
Karl Hobley
b86cb94bdf
Added contrib.wagtailapi module. Closes #926
...
Imported from: https://github.com/torchbox/wagtailapi
Thanks to @timheap for the review
2015-03-31 09:24:20 +01:00
Matt Westcott
a83a16de5c
release note for #1114
2015-03-30 12:41:01 +01:00
Matt Westcott
24c04ee709
documentation for the construct_homepage_summary_items hook
2015-03-30 11:37:06 +01:00
Timo Rieber
16120404c6
Fixed import for pageurl tag which has moved from pageurl to wagtailcore_tags library
2015-03-29 16:22:33 +02:00
Matt Westcott
dbb4e763ee
version 0.9 shall now be known as version 1.0
2015-03-27 15:36:18 +00:00
Karl Hobley
bf8c690edc
Update django-taggit in docs
2015-03-27 15:15:57 +00:00
Matt Westcott
52505fee21
release note for MySQL support
2015-03-27 15:13:15 +00:00
Matt Westcott
6bf9d8440f
StreamField release note
2015-03-27 11:06:52 +00:00
Karl Hobley
4c0803ccc4
Recommend defining subpage_urls as a property
...
We previously recommended that users define their subpage_urls in a class attribute but this syntax will no longer work on Django 1.8.
This commit changes the docs to recommend users define their subpage_urls as a property so new code will be written in a forwards-compatible way.
2015-03-26 16:56:22 +00:00
Karl Hobley
8929850d43
Customising => Setting up
2015-03-26 14:17:35 +00:00
Karl Hobley
8d95b64b4a
Renamed "Displaying fields with the Editing API" to "Customising the page editor interface"
2015-03-26 14:17:35 +00:00
Karl Hobley
05e55a3abb
Removed a couple of under construction messages
2015-03-26 14:17:35 +00:00
Karl Hobley
8ea5054a1b
Moved hooks into their own file
2015-03-26 14:17:35 +00:00
Karl Hobley
9439a57e9b
Renamed a couple of contrib docs
2015-03-26 14:17:35 +00:00
Karl Hobley
5e07f9f476
Moved routablepage docs to contrib
2015-03-26 14:17:35 +00:00
Karl Hobley
f636087460
Renamed "For frontend developers" to "Writing templates"
2015-03-26 14:17:35 +00:00
Karl Hobley
8aca6ff8ac
Moved sites into pages section
2015-03-26 14:17:35 +00:00
Matt Westcott
532f7581be
Merge pull request #1104 from gasman/streamfield-docs
...
StreamField developer docs
2015-03-26 14:12:46 +00:00
Karl Hobley
f05eccefe7
Elasticsearch < 1.0 no longer supported
2015-03-26 13:58:15 +00:00
Matt Westcott
fb48c0a5d7
move streamfield documentation page to new location post-#1090
2015-03-26 13:08:25 +00:00
Matt Westcott
33def64870
snappier intro and link to StreamField blog post
2015-03-26 13:02:31 +00:00
Matt Westcott
a3379dfbe5
consistent spacing / use of code-block around code snippets
2015-03-26 13:02:31 +00:00
Matt Westcott
81c51e2b13
StreamField developer docs
2015-03-26 13:02:30 +00:00
Matt Westcott
441c274f22
Merge branch 'docs-restructure' of https://github.com/kaedroho/wagtail into kaedroho-docs-restructure
2015-03-26 12:59:14 +00:00
Matt Westcott
40d514964d
Update docs to reflect the fact that django-libsass / Pillow are not being installed separately
2015-03-24 13:56:16 +00:00
Matt Westcott
2977f46a86
Release note for #1093
2015-03-24 12:57:09 +00:00
Karl Hobley
aa11d45ece
Renamed contrib_components to contrib
2015-03-23 17:39:18 +00:00
Karl Hobley
e809176173
Moved core components on level up
2015-03-23 17:39:18 +00:00
Karl Hobley
0b9eeae1ad
Removed roadmap
...
Moved to: https://github.com/torchbox/wagtail/wiki/Roadmap
2015-03-22 12:08:22 +00:00
Karl Hobley
667fee8d15
Replaced django-redis-cache with django-redis
...
Fixes #1068
2015-03-22 12:08:22 +00:00
Karl Hobley
b2b3801371
Fixed capitalisation of Elasticsearch
2015-03-22 12:08:22 +00:00
Karl Hobley
6a968049f7
Search urls have changed
2015-03-22 12:08:22 +00:00
Karl Hobley
adb703ca2b
South/django admin no longer required
2015-03-22 12:08:22 +00:00
Karl Hobley
b8f8b1082a
Merge pull request #1071 from kaedroho/tests-changes
...
Tests changes
2015-03-19 13:38:38 +00:00
Matt Westcott
8e3ea58b25
release note for #1018
2015-03-19 11:53:43 +00:00
Matt Westcott
fc6fe17c8c
release note for #1070
2015-03-19 11:12:44 +00:00
Karl Hobley
5aa6ed2c2a
Docs for running the tests
...
Fixes #1004
2015-03-18 20:53:33 +00:00
Matt Westcott
bd28d9288a
Increase the maximum length of a page slug from 50 to 255 characters - fixes #787
2015-03-18 10:49:46 +00:00
Karl Hobley
ed9aad1418
Move login url settings release note up one space
2015-03-18 10:12:39 +00:00
Karl Hobley
58f89d2a91
Admin menu => Left hand menu
2015-03-18 10:08:48 +00:00
Karl Hobley
62f755054a
Add some more detail to a 0.9 release note
...
Fixes #1065
2015-03-18 10:08:01 +00:00
Matt Westcott
846b309593
Release note for #1054
2015-03-17 16:26:43 +00:00
Matt Westcott
80cb6e16e7
prepare for 0.8.6 release
...
Conflicts:
CHANGELOG.txt
wagtail/project_template/requirements.txt
wagtail/wagtailcore/__init__.py
2015-03-10 17:32:14 +00:00
Matt Westcott
a3b39fa901
upgrade consideration note for #1044
2015-03-10 17:26:24 +00:00
Karl Hobley
4f7edeed1f
Changelog/release note for #1037
2015-03-10 13:07:03 +00:00
Karl Hobley
38b7afc8ed
Changelog/release note for #1044
2015-03-10 12:07:16 +00:00
Matt Westcott
3efad3089d
release note for #1045
2015-03-06 13:57:45 +00:00
Matt Westcott
1475eba5a8
missing backtick
2015-03-04 10:54:34 +00:00
Matt Westcott
11cb63d892
release note for #1036
2015-03-04 10:54:34 +00:00
Karl Hobley
3d314b80ae
Installation docs wording tweaks
2015-03-03 10:00:44 +00:00
Dan Braghis
2895aac7f3
Add changelog/release notes for #1022
2015-02-27 14:48:55 +00:00
Dan Braghis
096a24648d
Merge pull request #1022 from gasman/feature/custom-page-edit-handler
...
Allow specifying custom edit handlers for pages - fixes #210
2015-02-27 14:41:45 +00:00
Matt Westcott
87de5d0c66
update InlinePanel syntax
2015-02-25 10:51:32 +00:00
Matt Westcott
de2dc3d786
documentation for #1022
2015-02-24 11:52:05 +00:00
Matt Westcott
81521838c7
Upgrade consideration note for #980
2015-02-23 18:54:44 +00:00
Tom Dyson
4e7b9bfd98
Merge pull request #1019 from zerolab/remove-build-dependencies
...
Remove build dependencies. Fixes #985 and #958
2015-02-23 11:20:29 +00:00
Dan Braghis
352281a1e0
Separate dependencies in two subsections
2015-02-23 11:13:37 +00:00
Dan Braghis
423dcb28b0
Replace dependency list with link to setup.py
...
And separate dependencies into 'barebones' and 'admin ui'
2015-02-23 11:11:50 +00:00
Dan Braghis
99f94baa4a
Add changelog/release notes for #935/#1013
2015-02-23 10:01:38 +00:00
Dan Braghis
69836e5970
Minor docs cleanup
2015-02-22 11:29:24 +00:00
Dan Braghis
318ba87117
Add dependencies subsection with notes on libsass and Pillow
2015-02-22 11:27:12 +00:00
Matt Brailsford
08a5ac9b36
Update page.rst
...
Added parent_page_types docs and updated subpage_types docs to include instructions on blocking child page creation altogether.
2015-02-21 10:05:41 +00:00
Matt Westcott
d7e1fd497e
release note for #1014
2015-02-20 15:45:38 +00:00
Karl Hobley
c447ca344a
Release notes formatting tweaks
2015-02-20 13:49:12 +00:00
Karl Hobley
e5d5032317
Restructured 0.9 release notes
2015-02-20 13:44:33 +00:00
Karl Hobley
c7f7146055
Changelog and release note for #1003
2015-02-20 13:34:35 +00:00
Karl Hobley
55575e622c
Merge pull request #1011 from kaedroho/docs-pages
...
Pages docs changes
2015-02-20 11:42:34 +00:00
Karl Hobley
764bca95b0
Removed incomplete sections
2015-02-20 11:41:32 +00:00
Karl Hobley
652866cf68
Update static_site_generation.rst
2015-02-19 23:46:52 +00:00
Karl Hobley
d655e3542c
Use routablepage instead of route override
2015-02-19 17:25:24 +00:00
Karl Hobley
1f8f0e209f
Formatting tweaks to medusa docs
2015-02-19 17:08:23 +00:00
Karl Hobley
a5ab59e33d
Improvements to contrib section index
2015-02-19 17:07:21 +00:00
Karl Hobley
096d1fd42c
Moved page fields reference into reference section
2015-02-19 16:53:24 +00:00
Karl Hobley
27b43b4a68
Removed "Helpful model descriptions" section
...
Not a big fan of having hacky code in the docs
2015-02-19 16:50:16 +00:00
Karl Hobley
eb01ac012c
A bit of help for non-Django devs
2015-02-19 16:48:54 +00:00
Karl Hobley
ea8d0a7c22
Rewrote intro to "Creating page models" section
2015-02-19 16:38:38 +00:00
Karl Hobley
e25ab2ec48
Spacing fixes in example
2015-02-19 16:25:17 +00:00
Karl Hobley
65bd0e305b
Undocument go_live_at and expire_at
...
These are implementation details IMO
2015-02-19 16:24:25 +00:00
Matt Westcott
58e051f906
Release note / upgrade consideration note for #992
2015-02-18 15:22:10 +00:00
Karl Hobley
528dc7a4e9
Revert "Versioning changes"
2015-02-18 12:56:29 +00:00
Karl Hobley
c565910104
Merge pull request #849 from kaedroho/versioning-changes
...
Versioning changes
2015-02-18 11:34:03 +00:00
Matt Westcott
8f5412e76c
release note for #999
2015-02-18 10:50:10 +00:00
Matt Westcott
763b5df8c4
Release note for #1001
2015-02-18 10:19:59 +00:00
Daniel Chimeno
de65f8da8b
Update third_party_tutorials.rst
2015-02-18 00:29:24 +01:00
Matt Westcott
735f879784
version bump 0.8.x branch to 0.8.5
2015-02-17 16:56:34 +00:00
Matt Westcott
adaf36edd6
release note for #998 (and add a missing apostrophe)
2015-02-17 16:42:14 +00:00
Matt Westcott
149da7f578
Mention the wagtailbakery module
2015-02-17 16:33:53 +00:00
Matt Westcott
82c7a42255
Move release note for #997 to 0.8.5 in the docs as well
2015-02-17 15:22:30 +00:00
Dan Braghis
1aa9bae6e8
Add changelog and release notes for #997
2015-02-17 14:18:00 +00:00
Matt Westcott
42a48b0085
release note for 4068385
2015-02-16 15:09:02 +00:00
Matt Westcott
30c4affa4d
Merge pull request #993 from johnfraney/patch-1
...
Update form_builder.rst
2015-02-16 14:01:59 +00:00
Matt Westcott
77e99e951d
fix italic vs code formatting mismatches
2015-02-16 13:51:14 +00:00
Matt Westcott
c921023702
release note for #917
2015-02-16 13:49:01 +00:00
Karl Hobley
e6da637256
Changed ports to 8000
2015-02-16 10:28:39 +00:00
Karl Hobley
f52203ec39
Added wagtaildemo section back
2015-02-16 10:27:17 +00:00
Karl Hobley
88753e4370
Installation docs
2015-02-16 10:27:17 +00:00
Karl Hobley
495c834ff0
Added "Trying wagtail" page
2015-02-16 10:27:17 +00:00
Karl Hobley
3cdedf12f2
Docs updates
2015-02-16 10:27:17 +00:00
Karl Hobley
5d6aa0c6ca
Started restructuring getting started docs
2015-02-16 10:27:17 +00:00
Karl Hobley
9072274a01
Improved front page
2015-02-16 10:26:34 +00:00
John Franey
d9b78580a8
Update form_builder.rst
...
Update import statement to include all classes used in the example
2015-02-12 12:22:44 -05:00
Dan Braghis
8fe8c5bc13
Add changelog/release notes for #978
2015-02-12 14:46:31 +00:00
Dan Braghis
c50f6ed53b
Merge pull request #978 from kaedroho/vagrant-port-8000
...
Change project template Vagrantfile to listen on port 8000
2015-02-12 14:42:33 +00:00
Karl Hobley
6fef8f441d
Changelog and release notes for #990
2015-02-12 13:53:40 +00:00
Matt Westcott
75c07af32a
Additional 0.9 deprecation notes
2015-02-10 15:06:38 +00:00
Karl Hobley
0dd1613287
Project template Vagrantfile now listens on port 8000
2015-02-10 10:02:39 +00:00
Karl Hobley
d4ab7e833f
Changelog, release notes and contributor entry for #620
2015-02-09 12:39:12 +00:00
benjaoming
f4b1a3938a
Remove unused import Image
...
Don't see this used anywhere...!?
2015-02-06 21:28:34 -08:00
Karl Hobley
382004e13b
Merge branch 'feature/drop-inlinepanel-basemodel-param'
2015-02-04 21:08:28 +00:00
Karl Hobley
88812b4cae
Release notes for #957 and #960
2015-02-04 16:17:16 +00:00
Matt Westcott
547c29faf5
Deprecate the base_model parameter on InlinePanel - fixes #405
2015-02-04 16:13:38 +00:00
Tom Talbot
67369f4e6c
Release notes for #825
2015-02-04 16:00:38 +00:00
Dan Braghis
0aaee7bb47
Add docs page for third-party tutorials
2015-02-03 22:29:28 +00:00
Matt Westcott
401c50ca5d
Merge pull request #955 from gasman/fix/modelcluster-0.5
...
upgrade django-modelcluster to 0.5
2015-02-03 16:53:05 +00:00
Matt Westcott
55cac3b907
upgrade django-modelcluster to 0.5
2015-02-03 11:11:42 +00:00
Karl Hobley
6a8c26d0ad
Release note for #942
2015-02-03 10:48:44 +00:00
Dan Braghis
800c5ba265
Add release notes for #913
2015-02-02 21:35:32 +00:00
Matt Westcott
995b1e1411
Merge pull request #945 from kaedroho/treebeard-3
...
Update to treebeard 3.0. Fixes #930
2015-01-29 13:43:44 +00:00
Matt Westcott
ba9dde0ef8
Documentation for branding_login and branding_welcome
2015-01-29 13:41:04 +00:00
Matt Westcott
e5f7ab5924
Merge branch 'gilsondev-master'
2015-01-29 13:23:22 +00:00
Matt Westcott
dbc7cf45ef
Documentation for replacing branding using django-overextends (+ rename admin_logo to branding_logo with the plan of being consistent with #934 )
2015-01-29 13:22:57 +00:00
Karl Hobley
d63eeed4a0
Update to treebeard 3.0. Fixes #930
2015-01-29 13:19:41 +00:00
Karl Hobley
a437c1471f
Update settings.rst
...
No longer need to specify ``LOGIN_URL`` or ``LOGIN_REDIRECT_URL``
2015-01-29 10:43:34 +00:00
Karl Hobley
61de136f75
Update settings.rst
...
No longer need to specify ``LOGIN_URL`` or ``LOGIN_REDIRECT_URL``
2015-01-29 10:42:46 +00:00
Karl Hobley
a0fcc74398
Update 0.9.rst
2015-01-29 10:40:47 +00:00
Matt Westcott
211ddb0376
release note for #939
2015-01-28 20:13:46 +00:00
Matt Westcott
01b67760c0
Merge branch 'master' of https://github.com/gilsondev/wagtail into gilsondev-master
2015-01-28 15:57:45 +00:00
Dan Braghis
c542494048
Changelog/release notes for the admin url fixes
2015-01-28 15:09:05 +00:00
Dan Braghis
70ea948eaa
Remove stray . from changelog/release notes
2015-01-28 11:57:26 +00:00
Dan Braghis
f6ca8764a3
Changelog/release notes for search view query parameter
2015-01-28 11:56:35 +00:00
Karl Hobley
5b6d93ed31
Support dropping is quite important (moved to top)
2015-01-28 11:36:37 +00:00
Karl Hobley
bb160022ed
Changelog/release notes for support dropping
2015-01-28 11:34:18 +00:00
Karl Hobley
7c2f61d017
End Python 3.2 support. Fixes #931
2015-01-28 10:07:52 +00:00
Eric Drechsel
934bba30de
turn DeferringManager into QuerySet
2015-01-27 15:16:03 -08:00
Eric Drechsel
02457685b3
consistent ellipses
2015-01-27 14:44:20 -08:00
Eric Drechsel
8374ec4df7
fix whitespace
2015-01-27 14:42:06 -08:00
Eric Drechsel
1aa0285bf4
copy paste typo
2015-01-27 14:41:13 -08:00
Eric Drechsel
bece8ca86e
add an example of indexing related model fields
2015-01-27 14:38:24 -08:00
Matt Westcott
23ae84426f
Update non-Vagrant instructions to include 'createsuperuser', now that there's no syncdb step to do that
2015-01-19 13:11:31 +00:00
Karl Hobley
e0fe9af555
Changelog/release note for #898
2015-01-18 14:46:36 +00:00
Karl Hobley
b8e757c692
Changelog/release note for #878
2015-01-18 14:22:15 +00:00
John Franey
79e6951d95
Update form_builder.rst
...
These old tag libraries have been replaced by ```wagtailcore_tags``` according to (http://wagtail.readthedocs.org/en/latest/core_components/pages/writing_templates.html?highlight=pageurl#internal-links-tag )[here] and (http://wagtail.readthedocs.org/en/latest/core_components/pages/writing_templates.html?highlight=rich_text#rich-text-filter )[here].
2015-01-17 00:42:58 -05:00
Karl Hobley
fd247e69cd
Changelog/release notes for #854
2015-01-15 13:59:54 +00:00
Matt Westcott
d73e618e83
docs and release note for #880
2015-01-14 22:06:38 +00:00
Karl Hobley
b9ce897441
Removed support for Django 1.6 and Python 2.6
2015-01-02 17:27:54 +00:00
Matt Westcott
f2d90844c7
release note for #869
2014-12-16 16:59:46 +00:00
Matt Westcott
250e5d97fb
Conflicts:
...
docs/releases/index.rst
2014-12-16 16:50:09 +00:00
Matt Westcott
6664b063cc
release note for #872
...
Conflicts:
CONTRIBUTORS.rst
2014-12-16 16:43:55 +00:00
Robert Rollins
3eb640495d
Bugfixes for Model recipe docs
2014-12-09 17:12:28 -08:00
Matt Westcott
d8ac5bf839
copy 0.8.4 doc updates into master
2014-12-04 15:46:28 +00:00
Karl Hobley
6aa4f9c995
Update 0.8.4.rst
2014-12-04 15:43:15 +00:00
Karl Hobley
c19a19699a
Versioning changes
2014-12-04 15:37:08 +00:00
Matt Westcott
1a37db2ef7
Document the necessary fix to custom image migrations - fixes #832
2014-12-04 13:18:19 +00:00
Karl Hobley
3511ce23ee
Release note for #844
2014-12-03 14:20:25 +00:00
Matt Westcott
f39a95ab4f
Release notes for #842
2014-12-03 13:53:51 +00:00
Matt Westcott
631bec3395
Merge pull request #845 from kaedroho/unpinned-requirements
...
Unpinned some requirements
2014-12-03 09:46:32 +00:00
Karl Hobley
c4e58a7ca5
Unpinned some requirements
...
To make requires.io happy
2014-12-03 09:25:37 +00:00
Karl Hobley
13e5221746
Update 0.9.rst
2014-12-02 16:52:41 +00:00
Karl Hobley
3f83eb898f
Fixes to 0.8.4 release notes
2014-12-02 15:17:34 +00:00
Karl Hobley
46d0d98706
Added changelog/release notes for 0.8.4
2014-12-02 15:14:27 +00:00
Karl Hobley
1fc4302f3a
Merge branch 'pr-838'
...
Conflicts:
CHANGELOG.txt
CONTRIBUTORS.rst
docs/releases/0.9.rst
2014-12-02 14:56:49 +00:00
Karl Hobley
13814fba62
Changelog and release note for #838
2014-12-02 14:54:21 +00:00
Karl Hobley
2049f0ed1a
Update 0.9.rst
2014-12-02 09:22:52 +00:00
Karl Hobley
b8b079a28c
Changelog and release note for #791
2014-12-01 11:50:26 +00:00
Karl Hobley
3de931fcf6
Changelog and release note for #812
2014-12-01 10:42:50 +00:00
Karl Hobley
b8517cb7fc
Changelog and release note for #830
2014-12-01 10:23:24 +00:00
Karl Hobley
3e213eff54
Changelog and release note for #831
2014-12-01 09:44:05 +00:00
Matt Westcott
dab54416cc
formally withdraw 0.8.2 release, move release notes to 0.8.3
...
Conflicts:
CHANGELOG.txt
docs/releases/index.rst
2014-11-20 16:51:19 +00:00
Dan Braghis
2f184eaee0
Remove 'in development' from 0.8.2 release
2014-11-19 09:57:52 +00:00
Karl Hobley
81503b2c32
Changelog/release note for #808
2014-11-18 15:00:29 +00:00
Karl Hobley
ae4273e3a5
Release note for #811
2014-11-18 14:40:29 +00:00
Karl Hobley
a1e5587a77
Release note for #818
2014-11-17 16:01:04 +00:00
Matt Westcott
5618e02e84
Merge branch 'kaedroho-image-focal-point-chooser-fixes'
2014-11-15 16:56:30 +01:00
Matt Westcott
af6bd8e195
Release note for #807
2014-11-15 16:55:55 +01:00
Matt Westcott
f1111f640e
Merge branch 'fix/foreign_key_warning_only'
2014-11-12 16:24:21 +00:00
Matt Westcott
fbfa60c454
release note for 35b8bc2
2014-11-12 16:23:42 +00:00
Matt Westcott
434597c859
Merge branch 'kaedroho-issue-786'
2014-11-12 16:05:43 +00:00
Matt Westcott
66b1b7db5a
Release notes for #802
2014-11-12 16:03:30 +00:00
Matt Westcott
65b9da1aee
release notes for #598
2014-11-12 15:03:31 +00:00
Matt Westcott
5a658a173d
release note for #797
2014-11-12 11:25:06 +00:00
Matt Westcott
de9b35b0b8
Release note for #799
2014-11-11 16:58:41 +00:00
Matt Westcott
f4b27c8abd
Create changelog / release notes section for 0.8.2
2014-11-11 14:59:45 +00:00
Matt Westcott
48957a998f
Prepare for 0.8.1 release
2014-11-05 22:05:48 +00:00
Karl Hobley
c506f6751f
Update consideration for DB search API change
2014-11-05 14:47:34 +00:00
Matt Westcott
25c62356bf
Set version numbers for 0.8 release
2014-11-05 14:34:40 +00:00
Matt Westcott
1350f7a835
Add Dutch to translations list
2014-11-05 10:47:13 +00:00
Matt Westcott
66304ee71b
Release note for #753
2014-11-05 10:23:50 +00:00
Matt Westcott
45b85c7d7d
Front-end cache is no longer necessary for image generator
2014-11-05 10:13:39 +00:00
Matt Westcott
2bb56510c1
Merge pull request #752 from kaedroho/images-refactor
...
Images: Remove FocalPoint class
2014-11-04 17:18:22 +00:00
Dave Cranwell
36a5a7704c
Clarify how fill works with images that can't upscale.
2014-11-03 14:15:16 +00:00
Gilson Filho
9c24066b0b
Update change_logo_dashboard.rst
2014-11-03 11:15:07 -02:00
Gilson Filho
ccf0f15227
Create change_logo_dashboard.rst
2014-11-03 11:13:43 -02:00
Karl Hobley
cd62c72dcc
Changed API for setting/getting focal points
...
Previously, we used a property to do this. Heres the advantages of the
new way:
- The old way felt a bit like it was pretending to be a database field
when it wasn't. The new way makes it easier for the developer to
understand that this is just a setter/getter for 4 fields and not a
field itself.
- Code looks nicer
- Easier to override in subclasses
- More like Django user model
2014-11-03 10:09:29 +00:00
Karl Hobley
f379634eb7
Update roadmap.rst
2014-10-31 19:34:36 +00:00
Matt Westcott
609bec10c0
Release note for #773
2014-10-31 11:05:20 +00:00
Matt Westcott
ff6447b0ef
Merge branch 'master' of github.com:torchbox/wagtail
2014-10-31 10:47:56 +00:00
Matt Westcott
96f83b3171
release note for #767
2014-10-31 10:47:19 +00:00
Karl Hobley
869a16f5fa
Update frontendcache.rst
2014-10-30 16:25:15 +00:00
Matt Westcott
9dd493ace7
Only redirect back to edit page for the save action - not publish or submit
2014-10-30 16:14:45 +00:00
Matt Westcott
367a099989
Release note + upgrade note for #769
2014-10-30 15:34:56 +00:00
Matt Westcott
bdeaea7b55
release note for #768
2014-10-30 14:47:14 +00:00
Matt Westcott
ea3c65131e
release note for #730
2014-10-29 16:49:57 +00:00
Matt Westcott
f82fd0c222
release note for #716
2014-10-29 16:38:55 +00:00
Matt Westcott
a2e643679b
release note for #676
2014-10-29 16:26:22 +00:00
Matt Westcott
ad89e8f54d
release note for #715
2014-10-28 21:15:18 +00:00
Karl Hobley
ddbe634eda
Release note for #705
2014-10-28 16:28:57 +00:00
Matt Westcott
47e32a3cd1
Release note for #714
2014-10-28 16:07:59 +00:00
Matt Westcott
c440087c3e
release note for #719
2014-10-27 17:44:28 +00:00
Matt Westcott
f408dddfbe
Release note for #718
2014-10-27 17:15:06 +00:00
Matt Westcott
793ebd4cc2
Release note for #743
2014-10-24 16:42:38 +01:00
Matt Westcott
92d0dd9895
Release note for #748
2014-10-24 10:58:54 +01:00
Matt Westcott
e7be80af50
release note for #732
2014-10-24 10:52:03 +01:00
Matt Westcott
1871a29f30
release note for #569
2014-10-23 17:31:54 +01:00
Matt Westcott
2bf8e44707
release note for #463
2014-10-23 12:57:04 +01:00
Karl Hobley
cc2af2f4e2
Merge pull request #734 from edrex/patch-1
...
docs: fix code sample indentation
2014-10-22 22:10:05 +01:00
Karl Hobley
e43b3e25d5
Release note for #721
2014-10-22 22:08:40 +01:00
Eric Drechsel
b89f6ce00c
fix code sample indentation
2014-10-22 11:25:18 -07:00
Karl Hobley
de6ff8b944
Wagtail 0.8 is in development
2014-10-22 10:58:11 +01:00
Karl Hobley
96ec356937
Auto register signals only works on Django 1.7
2014-10-22 10:56:50 +01:00
Karl Hobley
aa47a89e6d
Added 0.8 release notes to index
2014-10-22 10:55:12 +01:00
Karl Hobley
3d38e7dd1b
Release note for 1377a6c
2014-10-17 09:02:38 +01:00
Karl Hobley
994a919a25
Release note for #697
2014-10-17 09:00:12 +01:00
Dave Cranwell
4eabb3f928
Weird hanging sentence removed.
2014-10-15 15:20:16 +01:00
Karl Hobley
7fe1c0b09b
Release note for #690
2014-10-14 18:11:33 +01:00
Karl Hobley
666771565f
Minor tweak to #686 relase note
2014-10-14 18:04:20 +01:00
Tim Heap
7d22f34996
Use AppConfig.ready to register signal handlers
...
Also remove references to `admin.autodiscover()`, as this is called from
the AdminConfig when `django.contrib.admin` is loaded.
2014-10-14 09:33:19 +11:00
Deric Crago
7602cf820b
ubuntu.sh & debian.sh missing from https://wagtail.io/
...
ubuntu.sh & debian.sh missing from https://wagtail.io/
switched to:
https://raw.githubusercontent.com/torchbox/wagtail/master/scripts/install/ubuntu.sh
https://raw.githubusercontent.com/torchbox/wagtail/master/scripts/install/debian.sh
2014-10-13 11:05:01 -04:00
Matt Westcott
aa0f0b942e
prepare for 0.7 release
2014-10-09 19:51:26 +01:00
Karl Hobley
9640030e4c
Merge pull request #688 from gasman/fix/delete_duplicate_renditions
...
update focal_point_key migrations to delete duplicate renditions (ref: #685 )
2014-10-09 17:32:00 +01:00
Matt Westcott
4bc657e1a2
release note re updating custom Rendition models - fixes #685
2014-10-09 17:29:10 +01:00
Karl Hobley
0264c794bd
Update images/index.rst
2014-10-09 13:10:18 +01:00
Matt Westcott
f2af37cc6c
release note for #683
2014-10-09 12:24:31 +01:00
Matt Westcott
58e42e9acd
Update the Sites documentation, because the Sites UI is no longer in the future :-)
2014-10-08 16:56:12 +01:00
Tom Dyson
8b91757e58
Screenshots in 0.7 release notes
2014-10-08 16:42:54 +01:00
Karl Hobley
2fca6e682e
Update frontendcache.rst
2014-10-08 13:27:51 +01:00
Matt Westcott
318c4503f8
add release note for #505
2014-10-08 13:11:58 +01:00
Matt Westcott
f42f92a201
Fix heading levels in frontend cache docs
2014-10-08 13:08:48 +01:00
Karl Hobley
51a30bfb54
Merge remote-tracking branch 'torchbox/master' into cloudflare-cache-invalidation
2014-10-08 12:08:32 +01:00
Karl Hobley
b6c755400b
Docs for cloudflare cache invalidation
2014-10-08 11:32:44 +01:00
Matt Westcott
9de19b4d44
set 'titlesonly' in sphinx menus to prevent subheadings from the Search intro page from appearing
2014-10-08 11:14:36 +01:00
Matt Westcott
ad80554558
fix warning about code-block directive
2014-10-08 10:57:10 +01:00
Karl Hobley
f5d37db916
Update images/index.rst
2014-10-07 17:39:45 +01:00
Matt Westcott
dedaead8a0
release note / upgrade consideration note for #576
2014-10-07 16:08:39 +01:00
Matt Westcott
4d99250406
release note for #610
2014-10-07 11:51:13 +01:00
Matt Westcott
c696318d92
here, have an apostrophe
2014-10-07 11:47:17 +01:00
Matt Westcott
fb543589b7
Merge branch 'feature/crop-closeness' of https://github.com/kaedroho/wagtail into kaedroho-feature/crop-closeness
2014-10-07 11:41:11 +01:00
Matt Westcott
39ce3ce5ca
Release note for #556
2014-10-06 13:23:18 +02:00
Matt Westcott
bdf92d45ea
Merge branch 'searchchanges/updateindex-multi-backend' of https://github.com/kaedroho/wagtail into kaedroho-searchchanges/updateindex-multi-backend
2014-10-06 12:43:28 +02:00
Matt Westcott
bfa4a806ed
document PageQuerySet.unpublish
2014-10-04 18:45:50 +02:00
Karl Hobley
e49f64aea3
Merge branch 'master' into page-publish-refactor
...
Conflicts:
CHANGELOG.txt
docs/releases/0.7.rst
2014-10-04 14:02:54 +01:00
Karl Hobley
4d954df20f
Merge branch 'master' into feature/crop-closeness
...
Conflicts:
docs/core_components/pages/writing_templates.rst
2014-10-04 13:50:45 +01:00
Matt Westcott
9837292ad1
Update 0.7.rst - release note for #667
2014-10-04 12:14:39 +02:00
Matt Westcott
8ab9a4ff6c
Merge branch 'master' of github.com:torchbox/wagtail
2014-10-04 11:51:39 +02:00
Matt Westcott
f1f01f8394
fix more dead links to wagtailsearch_for_python_developers
2014-10-04 11:50:46 +02:00
Matt Westcott
963051e311
minor copyediting
2014-10-04 11:46:06 +02:00
Matt Westcott
d495ad493a
Merge branch 'docs-changes' of https://github.com/kaedroho/wagtail into kaedroho-docs-changes
2014-10-04 11:30:36 +02:00
Karl Hobley
0b544bfb0a
Changelog for #665
2014-10-03 16:14:07 +01:00
Matt Westcott
7c00f23e6e
Release note for has_unpublished_changes fixes in #566
2014-10-03 07:53:15 +01:00
Matt Westcott
c3b4bb29c1
release note for #557
2014-10-01 17:41:20 +01:00
Matt Westcott
82ce4fd861
document the PageQuerySet.type method
2014-10-01 17:37:38 +01:00
Matt Westcott
c298d5d301
changelog entry for #465
2014-10-01 16:33:14 +01:00
Matt Westcott
751c1136d6
add upgrade considerations note re reduction of title boost
2014-10-01 15:37:31 +01:00
Matt Westcott
3f61e8a650
release note for 554
2014-10-01 15:04:12 +01:00
Matt Westcott
a72943025f
Merge branch 'searchchanges/title-boost-fix' of https://github.com/kaedroho/wagtail into kaedroho-searchchanges/title-boost-fix
...
Conflicts:
wagtail/wagtailcore/models.py
2014-10-01 15:00:05 +01:00
Matt Westcott
d53c56cf27
Document the register_permissions hook
2014-10-01 10:41:21 +01:00
Matt Westcott
4c29164206
Release notes / docs for new settings menu
2014-10-01 10:34:33 +01:00
Matt Westcott
9eb1eab31d
Merge branch 'feature/settings-menu'
2014-10-01 10:09:20 +01:00
Karl Hobley
5237dd4f0b
Update 0.6.rst
2014-09-29 16:25:24 +01:00
Karl Hobley
e9b7914faf
Release note for register_signal_handlers move
...
Fixes #660
2014-09-29 16:23:57 +01:00
Karl Hobley
70d423335a
Restructed search docs
2014-09-28 10:11:34 +01:00
Karl Hobley
dc26d7e347
Moved image tag documentation to images section
2014-09-28 08:57:38 +01:00
Matt Westcott
a8a46b45f5
Merge branch 'master' into feature/settings-menu
2014-09-26 16:05:03 +01:00
Matt Westcott
f4e27a61bb
update docs for register_settings_menu_item to indicate it's now scheduled for 0.7
2014-09-26 16:04:28 +01:00
Matt Westcott
504ddecde2
release note for #652 (and better description for the wagtail start bugfix)
2014-09-26 11:20:11 +01:00
Karl Hobley
944fd8897f
Release note for #651
2014-09-25 09:46:25 +01:00
Matt Westcott
6f9065d769
release note for #643
2014-09-22 21:03:45 +01:00
Dave Cranwell
c5ae725401
Merge branch 'master' into pr/539
2014-09-18 15:03:33 +01:00
Karl Hobley
31b8a14b62
Docs update for project template django 1.7 support
2014-09-18 10:57:10 +01:00
Karl Hobley
1bce98795e
Docs for update_index --backend option
2014-09-18 10:37:09 +01:00
Matt Westcott
f11c34e059
release note for #641
2014-09-18 09:49:08 +01:00
Tim Heap
a1d3a32dd6
Make register_snippet usable as a decorator
2014-09-18 15:35:39 +10:00
Tom Dyson
22b32d767e
Update installation docs
...
wagtail start command needs pip install requirements.txt in 0.6
2014-09-17 11:17:02 +01:00
Matt Westcott
4ed76af781
release note for #491
2014-09-16 15:47:40 +01:00
Matt Westcott
c68dcff7bc
copyediting on parent_page_types documentation
2014-09-16 11:55:05 +01:00
Matt Westcott
3eaf1076ab
Merge branch 'feature/parent_page_types' of https://github.com/takeflight/wagtail into takeflight-feature/parent_page_types
2014-09-16 11:53:12 +01:00
Matt Westcott
6b2b3ca43e
release note for #568
2014-09-16 10:20:18 +01:00
Matt Westcott
9f8a5f2379
Remove content_type template filter from the project template - fixes #626
2014-09-15 19:36:07 +01:00
Matt Westcott
27a3fd50d5
Merge branch 'stable/0.6.x'
2014-09-15 18:07:27 +01:00
Matt Westcott
45a20a6f14
Additions to the 'getting started' documentation so that we're not under-selling the demo site as a way to get started
2014-09-15 18:06:09 +01:00
Karl Hobley
f5af116f66
Merge remote-tracking branch 'torchbox/master' into feature/crop-closeness
2014-09-12 15:14:10 +01:00
Karl Hobley
3ce222b39d
Changelog and release notes for manual image cropping
2014-09-12 14:38:03 +01:00
Matt Westcott
11f1bfcc15
Add changelog entry for #621 (late arrival...)
2014-09-12 10:17:23 +01:00
Matt Westcott
6bef8ea10f
Add Russian translation to release notes
2014-09-11 16:53:18 +01:00
Matt Westcott
f7692cf9dc
prepare for 0.6 release
2014-09-11 16:40:13 +01:00
Matt Westcott
229944c118
actually add creating_your_project.rst this time...
2014-09-11 16:18:45 +01:00
Matt Westcott
fb07b2fb17
Merge branch 'getting_started_docs'
2014-09-11 16:14:02 +01:00
Matt Westcott
5c24a92598
Incorporate the 'creating your project' docs from #512
2014-09-11 16:13:43 +01:00
Karl Hobley
0c29f75f90
Changelog and release notes for wagtail start command
2014-09-11 16:12:59 +01:00
Matt Westcott
fa6cf7bcb9
Move getting_started page to an 'installation' page within a Getting Started section
2014-09-11 16:01:22 +01:00
Matt Westcott
edbe7f5919
OpenCV now installed in vagrant base image
2014-09-11 14:40:47 +01:00
Matt Westcott
d7651adc5b
side-step the 'a large number of emails is' vs 'a large number of emails are' grammatical debate
2014-09-11 14:30:38 +01:00
Karl Hobley
3f13d9d7e1
Docs for crop closeness
2014-09-11 14:29:02 +01:00
Matt Westcott
c442ddefde
New installation docs
2014-09-11 11:14:16 +01:00
Matt Westcott
446fd81a46
Merge branch 'master' into kaedroho-project-template
2014-09-11 10:18:56 +01:00
Matt Westcott
82cd9242d4
fix documentation build warnings
2014-09-11 10:18:34 +01:00
Matt Westcott
bb23a49589
Add Celery documentation (and additional advice on Redis) to the Performance howto, since it isn't going to be a default part of the project template / VM
2014-09-10 19:24:18 +01:00
Karl Hobley
14173f3647
Changelog and release notes for #611
2014-09-10 13:57:17 +01:00
Karl Hobley
f23cec2cc7
Merge pull request #611 from kaedroho/feature/version-indicator
...
Added version indicator to admin dashboard
2014-09-10 13:55:11 +01:00
Tim Heap
96e9079890
Add Page.parent_page_types to the docs
2014-09-10 15:17:12 +10:00
Dave Cranwell
6d05fd79fe
Added get_verbose_name
2014-09-09 16:46:44 +01:00
Karl Hobley
1d7ca5a685
Made docs look at wagtailcore.__version__
2014-09-09 12:56:26 +01:00
Matt Westcott
27bc0e5c9f
Merge branch 'master' into kaedroho-project-template
2014-09-05 16:26:13 +01:00
Karl Hobley
ecd8d22c04
Merge pull request #599 from gasman/fix/child_relations
...
Fix page copy and replace_text to pick up child relations that are defined on a superclass
2014-09-05 12:49:57 +01:00
Karl Hobley
47fca3fac6
Improved consisntancy of spacing in 0.6 release notes
2014-09-05 11:47:00 +01:00
Matt Westcott
e94f610241
changelog entry for child_relations bugfixes
2014-09-05 11:46:49 +01:00
Karl Hobley
35035d7339
Added note to 0.6 saying that all features deprecated in 0.4 have been removed
2014-09-05 11:33:19 +01:00
Karl Hobley
fb23878ccb
Changelog and release notes for #535
2014-09-05 11:29:20 +01:00
Karl Hobley
dbd0834624
Merge pull request #535 from gasman/feature/menu-api
...
Refactor admin menu API to allow menu items to have bundled JS
2014-09-05 11:28:43 +01:00
Dave Cranwell
36d5d747aa
Detail about image renditions and abstractimage fields
2014-09-04 11:01:24 +01:00
Karl Hobley
73d29b99c0
Fixes to RoutablePageMixin examples
2014-09-04 09:20:53 +01:00
Karl Hobley
a314285a1d
Changed versionadded for RoutablePageMixin to 0.6
2014-09-04 09:18:13 +01:00
Dave Cranwell
95d249918b
Update creating_pages.rst
2014-09-01 16:39:48 +01:00
Dave Cranwell
22f81498b5
Update creating_pages.rst
2014-09-01 16:39:33 +01:00
Dave Cranwell
6c159bee59
Update creating_pages.rst
2014-09-01 16:39:07 +01:00
Dave Cranwell
84aa8a1887
Update creating_pages.rst
2014-09-01 16:34:32 +01:00
Dave Cranwell
98fd81e910
Update creating_pages.rst
2014-09-01 16:33:15 +01:00
Dave Cranwell
04c65833f0
Update creating_pages.rst
2014-09-01 16:31:41 +01:00
Dave Cranwell
e2a3d549f8
Added how to add model descriptions
2014-09-01 16:30:43 +01:00
Dave Cranwell
0b3515a916
Update creating_pages.rst
2014-09-01 16:16:15 +01:00
Dave Cranwell
f0db8082c8
Better description of purpose
2014-09-01 16:09:22 +01:00
Matt Westcott
b0e97c954a
release notes / changelog for #574
2014-09-01 10:44:42 +01:00
Karl Hobley
48401244ea
Changelog, readme, docs and release notes for Django 1.7 support
2014-08-27 16:08:10 +01:00
Matt Westcott
c2458a01dd
Merge branch 'davecranwell-fix/page-chooser-model-restrictions'
2014-08-27 11:26:56 +01:00
Matt Westcott
68559e5cc1
release note for #506
2014-08-27 11:22:05 +01:00
Karl Hobley
bcff495827
Added versionchanged comment for indexed->index rename
2014-08-26 17:22:53 +01:00
Karl Hobley
b9c6a0a802
Renamed indexed to index
2014-08-26 16:03:59 +01:00
Dave Cranwell
504732433b
Update for_python_developers.rst
2014-08-26 13:41:02 +01:00
Dave Cranwell
15ba294bcd
index -> indexed, plus other tweaks
2014-08-26 13:40:37 +01:00
Dave Cranwell
053a75ef9d
clarify ElasticSearch dependency
2014-08-26 13:26:56 +01:00
Karl Hobley
09086b13b2
Docs changes for #562
2014-08-26 12:14:39 +01:00
Karl Hobley
f45795ef4c
Changelog and release notes for #562
2014-08-26 12:13:08 +01:00
Karl Hobley
f4b746e3f5
Merge branch 'master' into multilingual-tutorial
...
Conflicts:
docs/index.rst
2014-08-26 11:57:52 +01:00
Dave Cranwell
6eb5f821ed
added quick django example
2014-08-21 15:56:55 +01:00
Dave Cranwell
628f94519c
added more Page model information about previouslly missing attributes like subpage_types
2014-08-21 15:17:14 +01:00
Karl Hobley
8a19552033
Changelog and release notes for #560
2014-08-21 12:19:39 +01:00
Tim Heap
15419f4d0e
Make RoutablePage a mixin
...
If a developer wanted to have a site-wide base page class, and also have
some pages be `RoutablePage`s, a conflict between the automatically
generated `page_ptr` fields would occur.
```python
from wagtail.wagtailcore.models import Page
from wagtail.contrib.wagtailroutablepage.models import RoutablePage
class SitePageBase(Page):
# common functionality
is_abstract = True
class Meta:
abstract = True
class MyPage(RoutablePage, SitePageBase):
# This model is invalid
pass
```
`RoutablePage` has been changed to be a mixin `RoutablePageMixin`. Page
classes can use this to gain the `RoutablePage` functionality while
still retaining the ability to subclass other models.
A `RoutablePage` class that derives from both `RoutablePageMixin` and
`Page` has been left in for backwards compatibility, so old code will
continue to function without any modifications.
2014-08-21 19:42:17 +10:00
pvetch
26314bdfc7
Update using_images_outside_wagtail.rst
...
Fix to code block syntax
2014-08-19 10:52:49 +01:00
pvetch
470a9e4396
Update routable_page.rst
...
tiny text fix
2014-08-19 10:51:52 +01:00
Karl Hobley
b8eab527c6
Reduced title boost to 2. Fixes #553
2014-08-19 10:37:32 +01:00
Karl Hobley
75e0d32b60
Improved example for 'subpage_urls' in RoutablePage documentation
2014-08-18 11:40:48 +01:00
Karl Hobley
ba6ade482e
Changelog and release notes for #538
2014-08-18 09:18:15 +01:00
Tim Heap
98698ef8d4
Add routablepageurl template tag
...
It is similar to `pageurl`, but works with `RoutablePage`s. Functions
like a hybrid between `reverse` and `pageurl`. For example:
{% load wagtailroutablepage_tags %}
{% routablepageurl self "feed" %}
{% routablepageurl self "archive" 2014 08 14 %}
{% routablepageurl self "food" foo="bar" baz="quux" %}
2014-08-18 08:27:07 +10:00
Matt Westcott
33e93372a1
Merge branch 'master' into kaedroho-project-template
2014-08-15 15:39:12 +01:00
Matt Westcott
e44a351068
document the register_settings_menu_item hook
2014-08-14 17:32:54 +01:00
Matt Westcott
f2756ca439
Mention South 1.0 requirement in 0.5 release notes
2014-08-13 16:19:05 +01:00
Matt Westcott
a926bf4fe3
changelog entry for #531
2014-08-12 17:17:21 +01:00
Matt Westcott
07d2851e37
documentation for register_admin_menu_item
2014-08-12 12:06:01 +01:00
Chris Rogers
e7476cb709
added new screenshots, corrected some typos
2014-08-11 19:23:49 +01:00
pvetch
ab5ae2049e
Update frontend_cache_purging.rst
2014-08-08 09:42:12 +01:00
Matt Westcott
20e5be9e0e
remove redundant Deprecated Features heading from 0.5 release notes
2014-08-01 17:25:49 +01:00
Matt Westcott
8edff405dd
prepare for 0.5 release
2014-08-01 17:01:42 +01:00
Matt Westcott
13293da5cc
remove reference to non-existent redirects documentation
2014-08-01 16:49:17 +01:00
Matt Westcott
381ec5179e
Added Copy Page to release notes / changelog
2014-08-01 16:46:27 +01:00
Matt Westcott
62f0b2079e
update docs to refer to the 'wagtail' command rather than 'wagtail-project'
2014-07-31 15:18:02 +01:00
Matt Westcott
ddc07d6aba
Merge branch 'project-template' of https://github.com/kaedroho/wagtail into kaedroho-project-template
2014-07-31 14:24:44 +01:00
Karl Hobley
722cc00385
Changelog and release notes for asset usage stats
2014-07-31 12:28:32 +01:00
Karl Hobley
6334c99181
Merge remote-tracking branch 'torchbox/master' into project-template
...
Conflicts:
docs/index.rst
2014-07-31 10:14:31 +01:00
Karl Hobley
07bc13006b
Merge pull request #519 from gasman/feature/fail-on-wagtailimages-urlconf-clash
...
Check for URL path clashes caused by pre-Wagtail-0.3 urlconfs that try to import wagtail.wagtailimages.urls as /admin/images/
2014-07-31 09:28:42 +01:00
Karl Hobley
3a55ca17da
Removed a couple of stray backticks
2014-07-31 09:17:52 +01:00
Matt Westcott
379d48e7a4
Check for URL path clashes in wagtailimages caused by a pre-wagtail-0.3 urlconf, and fail loudly if one is encountered
2014-07-30 22:24:22 +01:00
Matt Westcott
30142d6201
add release notes / changelog for using images outside wagtail
2014-07-30 19:12:51 +01:00
Matt Westcott
2158dd1fc0
Add upgrade considerations note about admin/images URLs
2014-07-30 19:12:51 +01:00
Matt Westcott
738e0a44b2
add gettingstarted back to docs index (removed by mistake)
2014-07-30 19:12:51 +01:00
Matt Westcott
1388822b9b
copyediting on the 'using images outside wagtail' docs
2014-07-30 19:12:51 +01:00
Karl Hobley
b566b72736
Merge remote-tracking branch 'torchbox/master' into image-frontend-urls
...
Conflicts:
docs/core_components/images/index.rst
wagtail/wagtailimages/models.py
wagtail/wagtailimages/tests.py
wagtail/wagtailimages/utils/validators.py
2014-07-30 09:47:59 +01:00
Matt Westcott
76491f5454
Add release notes for image feature detection
2014-07-29 17:19:50 +01:00
Karl Hobley
d515029359
Moved frontend image url docs into new images section
2014-07-29 16:35:34 +01:00
Karl Hobley
11e8770a1b
Merge branch 'master' into image-frontend-urls
...
Conflicts:
docs/index.rst
2014-07-29 16:35:04 +01:00
Matt Westcott
71138ef021
Add note that the 'libdc1394 error' thrown by OpenCV is harmless
2014-07-29 16:35:01 +01:00
Matt Westcott
f70c42e6c3
Merge branch 'image-smartcropping' of https://github.com/kaedroho/wagtail into kaedroho-image-smartcropping
2014-07-29 15:51:03 +01:00
Karl Hobley
a5f0f8ed19
Added note to say that searching on extra fields with the database backend is not supported
2014-07-29 14:57:29 +01:00
Karl Hobley
8722827937
Improvements to feature detection docs
2014-07-29 13:28:13 +01:00
Karl Hobley
56acdb2bd7
Moved image feature detection docs into new images section
2014-07-29 13:13:39 +01:00
Karl Hobley
509d066a41
Merge remote-tracking branch 'torchbox/master' into image-smartcropping
2014-07-29 13:08:14 +01:00
Tom Dyson
ce71b7d010
Merge pull request #511 from kaedroho/docs_restructure
...
Docs restructure
2014-07-29 12:23:24 +01:00
Karl Hobley
fe74aa1d00
Removed Advanced topics
2014-07-25 15:57:42 +01:00
Karl Hobley
833cfec501
Moved 'settings.rst' into howto
2014-07-25 15:57:06 +01:00
Karl Hobley
fc4b1ba177
Removed 'Overview' title from Pages index (was messing up toctree)
2014-07-25 15:41:20 +01:00
Karl Hobley
30cb0b2aae
Moved some docs into contrib components
2014-07-25 15:38:53 +01:00
Karl Hobley
90cec360ff
Moved roadmap into releases section
2014-07-25 15:35:15 +01:00
Karl Hobley
2b9249907b
Added reference section
2014-07-25 15:33:41 +01:00
Karl Hobley
b7862a91d0
Added howto section
2014-07-25 15:32:35 +01:00
Karl Hobley
d9e0ad3a37
Added components sections
2014-07-25 15:31:55 +01:00
Karl Hobley
9b627b241d
Merge remote-tracking branch 'torchbox/master' into image-frontend-urls
...
Conflicts:
wagtail/wagtailimages/tests.py
wagtail/wagtailimages/urls.py
wagtail/wagtailimages/utils.py
2014-07-24 14:45:19 +01:00
Karl Hobley
92a433832f
Merge remote-tracking branch 'torchbox/master' into image-smartcropping
...
Conflicts:
wagtail/wagtailimages/tests.py
2014-07-24 14:33:50 +01:00
Karl Hobley
118c3b0f33
Changelog/release notes for multiple image uploader
2014-07-24 12:33:47 +01:00
Matt Westcott
e89505de1f
changelog / release notes for #500
2014-07-24 11:33:58 +01:00
Karl Hobley
c6e9123c9a
Renamed feature detection setting to 'WAGTAILIMAGES_FEATURE_DETECTION_ENABLED'
2014-07-23 11:28:41 +01:00
Karl Hobley
1378cf715b
Moved editing_api into pages docs
2014-07-23 10:26:53 +01:00
Karl Hobley
62782e8c7c
Removed contents from pages index
2014-07-23 10:24:41 +01:00
Karl Hobley
799489d132
Moved 'for frontend developers' into Pages section
2014-07-23 10:21:21 +01:00
Karl Hobley
fb15e79f07
Restructuring pages section
2014-07-23 10:11:50 +01:00
Karl Hobley
5a8b92252f
Improvements to image feature detection docs
2014-07-23 09:20:17 +01:00
Karl Hobley
cf91aa6293
Started docs for feature detection
2014-07-22 17:40:30 +01:00
Karl Hobley
a4c194eed4
Docs for image frontend URLs
2014-07-22 17:18:37 +01:00
Karl Hobley
8a5d0ae528
Removed old docs
2014-07-22 16:31:48 +01:00
Karl Hobley
71ff10fdee
Added docs for 'smart' image resizing method
2014-07-22 16:21:49 +01:00
Karl Hobley
d91642284c
Moved a few documents into pages section
2014-07-22 13:46:20 +01:00
Karl Hobley
0badd7f650
Moved 'for django developers' to new 'Pages' section
2014-07-22 13:41:18 +01:00
Karl Hobley
20fe6f4e39
Moved docs/images to docs/_static/images
2014-07-22 13:37:47 +01:00
Matt Westcott
6a01b640f8
add changelog/release notes for page_published signal
2014-07-22 11:09:02 +01:00
Matt Westcott
00046639c7
Added routable page to release notes and changelog
2014-07-21 16:03:28 +01:00
Matt Westcott
f273331d38
Copyediting of routable_page docs, and longer explanation of what you would use it for
2014-07-21 15:52:19 +01:00
Matt Westcott
94f0f9bc61
Merge branch 'superpage' of https://github.com/kaedroho/wagtail into kaedroho-superpage
2014-07-21 13:27:06 +01:00
Karl Hobley
133e0c8547
Fixed typo
2014-07-18 16:58:38 +01:00
Karl Hobley
5b99f38927
Added changelog and release notes for #429
2014-07-18 15:14:36 +01:00
Matt Westcott
9215572b96
rewrite documentation on binding pages to snippets (the linking model should be an inline child of the page, not a snippet itself)
2014-07-17 16:32:17 +01:00
Matt Westcott
b700d6503c
add html5lib item to changelog + release notes
2014-07-17 13:26:07 +01:00
Karl Hobley
f224e1ca2d
Updated docs to use the new wagtail-project command
2014-07-15 15:31:41 +01:00
Karl Hobley
227765359b
Lots of small tweaks to docs
2014-07-15 14:16:46 +01:00
Karl Hobley
0b8fab6f42
Retitled routable_page doc, added to index
2014-07-15 13:48:05 +01:00
Karl Hobley
7f66d1a46d
Improvements to subpage_urls docs
2014-07-15 13:45:42 +01:00
Karl Hobley
b0302d5e2d
Fixes to documentation of Page attributes
2014-07-15 13:39:11 +01:00
Karl Hobley
6603c63b95
Use SQLite3 database backend when building docs
...
This prevents Django from loading psycopg2 when running autodocs on models files
2014-07-15 13:05:24 +01:00
Karl Hobley
d1d8b7811a
Added requirements file for docs
2014-07-15 12:39:42 +01:00
Karl Hobley
f8a24ae255
Tweaks to multilingual tutorial
2014-07-15 10:49:12 +01:00
Karl Hobley
a4c847c35d
Typo fixes
2014-07-15 10:43:40 +01:00
Karl Hobley
dccb47178b
Added tutorial for creating multilingual sites
2014-07-15 10:38:50 +01:00
Matt Westcott
f91cc8d7d5
update docs to use decorator syntax for hooks
2014-07-14 18:25:14 +01:00
Karl Hobley
a855749f5e
Started RoutablePage docs
2014-07-14 15:09:22 +01:00
Matt Westcott
68c5e1dff8
Merge branch 'stable/0.4.x'
...
Conflicts:
docs/releases/index.rst
2014-07-14 13:14:53 +01:00
Matt Westcott
0d5f0172eb
add release notes / changelog entry for 0.4.1
2014-07-14 13:12:04 +01:00
Karl Hobley
cc446f0e97
FORCE_NEW is not used in Elasticsearch-py
2014-07-14 12:27:33 +01:00
Tom Dyson
494a26b731
consistent editors / editor's / Editor's
2014-07-14 11:31:27 +01:00
Matt Westcott
51c6f251e2
Made contents a bit smaller
2014-07-14 11:30:54 +01:00
Dave Cranwell
be0080a8af
Update private_pages.rst
2014-07-14 11:30:00 +01:00
Tom Dyson
6f1a78bedf
python -> Python
2014-07-14 11:29:20 +01:00
Dave Cranwell
812daf0662
Added contents
2014-07-14 11:27:04 +01:00
Tom Dyson
6b3693f355
Typos in 0.4 release notes
2014-07-14 11:26:39 +01:00
Karl Hobley
5f83b4a423
Improvements to PageQuerySet docs
2014-07-11 14:25:14 +01:00
Karl Hobley
1be09f2e1a
Improvements to Page documentation
2014-07-11 12:50:35 +01:00
Karl Hobley
c05211d684
Improvements to PageQuerySet docs
2014-07-11 12:39:56 +01:00
Karl Hobley
4bfd0e5a20
Merge branch 'master' into autodoc
...
Conflicts:
runtests.py
2014-07-11 12:23:25 +01:00
Tom Dyson
00bc387ab2
consistent editors / editor's / Editor's
2014-07-10 17:28:07 +01:00
Karl Hobley
ab8bb0e5c6
Removed redundant 'in development' notice
2014-07-10 17:27:38 +01:00
Karl Hobley
f60dd67d86
Put 0.5 above 0.4 in menu
2014-07-10 17:26:01 +01:00
Karl Hobley
32be550ece
Added 0.5 release notes to menu
2014-07-10 17:24:42 +01:00
Karl Hobley
ce679fced3
Made contents a bit smaller
2014-07-10 17:23:01 +01:00
Dave Cranwell
1d802e35c4
Update private_pages.rst
2014-07-10 17:22:07 +01:00
Tom Dyson
d1285af5c5
python -> Python
2014-07-10 17:20:48 +01:00
Dave Cranwell
a7576faebd
Added contents
2014-07-10 17:11:23 +01:00
Dave Cranwell
46d8f61659
Added contents
2014-07-10 17:11:03 +01:00
Karl Hobley
6c6cd98e1f
Added 0.5 release notes
2014-07-10 17:08:54 +01:00
Tom Dyson
883d6534e9
Typos in 0.4 release notes
2014-07-10 16:44:08 +01:00
Matt Westcott
ea7db7ba97
add note about fixing old migrations that break on the expired column
2014-07-10 16:28:51 +01:00
Matt Westcott
a9b247b781
more explicit instructions for migrating away from deprecated things
2014-07-10 15:47:14 +01:00
Matt Westcott
de4381aaac
Merge branch 'stable/0.4.x'
2014-07-10 13:40:42 +01:00
Matt Westcott
f939af74dc
Fix more doc syntax errors
2014-07-10 13:33:20 +01:00
Matt Westcott
4f8cfa6346
version / date bump to 0.4 in changelog, setup.py and docs
2014-07-10 12:57:56 +01:00
Dave Cranwell
5faa0652a2
Update frontenddevelopers.rst
2014-07-10 11:51:06 +01:00
Dave Cranwell
f73c5416ba
Update frontenddevelopers.rst
2014-07-10 11:49:41 +01:00
Dave Cranwell
0987946786
Update frontenddevelopers.rst
2014-07-10 11:48:57 +01:00
Dave Cranwell
bd1c72c0aa
References to image.src corrected - it's image.url
2014-07-10 11:47:40 +01:00
Karl Hobley
b067fad1f9
Renamed 'Wagtailsearch backends' to 'Backends'
2014-07-09 17:47:33 +01:00
Karl Hobley
1cc3456f58
Removed 'wagtailsearch' from titles of a couple of documents
2014-07-09 17:46:34 +01:00
Karl Hobley
8e07528274
Renamed 'wagtailsearch' section of the docs to 'search'
2014-07-09 17:44:26 +01:00
Karl Hobley
5eaa605314
Fixed search example in docs
2014-07-09 17:33:58 +01:00
Karl Hobley
3a8bc7f3ed
Use tuples in search_fields configuration
...
Not a requirement, just a best practise
2014-07-09 16:09:07 +01:00
Karl Hobley
072f5c04e0
Docs fixes
2014-07-09 16:07:53 +01:00
Karl Hobley
dbab06a88c
Fixed typo
2014-07-09 15:47:00 +01:00
Karl Hobley
33e9477032
Doc tweak
2014-07-09 15:46:36 +01:00
Karl Hobley
fa97565b2a
Fix spelling mistake
2014-07-09 15:45:41 +01:00
Karl Hobley
4748684390
Added basic useage docs for python developers
2014-07-09 15:44:27 +01:00
Karl Hobley
cb556c9ede
Splitup search configuration docs
2014-07-09 15:42:44 +01:00
Karl Hobley
70261780f6
Added search fields configuration docs
2014-07-09 15:29:32 +01:00
Karl Hobley
599eebf022
Splitup wagtailsearch docs
2014-07-09 14:30:39 +01:00
Karl Hobley
8aaff51b05
Minor tweak to 0.4 release notes
2014-07-09 09:52:40 +01:00
Karl Hobley
1d9f792415
Added search changes to changelog and 0.4 release notes
2014-07-09 09:50:58 +01:00
Karl Hobley
eb96ac97cd
Merge pull request #437 from kaedroho/release-notes
...
[WIP] Release notes for 0.4
2014-07-08 14:56:16 +01:00
Karl Hobley
ff72d70d37
Fixed typo
2014-07-08 14:55:12 +01:00
Karl Hobley
608b8ccc4f
Added 'Miscellaneous' section to deprecated features
2014-07-08 14:54:26 +01:00
Karl Hobley
67fbf86bd1
Added links to docs from 0.4 release notes
2014-07-08 14:43:49 +01:00
Tom Dyson
491a10f6a0
eeking -> eking
...
See http://www.oxforddictionaries.com/definition/english/eke
2014-07-08 14:18:24 +01:00
Karl Hobley
89e4d26978
More updates to 0.4 release notes
2014-07-08 14:17:10 +01:00
Karl Hobley
1274a81e8d
Updates to release notes
2014-07-08 13:55:19 +01:00
Karl Hobley
a67fdf2423
Early draft of 0.4 release notes
2014-07-08 13:26:08 +01:00
Neal Todd
49b72d2481
Text amendments.
2014-07-08 13:21:44 +01:00
Neal Todd
3a9cb569d8
Python 2/3 code contribution docs.
2014-07-08 13:16:55 +01:00
Chris Rogers
7286692c39
Update conf.py
2014-07-08 12:31:13 +01:00
Chris Rogers
17b564de40
Update conf.py
2014-07-08 12:29:15 +01:00
Matt Westcott
00e12cccaf
Merge branch 'master' into feature/fep2
...
Conflicts:
docs/index.rst
2014-07-04 22:00:46 +01:00
Matt Westcott
e2040e8842
fix documentation syntax errors / warnings
2014-07-04 21:57:58 +01:00
Matt Westcott
466df9ffd6
Add developer docs for private pages
2014-07-04 20:56:34 +01:00
Matt Westcott
383ce75b39
Document the before_serve_page hook
2014-07-04 20:56:34 +01:00
Matt Westcott
4fde40df92
Update example in static_site_generation docs to use new-style route API
2014-07-04 18:24:01 +01:00
Matt Westcott
06c79d4866
update building_your_site and model_recipes docs to cover the new route/serve API
2014-07-04 17:50:26 +01:00
Karl Hobley
14228a56e1
Merge pull request #419 from gasman/serve_preview
...
Use serve_preview() rather than serve() for all preview / moderation / view_draft actions
2014-07-03 17:22:22 +01:00
Matt Westcott
493fc29c08
Deprecate the show_as_mode method in favour of serve_preview which additionally takes a 'request' argument
2014-07-03 15:31:27 +01:00
Matt Westcott
78481dc846
syntactic sugar for get_page_modes: change it to a property called preview_modes and add a default_preview_mode helper
...
Conflicts:
wagtail/wagtailadmin/views/pages.py
2014-07-03 15:01:35 +01:00
Karl Hobley
148fcf04e3
Merge pull request #414 from kaedroho/frontendcache-purge-url
...
Allow purging individual URLs from frontend cache
2014-07-03 13:59:13 +01:00
Karl Hobley
c9385ca1ce
frontend cache purge docs change
2014-07-03 13:10:03 +01:00
Karl Hobley
00347ff6ba
Rearrange static site generation docs
2014-07-03 12:53:11 +01:00
Neal Todd
2f126bda6e
Update index.rst
2014-07-03 12:26:48 +01:00
Karl Hobley
e4a9756c79
Added little section in the docs describing purge_url_from_cache
2014-07-03 10:14:51 +01:00
Matt Westcott
92dc6add90
update hook examples in docs to import from wagtailcore, not wagtailadmin
2014-07-02 20:04:06 +01:00
Tom Dyson
47c83e75b1
Lets -> Let's
2014-07-02 17:57:30 +01:00
Neal Todd
41ff751009
Update index.rst
2014-07-02 17:57:15 +01:00
Karl Hobley
35fd9f4a98
Merge branch 'master' into varnish-cache-invalidation
...
Conflicts:
wagtail/wagtailcore/models.py
2014-07-02 17:43:47 +01:00
Karl Hobley
62c59744f9
Merge branch 'master' into varnish-cache-invalidation
...
Conflicts:
setup.py
2014-07-02 17:22:19 +01:00
Karl Hobley
ab518b6472
Merge branch 'master' into sitemaps
2014-07-02 17:21:20 +01:00
Karl Hobley
2f74885834
Fixed bad paste
2014-07-02 13:45:43 +01:00
Karl Hobley
61fd67f2e9
Tweaks to sitemap generation docs
2014-07-02 13:01:49 +01:00
Karl Hobley
d9b22292f2
Merge branch 'master' into varnish-cache-invalidation
...
Conflicts:
wagtail/wagtailadmin/tests/test_pages_views.py
2014-07-02 09:38:51 +01:00
Tom Dyson
479dd1edde
Minor editing API doc tweaks
2014-07-01 16:53:47 +01:00
Tom Dyson
83161e324f
Updates to management commands docs
...
With inclusion in index
2014-07-01 16:45:44 +01:00
Dave Cranwell
5f1eee4f46
updated docs re: FieldRowPanel
2014-07-01 13:31:55 +01:00
Karl Hobley
8daf1c6de6
Added docs for frontend cache purging
2014-07-01 11:00:55 +01:00
Karl Hobley
683f1cfa64
Added docs for sitemaps
2014-07-01 10:14:34 +01:00
Karl Hobley
055b2e97e5
Made tests.settings like a real settings file
2014-06-30 15:08:09 +01:00
Karl Hobley
1142123174
Added basic documentation for management commands
2014-06-30 13:34:37 +01:00
Karl Hobley
c1dcb09a4f
Enabled autodoc on Page class
2014-06-30 12:58:00 +01:00
Karl Hobley
8b692ad3be
Improvements to PageQuerySet docs
2014-06-30 12:25:23 +01:00
Karl Hobley
9a178f0911
Enabled autodoc in sphinx configuration
2014-06-30 11:37:55 +01:00
Karl Hobley
6e6b85d4f6
Merge pull request #336 from kaedroho/feature/template-tags-rationalisation
...
Template tags rationalisation
2014-06-27 15:22:22 +01:00
Karl Hobley
28c071a1e9
Merge pull request #372 from kaedroho/wagtailcore-cleanup-2
...
Wagtailcore cleanup
2014-06-27 15:21:09 +01:00
Karl Hobley
ad3737e7d7
Merge pull request #304 from jeffrey-hearn/docs-wagtail-app-config
...
Docs: Wagtail settings variables and urlconfs
2014-06-27 10:54:07 +01:00
Karl Hobley
deb2e0f9d8
Deprecate Page.get_other_siblings
2014-06-26 14:42:06 +01:00
Karl Hobley
3bef7bf302
Merge branch 'master' into feature/template-tags-rationalisation
...
Conflicts:
docs/building_your_site/frontenddevelopers.rst
wagtail/wagtailimages/templatetags/image_tags.py
2014-06-24 09:57:54 +01:00
Karl Hobley
2801c913dc
Docs update for #342 merge
2014-06-23 14:22:50 +01:00
Matt Westcott
1aab35ba24
add documentation for the construct_whitelister_element_rules hook
2014-06-20 16:08:50 +01:00
Dave Cranwell
ba0805e521
Update frontenddevelopers.rst
...
typo fix
2014-06-20 14:07:33 +01:00
Dave Cranwell
135d4f20a6
Update frontenddevelopers.rst
2014-06-20 14:04:11 +01:00
Dave Cranwell
c1f2f745af
Update frontenddevelopers.rst
...
heading level fix
2014-06-20 13:49:25 +01:00
Dave Cranwell
8cb94f0b5c
Update frontenddevelopers.rst
...
Added notes about new image manipulation techniques
2014-06-20 13:46:43 +01:00
Matt Westcott
f6ae1834fa
Document the 'attrs' property of image renditions
2014-06-19 17:34:59 +01:00
Karl Hobley
879269ab20
Added versionchanged notes to docs
2014-06-19 11:22:58 +01:00
Karl Hobley
f73c7da772
Update docs to import tags from correct tags module
2014-06-19 11:17:32 +01:00
Tom Dyson
e40dea8d28
wagtail -> Wagtail in contributing.rst
2014-06-18 17:17:14 +01:00
Dave Cranwell
b638cc01e9
Merge branch 'master' into feature/styleguide
2014-06-17 09:36:21 +01:00
Karl Hobley
a60af70dfe
Docs fix: Elasticutils 0.9+ is not supported
2014-06-16 09:49:01 +01:00
Neal Todd
7a709709e9
Doc fix - use https rather than ssh for wagtaildemo clone
2014-06-16 09:39:06 +01:00
Ben Margolis
546f18cbb5
Adding basic documentation for the image_formats feature.
2014-06-10 18:53:43 -07:00
Matt Westcott
0092151d29
Update image tag documentation to cover the 'original' resize rule
2014-06-10 13:17:45 +01:00
Jeffrey Hearn
85793d3dbb
Settings doc changes based on feedback
2014-06-09 11:47:12 -04:00
Jeffrey Hearn
9b17154cdf
Added wagtail and django settings doc
...
more settings stuffs
settings stuff
settings stuff
so many things
omg is it really two AM
More docs
2014-06-08 16:59:46 -04:00
Jeffrey Hearn
090b0ef3da
Responsive embeds and images CSS suggestion
2014-06-08 01:06:11 -04:00
Dave Cranwell
7415f07d2a
updated docs
2014-06-06 14:38:36 +01:00
Dave Cranwell
871f4fe37f
updated docs
2014-06-06 14:37:05 +01:00
Jeffrey Hearn
a885c7a56c
Edit API docs expanded with hooks, modelcluster, and InlinePanel usage
2014-06-03 23:09:27 -04:00
Tom Dyson
c052214880
Grammar fixes in FE docs
2014-06-03 13:30:45 +01:00
Dave Cranwell
1207342f20
wording tweak
2014-06-02 16:34:45 +01:00
Dave Cranwell
09f1300f89
wording tweak
2014-06-02 16:26:46 +01:00
Dave Cranwell
e7e63e605e
added a note about the image tag 'as' syntax
2014-06-02 16:15:49 +01:00
Dave Cranwell
4c8ae31b6f
removed under construction notice. I consider it complete-ish. Otherwise it'll never be removed
2014-06-02 15:56:16 +01:00
Dave Cranwell
3fb8dc03e5
updates to FE docs
2014-06-02 15:54:26 +01:00
Tom Dyson
9e294cb030
Documentation tweaks
2014-05-28 13:22:32 +01:00
Neal Todd
07733c83ec
Elasticsearch documentation typo fix
2014-05-28 12:58:10 +01:00
Neal Todd
c5effdc641
Elasticsearch documentation update
2014-05-28 12:51:19 +01:00
Neal Todd
700fcac813
Elasticsearch documentation typo fix
2014-05-28 12:14:30 +01:00
Neal Todd
0c2163734c
Elasticsearch documentation tweak
2014-05-28 12:11:57 +01:00
Neal Todd
580e9130ad
Ref issue 177, Elasticsearch timeout on Travis: Support passing configuration arguments to Elasticsearch. Also documenting Elasticsearch setup in Wagtail.
2014-05-28 12:05:35 +01:00
Jeffrey Hearn
94af650c83
Spellchecked, cleaned, and Edit API section expanded
...
Added to edit api, fixed queryset example code, stubbed out Page ref
Some cleanup of the edit api doc
Some cleanup of the frontend doc
Added to edit api docs
Added to edit api docs
2014-05-25 16:39:08 -04:00
Neal Todd
992ef2eec7
Typo fix
2014-05-23 15:33:21 +01:00