Projet

Général

Profil

Paste
Télécharger (22,3 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / ckeditor / CHANGELOG.txt @ 6fd71452

1
7.x-1.x dev
2

    
3
[#2255129] by wwalc: Introduced support for the codesnippet and mathjax plugins.
4
[#1762328] by wwalc: IMPORTANT: <code> tags are no longer protected by default.
5
[#1327898] by grasmash: Adding new ckeditor_security_filter_alter() hook.
6
[#2175565] by hswong3i: Download Library with ckeditor.make for Simple Profile Integration.
7
[#2249139] by wwalc: Use CKEditor 4.4.0 from CKEditor CDN (http://cdn.ckeditor.com) by default.
8
[#1370894] by uberhacker, mgifford, Devin Carlson: Conditionally load ckeditor.css only when necessary.
9
[#1960808] by valkum, wwalc: Avoid using arg() in code.
10
[#1914496] by Danylo Dragan: Drush integration code doesn't respect --skip option.
11
[#2085245] by jlyon: Fix theme path displayed on Edit CKEditor Profile page.
12
[#2123669] by wwalc: Better support for loading custom CKEditor skins.
13
[#1914904] by rooby: Media plugin not working in IE 9 and below.
14
[#2244835] by loopduplicate: CKEditor is not visible in Panels IPE in IE11.
15
[#2244817] by wwalc: CKEditor from CDN does not load in Panels IPE when a form is loaded in a popup for the first time.
16
[#2244387] by wwalc: 3rd party plugins with large icons break the toolbar configurator.
17
[#2013657] by pfrenssen: Allow other modules to alter the default settings.
18
[#2236367] by greenSkin: Add $conf array to ckeditor_settings alter hook.
19
[#1452544] by covenantd, RedRat: DrupalPageBreak button not visible when using Smart Paging module.
20
[#2231005] by ChinggizKhan: Only set "window.CKEDITOR_BASEPATH" when it isnt already set.
21
[#1659576] by ChinggizKhan: Text of "Switch to plain text editor" link doesn't toggle.
22
[#2043365] by Erik Erskine, Danny_Joris: CKEditor profile exported as feature with filter format does not import properly.
23
[#2234971] by wwalc: Adjust the default toolbars.
24
[#2234967] by wwalc: Add support for loading CKEditor from remote URL.
25
[#2234943] by wwalc: Use the moono icons in the administration area.
26
[#2127467] by wwalc: Support Pantheon Live Environment.
27
[#1971566] by wwalc: Mediaembed throws JS error with ACF enabled.
28
[#1950498] by wwalc: Advanced Content Filter introduced in CKEditor 4.1 is now configurable in CKEditor profile.
29
[#1971502] by wwalc: Mediaembed plugin should define allowedContent for ACF.
30

    
31
2013-04-12
32
New stable release 7.x-1.13
33

    
34
Bug fixes:
35

    
36
[#1063482] by nod_, wwalc, roderik, helior, hadsie: Use Libraries API for CKEditor
37
[#1898294] by kscheirer: Fatal error if Libraries module is enabled after CKEditor
38
[#1961596] by jcisio: Added 'feature_source()' option so that ckeditor_profile() component is visible in drush.
39
[#1356026] by Volx, hctom: Fixed Profile loses text formats when exported into a feature using Drush.
40
[#1895278] by wwalc WYSIWYG editor should allow Drupal to trigger 'formUpdated' event
41
[#1957066] by rudiedirkx: Use field_extra_fields to be able to position the "Rich text editor settings" fieldset
42
[#1959754] by wwalc: CKFinder is not installed correctly - improve information in the status report
43
[#1810910] by mokaspar, jcisio, DeFr: Fixed Comments gets filtered out by ckeditor_filter_xss().
44
[#1909318] by Simon Georges: Useless file inclusion in ckeditor.info.
45
[#1603014] by anou, SebCorbin: Corrected strings used in Security section.
46
[#1889010] by michal_cksource: Problem with CKFinder files upload when private download method is used
47
[#1885950] by michal_cksource: Fix HTML validation for iframe in profile configuration
48
[#1885938] by michal_cksource: Disable div based editor on default
49
[#1872064] by dczepierga: Undefined index: loadPlugins in ckeditor_modules_disabled() and ckeditor_modules_uninstalled()
50

    
51
2012-12-22
52
New stable release 7.x-1.12
53

    
54
Bug fixes:
55
[#1871918] by matulis: Bug in checking if a file "contents.css" exists
56
[#1870270] by dczepierga: Disable plugins which not exists and are stored in ckeditor profiles
57
[#1864760] by dczepierga: Wrong path to plugins stored in database
58
[#1868416] by dczepierga: Move skin selection option to CKEditor Global Profile
59
[#1866654] by dczepierga: Remove "Skin" and "Toolbar state on startup" options from user profile
60
[#1865086] by dczepierga: Set default theme if selected not exists
61

    
62
2012-12-12
63
New stable release 7.x-1.11
64

    
65
New features:
66
[#1858840] by dczepierga: Add option to enable/disable aggregate ckeditor.js script
67
[#1847662] by dczepierga: Add support for CKEditor v4
68
[#1577518] by dczepierga: Remove unused/unsupported hook_user from code
69
[#1559700] by dczepierga: Disable HTML Entities conversion by default
70
[#1692666] by dczepierga: Unset Ckeditor-Plugin upon module disabling/uninstalling
71

    
72
Bug fixes:
73
[#1760506] by ceng: CKEditor features are not reverted or applied from the command line
74
[#1857910] by dczepierga: Using extraPlugins config option in Custom JavaScript (Advanced options) not working
75
[#1850626] by dczepierga: Wrong path to external plugins loaded by hook
76
[#1844390] by dczepierga: Undefined index: loadPlugins in ckeditor_modules_enabled()
77
[#1790082] by dczepierga: Order of filters calling in ckeditor filter XSS function
78
[#1728318] by dczepierga: Text format filters are not properly given $format; cannot look up their per-format settings
79
[#1698600] by azovsky: Undefined index: format in ckeditor_pre_render_text_format()
80
[#1651130] by lmeurs: Wrong variable substitution using t()
81
[#1637416] by michal_cksource: Fix description to "Custom JavaScript configuration" option
82
[#1595606] by kmcnamee: Wrong instructions for configuring CKFinder
83
[#1350998] by MegaChriz: CKEditor settings appear on all user profile edit pages
84
[#1567022] by dczepierga: Overlays of administration toolbar appears in CKEditor maximized mode
85
[#1557526] by dczepierga: CKEditor gets inserted multiple times on text format selection
86
[#1554840] by dczepierga: Missing argument - WYSIWYG Filter, HTML Purifier & HTMLawed
87

    
88
2012-04-18
89
New stable release 7.x-1.9
90

    
91
New features:
92
[#1489358] by dczepierga: Add support for the Stylesheet Parser plugin
93
[#1483402] by dczepierga: Change security filters policy
94
[#1489074] by acbramley: Change CKEditor XSS URL to be passed through url()
95
[#1473010] by michal_cksource: Set spellchecker to use the interface language
96

    
97
Bug fixes:
98
[#1537824] by dczepierga: External plugins do not work when the ckeditor_basic.js loading method is used
99
[#1507852] by dczepierga: 'drush ckeditor-download' fails if SVN is not installed
100
[#1432068] by kruser:  Fix path to the sites/all/libraries/ckeditor/ckeditor.styles.js file
101
[#1504398] by ndeschildre: Importing CKEditor profile features fails, manual revert is needed
102
[#1508342] by dczepierga: WSOD on saving content from CKEditor using Ajax when the node edit form is embedded in the display of another node
103
[#1491210] by michal_cksource: CKEditor gets disabled/enabled on all AJAX calls
104
[#1512196] by dczepierga: Refactor code with titles and descriptions now available for translation
105
[#1496164] by michal_cksource: Buttons are too high when using the drag & drop feature in Firefox
106
[#1492344] by dczepierga: Portuguese language missing
107

    
108
2012-03-15
109
New stable release 7.x-1.8
110

    
111
Bug fixes:
112
[#1371660] by dczepierga: CKFinder requirement check needs fixing
113

    
114
2012-03-14
115
New stable release 7.x-1.7
116

    
117
New features:
118
[#1338044] by dczepierga: Add an option to disable the toolbar wizard
119
[#1349330] by dczepierga: Add a configuration option to set the CKFinder library path
120

    
121
Bug fixes:
122
[#1345738] by michal_cksource: Included JavaScript files for the toolbar drag & drop wizard should be minified
123
[#1361846] by mrsimonelliott: CKEditor does not load on a 'Long Text' CCK field
124
[#1371660] by dczepierga: CKFinder requirement check needs fixing
125
[#1043230] by KoCo: D7 administration toolbar overlays CKEditor in maximized mode
126
[#1357794] by dczepierga: Invalid attribute "disc-type" in ckeditor.css
127
[#1324990] by michal_cksource: Problems with access to private files (download)
128
[#1343310] by michal_cksource: Change settings for private download
129
[#1351470] by dczepierga: CKEditor plugins added with the "hook_ckeditor_plugin" button do not appear in the toolbar
130
[#1329980] by jherencia: Problem with CKEditor module update
131
[#1347682] by jherencia: D6 to D7 - error in update #7003 when running update.php
132
[#1350382] by michal_cksource: Improve regex pattern to find plugins for CKEditor
133
[#1349304] by michal_cksource: Change descriptions in CKEditor help page
134
[#1343310] by michal_cksource: Change settings for private download
135
[#1348196] by michal_cksource: Change of the default path for CKFinder settings
136
[#1346818] by michal_cksource: Change of Full toolbar buttons
137
[#1345658] by michal_cksource: Enable the Drupal Breaks plugin by default
138

    
139
2011-11-10
140
New stable relase 7.x-1.6
141

    
142
Bug fixes:
143
[#1337064] by michal_cksource: Fix Fatal error: Call to undefined function db_fetch_object()
144

    
145
2011-11-09
146
New stable relase 7.x-1.5
147

    
148
Bug fixes:
149
[#1334140] by michal_cksource: CKEditor is cut off in comments form
150
[#1331728] by michal_cksource: Remove unnecessary Drupal Page Break button if there is no module to support this feature
151
[#1331720] by michal_cksource: Fix broken link to Global Profile in CKEditor configuration main page
152
[#1331716] by michal_cksource: Fix missing version number in report status
153
[#1324554] by dczepierga: Fix adding custom plugin - change in ckeditor.api.php
154
[#1283918] by michal_cksource: Fix UTF-8 issues
155
[#1327540] by michal_cksource: Fix hook_file_download allows downloading of private files created by another module
156
[#1325412] by michal_cksource: Fix problem with list-style-type in ckeditor.css
157

    
158

    
159
2011-10-26
160
New stable release 7.x-1.4
161

    
162
-- 2011-10-24
163
- [#1319658] by michal_cksource: Correct language list in the CKEditor profile configuration
164

    
165
-- 2011-10-20
166
- [#1259510] by michal_cksource: Fix for setting a private files folder breaks CKEditor file uploads
167

    
168
-- 2011-10-17
169
- [#1310280] by dczepierga: Improve icons detection from CKEditor plugins (part 2)
170
- [#1298972] by michal_cksource: Correct messages and add language fixes
171
- [#1311928] by dczepierga: Add jquery_ui support to the Drag & Drop toolbar configuration
172

    
173
-- 2011-10-14
174
- [#1310280] by dczepierga: Improve icons detection from CKEditor plugins
175
- [#1295176] by dczepierga: Fix Notice: Undefined index: default in ckeditor_admin_profile_form() - when editing CKEditor profile
176
- [#1310198] by duozersk: Add plugin to count symbols and words inside CKEditor
177

    
178
-- 2011-10-04
179
- [#1298972] by michal_cksource: Correct messages and add language fixes
180

    
181
-- 2011-09-26
182
- [#1154264] by dczepierga: Fix for deleting profle - after deleting the Advanced profile, Full HTML profile doesn't load
183

    
184
-- 2011-09-23
185
- [#1288084] by dczepierga: Disable Media and IMCE module selection if these modules are not installed
186

    
187
-- 2011-09-20
188
- [#1283788] by dczepierga: Fix Notice: Undefined index: buttons in ckeditor_toolbar_buttons_all()
189

    
190
-- 2011-09-19
191
- [#1219348] by dczepierga: Fix for WYSIWYG filter - add missing argument
192

    
193
-- 2011-09-15
194
- [#1280298] by dczepierga: Add configuration option to disable text format filters in filter/xss request
195
- [#1270792] by dczepierga: Further improvements to the Drag & Drop toolbar configuration
196

    
197
-- 2011-09-13
198
- [#1173294] by dczepierga: Fix for incorrect file path for uploaded Images
199

    
200
-- 2011-09-12
201
- [#1270792] by michal_cksource: Improved Drag & Drop toolbar configuration - fixed css styles
202
- [#1270792] by michal_cksource: Improved Drag & Drop toolbar configuration - fixed errors (dragged item was to low in Firefox and validation failed when 'group' button was first in buttons row)
203

    
204
-- 2011-09-06
205
- [#1270792] by dczepierga: Add Drag & Drop toolbar configuration
206

    
207
-- 2011-08-31
208
- [#1264884] by dczepierga: Fix warning: is_dir(): open_basedir restriction in effect
209

    
210
-----------------------------
211
 2011-08-29
212
 Released CKEditor 7.x-1.3
213
-----------------------------
214

    
215
-- 2011-08-29
216
- [#1260892] by dczepierga: Add regex to work with new CKEditor toolbar format (toolbar groups compatible with WAI-ARIA)
217
- [#1258326] by dczepierga: Add configuration option for setting CKEditor plugins directory
218

    
219
-- 2011-08-25
220
- [#1257308] by dczepierga: Add loading sample toolbar to profile configuration
221
- [#1192622] by dczepierga: Replace static paths to plugins in the database with dynamic paths
222

    
223
-- 2011-08-16
224
- [#1250496] by dczepierga: 'CKEDITOR' is not defined - problem with ckeditor.styles.js
225

    
226
-- 2011-08-11
227
- [#1231130] by dczepierga: The "Use theme style" setting now always uses the "seven" theme (admin menu theme)
228

    
229
-- 2011-08-10
230
- [#1245306] by dczepierga: "Custom JavaScript configuration" field description is wrong
231

    
232
-- 2011-08-08
233
- [#1231338] by dczepierga: Features module support for Drupal 7 (exporting profiles)
234

    
235
-- 2011-08-02
236
- [#1235142] by madmanmax: README.TXT - Installing CKFinder - wrong permission name
237

    
238
-- 2011-07-12
239
- [#1216104] by dczepierga: Bug in custom JavaScript configuration - semicolon problem
240
- [#1215032] by dczepierga: Bad location of the configuration file in the description of CKEditor profile
241

    
242
-- 2011-07-04
243
- [#1190278] by dczepierga: CKEditor does not work with the Insert module
244

    
245
-- 2011-06-28
246
- [#1198068] by michal_cksource: Confusing behavior with IMCE button implementation
247

    
248
-- 2011-06-27
249
- [#1201180] by dczepierga: SCAYT spelling language does not match node language
250

    
251
-- 2011-06-22
252
- [#1196166] by dczepierga: Bug in custom JavaScript configuration - editor not showing in some cases
253

    
254
-- 2011-06-17
255
- [#1032120] by dczepierga: Formatting is lost when editing a node
256

    
257
-- 2011-06-14
258
- [#1187808] by RolandK: Not formatting text between code tags
259

    
260
-- 2011-06-13
261
- [#1186880] by dczepierga: Handling arrays in the "Custom JavaScript configuration"
262

    
263
-- 2011-06-09
264
- [#1183218] by neclimdul: Fix broken teasers for long paragraphs
265

    
266
-- 2011-06-06
267
- [#1179880] by dczepierga: Add hook to register a plugin
268
- [#1063646] by dczepierga: Fix calling Undefined index: "loadPlugins" in ckeditor_admin_values_to_settings()
269

    
270
-- 2011-06-02
271
- [#1176212] by dczepierga: Remove not supported linktomenu and linktonode plugins
272
- [#1176208] by dczepierga: Add plugins management in profile settings
273

    
274
-----------------------------
275
 2011-05-30
276
 Released CKEditor 7.x-1.2
277
-----------------------------
278

    
279
-- 2011-05-27
280
- [#1170612] by dczepierga: Add support for autogrow and tableresize plugin
281

    
282
-- 2011-05-26
283
- [#1169402] by dczepierga:  Fix duplicated path in the error message displayed when CKEditor is not installed correctly
284

    
285
-- 2011-05-23
286
- [#1165864] by dczepierga: Improve manual selection of the user interface color
287
- [#1093038] by marhak: CKEDITOR is not defined when using ckeditor_basic.js - Editor is not loading
288
- [#1039810] by cwc: Fix to predefined styles path errors (fix typo)
289
- [#1164270] by TommyChris: Fix to work with ckeditor_link module (http://drupal.org/project/ckeditor_link)
290

    
291
-- 2011-05-16
292
- [#1158898] by dczepierga: Add Google PageSpeed and Drupal JS/CSS aggregation support
293

    
294
-- 2011-05-09
295
- [#1134252] by dczepierga: Add HTML Entities configurable option in each profile
296

    
297
-- 2011-05-04
298
- [#1022986] by dczepierga: Add integration with Media Module
299

    
300
-- 2011-05-02
301
- [#1142600] by taite11: Readme file edit - there is no core upload module in Drupal 7
302

    
303
-- 2011-04-28
304
- [#1022986] by dczepierga: Add integration with Media Module  (http://drupal.org/project/media)
305

    
306
-- 2011-04-11
307
- [#1116516] by weboide: Fix to CKEditor and Profile2 - remove call to undefined function ckeditor_user_customize_form_validate() on uid=1
308

    
309
-- 2011-04-07
310
- [#1093028] by marhak: Text written in rich text editor (WYSIWYG) mode disappears when switching to plain text editor mode
311
- [#1102824] by dczepierga: CKEditor loses all text when uploading an image or file via field API
312

    
313
-- 2011-03-31
314
- [#1093038] by marhak: CKEDITOR is not defined when using ckeditor_basic.js - Editor is not loading
315

    
316
-- 2011-03-30
317
- [#1109366] by dczepierga: #1052604 Fix remove call to undefined function ckeditor_user_customize_form_validate
318

    
319
-- 2011-03-29
320
- [#1107882] by dczepierga: Add a warning message when the wysiwyg module is enabled in Drupal 7
321

    
322
-- 2011-03-28
323
- [#1107882] by dczepierga: Add a warning message when the wysiwyg module is enabled in Drupal 7
324

    
325
-- 2011-03-23
326
- [#1039810] by cwc: Fix to predefined styles path errors
327

    
328
-- 2011-03-17
329
- [#1095954] by dczepierga: Fix to prevent calling "Toggle rich text link" multiple times
330

    
331
-----------------------------
332
 2011-03-10
333
 Released CKEditor 7.x-1.1
334
-----------------------------
335

    
336
-- 2011-02-22
337
- [#960576] by dczepierga:  Add loading ckeditor.css from theme.
338
- [#1069012] by dczepierga: CKEditor version could not be determined
339

    
340
-- 2011-02-21
341
- [#1068186] by dczepierga: Added support for CKEditor SWF (http://drupal.org/project/ckeditor_swf) and CKEditor Link (http://drupal.org/project/ckeditor_link) modules
342

    
343
-- 2011-02-17
344
- [#1064422] by dczepierga: All changes to the text are lost when input format is changed
345

    
346
-- 2011-02-14
347
- [#1053222] by dczepierga: Two editors appeared when JavaScript Aggregation was enabled
348
- [#1037390] by dczepierga: Cannot use CKEditor module to create header/footer in Views
349
- [#1052604] by dczepierga: Call to undefined function ckeditor_user_customize_form_validate
350

    
351
-- 2011-02-11
352
- [#1056068] by dczepierga: Fix Warning: file_get_contents(/drupal7/sites/all/libraries/ckeditor/ckeditor.js)
353

    
354
-- 2011-02-08
355
- [#1054414] by dczepierga: Added support for elFinder (http://drupal.org/project/elfinder) file manager
356
- [#1054606] by dczepierga: No detach method in Drupal.behaviors.ckeditor
357

    
358
-- 2011-02-07
359
- [#1037390] by dczepierga: Cannot use CKEditor module to create header/footer in Views
360
- [#1053358] by dczepierga: Removed option to "Use CKEditor in a popup window" in "My account" settings
361

    
362
-- 2011-02-04
363
- [#1050034] by dczepierga: Disabled editor gets enabled again after ajax calls
364

    
365
-- 2011-02-03
366
- [#1037390] by dczepierga: Cannot use CKEditor module to create header/footer in Views
367

    
368
-- 2011-02-01
369
- [#1037390] by dczepierga: Cannot use CKEditor module to create header/footer in Views
370

    
371
-- 2011-01-24
372
- [#1035544] by dczepierga: Remove double http:// in ckeditor.drush.inc
373

    
374
-- 2011-01-20
375
- [#1006770] by OnkelTem: Fix Notice: Undefined index: filtered_html in ckeditor_profile_load()
376

    
377
-----------------------------
378
 2011-01-13
379
 Released CKEditor 7.x-1.0
380
-----------------------------
381

    
382
-- 2011-01-13
383
- Added Upgrade.txt
384
- Fixed filters description (HTML should be allowed there)
385
- Link to CKEditor Global Profile was not displayed properly.
386
- [#1025472] by dczepierga: Starting slash in editor path result in Warnings
387
- [#1022562] by dczepierga: In IE8 break button icon doesn't appear
388
- [#1023546] by dczepierga: Useless ajax call when no security filters are checked
389

    
390
-- 2011-01-11
391
- [#1022666] by dczepierga: Teaser break doesn't work with filtered html input format.
392
- [#1022494] by dczepierga: CKEditor module - Compatibility with Drupal's coding standards
393

    
394
-- 2011-01-10
395
- [#1011112] by Oren_Held: Support RTL also when CSS is not in theme mode (self/none)
396
- [#1020612] by amateescu: Extra table borders added by the Seven theme
397
- [#1003462] by dczepierga: CKfinder path customization won't work
398
- [#1020820] by dczepierga: CKEditor does not work after enabling javascript aggregation
399
- [#1006230] by amateescu: Editor not loading for Full HTML
400

    
401
-- 2011-01-05
402
- [#1006770] by dczepierga: Notice: Undefined index: filtered_html in ckeditor_profile_load()
403

    
404
-- 2010-12-29
405
- [#1009816] by dczepierga: Access denied: ckeditor/xss
406
- [#1004822] by dczepierga: Switching text format to filtered html deletes all "p" tags
407

    
408
-- 2010-12-28
409
- [#1006124] by dczepierga: Registered user gets "Undefined index: popup" message
410
- [#1000330] by dczepierga: No Insert File button in IMCE
411

    
412
-- 2010-12-20
413
- [#1000838] by dczepierga: The Teaser button is absolutely necessary - important functionality has been deleted
414

    
415
-----------------------------
416
 2010-12-15
417
 Released CKEditor 7.x-1.0 RC
418
-----------------------------
419

    
420
-- 2010-12-15
421
- [#991380] by dczepierga: Language files (D7)
422
- Removed a link to delete the global profile
423
- [#999292] by dczepierga: Remove filter_html as default option in Full HTML text format (D7)
424
- Fixed a typo
425
- Updated comments, minor corrections
426

    
427
-- 2010-12-14
428
- [#997136] by dczepierga: CKFinder - thumbnails not available
429
- [#997124] by dczepierga: Invalid error message when CKFinder is enabled but not configured properly.
430
- [#997116] by dczepierga: D7 Custom formatting options not used
431
- [#997090] by dczepierga: XSS protection not working as expected
432
- [#997098] by dczepierga: Error when CKEditor (the editor) is not present in the ckeditor folder
433

    
434
-- 2010-12-13
435
- [#997074] by dczepierga: Corect the default order of Bidi buttons
436

    
437
-- 2010-12-10
438
- [#994372] by dczepierga: Update README.TXT (D7)
439

    
440
-- 2010-12-09
441
- [#993436] by dczepierga: Disable option of using CKEditor in a popup window (D7)
442
- [#993362] by dczepierga: CKEditor not work in popup window (D7)
443
- [#993330] by dczepierga: Change editor theme in profile edit form (D7)
444
- [#993272] by dczepierga: User Interface color change enabled only for Kama skin
445

    
446
-- 2010-12-07
447
- [#991380] by dczepierga: Language files (D7)
448
- [#984986] by dczepierga: Code syntax after Coder module validation
449
- [#984978] by dczepierga: Security filters not works (D7) - Security mode fix
450
- [#984968] by dczepierga: Make sure that the help information is correct (D7)
451

    
452
-- 2010-12-06
453
- [#990368] by dczepierga: Cleanup code - modules not ported to Drupal 7
454
- [#985006] by dczepierga: Review README.txt (D7)
455

    
456
-- 2010-12-04
457
- [#984978] by dczepierga: Security filters not works (D7)
458

    
459
-- 2010-12-03
460
- [#984976] by dczepierga: User Interface color not saved in D7
461
- [#985002] by dczepierga: Remove DrupalPageBreak button from toolbar
462

    
463
-- 2010-11-30
464
- [#984986] by dczepierga: Code syntax after Coder module validation
465
- Removed extra information that should be added by the packaging script
466

    
467
-- 2010-11-29
468
- [#984202] by dczepierga: Detecting of summary field in form
469
- [#966490] by dczepierga: Comment form after ckeditor install.
470
- [#966492] by dczepierga: CKEditor in edit summary/teaser mode
471
- [#984096] by dczepierga: Compatibility of DrupalBreaks Plugin
472
- [#984000] by dczepierga: CKeditor not works in node edit
473

    
474
-- 2010-11-25
475
- [#981624] by dczepierga: Compatibility with drupal 7.0-beta3
476
- [#966488] by dczepierga: CKEditor should respect input format changes
477

    
478
-- 2010-11-23
479
- [#976968] by dczepierga: Toolbar config validation in profile
480

    
481
-- 2010-11-19
482
- [#901502] by dczepierga: Multi toolbar configuration, and different settings for each
483
- [#975360] by dczepierga: Remove Minimum rows
484
- [#975456] by dczepierga: Remove visibility settings in Global profile in D7
485
- [#975458] by dczepierga: Selecting UI Color not working
486

    
487
-- 2010-11-09
488
- [#966598] by dczepierga: CKFinder compatibility
489

    
490
-- 2010-11-08
491
- [#965280] by dczepierga: Profiles after save lose all input formats
492
- [#965258] by dczepierga: Compatibility with drupal 7.0-beta2
493

    
494
-- 2010-10-26
495
- Created initial dev version of the CKEditor module for Drupal 7.x