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