| Commit | Line | Data |
|---|---|---|
| b26a55e7 | 1 | // $Id$ |
| 2 | ||
| 275b9cbf | 3 | Wysiwyg 7.x-2.x, xxxx-xx-xx |
| 150bc86b | 4 | --------------------------- |
| 5d5542b7 | 5 | #1034476 by quartsize, sun: Changed Wysiwyg profiles into entities. |
| 17b7bf39 | 6 | |
| 7 | ||
| 8 | Wysiwyg 7.x-2.0, 2010-01-06 | |
| 9 | --------------------------- | |
| a271ac7a | 10 | #950216 by TwoD, sun: Fixed missing editor for a single text format. |
| 78bc2456 | 11 | #1007630 by aspilicious: Removed files[] declarations from .info file. |
| b825fa61 | 12 | #612954 by sun: Reverted 'buttons' change in profile configuration form. |
| e6422b28 | 13 | #975546 by TwoD, sun: Fixed markItUp CSS loaded with wrong weight. |
| 80e4748a | 14 | #659428 by TwoD, sun: Fixed editor is attached to disabled text format widgets. |
| 621f1ceb | 15 | #975490 by Gábor Hojtsy: Updated for 'group' API change in drupal_add_js(). |
| 68d4032b | 16 | #974604 by CrookedNumber, Gábor Hojtsy: Fixed theme CSS not loaded in editors. |
| d2f161a7 | 17 | #931374 by TwoD, ksenzee: Updated for text format schema change. |
| a9d79dc4 | 18 | #826914 by catch, sun: Added database cache for wysiwyg_profile_load(). |
| c366d198 | 19 | #941230 by sun: Fixed missing Configuration link on Modules page. |
| fe2b726f | 20 | #739558 by sun, TwoD: Updated for new #type text_format. |
| 6935a55c | 21 | #612954 by TwoD: Fixed broken editor settings. |
| 150bc86b | 22 | #585932 by sun: Ported to Drupal 7. |
| 23 | ||
| 24 | ||
| c3c1dc3a | 25 | Wysiwyg 6.x-2.x, xxxx-xx-xx |
| 26 | --------------------------- | |
| aa5e3174 | 27 | #1025296 by TwoD: Updated CKEditor to support iFrame button. |
| aa2916fa | 28 | #737318 by TwoD: Fixed CKEditor default skin array not being reindexed. |
| a4bbca7f | 29 | by sun: Fixed coding style in wysiwyg_schema(). |
| 5cef8495 | 30 | #964978 by sun, TwoD: Added hook_wysiwyg_editor_settings_alter() documentation. |
| c600ff4f | 31 | #775972 by TwoD, Agileware, sun: Fixed broken user default status preferences. |
| 4e971607 | 32 | #1007066 by TwoD, penguin25: Fixed CKEditor ignores resizable option. |
| 512babcb | 33 | #613944 by TwoD, sun: Fixed data.node not always present in CKEditor. |
| 85fd07b9 | 34 | #1009880 by TwoD: Fixed selection handling broken in CKEditor. |
| 512babcb | 35 | |
| 36 | ||
| 37 | Wysiwyg 6.x-2.2, 2010-12-20 | |
| 38 | --------------------------- | |
| 9f168925 | 39 | #613944 by TwoD, sun: Fixed data.node not available in CKEditor. |
| 968d84e2 | 40 | #748888 by TwoD, sun: Fixed isNode() not called in CKEditor. |
| a1eba773 | 41 | #767550 by TwoD, sun, ungeek: Fixed invalid API docs and logic for |
| 42 | $plugin['filename']. | |
| 62af8bbf | 43 | #988200 by sun: Changed static language list to ISO 639 defaults of Drupal core. |
| 794a4e8e | 44 | #973808 by David_Rothstein: Fixed CKEditor incorrectly formatting the <br> tag. |
| a09a5e4f | 45 | #773856 by Roi Danton: Added CSS path and file documentation. |
| ce056a6a | 46 | #735186 by TwoD, torbs: Fixed missing Norwegian language code. |
| 31fbb149 | 47 | #678580 by TwoD, sun: Fixed Drupal.wysiwygAttachToggleLink breaks click events. |
| 73c8b5a8 | 48 | #497654 by TwoD: Fixed Drupal plugins disabled in FCKeditor/WebKit browsers. |
| 76bbca67 | 49 | #735624 by sun: Fixed enabling one button removes default editor toolbar. |
| 7d42cea7 | 50 | #755610 by sun, TwoD, BrightBold: Fixed white-space in block formats setting |
| 51 | breaks editors. | |
| d8598b7d | 52 | #713942 by TwoD, sun: Fixed jQuery closure breaks OpenWYSIWYG. |
| 384fc197 | 53 | #679056 by sun, TwoD: Fixed pressing enter in autocomplete detaches editors. |
| 275b9cbf | 54 | #80170 by sun: Changed dialog/plugin API for Inline API compatibility. |
| ecaa50ac | 55 | #803466 by hotspoons: Fixed TinyMCE image map support in advimage plugin. |
| f1b02ead | 56 | #922436 by TwoD: Fixed Whizzywig Uncaught TypeError in Chrome. |
| aaa7916c | 57 | #922520 by TwoD: Fixed Whizzywig is not detached properly. |
| 33054619 | 58 | #907186 by TwoD: Fixed Whizzywig v60+ compatibility. |
| 67784ec8 | 59 | #765292 by TwoD: Added TinyMCE WordCount plugin. |
| 06538a1d | 60 | #768726 by TwoD: Added TinyMCE AutoResize plugin. |
| 64faa48e | 61 | #781086 by TwoD: Fixed TinyMCE plugin options merged wrongly. |
| 0a1abb50 | 62 | #767628 by TwoD: Fixed 'The version of markItUp could not be detected' error. |
| 7a914e7d | 63 | #651490 by TwoD: Fixed Whizzywig width. |
| a83f97d8 | 64 | #715228 by TwoD: Fixed TinyMCE image popups not launching for existing images. |
| 1ab7e84a | 65 | #606952 by TwoD: Fixed inserting content in fullscreen TinyMCE. |
| ab77f0d8 HD |
66 | #593008 by TwoD: Fixed third-party scripts breaking Wysiwyg. |
| 67 | #695398 by RichieB, Cl1mh4224rd, mcpuddin: Fixed TinyMCE 3.3.9.1 detection. | |
| 85895c8a | 68 | #737318 by dboune: Fixed CKEditor default skin depends on filesystem order. |
| a9981652 | 69 | #775608 by TwoD: Fixed FCKEditor crashes IE on save. |
| 0296db42 | 70 | #824710 by TwoD: CKEditor not disabled upon enabling. |
| 71 | #752516 by nquocbao, sun: Fixed openwysiwyg version callback. | |
| 767c92a5 | 72 | #753536 by TwoD: Fixed version detection for Whizzywig. |
| eb20f245 | 73 | #752516 by nquocbao, sun: Fixed file stream warnings in version callbacks. |
| c3c1dc3a | 74 | |
| 75 | ||
| 76 | Wysiwyg 6.x-2.1, 2010-03-08 | |
| 77 | --------------------------- | |
| d1a1511b | 78 | #628110 by quicksketch, sun, markus_petrux: Added editor settings alter hook. |
| ce38b6c0 | 79 | #689218 by wwalc, TwoD, sun: Improved support for CKEditor. |
| ef86e943 | 80 | #695398 by TwoD: Updated support for TinyMCE 3.3. |
| c3c1dc3a | 81 | #613096 by Scott Reynolds: Fixed no editor appearing for user signature field. |
| be2bca9e | 82 | #696040 by Dave Reid: Fixed missing Cancel link on profile form. |
| ed805305 | 83 | #594322 by TwoD: Added insert method for NicEdit. |
| fa7fa241 | 84 | #659200 by TwoD: Fixed YUI Editor content lost in IE. |
| 6c2ff475 | 85 | #594928 by ericbellot, TwoD, sun: Fixed 'attribs' button missing in TinyMCE. |
| bae1780d | 86 | #557090 by TwoD: Fixed Whizzywig 56 instance not removed on detach(). |
| 58c0a3d3 | 87 | #667848 by TwoD, kaakuu: Fixed FCKeditor is not properly detached in IE. |
| 907a53b6 | 88 | #695768 by sun: Fixed #resizable removed when no editor profiles are loaded. |
| d316e6f0 | 89 | #631494 by TwoD: Fixed multi-site libraries directory failure for WYMeditor. |
| f2ce4b97 | 90 | #660080 by TwoD: Fixed Notice: Undefined offset. |
| a3783435 | 91 | #613922 by TwoD, sun: Fixed PHP warning when saving profiles. |
| 92 | #582298 by dereine: Added auto-paste from Word detection for FCKeditor. | |
| 93 | #597852 by sun: Fixed missing Turkish in language list. | |
| 94 | #620176 by sun: Fixed missing Ukrainian in language list. | |
| 95 | #613480 by TwoD, Dave Reid: Fixed PHP 5.3 compatibility. | |
| bb6ddbec | 96 | #462146 by TwoD: Cleaned up CKEditor implementation. |
| dd49cbc2 | 97 | #380586 by SimonEast: Updated YUI editor: Version detection not working. |
| 4c747c69 | 98 | #610132 by TwoD: Updated CKEditor 3.0.1, stylesheets and version check. |
| e46df353 | 99 | #620858 by quicksketch: Fixed focus event not firing for CKeditor. |
| c3c1dc3a | 100 | #585932 by sun: Synced various clean-ups from 7.x. |
| ffbeef13 | 101 | #489156 by sun: Removed orphan global 'showToggle' JS setting. |
| ce6f146b | 102 | #462146 by sun, Niels Hackius: Fixed version detection for CKeditor. |
| fe811b01 | 103 | #545210 by sun: Fixed default value for editor toggle link. |
| 6692938d | 104 | #372826 by Roi Danton, sun: Added Wysiwyg API developer documentation. |
| ef25c211 | 105 | by sun: Fixed PHP notice. |
| 42a0fa60 | 106 | #514912 by Likeless, sun: Added plugin/button handling for WYMeditor. |
| 6a4d36c3 | 107 | #538996 by darktygur: Fixed 404 errors for non-existing theme CSS files. |
| f9031dce | 108 | #509570 by Rob Loach, sun: Added forced detaching of editor upon form submit. |
| 78e31859 | 109 | #526644 by Darren Oh: Fixed broken editor theme validation. |
| 45169b82 | 110 | #490914 by sun: Fixed JS/CSS not updated after update with caching enabled. |
| fddd288d | 111 | #522440 by authentictech, sun: UX: Fixed user interface for Wysiwyg profiles. |
| a2e53c44 | 112 | #507608 by jfh: Added WYMeditor instance API methods. |
| 83655c07 | 113 | by sun: Fixed form_build_id not removed from serialized profile settings. |
| 7b872b90 | 114 | #496744 by TwoD: Fixed FCKeditor: "Apply source formatting" not working. |
| c3c1dc3a | 115 | #462146 by TwoD, et al: Added support for CKeditor. |
| 9affc808 | 116 | #490270 by sun: Fixed openWYSIWYG displays no buttons by default. |
| 3e8f97a5 | 117 | #490266 by sun: Fixed JS error when wysiwyg profile contains no buttons. |
| 7016cff9 | 118 | #400482 by sun: Fixed editor.instance.prepareContent() breaks editor's native |
| 119 | markup handling. Drupal plugin authors should add the CSS class | |
| 120 | 'drupal-content' to prevent the editor selection to activate internal editor | |
| 121 | buttons. | |
| 122 | #394068 by kswan: Fixed missing button icons in markItUp. | |
| 913f11a9 | 123 | |
| 124 | ||
| 125 | Wysiwyg 6.x-2.0, 2009-06-10 | |
| a5db5f4a | 126 | --------------------------- |
| 2b20ccf4 | 127 | #474908 by TwoD: Fixed Teaser break causing error in IE8. |
| 54a65ca8 | 128 | by sun: Major code clean-up. |
| 21c81d60 | 129 | #331089 by wwalc: Fixed FCKeditor toolbar buttons do not wrap. |
| 7028dc6f | 130 | #407014 by sun: Fixed/removed migration from other editor integration modules. |
| 0044993f | 131 | #485264 by sun: Changed installation instructions to be more concise. |
| 5b723388 | 132 | #479514 by sun: Fixed native plugin loading for TinyMCE (follow-up). |
| 117ad234 | 133 | #434590 by sun: Fixed path admin/settings/wysiwyg not found. |
| c574d4c1 | 134 | #479514 by TwoD, sun: Added native plugin support for FCKeditor. |
| cb155c9f | 135 | #341054 by sun: Fixed toggle link configuration setting not working. |
| 0d185cfe | 136 | by sun: Fixed markItUp button icons are not displayed. |
| db489b58 | 137 | by sun: Added openWYSIWYG editor support. |
| f77cbaa6 | 138 | #362137 by jfh, sun: Fixed WYMeditor broken when JS/CSS aggregation is enabled. |
| f3c9b689 | 139 | #328252 by sun: Added TinyMCE plugin BBCode for 3.x. |
| 6fa4d163 | 140 | #429926 by TwoD, sun: Fixed TinyMCE broken due to renamed Flash/Media plugin. |
| c4497098 | 141 | #342864 by davexoxide, sun: Added YUI editor support. |
| f3b7977a | 142 | #332139 by sun: Fixed editor must not be changed when profile is configured. |
| 92526a50 | 143 | #362137 by jfh: Added WYMeditor support. |
| cb2cee02 | 144 | #470928 by jfh, sun: Fixed Drupal.wysiwyg.clone turns arrays into objects. |
| 4c6d8346 | 145 | #445826 by TwoD: Fixed FCKeditor: Drupal.wysiwyg.activeId not updated. |
| 8ccdb7f3 | 146 | #478324 by jeffschuler: Fixed typo in profile configuration form. |
| e879035c | 147 | #373542 by sun: Fixed encoding of HTML entities for certain languages. |
| c18af709 | 148 | #320562 by sun: Changed location for external editor libraries. |
| a0313372 | 149 | #449134 by sun: Fixed stylesheets of theme missing in node form previews. |
| 6088f2f8 | 150 | |
| 151 | ||
| 152 | Wysiwyg 6.x-2.0-ALPHA1, 2009-05-17 | |
| 153 | ---------------------------------- | |
| 814b1175 | 154 | #403728 by jfduchesneau: Fixed none.js breaks if textarea.js is not loaded. |
| c0ca00ca | 155 | #454992 by sun: Fixed drupal_get_js() query string 'q' breaks plugin loading. |
| 101d4805 | 156 | #419696 by sun: Fixed native plugins plugins are not loaded for all profiles. |
| c06554eb | 157 | #414768 by sun: Fixed Wysiwyg API not working in Konqueror. |
| 715d4b42 | 158 | #293803 by sun: Fixed "Show summary in full view" checkbox not displayed. |
| d76237c4 | 159 | #416742 by sun: Fixed type casting of $profile in profile configuration form. |
| 0b130cc6 | 160 | #404532 by TwoD: Fixed Teaser break comment stripped in IE. |
| 85b3052b | 161 | #380698 by TwoD: Added Drupal plugin support for FCKeditor. |
| f8ecb79f | 162 | #380698 by TwoD, sun: Added Drupal plugin support for FCKeditor (part I). |
| a75d0927 | 163 | #398848 by sun: Added support for TinyMCE 3.1. |
| e3744974 | 164 | #394068 by StephaneC: markItUp: Fixed icons not displayed due to #385736. |
| dd25af4a | 165 | #385974 by sun: Fixed form element description for CSS path (for Define CSS). |
| 86ef143a | 166 | #390460 by sun: Fixed broken plugin loading due to #359626. |
| a6b0dc8f | 167 | #385736 by sun: Fixed markItUp: Wrong editor library location. |
| 1379fca3 | 168 | #308912 by sun: Fixed TinyMCE: Buttons do not wrap in IE/Chrome. |
| 25bd7912 | 169 | #380586 by sun, hass: YUI editor: Fixed version detection. |
| f6e38e8d | 170 | #390224 by hass: Fixed JS error YAHOO.widget.Editor is not a constructor. |
| 55557fd1 | 171 | #359626 by sun: Fixed external/Drupal plugins are not loaded for all profiles. |
| a568f092 | 172 | #369115 by sun: Fixed TinyMCE's URL conversion magic breaks some input filters. |
| 98ff34ae | 173 | #376400 by TwoD: Fixed bad grammar in help text on profile overview page. |
| 60d523dd | 174 | #367632 by sun: Fixed $this and i JavaScript variables defined in global scope. |
| b44cf7d2 | 175 | #319363 by sun: Fixed missing spacer.gif for Teaser break plugin. |
| 69fe88fa | 176 | #373672 by chawl: Added (native) xhtmlextras plugin for TinyMCE 3. |
| a4accbc4 | 177 | #287025 by sun: Fixed native editor plugin options for TinyMCE and FCKeditor. |
| 6346afa3 | 178 | #373542 by sun: Fixed TinyMCE: entity_encoding 'raw' removes HTML entities. |
| b913a764 | 179 | #372806 by sun: Fixed block format configuration form element description. |
| cea254f9 | 180 | #370277 by sun: Fixed "Uncaught SyntaxError: Unexpected token" in IE/Chrome. |
| 1e973465 | 181 | #367632 by sun: Fixed "Unexpected identifier, string or number" error in IE. |
| 7b623a49 | 182 | #367632 by sun: Fixed invalid JavaScript syntax. |
| 328444ec | 183 | #319363 by sun: Follow-up: Synced 1.x with 2.x where possible. |
| 6e91d64e | 184 | #319363 by sun, quicksketch: Rewrote editor plugin API. The new plugin API |
| 185 | allows Drupal modules to expose editor plugins for ANY editor without | |
| 186 | implementing editor-specific code. Major milestone for better content-editing | |
| 187 | in Drupal. | |
| 5708da35 | 188 | #364782 by sun: Fixed theme stylesheets not properly loaded. |
| cf180dce | 189 | #352938 by sun: Fixed JS error (blank page) in IE when plugins are loaded. |
| 613a83ec | 190 | #331089 by wwalc, sun: Added custom toolbar configuration support for FCKeditor. |
| 143cb538 | 191 | #331089 by sun: Fixed PHP notice for 'user_choose'; FCKeditor clean-up. |
| dd22018d | 192 | #344230 by wwalc: Fixed wrong editor base path setting for FCKeditor. |
| 17473a9a | 193 | #361289 by sun: Fixed CSS files do not need to use media 'screen'. |
| 37c7b8eb | 194 | #360696 by sun: Fixed IE does not trigger onChange event when selecting an input |
| 195 | format. | |
| 46b43486 | 196 | #342376 by sun: Extended API to allow "preprocess" JavaScript option for some |
| 197 | editors. | |
| 00f77ee0 | 198 | #352295 by sun: Added markItUp editor support. |
| 713eaa03 | 199 | #352703 by sun: Fixed wrong default configuration options for TinyMCE 3.2.1+. |
| c3bbf69b | 200 | #348317 by sun: Fixed TinyMCE's extended_valid_elements for advlink/advimage |
| 201 | plugin. | |
| 02732f80 | 202 | #348986 by sun: Added CSS class for toggle link container. |
| a3d9c868 | 203 | #342864 by davexoxide, sun: Added YUI editor support. |
| bc2bdc67 | 204 | #343217 by sun: Fixed improperly capitalized library script name for nicEdit. |
| f012ff6d | 205 | #341267 by sun: Fixed improper test for internal editor plugins. |
| 7214cd0a | 206 | #341996 by sun: Fixed editor cannot be re-enabled with one input format only. |
| c2eb2080 | 207 | #341267 by sun: Added support for extensions that do not need to be loaded. |
| b4a82fca | 208 | |
| 209 | ||
| 210 | Wysiwyg 6.x-0.5, 2008-12-01 | |
| 211 | --------------------------- | |
| c0c42d78 | 212 | #340758 by sun: Changed installation instructions to be displayed permanently. |
| c3dc7f9a | 213 | #322657 by sun: Fixed "Enabled by default" option does not work when disabled. |
| a74955bf | 214 | #328052 by sun: Fixed switching input formats leads to wrong editor/state. |
| e16a9972 | 215 | #337569 by sun: Fixed different profiles for same editor are not respected. |
| 33fd8bc9 | 216 | #340195 by sun: Fixed #after_build function not invoked on all forms. |
| c0a227fc | 217 | #333521 by sun: Fixed TinyMCE version detection to look at the actual script. |
| f2446499 | 218 | #329657 by svendecabooter, sun: Added Whizzywig support. |
| 216b2cfb | 219 | #333521 by sun: Fixed TinyMCE version detection docs. |
| af8246de | 220 | #327100 by sun: Changed access permission for settings page to 'administer |
| 221 | filters' to prevent incomplete updates. | |
| 0ebf6d16 | 222 | #322731 by sun: Fixed improper use of t() in module install file. |
| 1aabb694 | 223 | #329410 by sun: Fixed editor not loaded if there is only one input format. |
| cd22694e | 224 | #324366 by sun: Fixed "Illegal offset type" error on custom content-types. |
| 9e8e526a | 225 | #328948 by sun: Fixed PHP notices when editors are assigned, but not configured. |
| db932f81 | 226 | #327710 by sun: Fixed nicEdit version could not be detected. |
| 329c0500 | 227 | #328116 by sun: Added Safari plugin for TinyMCE 3. |
| 4c552b90 | 228 | #327710 by sun: Added nicEdit support. |
| f8f7637b | 229 | #323855 by sun: Increased supported version of jWYSIWYG to 0.5. |
| 7b70802f | 230 | #323671 by sun: Fixed TinyMCE editor not resized when browser is resized. |
| 73508da6 | 231 | #327152 by sun: Fixed breadcrumbs for profile configuration pages. |
| cac2b421 | 232 | #323855 by Rob Loach, sun: Added jWYSIWYG support. |
| 81a2754f | 233 | #327100 by sun: Associate editors/profiles with input formats. Major milestone. |
| 261457be | 234 | #325980 by markus_petrux: Added Spanish/Catalan translation for Break plugin. |
| 6b6e4e45 | 235 | #323795 by sun: Removed obsolete Wysiwyg Editor module files. |
| a09d7c1c | 236 | #308912 by sun: Fixed alignment of editor buttons in TinyMCE 3. |
| db918ad8 | 237 | #316507 by sun: Fixed TinyMCE 3 not detached properly from AJAX contents. |
| c06ba055 | 238 | #320559 by markus_petrux, sun: Added confirmation form to delete profiles. |
| 94b665fa | 239 | |
| 240 | ||
| 241 | Wysiwyg 6.x-0.4, 2008-10-14 | |
| 242 | --------------------------- | |
| eb714832 | 243 | #321216 by sun: Replaced Wysiwyg Editor module with Wysiwyg module. |
| 94b665fa | 244 | #321086 by sun: Fixed (old-style) Teaser break plugin breaks TinyMCE 3. |
| 325352d7 | 245 | #316507 by sun: Code clean-up; editor settings should be cloned for init, too. |
| 92da632d | 246 | #282717 by sun: Fixed FCKeditor default settings while FCKeditor maintainers get |
| 247 | up and running. | |
| f178028c | 248 | #319363 by sun: Changed JS settings namespace 'wysiwygEditor' to 'wysiwyg'. |
| 9eb0a9ec | 249 | #319363 by sun: Code clean-up; fixed missing namespace change in tinymce-3.js. |
| da006eca | 250 | #273408 by quicksketch: Added blockquote button for TinyMCE 3. |
| fb9108a1 | 251 | #319363 by sun: Changed JavaScript namespaces and centralized namespace |
| 252 | initialization. | |
| 6bf6d580 | 253 | #270780 by sun: Fixed TinyMCE 3 support for external plugins. |
| 9e04acaf | 254 | #309832 by sun: Fixed README.txt. |
| a5b6ca17 | 255 | #253600 by sun: Changed editor integration so that client-side editors attach to |
| 256 | input formats instead of textareas and are invoked for input format enabled | |
| 257 | textareas only. | |
| 1a7c5997 | 258 | #282717 by sun: Added (basic) FCKeditor support. |
| 166a12f1 | 259 | #316507 by sun: Added Drupal.wysiwyg function stacks to execute editor library |
| 260 | specific actions upon initializing, attaching, detaching, and toggling an | |
| 261 | editor. Editor specific JavaScript resides in separate files now, as specified | |
| 262 | and returned by implementations of hook_editor(). | |
| 263 | Wysiwyg is a real API finally, supporting multiple editors and editor versions. | |
| c792e281 | 264 | #316507 by sun: Rewrote Wysiwyg API's internal architecture to support multiple |
| 265 | editors. | |
| 3a74e9b7 | 266 | |
| 267 | ||
| 268 | Wysiwyg 6.x-0.3, 2008-09-12 | |
| 269 | --------------------------- | |
| df76f57c | 270 | #125267 by sun: Removed Safari browser warning configuration option. |
| 4248dc52 | 271 | #304243 by sun: Fixed profile configuration improperly passed to JavaScript. |
| ecdf7b86 | 272 | #304243 by sun: Code clean-up for wysiwyg_editor_profile_overview(). |
| 92089616 | 273 | #289218 by gustav: Fixed E^ALL notice if node has no body field. |
| e4d720b2 | 274 | #304243 by sun: Code clean-up for wysiwyg_editor_user_status(). |
| 11c19e9a | 275 | #299108 by toniw: Added setting for TinyMCE's auto-cleanup paste feature. |
| d776dee6 | 276 | #293916 by sun: Clarified TinyMCE compatibility in README.txt. |
| a6e59377 | 277 | #293425 by sun: Fixed foreach warning during upgrade from TinyMCE module. |
| 278 | #292517 by sun: Fixed SQL error during upgrade from TinyMCE module. | |
| 7fd356fc | 279 | #286470 by chayner, sun: Fixed wrong editorBasePath in editor configuration. |
| 3f2b2ad9 | 280 | #227687 by sun: Fixed improperly capitalized package name. |
| 77e3126e | 281 | #288028 by Matthew Davidson: Fixed outdated check for PHP input filter. |
| dfaf1762 | 282 | #280727 by sun: Removed gzip compressor from installation instructions. |
| c3c1dc3a | 283 | |
| 284 | ||
| 285 | Wysiwyg 5.x-0.2, 2008-07-16 | |
| 286 | --------------------------- | |
| 4ad43795 | 287 | by sun: Fixed JavaScript errors when JS aggregation/compression is enabled. |
| 60486af7 | 288 | #268562 by sun: Code clean-up; changed format for custom defined CSS classes |
| 289 | and removed error-prone auto-layout of buttons in favor of aligning them in | |
| 290 | one row with a stylesheet; may break existing profiles. | |
| 36986c6c | 291 | #270730 by hass, sun: Added German translation for Teaser break plugin. |
| b006306f | 292 | #268838 by sun: Fixed PHP warning if no buttons are enabled for a profile. |
| 68344d70 | 293 | #268838 by sun: Ported to Drupal 6.x. |
| a090395c | 294 | #152046 by sun: Added hook_wysiwyg_plugin(). |
| 075f2dce | 295 | #268562 by sun: Code clean-up. |
| b8a2b356 | 296 | #60667 by sun: Fixed wrong editor profile is loaded when user is granted access |
| 297 | to more than one profile. | |
| fe1d01cc | 298 | #264739 by sun: Fixed missing t() around some profile settings options. |
| 36986c6c | 299 | |
| 300 | ||
| 301 | Wysiwyg 5.x-0.1, 2008-06-07 | |
| 302 | --------------------------- | |
| c2219286 | 303 | #264739 by sun: Improved output strings. |
| 2135e817 | 304 | #264739 by hass, sun: Fixed potx error due to wrong t() string. |
| 9e3e05cd | 305 | #264411 by sun: Cleaned coding-style using coder_format script. |
| a2f0b052 | 306 | #264411 by sun: Moved admin functions into separate include file. |
| afe4a8ac | 307 | #264411 by sun: Added TinyMCE data import upon installation. |
| 308 | #264411 by sun: Renamed module to Wysiwyg Editor. | |
| a5db5f4a | 309 | #118747 by nedjo, sun: Upgraded code for jQuery. |
| 310 | Initial fork of TinyMCE module (2008-05-30). | |
| 311 | ||
| 9e3e05cd | 312 |