bueditor 3.0.2

Bug fixes

Changes since 3.0.1:

Fix lint issues and add PHP 8.4 compatibility

bueditor 8.x-2.0

Unsupported

Added Drupal 9 compatibility

Replaced deprecate ui.sortable with Sortable library.

bueditor 8.x-1.1

Bug fixes
Unsupported

Changes since 8.x-1.0:
* Issue #2531540: Fixed editor disappearing after ajax calls.
* Issue #2893709: Fixed field values not being updated on subsequent calls to E.tagDialog()
* Switched to short array syntax
* Replaced deprecated Drupal::url() with Drupal\Core\Url::fromRoute()
* Issue #2763903 by Vinay15: Remove @file tag docblock from all the .php files
* Added a coss-browser close icon for popups.

bueditor 8.x-1.0-beta2

Unsupported

- Changed data structure of editor config:
Added a settings wrapper which can be extended by plugins.

bueditor 6.x-2.10

Bug fixes
Unsupported

Changes since 6.x-2.9:

* Replaced jQuery.is('.class') usage with the faster hasClass() method

* Removed deprecated escape/unescape/toGMTString methods.

* Sanitized role and editor names

* Removed deprecated jQuery browser/size/unload

bueditor 7.x-1.8

Bug fixes
Unsupported

Changes since 7.x-1.7:

* Converted inconsistent ID selectors to name selectors for textareas in ajax forms.

* Replaced jQuery.is('.class') usage with the faster hasClass() method

* Removed deprecated escape/unescape/toGMTString methods.

* Removed deprecated jQuery browser/size/unload

bueditor 7.x-1.7

Bug fixes
Unsupported

Changes since 7.x-1.6:

- Sanitized role and editor names

bueditor 6.x-2.9

Bug fixes
Unsupported

Changes since 6.x-2.8:

- #2036215 by Jamie Holly: Fixed the order of behavior execution

bueditor 7.x-1.6

Unsupported

Changes since 7.x-1.5:

- Removed the install message.
- Removed Ctrl shortcut support for old opera versions
- Removed old stuff from popup.css

bueditor 6.x-2.8

Bug fixes
Unsupported

Changes since 6.x-2.7:

- #1846880: Made sure BUE behavior runs after textarea and teaser behaviors to avoid removal of editor UI.
- Removed old stuff from popup.css
- Removed the install message.
- Removed Ctrl shortcut support for old opera versions

bueditor 7.x-1.4

Bug fixes
Unsupported

Changes since 7.x-1.3:

  • #1405960: Fixed editor assignment to multiple roles. Now checking other roles if the lighter one has no editors.
  • #1340602: Allow E.prvAjax() method accept an input format where it is not available as a form element.
  • Fix path checking for node types that contain underscores.
  • #1478680: Fix file extension validation on csv upload.

bueditor 6.x-2.6

Bug fixes
Unsupported

Changes since 6.x-2.5:

  • #1405960: Fixed editor assignment to multiple roles. Now checking other roles if the lighter one has no editors.
  • #1340602: Allow E.prvAjax() method accept an input format where it is not available as a form element.
  • Fix path checking for node types that contain underscores.
  • #1478680: Fix file extension validation on csv upload.

bueditor 6.x-2.5

New features
Bug fixes
Unsupported

Changes since 6.x-2.4:

  • #1306760: Increased accessibility by allowing keyboard navigation(left-right) on buttons.
  • #1306760: Added toolbar=role for the UI. Enabled tabindex for the first button.
  • #1306760: Provided alt attribute for all buttons.
  • Allow overwrite of existing editors on import form.
  • Display Alt+Key shortcut hint in Chrome.

bueditor 7.x-1.3

New features
Bug fixes
Unsupported

Changes since 7.x-1.2:

  • #1306760: Increased accessibility by allowing keyboard navigation(left-right) on buttons.
  • #1306760: Added toolbar=role for the UI. Enabled tabindex for the first button.
  • #1306760: Provided alt attribute for all buttons.
  • Allow overwrite of existing editors on import form.
  • Display Alt+Key shortcut hint in Chrome.

bueditor 6.x-2.4

Bug fixes
Unsupported

Changes since 6.x-2.3:
- Fixed update from 6.x-1.x

bueditor 6.x-2.3

Bug fixes
Unsupported

Changes since 6.x-2.2:

- #1014930 by Pinolo: fixed undefined index warning on fresh install.
- #1039818 by minorOffense: Undefined index warning on admin pages.
- #1117624 by Agileware: Update bueditor_roles variable during 5.x to 6.x upgrade path.
- Added new file bueditor.inc to split module functionality.
- Fix chrome and opera focus-scrolling when IMCE popup opens.

bueditor 7.x-1.2

Bug fixes
Unsupported

Changes since 7.x-1.1:

- #995948: Fixed bartik theme abnormal margin
- Fixed chrome and opera focus-scrolling when IMCE popup opens.
- #1169642: Fixed form cache bug that prevents button import.

bueditor 7.x-1.1

Bug fixes
Unsupported

Changes since 7.x-1.0:
- #1014930 by Pinolo: fixed undefined index warning on fresh install.

bueditor 6.x-2.2

Bug fixes
Unsupported

Changes since 6.x-2.1:

- allow ctrl shortcuts in opera
- fix incorrect theme path on admin pages
- pass dialog options to popup.open
- fix undefined index warning in bueditor_user_eids()
- icons were smushed.
- added "bue" namespace to bueditor events.
- #1001996: fixed (0 == 'all') evaluating true

bueditor 7.x-1.0

Bug fixes
Unsupported

Changes since beta:
- #1001996 by fax8: fixed using property of non-object error.
- Some small UI fixes.

bueditor 7.x-1.0-beta1

Bug fixes
Unsupported

No new features since alpha1.
Adapted the code to the changes in Drupal's API.

bueditor 6.x-2.1

Bug fixes
Unsupported

Changes since 6.x-2.0:
- #752336 by roderik: Fix update to 2.0
- implemented hook_file_download for css sprites to work in private file system
- fix form options for find & replace library

bueditor 7.x-1.0-alpha1

Unsupported

This is Drupal 7 port of the 6.x-2.x branch.
No additional features.

bueditor 6.x-2.0

New features
Unsupported

New in 6.x-2.x

  • CSS sprites for editor buttons.(Enable/disable under editor path settings)
  • New buttons for the default editor: Underline, Strike-through, Quote, Code
  • Proper support for selection handling in Opera
  • Popup shortcuts: ESC(close), ENTER(link click), UP & DOWN (link navigation)
  • Improved admin interface: drag & drop, visual selectors for icons and keys
  • Ability to include library files from different directories
  • Ability to include custom css files
  • Import/export complete editor settings, icons, and libraries
  • IMCE integration in an editor popup.
  • New E.prvAjax() method for live previewing html or non-html markup with the help of Ajax Markup module
  • ...

bueditor 6.x-2.0-rc1

Bug fixes
Unsupported

Changes from 6.x-2.0-beta1:
- fix incorrect library value on import when the library is empty.
- fix updating css sprite images on button deletion.
- fully expanding a textarea in admin interface was moved from grippie-doubleclick to textarea-focus.
- a few minor issues that can be tracked at http://drupal.org/project/cvs/115612

bueditor 6.x-2.x-dev

New features

Changes from 6.x-1.x to 6.x-2.x

  • dynamic CSS sprites.
  • bueditor.js got smaller.
  • new buttons for the default editor: Underline, Strike-through, Quote, Code
  • ability to extend editor instances via post process functions.
  • proper support for selection handling in Opera
  • open() method of popups and dialogs now accepts DOM or jQuery objects as content.
  • new popup markup for better theming.
  • popup shortcuts: ESC(close), ENTER(link click), UP & DOWN (link navigation)
  • improved admin interface: drag & drop, visual icon and key selector.
  • ability to include library files from different directories.
  • ability to include custom css files.
  • import/export complete editor settings, icons, and libraries.
  • IMCE now opens in an editor pop up.
  • No need for php buttons to get IMCE URL which is now stored in Drupal.settings.BUE.imceURL(or BUE.imce.url when the bue.imce library is used)
  • new E.prvAjax() method for live previewing html or non-html markup with the help of Ajax Markup module.
  • new optional library files
  • new quick-import templates

bueditor 5.x-1.2

Security update
Bug fixes
Unsupported

Changes from 5.x-1.1 to 5.x-1.2

bueditor 6.x-1.4

Security update
New features
Bug fixes
Unsupported

Changes from 6.x-1.3 to 6.x-1.4

bueditor 6.x-1.3

New features
Bug fixes
Insecure
Unsupported

- #364026: make bueditor initiation a drupal behaviour to support dynamically created textareas.
- #341788 by thePanz: fixed sorting of role weights
- content type visibility: node/add/type also means node/*/edit for that type.
- check path aliases for page visibility.
- fixed non working %THEME placeholder. It, now, alternatively points to the default theme when icon or library path is missing for the current theme.
- make editor methods chainable allowing callbacks such as E.replaceSelection().focus().makeSelection()...

bueditor 6.x-1.2

Bug fixes
Insecure
Unsupported
  • fixed enter key firing bueditor in auto-complete pop-ups.
  • #248330: fixed field value bug for eDefTagDialog
  • blurred file browser is now closed on page exit.

bueditor 6.x-1.1

Insecure
Unsupported

Menus were made compatible with Drupal 6.2.

bueditor 6.x-1.0

Insecure
Unsupported

WHAT'S NEW IN 6.x:
- custom icon and library paths for each editor.
- support using different editor templates for differnet textareas in a page.
- alternative editor assignment for user roles.
- theme buttons that provide unlimited theming options.
- Headers (h1, h2, h3, h4) button and separators in default editor.
- changed key variable from "editor" to "BUE". (ex: editor.active is now BUE.active)
- another popup dialog(BUE.quickPop) that has no title or close button.
- jquery effects. (ex: effects in popup openings)

bueditor 4.7.x-1.1

Security update
Bug fixes
Unsupported

- Proper FAPI implementation for editor delete.
- #151445: fix for pre-evaluated php buttons.
- #182662: fix for Webfm conflict.

This release fixes a security issue. See SA-2008-003 - BUEditor - CSRF for details.

Pages

Subscribe with RSS Subscribe to Releases for BUEditor