Wykres commitów

6245 Commity (8e6c9f555fb9134e391168bb5e4c7caef2698e80)

Autor SHA1 Wiadomość Data
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
Yannick Chabbert 4ae735fae2 image serve view refactor for better DRY override 2016-05-17 16:34:21 +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 20f0140711 Prevent unsaved edit warning following validation errors on preview - fixes #2602 2016-05-17 15:56:41 +01:00
Matt Westcott fc814298d1 Release note for #2613 2016-05-17 15:54:47 +01:00
Matt Westcott b1c6063b41 Make preview window work on IE11
IE doesn't provide standard onload event listeners on opened windows, so this code did user-agent sniffing
on the string 'MSIE' to bypass the onload animation. This failed on IE11, which drops 'MSIE' from the
user agent string. The code now checks for the presence of addEventListener instead.

As a bonus, it now falls back on IE's (non-standard?) attachEvent method, so the animation now works on IE
after all.
2016-05-17 15:54:01 +01:00
Matt Westcott 83a11ecee4 Fix JS syntax error in DropDownController 2016-05-17 15:46:56 +01:00
Matt Westcott a0c4dbd2d4 Release note for #2623 2016-05-16 18:09:16 +01:00
Matt Westcott be1b2d3cad Add some missing class="button" styles.
Also added type="button" to the up/down/delete controls in wagtailsearchpromotions, so that they don't get treated as submit buttons.
2016-05-16 18:09:16 +01:00
Matt Westcott b8c1a0895e Add default table icon for TableBlock 2016-05-16 14:57:24 +01:00
Mikalai Radchuk 1496f18977 Fixes buttoms in modeladmin 2016-05-13 13:27:48 +03:00
Mikalai Radchuk 477bb657c8 Fixes preview buttons for create page view 2016-05-13 12:39:15 +03:00
Mikalai Radchuk 7d4b01f07d Fixes buttons for wagtailsnippets 2016-05-13 12:10:42 +03: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