Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ckeditor / CHANGELOG.txt @ 13755f8d

1
2013-07-15
2
New stable release 7.x-1.15
3

    
4
Updated the default URL to CKEditor CDN to use the 4.4.3 version.
5
[#2175565] removed ckeditor.make added in 7.x-1.14.
6

    
7
2013-05-08
8
New stable release 7.x-1.14
9

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

    
38
2013-04-12
39
New stable release 7.x-1.13
40

    
41
Bug fixes:
42

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

    
58
2012-12-22
59
New stable release 7.x-1.12
60

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

    
69
2012-12-12
70
New stable release 7.x-1.11
71

    
72
New features:
73
[#1858840] by dczepierga: Add option to enable/disable aggregate ckeditor.js script
74
[#1847662] by dczepierga: Add support for CKEditor v4
75
[#1577518] by dczepierga: Remove unused/unsupported hook_user from code
76
[#1559700] by dczepierga: Disable HTML Entities conversion by default
77
[#1692666] by dczepierga: Unset Ckeditor-Plugin upon module disabling/uninstalling
78

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

    
95
2012-04-18
96
New stable release 7.x-1.9
97

    
98
New features:
99
[#1489358] by dczepierga: Add support for the Stylesheet Parser plugin
100
[#1483402] by dczepierga: Change security filters policy
101
[#1489074] by acbramley: Change CKEditor XSS URL to be passed through url()
102
[#1473010] by michal_cksource: Set spellchecker to use the interface language
103

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

    
115
2012-03-15
116
New stable release 7.x-1.8
117

    
118
Bug fixes:
119
[#1371660] by dczepierga: CKFinder requirement check needs fixing
120

    
121
2012-03-14
122
New stable release 7.x-1.7
123

    
124
New features:
125
[#1338044] by dczepierga: Add an option to disable the toolbar wizard
126
[#1349330] by dczepierga: Add a configuration option to set the CKFinder library path
127

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

    
146
2011-11-10
147
New stable relase 7.x-1.6
148

    
149
Bug fixes:
150
[#1337064] by michal_cksource: Fix Fatal error: Call to undefined function db_fetch_object()
151

    
152
2011-11-09
153
New stable relase 7.x-1.5
154

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

    
165

    
166
2011-10-26
167
New stable release 7.x-1.4
168

    
169
-- 2011-10-24
170
- [#1319658] by michal_cksource: Correct language list in the CKEditor profile configuration
171

    
172
-- 2011-10-20
173
- [#1259510] by michal_cksource: Fix for setting a private files folder breaks CKEditor file uploads
174

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

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

    
185
-- 2011-10-04
186
- [#1298972] by michal_cksource: Correct messages and add language fixes
187

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

    
191
-- 2011-09-23
192
- [#1288084] by dczepierga: Disable Media and IMCE module selection if these modules are not installed
193

    
194
-- 2011-09-20
195
- [#1283788] by dczepierga: Fix Notice: Undefined index: buttons in ckeditor_toolbar_buttons_all()
196

    
197
-- 2011-09-19
198
- [#1219348] by dczepierga: Fix for WYSIWYG filter - add missing argument
199

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

    
204
-- 2011-09-13
205
- [#1173294] by dczepierga: Fix for incorrect file path for uploaded Images
206

    
207
-- 2011-09-12
208
- [#1270792] by michal_cksource: Improved Drag & Drop toolbar configuration - fixed css styles
209
- [#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)
210

    
211
-- 2011-09-06
212
- [#1270792] by dczepierga: Add Drag & Drop toolbar configuration
213

    
214
-- 2011-08-31
215
- [#1264884] by dczepierga: Fix warning: is_dir(): open_basedir restriction in effect
216

    
217
-----------------------------
218
 2011-08-29
219
 Released CKEditor 7.x-1.3
220
-----------------------------
221

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

    
226
-- 2011-08-25
227
- [#1257308] by dczepierga: Add loading sample toolbar to profile configuration
228
- [#1192622] by dczepierga: Replace static paths to plugins in the database with dynamic paths
229

    
230
-- 2011-08-16
231
- [#1250496] by dczepierga: 'CKEDITOR' is not defined - problem with ckeditor.styles.js
232

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

    
236
-- 2011-08-10
237
- [#1245306] by dczepierga: "Custom JavaScript configuration" field description is wrong
238

    
239
-- 2011-08-08
240
- [#1231338] by dczepierga: Features module support for Drupal 7 (exporting profiles)
241

    
242
-- 2011-08-02
243
- [#1235142] by madmanmax: README.TXT - Installing CKFinder - wrong permission name
244

    
245
-- 2011-07-12
246
- [#1216104] by dczepierga: Bug in custom JavaScript configuration - semicolon problem
247
- [#1215032] by dczepierga: Bad location of the configuration file in the description of CKEditor profile
248

    
249
-- 2011-07-04
250
- [#1190278] by dczepierga: CKEditor does not work with the Insert module
251

    
252
-- 2011-06-28
253
- [#1198068] by michal_cksource: Confusing behavior with IMCE button implementation
254

    
255
-- 2011-06-27
256
- [#1201180] by dczepierga: SCAYT spelling language does not match node language
257

    
258
-- 2011-06-22
259
- [#1196166] by dczepierga: Bug in custom JavaScript configuration - editor not showing in some cases
260

    
261
-- 2011-06-17
262
- [#1032120] by dczepierga: Formatting is lost when editing a node
263

    
264
-- 2011-06-14
265
- [#1187808] by RolandK: Not formatting text between code tags
266

    
267
-- 2011-06-13
268
- [#1186880] by dczepierga: Handling arrays in the "Custom JavaScript configuration"
269

    
270
-- 2011-06-09
271
- [#1183218] by neclimdul: Fix broken teasers for long paragraphs
272

    
273
-- 2011-06-06
274
- [#1179880] by dczepierga: Add hook to register a plugin
275
- [#1063646] by dczepierga: Fix calling Undefined index: "loadPlugins" in ckeditor_admin_values_to_settings()
276

    
277
-- 2011-06-02
278
- [#1176212] by dczepierga: Remove not supported linktomenu and linktonode plugins
279
- [#1176208] by dczepierga: Add plugins management in profile settings
280

    
281
-----------------------------
282
 2011-05-30
283
 Released CKEditor 7.x-1.2
284
-----------------------------
285

    
286
-- 2011-05-27
287
- [#1170612] by dczepierga: Add support for autogrow and tableresize plugin
288

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

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

    
298
-- 2011-05-16
299
- [#1158898] by dczepierga: Add Google PageSpeed and Drupal JS/CSS aggregation support
300

    
301
-- 2011-05-09
302
- [#1134252] by dczepierga: Add HTML Entities configurable option in each profile
303

    
304
-- 2011-05-04
305
- [#1022986] by dczepierga: Add integration with Media Module
306

    
307
-- 2011-05-02
308
- [#1142600] by taite11: Readme file edit - there is no core upload module in Drupal 7
309

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

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

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

    
320
-- 2011-03-31
321
- [#1093038] by marhak: CKEDITOR is not defined when using ckeditor_basic.js - Editor is not loading
322

    
323
-- 2011-03-30
324
- [#1109366] by dczepierga: #1052604 Fix remove call to undefined function ckeditor_user_customize_form_validate
325

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

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

    
332
-- 2011-03-23
333
- [#1039810] by cwc: Fix to predefined styles path errors
334

    
335
-- 2011-03-17
336
- [#1095954] by dczepierga: Fix to prevent calling "Toggle rich text link" multiple times
337

    
338
-----------------------------
339
 2011-03-10
340
 Released CKEditor 7.x-1.1
341
-----------------------------
342

    
343
-- 2011-02-22
344
- [#960576] by dczepierga:  Add loading ckeditor.css from theme.
345
- [#1069012] by dczepierga: CKEditor version could not be determined
346

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

    
350
-- 2011-02-17
351
- [#1064422] by dczepierga: All changes to the text are lost when input format is changed
352

    
353
-- 2011-02-14
354
- [#1053222] by dczepierga: Two editors appeared when JavaScript Aggregation was enabled
355
- [#1037390] by dczepierga: Cannot use CKEditor module to create header/footer in Views
356
- [#1052604] by dczepierga: Call to undefined function ckeditor_user_customize_form_validate
357

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

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

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

    
369
-- 2011-02-04
370
- [#1050034] by dczepierga: Disabled editor gets enabled again after ajax calls
371

    
372
-- 2011-02-03
373
- [#1037390] by dczepierga: Cannot use CKEditor module to create header/footer in Views
374

    
375
-- 2011-02-01
376
- [#1037390] by dczepierga: Cannot use CKEditor module to create header/footer in Views
377

    
378
-- 2011-01-24
379
- [#1035544] by dczepierga: Remove double http:// in ckeditor.drush.inc
380

    
381
-- 2011-01-20
382
- [#1006770] by OnkelTem: Fix Notice: Undefined index: filtered_html in ckeditor_profile_load()
383

    
384
-----------------------------
385
 2011-01-13
386
 Released CKEditor 7.x-1.0
387
-----------------------------
388

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

    
397
-- 2011-01-11
398
- [#1022666] by dczepierga: Teaser break doesn't work with filtered html input format.
399
- [#1022494] by dczepierga: CKEditor module - Compatibility with Drupal's coding standards
400

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

    
408
-- 2011-01-05
409
- [#1006770] by dczepierga: Notice: Undefined index: filtered_html in ckeditor_profile_load()
410

    
411
-- 2010-12-29
412
- [#1009816] by dczepierga: Access denied: ckeditor/xss
413
- [#1004822] by dczepierga: Switching text format to filtered html deletes all "p" tags
414

    
415
-- 2010-12-28
416
- [#1006124] by dczepierga: Registered user gets "Undefined index: popup" message
417
- [#1000330] by dczepierga: No Insert File button in IMCE
418

    
419
-- 2010-12-20
420
- [#1000838] by dczepierga: The Teaser button is absolutely necessary - important functionality has been deleted
421

    
422
-----------------------------
423
 2010-12-15
424
 Released CKEditor 7.x-1.0 RC
425
-----------------------------
426

    
427
-- 2010-12-15
428
- [#991380] by dczepierga: Language files (D7)
429
- Removed a link to delete the global profile
430
- [#999292] by dczepierga: Remove filter_html as default option in Full HTML text format (D7)
431
- Fixed a typo
432
- Updated comments, minor corrections
433

    
434
-- 2010-12-14
435
- [#997136] by dczepierga: CKFinder - thumbnails not available
436
- [#997124] by dczepierga: Invalid error message when CKFinder is enabled but not configured properly.
437
- [#997116] by dczepierga: D7 Custom formatting options not used
438
- [#997090] by dczepierga: XSS protection not working as expected
439
- [#997098] by dczepierga: Error when CKEditor (the editor) is not present in the ckeditor folder
440

    
441
-- 2010-12-13
442
- [#997074] by dczepierga: Corect the default order of Bidi buttons
443

    
444
-- 2010-12-10
445
- [#994372] by dczepierga: Update README.TXT (D7)
446

    
447
-- 2010-12-09
448
- [#993436] by dczepierga: Disable option of using CKEditor in a popup window (D7)
449
- [#993362] by dczepierga: CKEditor not work in popup window (D7)
450
- [#993330] by dczepierga: Change editor theme in profile edit form (D7)
451
- [#993272] by dczepierga: User Interface color change enabled only for Kama skin
452

    
453
-- 2010-12-07
454
- [#991380] by dczepierga: Language files (D7)
455
- [#984986] by dczepierga: Code syntax after Coder module validation
456
- [#984978] by dczepierga: Security filters not works (D7) - Security mode fix
457
- [#984968] by dczepierga: Make sure that the help information is correct (D7)
458

    
459
-- 2010-12-06
460
- [#990368] by dczepierga: Cleanup code - modules not ported to Drupal 7
461
- [#985006] by dczepierga: Review README.txt (D7)
462

    
463
-- 2010-12-04
464
- [#984978] by dczepierga: Security filters not works (D7)
465

    
466
-- 2010-12-03
467
- [#984976] by dczepierga: User Interface color not saved in D7
468
- [#985002] by dczepierga: Remove DrupalPageBreak button from toolbar
469

    
470
-- 2010-11-30
471
- [#984986] by dczepierga: Code syntax after Coder module validation
472
- Removed extra information that should be added by the packaging script
473

    
474
-- 2010-11-29
475
- [#984202] by dczepierga: Detecting of summary field in form
476
- [#966490] by dczepierga: Comment form after ckeditor install.
477
- [#966492] by dczepierga: CKEditor in edit summary/teaser mode
478
- [#984096] by dczepierga: Compatibility of DrupalBreaks Plugin
479
- [#984000] by dczepierga: CKeditor not works in node edit
480

    
481
-- 2010-11-25
482
- [#981624] by dczepierga: Compatibility with drupal 7.0-beta3
483
- [#966488] by dczepierga: CKEditor should respect input format changes
484

    
485
-- 2010-11-23
486
- [#976968] by dczepierga: Toolbar config validation in profile
487

    
488
-- 2010-11-19
489
- [#901502] by dczepierga: Multi toolbar configuration, and different settings for each
490
- [#975360] by dczepierga: Remove Minimum rows
491
- [#975456] by dczepierga: Remove visibility settings in Global profile in D7
492
- [#975458] by dczepierga: Selecting UI Color not working
493

    
494
-- 2010-11-09
495
- [#966598] by dczepierga: CKFinder compatibility
496

    
497
-- 2010-11-08
498
- [#965280] by dczepierga: Profiles after save lose all input formats
499
- [#965258] by dczepierga: Compatibility with drupal 7.0-beta2
500

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