Matt Westcott
cf5ea251d5
Merge pull request #1509 from kaedroho/rationalise-urls
...
Rationalise URL names
2015-07-21 11:47:02 +01:00
Tom Christie
86e1a60ad2
Refactor find_model_detail_view
2015-07-21 11:43:19 +01:00
Tom Christie
7d01beffff
Refactor to use serializers
2015-07-21 11:35:46 +01:00
Karl Hobley
42848bc30f
Fixed order of INSTALLED_APPS in tests
...
As per: https://github.com/torchbox/wagtail/pull/1537
2015-07-21 10:50:43 +01:00
Karl Hobley
624c0511c5
Changelog/release note for #1537
2015-07-21 10:21:31 +01:00
Karl Hobley
19170bf8b9
Add @pjdelport to contributors
2015-07-21 10:21:31 +01:00
Karl Hobley
1dee381c5a
Merge pull request #1537 from pjdelport/patch-1
...
List INSTALLED_APPS in precedence order
2015-07-21 10:17:38 +01:00
Piet Delport
bc8322bf7e
List INSTALLED_APPS in precedence order
...
This resolves issue #1536 .
2015-07-21 11:16:13 +02:00
Karl Hobley
eb9733610f
Changelog/release note for #1489 and #1520
2015-07-21 09:52:14 +01:00
Karl Hobley
f2b03c8e57
Merge pull request #1489 from davecranwell/fix-collapsible-multifieldpanel-icon
...
Fixes #696 and improves rarely-used .collapsible classname on MultiFieldPanel
2015-07-21 09:37:06 +01:00
Karl Hobley
0b544cba53
Merge pull request #1520 from takeflight/bug/link-chooser-tabs
...
Fix rich text link modal window tabs
2015-07-21 09:36:04 +01:00
Karl Hobley
8e11f4bce4
Removed type name from delete URL names
...
Was previously, delete_image, delete_document, etc. Now just "delete"
2015-07-20 21:25:20 +01:00
Karl Hobley
441314a19b
Removed type name from edit URL names
...
Was previously, edit_image, edit_document, etc. Now just "edit"
2015-07-20 21:24:27 +01:00
Karl Hobley
2c6c4667be
All add/create URLs are now called "add"
2015-07-20 21:24:27 +01:00
Matt Westcott
5fbef63c22
update Wagtail version in project template requirements
2015-07-20 20:09:55 +01:00
Matt Westcott
1a7bde76d6
Release note for #1508
2015-07-20 20:09:15 +01:00
Matt Westcott
b01ed96179
Merge branch 'kaedroho-url-namespaces'
2015-07-20 20:07:08 +01:00
Matt Westcott
b93a7210fa
update remaining URL in wagtailimages tests
2015-07-20 20:06:55 +01:00
Matt Westcott
f8daf7b4ba
Merge branch 'url-namespaces' of https://github.com/kaedroho/wagtail into kaedroho-url-namespaces
...
Conflicts:
wagtail/wagtailimages/views/images.py
2015-07-20 20:06:13 +01:00
Tom Christie
067247d2a4
Refactor get_fields
2015-07-20 17:30:35 +01:00
Tom Christie
76de8eab34
Refactor pagination
2015-07-20 17:03:07 +01:00
Tom Christie
3122d19a66
Refactor get_api_fields
2015-07-20 16:36:47 +01:00
Tom Christie
e1978f6606
Refactor filters
2015-07-20 16:17:40 +01:00
Karl Hobley
faabc18ce7
Docs for multiple page types in PageChooserPanel
2015-07-20 14:55:58 +01:00
Karl Hobley
59038ac007
Updated chooser views to support multiple page types
2015-07-20 14:55:58 +01:00
Matt Westcott
0921bdec6d
Release note for #1426
2015-07-20 14:49:55 +01:00
Matt Westcott
4f53b0b0ed
Merge branch 'kaedroho-image-file-size'
2015-07-20 14:40:55 +01:00
Matt Westcott
91f0e10f46
renumber testapp migration
2015-07-20 14:37:45 +01:00
Matt Westcott
e146bf14be
Merge branch 'image-file-size' of https://github.com/kaedroho/wagtail into kaedroho-image-file-size
2015-07-20 14:08:49 +01:00
Tom Christie
aee387e2c2
Drop 'api' module.
2015-07-20 13:58:03 +01:00
Tom Christie
b6a4318379
Refactor to use Responses and Renderers.
2015-07-20 13:40:19 +01:00
Karl Hobley
0543c696d8
Updated PageChooserPanel to support multiple page types
2015-07-20 13:20:20 +01:00
Tom Christie
ef9d5b852d
Use ViewSet as base class for API endpoints.
2015-07-20 11:46:46 +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
ba60023f9a
Display inline panel non-form errors
2015-07-19 20:32:41 +01:00
Karl Hobley
d1897f9c14
Changelog/release note for #1527
2015-07-19 16:19:14 +01:00
Karl Hobley
2007a23366
Added @mixxorz to contributors
2015-07-19 16:18:39 +01:00
Karl Hobley
f7d46ea349
Merge pull request #1527 from mixxorz/wagtail-start-destination-directory
...
Added optional directory argument to wagtail start.
2015-07-19 16:15:37 +01:00
hanpama
b7a500d577
Show confirmation message before delete
2015-07-19 23:57:30 +09:00
hanpama
616e8ea1e7
Set button's class 'button-small button-secondary' and fix indentation
2015-07-19 22:58:47 +09:00
hanpama
c3a80e7e10
Implement deletion of form submission
...
- Write a view function to delete submission(views.delete_submission)
- Route the function to 'submissions/<page_id>/<submission_id>/delete/'
- Create a button for each row in submission list
2015-07-19 22:10:21 +09:00
Mitchel Cabuloy
774ad27a76
Fixed flake8 errors
2015-07-18 11:49:32 +08:00
Mitchel Cabuloy
09dcf8a283
Added optional directory argument to wagtail start.
2015-07-18 11:36:34 +08:00
Matt Westcott
0ea3a73ae5
version 1.0 (for real this time)
...
Conflicts:
CHANGELOG.txt
2015-07-16 11:20:36 +01:00
Tim Heap
51d2cb1656
Fix rich text link modal window tabs
...
Some or all of the 'Internal link | External link | Email link' tabs at
the top of the modal disappeared when changing tabs. This was caused by
the `allow_external_link`/`allow_email_link` context variables not
consistently being set across all instances where the tabs were printed.
A new `shared_context(request)` function has been added that generates
these context variables, which can easily be used to add these variables
to any context that needs them.
2015-07-16 13:20:51 +10: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