Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download edit-7.x-1.0-alpha5.tar.gztar.gz 37.62 KB
MD5: 97726383366ea919387d9b601c7f476a
SHA-1: ae99c31c94295650d784c3bc18cf048ea0806619
SHA-256: 303d9d04940bbf3586a10cb4d9bdbbbc9425c37e88c755b0143c360fe2d40eed
Download edit-7.x-1.0-alpha5.zipzip 42.29 KB
MD5: dd14bffb2de4045f3ba30fe0661ca99f
SHA-1: 1a1e2e56d82e2f2440f4facff1248ed9b3a580a2
SHA-256: f77eab98e4ac9885dc250cf15d4473a077459191b36502d1603855c2ab03c103

Release notes

New release of Edit module, which de-couples Aloha into its own module: http://drupal.org/project/aloha
Also, lots of CSS/JS clean-up!

Changes since 7.x-1.0-alpha4 (25 commits):

  • Clean up CSS whitespace.
  • #1798490 by Wim Leers: Fixed Two bold/italics are showing up in Edit module in Spark.
  • Temporary work-around for issue #1798458: Add support for node titles powered by Panels panes — now only showing the editbar on full node view pages.
  • #1799948 by Wim Leers: Fixed Edit's hook_field_attach_view_alter() breaks regular displays (or: the mysteriously disappearing captions).
  • Don't add the editbar when no editable content is present on the current page. HACKY!
  • Don't add the editbar when on the admin, node/add or node/%/edit pages.
  • Removed the dependency on the toolbar/navbar modules for the view/edit mode toggle. Introducing: the editbar.
  • #1788896 by Wim Leers: Implode PHP error: filter_get_allowed_tags_by_format() behavior has changed.
  • #1791784 by Wim Leers: The Edit module has an implicit dependency on the filter_true_wysiwyg module.
  • #1786712 by Wim Leers: the Edit module is not responsible for providing Edit-specific Aloha Editor UI CSS.
  • #1786712 by Wim Leers: improve the bottom box-shadow clipping logic.
  • #1786712 by Wim Leers: improve the 'padding' functionality for direct editables; necessary for this functionality to work since 006603b65c4ff80d5e53c00fe3beaa5da9bf69af.
  • #1786712 by Wim Leers: improve the 'in-place editing of field is loading' animation.
  • #1786712 by Wim Leers: switched to a different float clearing method that does not have the side effect of clipping/hiding absolutely positioned content (e.g. the p/h1/h2/… dropdown menu).
  • #1786712 by Wim Leers: now Edit has CSS to override parts of Aloha's CSS; got rid of primary/secondary/tertiary toolbar; now there is just *one*; also got rid of JS-based resizing of the toolbar, now it's 100% CSS, resulting in a smoother UX.
  • #1787836 by Wim Leers: Get rid of 'editable entities' functionality.
  • Add missing semicolons.
  • #1782332 by Wim Leers: Upgrade the Edit module so that it leverages the Aloha module.
  • #1782332 by Wim Leers: remove the edit_aloha module, and the includes/filter.inc, includes/backend.inc, includes/caption.inc files, whom all have been moved into the aloha module as part of issue #1760386. A follow-up commit will ensure we start using aloha module instead.
  • #1762570 by jessebeach: Provided a bit of flexibility so that edit works with both Toolbar and Navbar. We'll probably want it to depend on neither eventually.
  • #1688166 by Wim Leers, Gábor Hojtsy: Fix phpdoc on general callback function
  • #1688166 by Gábor Hojtsy: re-integrate edit module with the shortcut and toolbar modules; resurrect quite some code from Wim Leers earlier, that got removed when integrating with the navbar module only; however, this integration now uses 'real link buttons' instead of the radios there earlier
  • #1749164 by noisetteprod | Wim Leers: Rename 'Edit' to 'Quick edit' and keep the original 'Edit' instead of renaming it to 'Advanced edit'.
  • Fixed #1744304: Save/close buttons don't have role="button" set
  • Fixed #1742004: Impossible to click the <input> where you can edit an existing link
Created by: webchick
Created on: 3 Oct 2012 at 01:38 UTC
Last updated: 28 Nov 2013 at 15:28 UTC

Other releases