| 4aff3185 |
1 | // $Id$ |
| 2 | |
| 3 | Wysiwyg x.x-x.x, xxxx-xx-xx |
| 4 | --------------------------- |
| 5 | |
| 6 | |
| 754f90af |
7 | Wysiwyg 5.x-x.x, xxxx-xx-xx |
| 4aff3185 |
8 | --------------------------- |
| c4e05c1f |
9 | #273408 by quicksketch: Added blockquote button for TinyMCE 3. |
| 2deef4b0 |
10 | #319363 by sun: Changed JavaScript namespaces and centralized namespace |
| 11 | initialization. |
| a1ebe124 |
12 | #270780 by sun: Fixed TinyMCE 3 support for external plugins. |
| e41429f2 |
13 | #309832 by sun: Fixed README.txt. |
| 679a207e |
14 | #253600 by sun: Changed editor integration so that client-side editors attach to |
| 15 | input formats instead of textareas and are invoked for input format enabled |
| 16 | textareas only. |
| bb141f22 |
17 | #282717 by sun: Added (basic) FCKeditor support. |
| 06b05ba4 |
18 | #316507 by sun: Added Drupal.wysiwyg function stacks to execute editor library |
| 19 | specific actions upon initializing, attaching, detaching, and toggling an |
| 20 | editor. Editor specific JavaScript resides in separate files now, as specified |
| 21 | and returned by implementations of hook_editor(). |
| 22 | Wysiwyg is a real API finally, supporting multiple editors and editor versions. |
| af502781 |
23 | #316507 by sun: Rewrote Wysiwyg API's internal architecture to support multiple |
| 24 | editors. |
| cfcb878c |
25 | |
| 26 | |
| 27 | Wysiwyg 5.x-0.3, 2008-09-12 |
| 28 | --------------------------- |
| 49e82f49 |
29 | #125267 by sun: Removed Safari browser warning configuration option. |
| ecf70199 |
30 | #304243 by sun: Fixed profile configuration improperly passed to JavaScript. |
| a8802088 |
31 | #304243 by sun: Code clean-up for wysiwyg_editor_profile_overview(). |
| a5cbe140 |
32 | #304243 by sun: Code clean-up for wysiwyg_editor_user_status(). |
| a4cf28f1 |
33 | #299108 by toniw: Added setting for TinyMCE's auto-cleanup paste feature. |
| ca5d96b9 |
34 | #293916 by sun: Clarified TinyMCE compatibility in README.txt. |
| 0f7fc4c9 |
35 | #293425 by sun: Fixed foreach warning during upgrade from TinyMCE module. |
| 36 | #292517 by sun: Fixed SQL error during upgrade from TinyMCE module. |
| 71e58397 |
37 | #286470 by chayner, sun: Fixed wrong editorBasePath in editor configuration. |
| 1f8dd76a |
38 | #227687 by sun: Fixed improperly capitalized package name. |
| 0420df87 |
39 | #280727 by sun: Removed gzip compressor from installation instructions. |
| 3b250e00 |
40 | |
| 41 | |
| 42 | Wysiwyg 5.x-0.2, 2008-07-16 |
| 43 | --------------------------- |
| 9c3e5c16 |
44 | by sun: Fixed JavaScript errors when JS aggregation/compression is enabled. |
| ba633f99 |
45 | #268562 by sun: Code clean-up; changed format for custom defined CSS classes |
| 46 | and removed error-prone auto-layout of buttons in favor of aligning them in |
| 47 | one row with a stylesheet; may break existing profiles. |
| 754f90af |
48 | #270730 by hass, sun: Added German translation for Teaser break plugin. |
| de5f62f8 |
49 | #268838 by sun: Fixed PHP warning if no buttons are enabled for a profile. |
| b9b2feb0 |
50 | #152046 by sun: Added hook_wysiwyg_plugin(). |
| 97912b64 |
51 | #268562 by sun: Code clean-up. |
| 5eb8295a |
52 | #60667 by sun: Fixed wrong editor profile is loaded when user is granted access |
| 53 | to more than one profile. |
| 0c8b5e9d |
54 | #264739 by sun: Fixed missing t() around some profile settings options. |
| e2280937 |
55 | |
| 56 | |
| 57 | Wysiwyg 5.x-0.1, 2008-06-07 |
| 58 | --------------------------- |
| 73100c2c |
59 | #264739 by sun: Improved output strings. |
| c31695bb |
60 | #264739 by hass, sun: Fixed potx error due to wrong t() string. |
| d69ea428 |
61 | #264411 by sun: Cleaned coding-style using coder_format script. |
| 3c6025b2 |
62 | #264411 by sun: Moved admin functions into separate include file. |
| 7549cacd |
63 | #264411 by sun: Added TinyMCE data import upon installation. |
| 64 | #264411 by sun: Renamed module to Wysiwyg Editor. |
| a0b5b473 |
65 | #118747 by nedjo, sun: Upgraded code for jQuery. |
| 66 | Initial fork of TinyMCE module (2008-05-30). |
| 4aff3185 |
67 | |
| 68 | |