0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
Commit Graph

6260 Commits

Author SHA1 Message Date
Matt Westcott
aacb1116db Track parent page for internal links in rich text - fixes #2639 2016-06-06 13:38:25 +03:00
Janneke Janssen
978cef5218 Documented the WAGTAILIMAGES_MAX_UPLOAD_SIZE (#2683) 2016-06-05 18:16:13 +01:00
Matt Westcott
8f796cddfd Return URL in document chooser response - fixes #2660 2016-06-04 17:12:59 +03:00
Matt Westcott
1479884773 Fix test migration for Wagtail 1.5 2016-06-03 19:48:07 +01:00
Matt Westcott
8d1c8193fa 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:27:20 +03: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
Loic Teixeira
c39f830ae2 Mark the field as modified after removing element
Fix #2637
2016-06-03 16:41:00 +01:00
riceyrice
05d9fceaa7 Choose existing page for page links only
Present new page chooser when editing any other link type.
2016-06-03 16:30:39 +01:00
Matt Westcott
bfa255537f Add docs / changelog section for Wagtail 1.5.1 2016-06-03 15:47:56 +01:00
Matt Westcott
cf8715835d Don't remove underscores from slug 2016-06-01 13:48:06 +01:00
Behzad Nategh
b1f194a637 Unicode support for slug as of Django 1.9 2016-06-01 13:44:01 +01:00
Alex Gleason
33441f1ff7 Improve userbar styles 2016-05-31 17:23:40 +01:00
Matt Westcott
8f4518e2a5 insert release date for 1.5 2016-05-31 11:58:14 +01:00
Matt Westcott
62db929d87 Fetch new translations from Transifex 2016-05-31 11:53:01 +01:00
Tomas Olander
5ebc7d5044 Update branding docs to remove django-overextends
Fixes #2609
2016-05-31 10:34:26 +01:00
Andreas Nüßlein
8e6c9f555f Update staticsitegen.rst (#2647)
added python3 hint for http.server
2016-05-30 18:28:48 +01:00
Jack P
78168ba824 Perform client side validation on image upload form, so that the selected file is not lost in the submission - fixes #92 2016-05-26 17:11:27 +01:00
Matt Westcott
0965daf738 isort fixes 2016-05-26 10:25:09 +01:00
Matt Westcott
c8ab0d9b54 Rotate versions in wagtail.utils.deprecation 2016-05-23 16:36:10 +01:00
Matt Westcott
933c1385dd Remove deprecated features for Wagtail 1.6 2016-05-23 16:36:10 +01:00
Matt Westcott
c55eed9e99 Version bump to start work on 1.6 2016-05-23 16:36:10 +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
Yannick Chabbert
58dfea096e add a sendfile class based view implementation 2016-05-17 16:34:32 +01:00