Trent Holliday
f28130647a
Title not displaying page name
...
The `page` context variable does not exist for that view.
2017-03-03 09:56:05 +01:00
cho-leukeleu
d2baa4ba05
Update results.html
...
Close anchor tag
2017-03-01 15:55:44 +00:00
Matt Westcott
6ba69b8aed
Pull new translations from Transifex
2017-02-16 10:47:00 +00:00
Matt Westcott
14f991df14
Allow pageurl / slugurl tags to function when request.site is not available
...
Fixes #3352
Conflicts:
CONTRIBUTORS.rst
2017-02-16 10:15:39 +00:00
LB (Ben Johnston)
5aa8e00d77
fix location of {{ block.super }}
...
Fix: extra_js in snippets type_index `{{ block.super }}` should be outside script tags.
All other locations of block.super are outside of script tags
2017-02-14 10:45:25 +00:00
Janneke Janssen
5d706d2542
Release notes for #3359
2017-02-13 11:21:40 +01:00
Florian Vogt
ff9ef9068b
Mark wagtailforms-date-filter-placeholder for translation
2017-02-11 22:27:03 +00:00
Matt Westcott
0421da9198
Fetch new translations from Transifex
2017-02-06 12:31:07 +00:00
Alasdair Nicol
d8926913bd
Updated docs to use a list for urlpatterns
...
This style is recommended for Django 1.8+, and required for 1.10+
2017-02-05 19:59:39 +00:00
David Ray
49b78dd8a7
Removing errant words in sample path/to/wagtail
2017-02-03 20:41:08 +00:00
Martey Dodoo
3923ee668c
Remove references to Gondor.io in documentation.
...
Gondor.io has been retired by Eldarion (see
http://eldarion.cloud/blog/2016/04/21/goodbye-gondor-hello-kel-and-eldarion-cloud/ ),
so the tutorial wouldn't be helpful even if it was accessible.
2017-01-30 12:36:26 +00:00
Kevin Whinnery
6402e56fb5
Update model_reference.rst
2017-01-26 20:05:35 +00:00
Matt Westcott
84efa88883
Release note for #3256
...
Conflicts:
CHANGELOG.txt
CONTRIBUTORS.rst
docs/releases/index.rst
2017-01-26 12:38:11 +00:00
Matheus Bratfisch
b01376ad72
Add after/before_copy_page hooks, test and docs
2017-01-16 19:00:29 +00:00
Matt Westcott
19310a84ed
Documentation and release notes for #3275
2017-01-16 18:51:42 +00:00
Mikela Clemmons
26b7071307
RegexBlock error_message typo in docs
...
In the documention an example had a singular
2017-01-13 10:06:19 +00:00
Alex Zagorodniuk
0fdf98469c
Provide fallback value for schema_only parameter in update_index management command
2017-01-13 10:03:58 +00:00
Nikolai R Kristiansen
54bfd1a802
docs: Fix INDEX_SETTINGS in ES search backend ex.
...
The key `number_of_shards` lives below the `index` key.
Ref: https://www.elastic.co/guide/en/elasticsearch/reference/2.4/indices-create-index.html#create-index-settings
2017-01-06 11:23:16 +00:00
J. Heasly
9424a8eab9
Give indication that there may be other template bits necessary for tag to work.
...
I came to this page from "Getting Started" template examples where all pages examples are rendered within {% block content %} tags which are not in these template examples."
;
2017-01-05 10:14:07 +00:00
Andreas Nüßlein
2734dfca8b
added default argument to ChoiceBlock.
...
If default is not None and required is True,
don't render a blank option.
2017-01-04 16:09:30 +00:00
erickmk
eb16a476ba
replace self with cls for class method
2017-01-04 12:08:31 +00:00
Janneke Janssen
296023b09a
Fixes untranslated titles in the admin for adding a child page
2016-12-14 18:15:58 +00:00
Mihail Russu
4f5ffe98bc
Fix the inconsistent use of blogpages
...
`page.get_children` was changed earlier to `blogpages` in order to show the blog posts ordered and hide the unpublished ones
2016-12-13 10:07:11 +00:00
Marco Fucci
2f06afe6e1
Make all live and draft links open in a new win
...
Some 'live' and 'view draft' links were opening in a new window
and some weren't for no apparent reason.
This fixes that inconsistency.
2016-12-12 19:04:27 +00:00
MattRijk
d5ec4fbb93
Fix for issue 3202 Updated dependencies on setup.py -fixes issues with sphinxcontrib-spelling
...
Fixes sphinxcontrib-spelling is throwing an error when installing from setup.py
2016-12-07 22:38:51 +00:00
Matt Westcott
4e181152f0
Fetch new translations from Transifex
2016-12-06 22:42:08 +00:00
Craig Loftus
8c4644f4ca
wagtailapi.serializers.PageSerializer was calling super(BaseSerializer)
...
This issue was found via lgtm.com/projects/g/torchbox/wagtail/
2016-12-05 21:34:24 +00:00
Matt Westcott
f2fcfe54a2
Release note for #3193
2016-12-05 19:23:29 +00:00
pyMan
7d1114c1a1
Extra ES params passed through new OPTIONS key
...
Closes #2778
Extra ES params are now passed through new OPTIONS key in the
WAGTAILSEARCH_BACKENDS setting.
It's backward compatible: if no OPTIONS key is found and some parameters
still exist, those parameters are used for the ES constructor..
2016-12-01 12:04:14 +00:00
Edd Baldry
cb268c233a
Disable editing when page lock turned on
2016-11-30 17:16:47 +00:00
Matt Westcott
960c2b9341
Use Sean Hoefler's full name in CONTRIBUTORS.rst
2016-11-30 11:00:52 +00:00
shoefler
7994d19f65
Set array arguments to None
2016-11-29 10:30:22 +00:00
Diederik van der Boor
d21171c1b0
Fix errors by settings context processor in out-of-request templates
...
When templates are rendered outside the request cycle,
the `settings` context processor fails because `request.site` is not
created because `SiteMiddleware` was not processed.
This happens whenever requests are mocked for rendering.
For example email rendering by third party packages or unittests
that mock a request object without taking all middleware into account.
2016-11-24 12:14:58 +00:00
Morgan Aubert
51b4f0f53d
Fix #3134
...
Changes include:
* fixing the FieldError exception that can occur as described in #3134
* add tests for the "search_garbage_collect" command
2016-11-17 14:34:56 +00:00
Albert O'Connor
a5b544631b
Update the Cloudflare backend to use the v4 API
...
Fixes #3146
2016-11-17 12:01:57 +00:00
Manuel E. Gutierrez
5a26e22c0f
Improve TranslatedField example
...
Avoid allocating two variables when only need one.
2016-11-15 10:39:55 +00:00
Benoit Vogel
2fba07ad8e
Implemented StaticBlock
...
Uses admin_text which is a Meta attribute.
* StaticBlock code in wagtailcore/blocks + tests
* StaticBlock in Streamfield docs
2016-11-15 10:29:06 +00:00
Thejaswi Puthraya
6821c763ea
Refs #2717 . Custom forms for modeladmin.
2016-11-11 15:30:44 +00:00
Hammy Goonan
7cdc1cd0aa
Closing p tag on home_page template.
2016-11-04 10:39:55 +00:00
Gary Krige
9038da9fcd
Don't repeat set_url_path logic
2016-11-01 17:09:45 +00:00
Matt Westcott
c9137d1dc0
Update release note and credits for #3071
2016-11-01 14:05:05 +00:00
Ducky
76ffc972a5
fixes issue where closing the 'MORE' action scrolls to the top of page.
...
fixes #3076
2016-10-27 20:47:16 +01:00
Jaap Roes
fb06f6c0c1
Fixed #3078 -- Add empty panel attributes
...
Accessing any of these attributes before importing `wagtailadmin.edit_handlers` would raise a `AttributeError`. In some cases this would mask the actual error; e.g. forgetting to import `wagtailadmin.edit_handlers`.
2016-10-25 16:43:18 +01:00
Matt Westcott
acc69096d3
Fetch translations from Transifex
2016-10-20 11:29:28 +01:00
Alex
ee4e2ed27b
Add site name to <title>
element in the project template
2016-10-13 16:21:50 +01:00
Henk-Jan van Hasselaar
8a3c47f76a
Use get_admin_display_title in admin
2016-10-13 15:46:12 +01:00
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
Matt Westcott
139c8a1e76
Release note for #2495
2016-04-28 14:56:07 +01:00
kapito
eecec1b7ce
Add global declaration to $prop assignment.
2016-04-27 10:39:40 +01:00
Vincent Audebert
a3d36a122c
Fixing #2393 , replacing rem with em
2016-04-26 17:47:14 +12:00
Andrew T. Baker
228088d33d
Add WAGTAIL_APPEND_SLASH setting
2016-04-25 23:12:57 +01:00
Matt Westcott
f9947b2c08
Release note for #2489
2016-04-25 21:00:30 +01:00
Andy Babic
dcb67dcfdf
Added wagtailmodeladmin to contrib with docs
2016-04-14 15:03:49 +01:00
Matt Westcott
1d2ec402fa
Prefetch root page in Site.find_for_request. Thanks to Yannick Chabbert for the suggestion!
2016-04-12 12:54:14 +01:00
Roel Bruggink
bedde59aaa
Add 'revisions' action to 'more'.
2016-04-05 15:43:24 +01:00
Matt Westcott
c428f92711
Add Janneke Janssen to contributors
2016-04-05 15:04:10 +01:00
Tim Heap
27db7fb69e
Add @danni to CONTRIBUTORS.rst
...
See #2359
2016-03-28 02:49:07 +02: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
8976453dfc
Add Antonin Enfrun and Edd Baldry to French translators list
2016-03-16 12:33:21 +00:00
Matt Westcott
78bd519fb5
Update translator list in contributors.rst
2016-03-09 12:26:15 +00:00
Matt Westcott
2cbbad492e
Update Benjamin Bach's name in contributors
2016-03-08 15:49:10 +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
Tom Dyson
08f808d003
Add Josh to authors
2016-03-06 21:10:02 +00:00
Matt Westcott
9247007bc6
Add Loic Teixeira to contributors
2016-03-06 21:07:14 +00:00
Mikalai Radchuk
72d9ae81b5
Release notes for #2253
2016-03-04 00:02:09 +03: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
Tim Heap
0ead79d286
Release notes for #2266
2016-03-03 02:03:34 +02:00
Josh Barr
a1a2940495
fixed font size rounding issue in firefox, added contrib notes
2016-03-03 12:29:28 +13:00
Matt Westcott
1ea9a3a90c
Pull new translations from Transifex
2016-03-01 18:29:46 +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
Matt Westcott
f7fa4f3cd0
Pull translations from Transifex
2016-02-10 15:26:48 +00: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
67be20426a
Add Charlie Choiniere to contributors
2016-02-05 15:54:03 +00:00
Mikalai Radchuk
3f2f5665b0
Allow specifying custom edit handlers for snippets
2016-01-28 13:03:27 +00:00
Karl Hobley
61593d38ad
Changelog/release note/contributor for #2153
2016-01-27 11:16:02 +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
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
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
9bd91a02e3
Added @abogushov to CONTRIBUTORS.rst
2016-01-12 11:58:08 +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
Matt Westcott
aedbb678a1
Pull translations from Transifex
2015-12-17 13:42:59 +00:00
Eugene MechanisM
039db5ed89
"Signing in..." for translation
2015-12-17 01:50:03 +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
shredding
6422c7f618
added success message after image update
2015-12-15 00:21:34 +00:00
Matt Westcott
da4f091466
Release note for #1800
2015-12-14 21:21:46 +00:00
c16192
4433d4f3c0
pep8 fixes
...
Conflicts:
wagtail/wagtailforms/models.py
wagtail/wagtailimages/models.py
wagtail/wagtailredirects/models.py
wagtail/wagtailsnippets/edit_handlers.py
wagtail/wagtailsnippets/tests.py
wagtail/wagtailsnippets/views/snippets.py
wagtail/wagtailsnippets/wagtail_hooks.py
wagtail/wagtailusers/migrations/0001_initial.py
wagtail/wagtailusers/migrations/0002_add_verbose_name_on_userprofile.py
wagtail/wagtailusers/tests.py
wagtail/wagtailusers/views/users.py
wagtail/wagtailusers/wagtail_hooks.py
2015-12-09 14:21:48 +00:00
Matt Westcott
2f4018c0ae
Import translations from Transifex
2015-12-09 11:03:14 +00:00
Maris Serzans
c92d12755c
pep8 compliance 120 characters / line
2015-12-08 14:50:32 +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
Jan Korte
56cfe02bae
snippet docs: loading the tags is necessary
2015-12-03 18:45:29 +00:00
alx
88e477098f
Ensure that locked pages can't be unpublished.
...
Fixes #1615
2015-11-24 12:58:02 +00:00
Matt Westcott
be3c557f15
Add Rich Brennan to contributors
2015-11-20 12:37:22 +00:00
Matt Westcott
4f59b215d8
Release note for #468
2015-11-18 13:04:50 +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
e68d66a744
Release note for #1869
2015-10-27 11:19:44 +00:00
Matt Westcott
566fa3a26f
Release note for #1670 / #1850 / #1854
2015-10-26 12:58:36 +00:00
Karl Hobley
ad4007f406
Release note for #1856
2015-10-23 09:57:01 +01:00
Matt Westcott
6994f7b7b5
Release note for #1843
2015-10-20 10:37:04 +01:00
Matt Westcott
1c115ca429
Add Josh Barr to contributors
2015-10-16 17:24:24 +01:00
Matt Westcott
bce6fba24f
Release note for #1741
2015-10-16 12:12:07 +01:00
Matt Westcott
7e7ba37639
Release note for #1770
2015-10-14 17:16:21 +01:00
Matt Westcott
cb7dc8fd38
Release note for #1696
2015-10-13 00:15:50 +01:00
Matt Westcott
6612f0adf3
Release note for #1529
2015-10-09 16:41:32 +01:00
Karl Hobley
ea436e51cc
Changelog/release note/contributor for #1688
2015-10-09 09:57:33 +01:00
Matt Westcott
88f385e0de
Add Tim Heap to authors
2015-10-08 15:48:58 +01:00
Karl Hobley
8a0f6eab30
Changelog/release note and contributor for #1799
2015-10-08 09:35:21 +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
Karl Hobley
5e8df2624e
Changelog for #1677 and #1679
2015-09-16 09:35:23 +01:00
Matt Westcott
dc655192fe
Release notes for new translations
2015-09-04 14:21:55 +01:00
Karl Hobley
f615010524
Added Eirik Krogstad to contributors
2015-09-03 09:36:43 +01:00
Matt Westcott
cfaed7faba
Release note for #1541
2015-09-02 16:34:27 +01:00
Matt Westcott
91959c61ce
Add Joss Ingram to contributors
2015-08-28 14:57:12 +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
Karl Hobley
0ba28e5ca9
Changelog for #1587
2015-08-17 12:43:52 +01:00
Karl Hobley
30408252ff
Contributor/changelog/release note for #1538
2015-08-03 14:35:58 +01:00
Karl Hobley
19170bf8b9
Add @pjdelport to contributors
2015-07-21 10:21:31 +01:00
Karl Hobley
2007a23366
Added @mixxorz to contributors
2015-07-19 16:18:39 +01:00
Karl Hobley
2fad0d9c5c
Added @michaelfillier to contributors
2015-07-15 10:01:10 +01:00
Matt Westcott
b5d6490b7c
Add new translators to CONTRIBUTORS.rst
2015-06-30 11:26:02 +01:00
Matt Westcott
63c52679b4
Add translations for Croatian and Finnish
2015-06-16 17:07:11 +01:00
Karl Hobley
2411e75bdd
Pulled new translations from Transifex
2015-06-05 17:10:57 +01:00
Karl Hobley
1ce5a441e5
Changelog/release note/contributor for #1266
2015-06-05 13:43:50 +01:00
Matt Westcott
03e681dea8
Add Brett Grace to contributors
2015-06-03 11:08:32 +01:00
Karl Hobley
c7f2837ad8
Changelog/contributor/release notes for #1289 and #1299
2015-05-15 09:05:40 +01:00
Karl Hobley
10fb0c4249
Changelog/release notes/contributors for #1176
2015-05-07 10:12:31 +01:00
Karl Hobley
b3030ac6b0
Changelog/release note/contributor for #1260
2015-05-03 11:26:12 +01:00
Karl Hobley
fdaa7e91e2
Added @olifante to contributors.rst
2015-04-21 09:58:58 +01:00
Karl Hobley
b9ef85cc9b
Update CONTRIBUTORS.rst
2015-04-17 10:53:14 +01:00
Matt Westcott
1ce0b9fe68
Update translator credits (as best we can from the transifex data)
2015-03-06 11:56:49 +00:00
Matt Westcott
763b5df8c4
Release note for #1001
2015-02-18 10:19:59 +00:00
Karl Hobley
d4ab7e833f
Changelog, release notes and contributor entry for #620
2015-02-09 12:39:12 +00:00
Tom Talbot
f9da1c5ed8
Added Sebastian Spiegel to contributors
2015-02-04 16:00:59 +00:00
Karl Hobley
46bb9de808
Added @frankwiles to contributors
2015-02-03 10:48:15 +00:00
Karl Hobley
5a3bed1f6d
Added @georgewhewell to contributors
2015-01-18 14:47:18 +00:00
Karl Hobley
c9d4e42b63
Added @jerel to contributors
2015-01-15 13:57:43 +00:00
Matt Westcott
6664b063cc
release note for #872
...
Conflicts:
CONTRIBUTORS.rst
2014-12-16 16:43:55 +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
9edd3332a2
Added Timo Rieber to contributors
2014-12-02 14:55:04 +00:00
Karl Hobley
513129fb5e
Added @linibou to contributors
2014-12-01 11:21:16 +00:00
Karl Hobley
5b390ccb9c
Added @janrito to contributers
2014-11-10 15:50:14 +00:00
Matt Westcott
1350f7a835
Add Dutch to translations list
2014-11-05 10:47:13 +00:00
Karl Hobley
d633cbfd6c
Added @edrex to contributors
2014-10-22 22:11:22 +01:00
Karl Hobley
d4ace07ca0
Added @jsma to contributors
2014-10-14 18:07:49 +01:00
Dave Cranwell
2c911c20e3
Update CONTRIBUTORS.rst
2014-09-18 14:49:53 +01:00
Karl Hobley
007b8249e1
Added contributor entry for #639
2014-09-18 09:19:14 +01:00
Matt Westcott
6bef8ea10f
Add Russian translation to release notes
2014-09-11 16:53:18 +01:00
Karl Hobley
82d60e514e
Changelog and contributers files updates
2014-09-08 09:20:25 +01:00
Matt Westcott
a926bf4fe3
changelog entry for #531
2014-08-12 17:17:21 +01:00
Dave Cranwell
0696ac8832
Update CONTRIBUTORS.rst
2014-06-25 10:21:38 +01:00
Dave Cranwell
03ce91c992
Update CONTRIBUTORS.rst
2014-06-19 12:28:07 +01:00
Matt Westcott
8f9298f2b4
Changelog / contributors entry for #243
2014-06-17 22:03:11 +01:00
Matt Westcott
c7731ad020
Additional contributors / translators
2014-05-28 15:56:01 +01:00
Matt Westcott
0393128509
update changelog / contributors for #267
2014-05-28 15:41:40 +01:00
Matt Westcott
ed36f25bff
Add Ben Margolis to contributors
2014-05-17 15:12:18 +02:00
Matt Westcott
afe2fc10a8
add David Smith to contributors
2014-05-01 11:21:45 +01:00
Matt Westcott
2939a5015d
keep translations in alpha order
2014-04-14 10:05:51 +02:00
gilsondev
1e87b2a8dd
Insert responsible of translation in Portuguese Brazil
2014-04-14 10:05:51 +02:00
Matt Westcott
2411123cd9
add Ben Emery to contributors
2014-04-08 17:14:22 +01:00
Matt Westcott
095391e3cb
changelog / contributors update for #166
2014-04-01 15:23:36 +01:00
Matt Westcott
5e373937eb
changelog/contributors update
2014-03-31 11:49:57 +01:00
Matt Westcott
4c80816e82
Add rfosterslo as contributor
2014-03-11 13:06:26 +00:00
Matt Westcott
20efde84d7
Bring CONTRIBUTORS.rst up to date (I hope!)
2014-03-03 10:05:57 +00:00
Dan Braghis
760ba6a856
Fix typo in contributors
2014-03-03 09:56:27 +00:00
Neal Todd
d759dab92e
Updated translation contributors.
2014-03-03 09:53:00 +00:00
Neal Todd
0617a9dba2
Added Translators to Contributors
2014-02-24 10:50:12 +00:00
Tom Dyson
594d7e03e3
Update CONTRIBUTORS
2014-02-11 17:16:12 +00:00
Matt Westcott
d5cc4e1b66
a few more contributors
2014-02-07 15:55:31 +00:00
Paul Hallett
3c85d8ba97
Makefile, flake8 for PEP8 and contributors added
2014-02-07 15:20:27 +00:00