Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 91.15 KB
MD5: 260928a6cd23286c6b22c488d4f81c00
SHA-1: dfe091ae3c126d9623339ae09b60736d88df9922
SHA-256: cd707a4bdc0dcd5e6dea68a2c6e2503ba99cc9bf5e9d23b79283fceac78aa1af
Download zip 118.66 KB
MD5: 1134a14687c43b73ed6ad3da59267198
SHA-1: 37e08053e5f87b7d7f5377c29067d6276db6533b
SHA-256: 976ac7c31bb487d5e0d45aa8e9746c9c091cca3df6f58f41f57b31b56ac6860f

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.
Created by: wim leers
Created on: 21 Jan 2014 at 21:55 UTC
Last updated: 24 Jan 2014 at 16:43 UTC
Bug fixes
Unsupported

Other releases