Alex Gleason
8d5d29c2f3
Rename table_block.fields to table_block.blocks
2016-05-18 15:51:54 +01:00
Matt Westcott
737731de0c
Release notes for #2407
2016-05-18 15:50:08 +01:00
Karl Hobley
c63dcdfc15
Added a missing link to release notes
2016-05-17 16:55:59 +01:00
Karl Hobley
f8d7276800
Release note for #2459
2016-05-17 16:39:11 +01:00
Yannick Chabbert
58dfea096e
add a sendfile class based view implementation
2016-05-17 16:34:32 +01:00
Matt Westcott
06af3fe33d
Account for deletions when constructing page paths for preview_on_create - fixes #2599
2016-05-17 16:03:15 +01:00
Matt Westcott
95aeda48f3
Release note for #2614
2016-05-17 15:58:30 +01:00
Matt Westcott
fc814298d1
Release note for #2613
2016-05-17 15:54:47 +01:00
Matt Westcott
a0c4dbd2d4
Release note for #2623
2016-05-16 18:09:16 +01:00
riceyrice
0899c48117
Use cross-browser document.activeElement instead of (non-IE) event.target.activeElement
...
Conflicts:
CONTRIBUTORS.rst
2016-05-12 20:32:15 +01:00
Matt Westcott
0eaac1882c
Release note for #2605
2016-05-12 17:03:29 +01:00
Matt Westcott
024b96d0ed
Release note for #2414
2016-05-12 15:34:14 +01:00
Matt Westcott
6ff98a543b
Move custom user forms example to a new page under advanced_topics/customisation
2016-05-12 15:34:14 +01:00
nfletton
c4feb6462f
Add ability to override user creation and edit forms to allow custom user model
...
fields to be edited via Wagtail admin.
2016-05-12 15:34:14 +01:00
Mikalai Radchuk
4392680067
Fixes UnicodeEncodeError in `wagtailforms`
...
If you will create form field entry with unicode characters,
you will get `UnicodeEncodeError`. This commit fixes this bug.
2016-05-12 11:00:03 +01:00
Karl Hobley
d90c2a6c71
Changelog for #2476
2016-05-12 10:39:31 +01:00
Karl Hobley
9cd2bf6447
Changelog for #2585
2016-05-12 10:25:56 +01:00
Juha Yrjölä
616a18aeff
Replace calls to __() with ugettext_lazy()
...
This makes xgettext discover the translatable strings.
2016-05-11 21:08:36 +01:00
Vincent Audebert
42b9fb893c
Fixing #2560 - changing z-index on class sequence-controls so we can see the controls on top of stream field menu
2016-05-11 17:17:15 +01:00
Matt Westcott
ac5aa73de9
add release note for link tooltips ( #2147 )
2016-05-11 16:58:00 +01:00
Matt Westcott
8ab3184731
Release note for #2147
2016-05-11 16:56:19 +01:00
Matt Westcott
9338fc2ac4
Release note for #1705
2016-05-11 15:45:42 +01:00
Brad Busenius
53dfe6f5de
Added documentation for table_block.
2016-05-11 15:16:06 +01:00
Liam Brenner
ca846a5941
Add logout success message
2016-05-10 20:08:57 +03:00
Liam Brenner
05be39e85f
Add spinner/button longrunning class to settings save button
2016-05-10 19:59:07 +03:00
Karl Hobley
e72b25f61c
Make api_fields a list
...
All other model attribute settings in Wagtail use lists now. This commit changes the api_fields docs to use a list as well.
Both list and tuple work, but list is now the recommended option
2016-05-10 19:35:41 +03:00
Karl Hobley
fcd2aa023c
Support field widget media inside streamfield blocks
2016-05-10 17:17:41 +03:00
Karl Hobley
948bdf8d3c
Tweaks to image serve view docs ( #2588 )
...
- key => signature
- Added "Advanced configuration" section (the last bit of the docs doesn't really fit into the general usage section above)
-
2016-05-10 14:56:12 +01:00
Karl Hobley
9dcc12ac55
Fix a typo in model reference
2016-05-10 14:28:34 +01:00
Matt Westcott
703ee3edf5
Update release notes / contributors with new translations imported into 1.4.4
2016-05-10 11:28:46 +01:00
Matt Westcott
7aaab7b52d
Fix for #2519 is now in 1.4.x (and also fixes #2549 )
2016-05-09 19:08:52 +01:00
Liam Brenner
75295209bb
Added auto resizing text field, richtext field, and snippet chooser to styleguide
...
Fix button on styleguide linking to the add an image page
2016-05-09 12:56:47 +03:00
Tim Heap
facd66cf82
Use `code-block:: python` for a code example in docs
2016-05-08 04:59:34 +02:00
Philipp Dieter
d247fe9bf6
Fix name of ForeignKey object
2016-05-08 04:50:37 +02:00
Mario César
b95cc1e687
Update decorator patterns util to preserve original view method name when introspecting.
...
When decorate_urlpatterns apply a decorator to a view function it lost spec names, docs, and the module where it was imported, making it uneasy to inspect when debugging (Like getting the name view and docs when using django-debug-toolbar)
Using functools.update_wrapper it updates the resulting function to look like the original wrapped view function.
Without the use of this decorator factory, the name of the wrapped view function would have been 'decorated_view'.
2016-05-08 04:44:30 +02:00
Josh Schneier
6d1a9efbb6
Update documentation and code to put mixin first
2016-05-04 14:05:33 +01:00
Karl Hobley
629deeba68
Changelog/release note for #2528
2016-05-04 12:29:21 +01:00
Matt Westcott
796239b7d9
Add semi-transparent border around explorer menu
...
Fixes #2519 . Fix provided by @alexgleason
2016-05-03 15:49:54 +01:00
Tim Heap
b727ec4064
Add documentation on the base_form_class attribute
2016-05-03 14:00:21 +01:00
Tim Heap
80ad8ffc94
Do not get message classes from MESSAGE_TAGS
...
If the developer had overridden MESSAGE_TAGS in their site, Wagtail
messages used these classes in the admin. This caused the messages to
lose their styles.
Wagtail now ignores the MESSAGE_TAGS setting, using the default classes
defined in `django.contrib.messages.constants.LEVEL_TAGS`.
Fixes #2551
2016-05-03 11:42:26 +01:00
kapito
7de9b51f6f
Prevent spinner from spinning on required form entry
2016-05-03 00:03:38 +01:00
Matt Westcott
b39ff4a134
add note about Wagtail <=1.4 syntax for search_fields
2016-05-02 18:42:21 +01:00
Karl Hobley
5eef0f0a24
Mention that ImageMagick must be installed in "Animated GIF support"
...
Fixes #2505 . Thanks to Frank Wiles and @ghostwords for spotting
2016-04-29 16:23:27 +01:00
Matt Westcott
1de152c145
Release note for #2499
2016-04-28 16:24:08 +01:00
Matt Westcott
83d872b3a3
Release note for #2501
2016-04-28 15:22:10 +01:00
Matt Westcott
139c8a1e76
Release note for #2495
2016-04-28 14:56:07 +01:00
Matt Westcott
26f4b4868d
Release note for #2526
2016-04-28 13:13:13 +01:00
Matt Westcott
518abc2673
changelog entry for #2517 should be in 1.4.4
2016-04-28 11:45:41 +01:00
Robert Rollins
7523d7f57f
Removed all uses of STATIC_URL from code samples, replaced with static().
...
Concatinating with settings.STATIC_URL is no longer reccomended for creating
URLs to static resources, because it doesn't take the configured storage engine
into account. For example, a site using S3 to store its static files will need
static URLs that link out to S3, rather than relative URLs within the same
domain.
I replaced it with django.contrib.staticfiles.templatetags.staticfiles.static()
in python example code, and the {% static %} tag in template examples.
2016-04-28 10:57:22 +01:00
Robert Rollins
11793f88c5
Changed indentation on all code samples to 4 spaces.
...
Most of the samples were already 4-space indented, but a few were using 2-space,
which is both inconsistent and, when it happened with Python code samples,
incompatible with PEP8.
2016-04-28 10:57:22 +01:00