Axel Haustant
e893dd895b
Allows to define custom site settings edit handler
...
Added site settings edit handler tests
Ensure proper setting rendering with tabs
2016-10-10 14:23:57 +03:00
Matt Westcott
cfc077b3c6
Fetch new translations from Transifex
2016-10-05 16:28:28 +01:00
Ricky Robinett
9c0968ad12
Fix bug where filenames with no extension cause an infinite loop
2016-10-05 15:26:29 +01:00
Matt Westcott
766636edbc
Pull new translations from Transifex
2016-09-22 15:51:29 +01:00
Matt Westcott
674af5586b
Prevent USE_THOUSAND_SEPARATOR from breaking the rendering of maxForms in InlinePanel's JS code
...
Fixes #2699 . Thanks to Mattias Loverot for the report and original fix.
2016-09-22 15:07:23 +01:00
Nick Smith
504759d267
#1446 add pagination to wagtailadmin.views.pages.move_choose_destination
2016-09-22 11:53:38 +01:00
Stein Strindhaug
ffa21943d0
Increase legibility by increasing contrast
...
Raise contrast by slightly adjusting font-weight, color and font size (from 12.2px to 12.8px in the menu)
2016-09-21 12:02:23 +01:00
Matt Westcott
b0aa210078
Recognise classname parameter on InlinePanel. Fixes #1316
2016-09-15 16:44:51 +01:00
Jayden Smith
5732e215b0
Allow passing of options into Rich Text Editor.
2016-09-14 15:33:45 +01:00
Matt Westcott
3b4c24e0b5
Release note for #2619
2016-09-08 12:10:53 +01:00
digia
875d2fcbd4
Fix bug with forcing a user to exist on request
...
Allow for testing views without having to mock a user on the request.
2016-09-06 17:28:05 +01:00
Matt Westcott
29e7c0740b
Release note for #2971
2016-09-05 11:48:26 +01:00
Mikalai Radchuk
b37e8ccbcf
Change method name to AbstractEmailForm.send_mail
...
Also contails release notes for #2926
2016-08-26 12:06:23 +03:00
Matt Westcott
87f9031665
Update translator credits
2016-08-18 11:57:36 +01:00
Matt Westcott
5e27a94ca1
Pull new translations from Transifex (2016-08-01) ( #2883 )
...
* Pull new translations from transifex
* Update translator credits
2016-08-01 14:23:11 +01:00
Matt Westcott
ca02019404
Release note for #2838
2016-08-01 13:07:25 +01:00
Eraldo Energy
1a956be2f2
Added file handling to support custom user add/edit forms.
2016-07-29 17:02:31 +01:00
Matt Westcott
5dfcdfb2a6
Release note for #2872
2016-07-28 11:41:12 +01:00
Matt Westcott
ad1f6716c5
Add Sean Muck to contributors
2016-07-27 14:31:01 +01:00
Matt Westcott
321c016433
Fix specificity of login button CSS, to restore large button style.
...
Thanks to @sebworks for the bug report and investigation!
2016-07-26 17:17:15 +01:00
Matt Westcott
4108e51871
Add Adriaan Tijsseling to contributors
2016-07-26 15:35:22 +01:00
Matt Westcott
c51177a0fa
Release notes for #2858 / #2859
2016-07-21 12:03:53 +01:00
Chris Darko
bd226fcedf
Fix use of Page instead of specific_class
...
Uses specific_class.url instead of Page.url for getting the 'view_live' URL
in the success message following Page publication.
2016-07-21 11:55:10 +01:00
Vincent Audebert
14919f3b41
Possibility to delete a user #2371
...
As mentioned in the comments I didn't see the first pull request (https://github.com/torchbox/wagtail/pull/2509 )
However, I think my changes were a tiny bit more complete in terms of UI/UX. I allow to delete a user directly from the user list + you can delete any user if you are superuser, except yourself. This way we are sure to keep at least one superuser but we can still delete superusers.
I added some tests from this PR to my code and also added the permission denied on the delete page.
2016-07-06 17:05:17 +01:00
Matt Westcott
f014332a52
Add Thibaud Colas to contributors
2016-06-30 19:13:20 +01:00
Mikalai Radchuk
520d34f6d8
Add Tim Graham to the contributors list
2016-06-29 13:02:09 +03:00
Matt Westcott
3e38bab785
fix typo in Raphael Stolt's name
2016-06-27 18:27:46 +01:00
Matt Westcott
bf912b2aa9
Add Raphael Stolz to contributors
2016-06-27 17:37:22 +01:00
kakulukia
334bebc55c
dont enforce HTML templates :(
2016-06-22 16:09:51 +01:00
Matt Westcott
e2c9c878de
Add Paul J Stevens to contributors
2016-06-21 13:08:07 +01:00
Mike Dingjan
33f53a6e78
Added __bool__ method for proper evaluating the RichText object value
2016-06-21 12:04:52 +01:00
Oktay Altay
31ce2e802c
Add new EmailBlock and IntegerBlock
2016-06-17 23:39:49 +01:00
Ludolf Takens
e995bc0e19
Fix #2533 : Prevent removal of '/' when redirect from url is just '/' ( #2721 )
2016-06-16 11:48:45 +01:00
Johannes Spielmann
a2ec49e01a
allow wagtailforms field choices to be as long as they want
2016-06-15 18:14:41 +01:00
Matt Westcott
f6706977bd
Validate against duplicate form field names - fixes #585
...
Thanks to @tacitus for this fix (#2445 ).
2016-06-13 19:53:44 +01:00
Mikalai Radchuk
ba220d58ca
Release notes for #2691
2016-06-08 15:24:18 +03:00
Matt Westcott
b34f920832
Pull translations from Transifex ( #2690 )
2016-06-07 17:23:52 +01:00
Matt Westcott
f7816b6bce
Credit Gagaro under preferred name
2016-06-06 17:55:19 +01:00
Matt Westcott
892c4c77d6
Ensure that form media required by InlinePanels is correctly pulled in to the edit page - fixes #2662 .
...
Based on code from #2659 by @Gagaro - thanks!
2016-06-03 19:33:24 +03:00
Behzad Nategh
b1f194a637
Unicode support for slug as of Django 1.9
2016-06-01 13:44:01 +01:00
Matt Westcott
62db929d87
Fetch new translations from Transifex
2016-05-31 11:53:01 +01:00
Matt Westcott
f01f4481e6
Update translations ( #2634 )
...
* Pull new translations from Transifex
* Generate new strings for translation
2016-05-18 23:30:20 +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
72cf8c7bdb
Add Robert Moggach to contributors (ref #2165 , original suggestion for #2476 )
2016-05-12 10:34:49 +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
Matt Westcott
9338fc2ac4
Release note for #1705
2016-05-11 15:45:42 +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
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
Matt Westcott
83d872b3a3
Release note for #2501
2016-04-28 15:22:10 +01:00