Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
RC2! Almost at 1.0! There are (again) zero known bugs!
When you upgrade from a previous version, you must clear your theme registry (clearing all caches will also clear the theme registry). This is for the work-around that RC2 introduces to not require themes to have a wrapper for the content region (which includes the popular base themes Omega & Zen). Other notable improvements include better Libraries integration (which was listed as a todo in RC1), in-place editor plugins that are much more similar to the ones in Drupal 8 (which was another todo) and improved front-end performance by using client-side caching of certain metadata (backported from Drupal 8).
Please test RC2 thoroughly, the next release is probably going to be the 1.0 final!
Edit for Drupal 7 version 1.0 will only support the Node entity type, and comes with support for in-place editing of nodes rendered inside Panels pages.
Things that still need to be done before the 1.0:
Changes since 7.x-1.0-rc1:
- #2144879 by Wim Leers: Backport: Brush up MetadataGeneratorInterface::generate(Field|Entity)()
- #2178567 by Wim Leers: Backport: Use client-side cache tags & caching to eliminate 1 HTTP requests/page for in-place editing metadata, introduce drupalSettings.user.permissionsHash
- Follow-up commit for #2169507 by Wim Leers: having only the minified variants of Backbone or Underscore could break version detection
- #1947802 by Wim Leers: Clean up Edit's PHP to make it more maintainable: Drupal 8-style in-place editor definitions
- Follow-up commit for #2178103 by fubhy, Wim Leers: Stop requiring a content region wrapper + region-content class for maximum theme compatibility
- #2175461 by fubhy: Notice: Undefined offset: 0 in edit_page_build()
- #2178103 by Wim Leers, fubhy: Stop requiring a content region wrapper + "region-content" class for maximum theme compatibility.
- Follow-up commit for #2169507: fix code copy/paste error.
- #2174041 by Wim Leers: Tests pass locally but fail on qa.d.o: sites/all/modules hardcoded
- #2173891 by Wim Leers: Documentation on #skip_edit and hook_preprocess_field() is inaccurate
- #2169507 by jessebeach, tstoeckler, Wim Leers: Improve Libraries API integration
- #2172507 by Wim Leers: Ability to override metadata of extra fields (e.g. to make the title NOT in-place editable)
- #2172029 by Wim Leers: Specify filter type for biblio_filter_reference, biblio_filter_inline_reference, ckeditor_link_filter, filter_footnotes, node_embed, oembed, smart_paging_filter and smart_paging_filter_autop
- #2172313 by rooby: Add spamspan module filter type.
- #2170199 by Wim Leers: Document patch required for Panels compatibility.