Matt Westcott
96f9653c8c
Fix regression in 1.5.1 in editing external links
2016-06-08 11:53:10 +01:00
Matt Westcott
449616128f
mark 1.5.1 as no longer in development
2016-06-07 18:58:20 +01:00
Matt Westcott
7c2130f3c2
Make 'permanent' / 'temporary' label on redirects translatable; don't translate the classname
...
Thanks to leo_naeka for reporting!
2016-06-07 17:35:00 +01:00
Matt Westcott
b6ae7d61b7
Pull translations from Transifex ( #2690 )
2016-06-07 17:24:20 +01:00
Yannick Chabbert
c42b2dbd59
fix modeladmin delete view message
2016-06-07 16:45:18 +01:00
riceyrice
444260ae06
Ensure pagination is retained on invalid upload
...
Otherwise hidden Search tab causes web browser to load _every_ image in the system.
2016-06-07 16:29:03 +01:00
Matt Westcott
1814579a77
Revert "Fixing #2520 "
...
This reverts commit ab53b1817f .
Conflicts:
CHANGELOG.txt
docs/releases/1.5.rst
2016-06-07 14:56:29 +01:00
Matt Westcott
c91721fed1
Credit Gagaro under preferred name
2016-06-06 17:54:28 +01:00
Mikalai Radchuk
a0878256d8
Release notes for #2681
2016-06-06 13:37:19 +03:00
Matt Westcott
0e5eb054c8
Track parent page for internal links in rich text - fixes #2639
2016-06-06 13:31:26 +03:00
Matt Westcott
bf3768dabd
Return URL in document chooser response - fixes #2660
2016-06-04 17:11:14 +03:00
Matt Westcott
047d818345
Fix test migration for Wagtail 1.5
2016-06-03 19:47:47 +01:00
Matt Westcott
c05da1db6e
Remove duplicate definition of form media in settings - fixes #2664
...
Form media declarations are output in edit.html, but this is redundant as they're already output in _editor_css.html / _editor_js.html,
and the duplicate definitions cause the rich text editor to fail to activate for some reason.
2016-06-03 20:26:00 +03:00
Matt Westcott
d9b2092846
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:28:11 +03:00
Loic Teixeira
2fe0d18afd
Mark the field as modified after removing element
...
Fix #2637
2016-06-03 16:41:34 +01:00
riceyrice
3dd4948f90
Choose existing page for page links only
...
Present new page chooser when editing any other link type.
2016-06-03 16:31:31 +01:00
Matt Westcott
38ec1882e1
version bump for 1.5.1
2016-06-03 15:51:15 +01:00
Matt Westcott
688e30228e
Add docs / changelog section for Wagtail 1.5.1
2016-06-03 15:49:07 +01:00
Matt Westcott
5a0ce3c88b
insert release date for 1.5
2016-05-31 11:57:39 +01:00
Matt Westcott
15e053fe5c
Version bump for Wagtail 1.5 final
2016-05-31 11:56:44 +01:00
Matt Westcott
6e7fd90251
Fetch new translations from Transifex
2016-05-31 11:41:21 +01:00
Matt Westcott
2ee5b07ae8
isort fixes
2016-05-26 10:26:37 +01:00
Matt Westcott
06bacc0256
remove unused unittest import
2016-05-23 16:35:03 +01:00
Matt Westcott
f3f37cc52b
promote rich text link handling to a major feature
2016-05-19 17:01:17 +01:00
Matt Westcott
4a3bc94185
Add screenshots to 1.5 release notes
2016-05-19 15:49:04 +01:00
Matt Westcott
59ecdb711f
version bump for 1.5rc1
2016-05-19 15:13:38 +01:00
Matt Westcott
d375cc62cc
1.4.5 is now released
2016-05-19 15:00:35 +01:00
Matt Westcott
197527c5d2
Release note for #2416
2016-05-19 13:44:15 +01:00
Mikalai Radchuk
61b530e570
Tests for configurable rich text widgets
2016-05-19 13:44:14 +01:00
Mikalai Radchuk
3dad8fc168
Fixes styleguide
2016-05-19 13:44:14 +01:00
Karl Hobley
4998c69819
Separated hallo-specific code out of page-editor.js
...
registerHalloPlugin is left though for backwards compatibility
2016-05-19 13:44:14 +01:00
Karl Hobley
5773a5bebb
Moved Hallo media into widget
2016-05-19 13:44:14 +01:00
Karl Hobley
e4b75b4c41
Made rich text editors configurable
...
This commit makes it possible to swap out the hallo editor with a custom one
2016-05-19 13:44:14 +01:00
Karl Hobley
11f663e0c1
Moved RichTextArea to wagtailadmin.rich_text.HalloRichTextArea
2016-05-19 13:44:14 +01:00
Karl Hobley
a99c6c4c2d
Changelog/release note for #2615
2016-05-19 11:45:49 +01:00
Matt Westcott
a2fe305aa0
Restore browser interface in the page chooser when the search box is cleared.
...
This also fixes #2608 , which is caused by IE's buggy 'oninput' event handling - it treats the
clearing of the placeholder text when the search box is focused as a user input action, and
thus immediately fires off an empty search query. This change means that the empty search has
no effect.
2016-05-19 11:34:12 +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
Matt Westcott
7f8cf2539f
Add BASE_URL setting back to project template
2016-05-18 22:12:48 +01:00
Matt Westcott
e4735abc20
Provide fallback implementation of unittest.assertLogs for Python <3.4 ( #2633 )
2016-05-18 21:26:04 +01:00
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
dc6f09ba40
Don't check whether the object exists when deleting it from search index
...
Fixes #2594
2016-05-18 15:31:40 +01:00
Karl Hobley
7465e2eb91
Created "insert_or_update_object" and "remove_object" index functions
...
These functions perform insert/update/deletion operations across all backends while catching and logging any errors they may raise
2016-05-18 15:31:40 +01:00
Karl Hobley
a484abda0a
Catch errors raised during search index auto update
...
Fixes #2323
This prevents the admin interface crashing if there was an error while updating the search index.
The error is now caught and logged instead
2016-05-18 15:31:39 +01:00
Karl Hobley
3f96c53a0e
Added get_backends_with_name function
2016-05-18 15:31:39 +01:00
Matt Westcott
8ed30060fd
Don't wrap TableBlock rendering in a div - fixes #2629
2016-05-18 13:59:47 +01:00
Matt Westcott
f8d7970cbb
Remove Jinja2 from tox.ini as it's now in testing_extras (see #2583 )
2016-05-17 17:36:29 +01:00
Matt Westcott
4a5296e951
Add Jinja2 to testing_extras (as per #2583 )
2016-05-17 17:34:15 +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