Releases for BUEditor

bueditor 6.x-2.x-dev

ufku - October 14, 2009 - 20:43
Nightly development snapshot from CVS branch: DRUPAL-6--2
First released: October 14, 2009 - 20:43
Download: bueditor-6.x-2.x-dev.tar.gz
Size: 66.88 KB
md5_file hash: 86746d2e9d9a946e0fca4e34759c9e3e
Last updated: November 22, 2009 - 00:02
View usage statistics for this release

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.
  • improved admin interface: drag & drop, visual icon 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

ufku - September 9, 2009 - 16:04
Official release from CVS tag: DRUPAL-5--1-2
First released: September 9, 2009 - 16:04
Download: bueditor-5.x-1.2.tar.gz
Size: 34.46 KB
md5_file hash: 13aff2e9877692f2484bd9558de140d2
Last updated: September 9, 2009 - 16:05
View usage statistics for this release

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

bueditor 6.x-1.4

ufku - September 9, 2009 - 16:01
Official release from CVS tag: DRUPAL-6--1-4
First released: September 9, 2009 - 16:01
Download: bueditor-6.x-1.4.tar.gz
Size: 36.15 KB
md5_file hash: 511bbea007f1d630015f49b675b584b4
Last updated: September 9, 2009 - 16:05
View usage statistics for this release

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

bueditor 6.x-1.3

ufku - April 13, 2009 - 00:07
Official release from CVS tag: DRUPAL-6--1-3
First released: April 13, 2009 - 00:07
Download: bueditor-6.x-1.3.tar.gz
Size: 35.66 KB
md5_file hash: 94e2ff34e3bc97ae6b167ef62312d240
Last updated: April 13, 2009 - 00:10
View usage statistics for this release

- #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()...
- single line javascript comments in default buttons converted to multiline as safari 4 seems to have a bug with it.

bueditor 6.x-1.2

ufku - July 24, 2008 - 20:45
Official release from CVS tag: DRUPAL-6--1-2
First released: July 24, 2008 - 20:45
Download: bueditor-6.x-1.2.tar.gz
Size: 35.2 KB
md5_file hash: 9e834a97362ea67697b0a08765560740
Last updated: July 24, 2008 - 20:50
View usage statistics for this release
  • 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

ufku - April 10, 2008 - 06:47
Official release from CVS tag: DRUPAL-6--1-1
First released: April 10, 2008 - 06:47
Download: bueditor-6.x-1.1.tar.gz
Size: 34.92 KB
md5_file hash: e1db3a0677f005354badc1ceb14f18b0
Last updated: April 10, 2008 - 06:50
View usage statistics for this release

Menus were made compatible with Drupal 6.2.

bueditor 6.x-1.0

ufku - March 24, 2008 - 07:56
Official release from CVS tag: DRUPAL-6--1-0
First released: March 24, 2008 - 07:56
Download: bueditor-6.x-1.0.tar.gz
Size: 34.87 KB
md5_file hash: 79a8b2bc752f2c233854a96631e005a6
Last updated: March 24, 2008 - 08:00
View usage statistics for this release

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)
In default buttons' library:
- new eDefTagChooser function that uses BUE.quickPop to allow users choose among predefined tags.
- new eDefTagger function that toggles(inserts or removes) a predefined tag in the selection.
- eDefTagDialog accepts a special attribute name, "html", that represents the inner html of the tag.
- eDefTagDialog accepts "textarea" as a field type.

bueditor 6.x-1.x-dev

ufku - February 29, 2008 - 21:32
Nightly development snapshot from CVS branch: DRUPAL-6--1
First released: February 29, 2008 - 21:32
Download: bueditor-6.x-1.x-dev.tar.gz
Size: 39.1 KB
md5_file hash: a86f093df7b1cc3baf4660a91d8cfb9d
Last updated: November 16, 2009 - 00:03
View usage statistics for this release

New features in 6.x:

  • jQuery in core. BUE makes use of jquery now. (ex: effects in popup openings)
  • custom icon and library paths for each editor.
  • support for 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.
  • In default buttons' library:
  • new eDefTagChooser function that uses BUE.quickPop to allow users choose among predefined tags.
  • new eDefTagger function that toggles(inserts or removes) a predefined tag in the selection.
  • eDefTagDialog accepts a special attribute name, "html", that represents the inner html of the tag.
  • eDefTagDialog accepts "textarea" as a field type.

bueditor 4.7.x-1.1

ufku - January 6, 2008 - 07:40
Official release from CVS tag: DRUPAL-4-7--1-1
First released: January 6, 2008 - 07:40
Download: bueditor-4.7.x-1.1.tar.gz
Size: 30.37 KB
md5_file hash: 8c6e7b81a15ecb372da51fce71e4a3f1
Last updated: January 6, 2008 - 07:45
View usage statistics for this release

- 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.

bueditor 5.x-1.1

ufku - January 6, 2008 - 07:22
Official release from CVS tag: DRUPAL-5--1-1
First released: January 6, 2008 - 07:22
Download: bueditor-5.x-1.1.tar.gz
Size: 33.05 KB
md5_file hash: d14dda5103e29b9ac0cd27a47fdb8e67
Last updated: January 6, 2008 - 07:25
View usage statistics for this release

- 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.

bueditor 5.x-1.0

ufku - May 15, 2007 - 16:17
Official release from CVS tag: DRUPAL-5--1-0
First released: May 15, 2007 - 16:17
Download: bueditor-5.x-1.0.tar.gz
Size: 30.51 KB
md5_file hash: 3cfbacd26213e5ff0e4b4d6ace7a02dc
Last updated: May 15, 2007 - 16:20
View usage statistics for this release

Initial release for D5.

bueditor 4.7.x-1.0

ufku - May 15, 2007 - 16:14
Official release from CVS tag: DRUPAL-4-7--1-0
First released: May 15, 2007 - 16:14
Download: bueditor-4.7.x-1.0.tar.gz
Size: 30.39 KB
md5_file hash: 5a247cd61ded5ebb316e4653bcaad8fe
Last updated: May 15, 2007 - 16:15
View usage statistics for this release

Initial release for D4.7

bueditor 5.x-1.x-dev

ufku - February 15, 2007 - 13:06
Nightly development snapshot from CVS branch: DRUPAL-5
First released: February 15, 2007 - 13:06
Download: bueditor-5.x-1.x-dev.tar.gz
Size: 35.69 KB
md5_file hash: b1189744ff5c213162a7e459dd99003e
Last updated: November 16, 2009 - 00:03
View usage statistics for this release

Development version for D5.

bueditor 4.7.x-1.x-dev

ufku - February 6, 2007 - 08:00
Nightly development snapshot from CVS branch: DRUPAL-4-7
First released: February 6, 2007 - 08:00
Download: bueditor-4.7.x-1.x-dev.tar.gz
Size: 30.37 KB
md5_file hash: 772f524509d9270bdddabd584b27c5f2
Last updated: December 21, 2007 - 00:02
View usage statistics for this release

For details please read the README.txt in the package.

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.