CHANGELOG.txt 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502
  1. 2013-07-15
  2. New stable release 7.x-1.15
  3. Updated the default URL to CKEditor CDN to use the 4.4.3 version.
  4. [#2175565] removed ckeditor.make added in 7.x-1.14.
  5. 2013-05-08
  6. New stable release 7.x-1.14
  7. [#2255129] by wwalc: Introduced support for the codesnippet and mathjax plugins.
  8. [#1762328] by wwalc: IMPORTANT: <code> tags are no longer protected by default.
  9. [#1327898] by grasmash: Adding new ckeditor_security_filter_alter() hook.
  10. [#2175565] by hswong3i: Download Library with ckeditor.make for Simple Profile Integration. (removed in 7.x-1.15)
  11. [#2249139] by wwalc: Use CKEditor 4.4.0 from CKEditor CDN (http://cdn.ckeditor.com) by default.
  12. [#1370894] by uberhacker, mgifford, Devin Carlson: Conditionally load ckeditor.css only when necessary.
  13. [#1960808] by valkum, wwalc: Avoid using arg() in code.
  14. [#1914496] by Danylo Dragan: Drush integration code doesn't respect --skip option.
  15. [#2085245] by jlyon: Fix theme path displayed on Edit CKEditor Profile page.
  16. [#2123669] by wwalc: Better support for loading custom CKEditor skins.
  17. [#1914904] by rooby: Media plugin not working in IE 9 and below.
  18. [#2244835] by loopduplicate: CKEditor is not visible in Panels IPE in IE11.
  19. [#2244817] by wwalc: CKEditor from CDN does not load in Panels IPE when a form is loaded in a popup for the first time.
  20. [#2244387] by wwalc: 3rd party plugins with large icons break the toolbar configurator.
  21. [#2013657] by pfrenssen: Allow other modules to alter the default settings.
  22. [#2236367] by greenSkin: Add $conf array to ckeditor_settings alter hook.
  23. [#1452544] by covenantd, RedRat: DrupalPageBreak button not visible when using Smart Paging module.
  24. [#2231005] by ChinggizKhan: Only set "window.CKEDITOR_BASEPATH" when it isnt already set.
  25. [#1659576] by ChinggizKhan: Text of "Switch to plain text editor" link doesn't toggle.
  26. [#2043365] by Erik Erskine, Danny_Joris: CKEditor profile exported as feature with filter format does not import properly.
  27. [#2234971] by wwalc: Adjust the default toolbars.
  28. [#2234967] by wwalc: Add support for loading CKEditor from remote URL.
  29. [#2234943] by wwalc: Use the moono icons in the administration area.
  30. [#2127467] by wwalc: Support Pantheon Live Environment.
  31. [#1971566] by wwalc: Mediaembed throws JS error with ACF enabled.
  32. [#1950498] by wwalc: Advanced Content Filter introduced in CKEditor 4.1 is now configurable in CKEditor profile.
  33. [#1971502] by wwalc: Mediaembed plugin should define allowedContent for ACF.
  34. 2013-04-12
  35. New stable release 7.x-1.13
  36. Bug fixes:
  37. [#1063482] by nod_, wwalc, roderik, helior, hadsie: Use Libraries API for CKEditor
  38. [#1898294] by kscheirer: Fatal error if Libraries module is enabled after CKEditor
  39. [#1961596] by jcisio: Added 'feature_source()' option so that ckeditor_profile() component is visible in drush.
  40. [#1356026] by Volx, hctom: Fixed Profile loses text formats when exported into a feature using Drush.
  41. [#1895278] by wwalc WYSIWYG editor should allow Drupal to trigger 'formUpdated' event
  42. [#1957066] by rudiedirkx: Use field_extra_fields to be able to position the "Rich text editor settings" fieldset
  43. [#1959754] by wwalc: CKFinder is not installed correctly - improve information in the status report
  44. [#1810910] by mokaspar, jcisio, DeFr: Fixed Comments gets filtered out by ckeditor_filter_xss().
  45. [#1909318] by Simon Georges: Useless file inclusion in ckeditor.info.
  46. [#1603014] by anou, SebCorbin: Corrected strings used in Security section.
  47. [#1889010] by michal_cksource: Problem with CKFinder files upload when private download method is used
  48. [#1885950] by michal_cksource: Fix HTML validation for iframe in profile configuration
  49. [#1885938] by michal_cksource: Disable div based editor on default
  50. [#1872064] by dczepierga: Undefined index: loadPlugins in ckeditor_modules_disabled() and ckeditor_modules_uninstalled()
  51. 2012-12-22
  52. New stable release 7.x-1.12
  53. Bug fixes:
  54. [#1871918] by matulis: Bug in checking if a file "contents.css" exists
  55. [#1870270] by dczepierga: Disable plugins which not exists and are stored in ckeditor profiles
  56. [#1864760] by dczepierga: Wrong path to plugins stored in database
  57. [#1868416] by dczepierga: Move skin selection option to CKEditor Global Profile
  58. [#1866654] by dczepierga: Remove "Skin" and "Toolbar state on startup" options from user profile
  59. [#1865086] by dczepierga: Set default theme if selected not exists
  60. 2012-12-12
  61. New stable release 7.x-1.11
  62. New features:
  63. [#1858840] by dczepierga: Add option to enable/disable aggregate ckeditor.js script
  64. [#1847662] by dczepierga: Add support for CKEditor v4
  65. [#1577518] by dczepierga: Remove unused/unsupported hook_user from code
  66. [#1559700] by dczepierga: Disable HTML Entities conversion by default
  67. [#1692666] by dczepierga: Unset Ckeditor-Plugin upon module disabling/uninstalling
  68. Bug fixes:
  69. [#1760506] by ceng: CKEditor features are not reverted or applied from the command line
  70. [#1857910] by dczepierga: Using extraPlugins config option in Custom JavaScript (Advanced options) not working
  71. [#1850626] by dczepierga: Wrong path to external plugins loaded by hook
  72. [#1844390] by dczepierga: Undefined index: loadPlugins in ckeditor_modules_enabled()
  73. [#1790082] by dczepierga: Order of filters calling in ckeditor filter XSS function
  74. [#1728318] by dczepierga: Text format filters are not properly given $format; cannot look up their per-format settings
  75. [#1698600] by azovsky: Undefined index: format in ckeditor_pre_render_text_format()
  76. [#1651130] by lmeurs: Wrong variable substitution using t()
  77. [#1637416] by michal_cksource: Fix description to "Custom JavaScript configuration" option
  78. [#1595606] by kmcnamee: Wrong instructions for configuring CKFinder
  79. [#1350998] by MegaChriz: CKEditor settings appear on all user profile edit pages
  80. [#1567022] by dczepierga: Overlays of administration toolbar appears in CKEditor maximized mode
  81. [#1557526] by dczepierga: CKEditor gets inserted multiple times on text format selection
  82. [#1554840] by dczepierga: Missing argument - WYSIWYG Filter, HTML Purifier & HTMLawed
  83. 2012-04-18
  84. New stable release 7.x-1.9
  85. New features:
  86. [#1489358] by dczepierga: Add support for the Stylesheet Parser plugin
  87. [#1483402] by dczepierga: Change security filters policy
  88. [#1489074] by acbramley: Change CKEditor XSS URL to be passed through url()
  89. [#1473010] by michal_cksource: Set spellchecker to use the interface language
  90. Bug fixes:
  91. [#1537824] by dczepierga: External plugins do not work when the ckeditor_basic.js loading method is used
  92. [#1507852] by dczepierga: 'drush ckeditor-download' fails if SVN is not installed
  93. [#1432068] by kruser: Fix path to the sites/all/libraries/ckeditor/ckeditor.styles.js file
  94. [#1504398] by ndeschildre: Importing CKEditor profile features fails, manual revert is needed
  95. [#1508342] by dczepierga: WSOD on saving content from CKEditor using Ajax when the node edit form is embedded in the display of another node
  96. [#1491210] by michal_cksource: CKEditor gets disabled/enabled on all AJAX calls
  97. [#1512196] by dczepierga: Refactor code with titles and descriptions now available for translation
  98. [#1496164] by michal_cksource: Buttons are too high when using the drag & drop feature in Firefox
  99. [#1492344] by dczepierga: Portuguese language missing
  100. 2012-03-15
  101. New stable release 7.x-1.8
  102. Bug fixes:
  103. [#1371660] by dczepierga: CKFinder requirement check needs fixing
  104. 2012-03-14
  105. New stable release 7.x-1.7
  106. New features:
  107. [#1338044] by dczepierga: Add an option to disable the toolbar wizard
  108. [#1349330] by dczepierga: Add a configuration option to set the CKFinder library path
  109. Bug fixes:
  110. [#1345738] by michal_cksource: Included JavaScript files for the toolbar drag & drop wizard should be minified
  111. [#1361846] by mrsimonelliott: CKEditor does not load on a 'Long Text' CCK field
  112. [#1371660] by dczepierga: CKFinder requirement check needs fixing
  113. [#1043230] by KoCo: D7 administration toolbar overlays CKEditor in maximized mode
  114. [#1357794] by dczepierga: Invalid attribute "disc-type" in ckeditor.css
  115. [#1324990] by michal_cksource: Problems with access to private files (download)
  116. [#1343310] by michal_cksource: Change settings for private download
  117. [#1351470] by dczepierga: CKEditor plugins added with the "hook_ckeditor_plugin" button do not appear in the toolbar
  118. [#1329980] by jherencia: Problem with CKEditor module update
  119. [#1347682] by jherencia: D6 to D7 - error in update #7003 when running update.php
  120. [#1350382] by michal_cksource: Improve regex pattern to find plugins for CKEditor
  121. [#1349304] by michal_cksource: Change descriptions in CKEditor help page
  122. [#1343310] by michal_cksource: Change settings for private download
  123. [#1348196] by michal_cksource: Change of the default path for CKFinder settings
  124. [#1346818] by michal_cksource: Change of Full toolbar buttons
  125. [#1345658] by michal_cksource: Enable the Drupal Breaks plugin by default
  126. 2011-11-10
  127. New stable relase 7.x-1.6
  128. Bug fixes:
  129. [#1337064] by michal_cksource: Fix Fatal error: Call to undefined function db_fetch_object()
  130. 2011-11-09
  131. New stable relase 7.x-1.5
  132. Bug fixes:
  133. [#1334140] by michal_cksource: CKEditor is cut off in comments form
  134. [#1331728] by michal_cksource: Remove unnecessary Drupal Page Break button if there is no module to support this feature
  135. [#1331720] by michal_cksource: Fix broken link to Global Profile in CKEditor configuration main page
  136. [#1331716] by michal_cksource: Fix missing version number in report status
  137. [#1324554] by dczepierga: Fix adding custom plugin - change in ckeditor.api.php
  138. [#1283918] by michal_cksource: Fix UTF-8 issues
  139. [#1327540] by michal_cksource: Fix hook_file_download allows downloading of private files created by another module
  140. [#1325412] by michal_cksource: Fix problem with list-style-type in ckeditor.css
  141. 2011-10-26
  142. New stable release 7.x-1.4
  143. -- 2011-10-24
  144. - [#1319658] by michal_cksource: Correct language list in the CKEditor profile configuration
  145. -- 2011-10-20
  146. - [#1259510] by michal_cksource: Fix for setting a private files folder breaks CKEditor file uploads
  147. -- 2011-10-17
  148. - [#1310280] by dczepierga: Improve icons detection from CKEditor plugins (part 2)
  149. - [#1298972] by michal_cksource: Correct messages and add language fixes
  150. - [#1311928] by dczepierga: Add jquery_ui support to the Drag & Drop toolbar configuration
  151. -- 2011-10-14
  152. - [#1310280] by dczepierga: Improve icons detection from CKEditor plugins
  153. - [#1295176] by dczepierga: Fix Notice: Undefined index: default in ckeditor_admin_profile_form() - when editing CKEditor profile
  154. - [#1310198] by duozersk: Add plugin to count symbols and words inside CKEditor
  155. -- 2011-10-04
  156. - [#1298972] by michal_cksource: Correct messages and add language fixes
  157. -- 2011-09-26
  158. - [#1154264] by dczepierga: Fix for deleting profle - after deleting the Advanced profile, Full HTML profile doesn't load
  159. -- 2011-09-23
  160. - [#1288084] by dczepierga: Disable Media and IMCE module selection if these modules are not installed
  161. -- 2011-09-20
  162. - [#1283788] by dczepierga: Fix Notice: Undefined index: buttons in ckeditor_toolbar_buttons_all()
  163. -- 2011-09-19
  164. - [#1219348] by dczepierga: Fix for WYSIWYG filter - add missing argument
  165. -- 2011-09-15
  166. - [#1280298] by dczepierga: Add configuration option to disable text format filters in filter/xss request
  167. - [#1270792] by dczepierga: Further improvements to the Drag & Drop toolbar configuration
  168. -- 2011-09-13
  169. - [#1173294] by dczepierga: Fix for incorrect file path for uploaded Images
  170. -- 2011-09-12
  171. - [#1270792] by michal_cksource: Improved Drag & Drop toolbar configuration - fixed css styles
  172. - [#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)
  173. -- 2011-09-06
  174. - [#1270792] by dczepierga: Add Drag & Drop toolbar configuration
  175. -- 2011-08-31
  176. - [#1264884] by dczepierga: Fix warning: is_dir(): open_basedir restriction in effect
  177. -----------------------------
  178. 2011-08-29
  179. Released CKEditor 7.x-1.3
  180. -----------------------------
  181. -- 2011-08-29
  182. - [#1260892] by dczepierga: Add regex to work with new CKEditor toolbar format (toolbar groups compatible with WAI-ARIA)
  183. - [#1258326] by dczepierga: Add configuration option for setting CKEditor plugins directory
  184. -- 2011-08-25
  185. - [#1257308] by dczepierga: Add loading sample toolbar to profile configuration
  186. - [#1192622] by dczepierga: Replace static paths to plugins in the database with dynamic paths
  187. -- 2011-08-16
  188. - [#1250496] by dczepierga: 'CKEDITOR' is not defined - problem with ckeditor.styles.js
  189. -- 2011-08-11
  190. - [#1231130] by dczepierga: The "Use theme style" setting now always uses the "seven" theme (admin menu theme)
  191. -- 2011-08-10
  192. - [#1245306] by dczepierga: "Custom JavaScript configuration" field description is wrong
  193. -- 2011-08-08
  194. - [#1231338] by dczepierga: Features module support for Drupal 7 (exporting profiles)
  195. -- 2011-08-02
  196. - [#1235142] by madmanmax: README.TXT - Installing CKFinder - wrong permission name
  197. -- 2011-07-12
  198. - [#1216104] by dczepierga: Bug in custom JavaScript configuration - semicolon problem
  199. - [#1215032] by dczepierga: Bad location of the configuration file in the description of CKEditor profile
  200. -- 2011-07-04
  201. - [#1190278] by dczepierga: CKEditor does not work with the Insert module
  202. -- 2011-06-28
  203. - [#1198068] by michal_cksource: Confusing behavior with IMCE button implementation
  204. -- 2011-06-27
  205. - [#1201180] by dczepierga: SCAYT spelling language does not match node language
  206. -- 2011-06-22
  207. - [#1196166] by dczepierga: Bug in custom JavaScript configuration - editor not showing in some cases
  208. -- 2011-06-17
  209. - [#1032120] by dczepierga: Formatting is lost when editing a node
  210. -- 2011-06-14
  211. - [#1187808] by RolandK: Not formatting text between code tags
  212. -- 2011-06-13
  213. - [#1186880] by dczepierga: Handling arrays in the "Custom JavaScript configuration"
  214. -- 2011-06-09
  215. - [#1183218] by neclimdul: Fix broken teasers for long paragraphs
  216. -- 2011-06-06
  217. - [#1179880] by dczepierga: Add hook to register a plugin
  218. - [#1063646] by dczepierga: Fix calling Undefined index: "loadPlugins" in ckeditor_admin_values_to_settings()
  219. -- 2011-06-02
  220. - [#1176212] by dczepierga: Remove not supported linktomenu and linktonode plugins
  221. - [#1176208] by dczepierga: Add plugins management in profile settings
  222. -----------------------------
  223. 2011-05-30
  224. Released CKEditor 7.x-1.2
  225. -----------------------------
  226. -- 2011-05-27
  227. - [#1170612] by dczepierga: Add support for autogrow and tableresize plugin
  228. -- 2011-05-26
  229. - [#1169402] by dczepierga: Fix duplicated path in the error message displayed when CKEditor is not installed correctly
  230. -- 2011-05-23
  231. - [#1165864] by dczepierga: Improve manual selection of the user interface color
  232. - [#1093038] by marhak: CKEDITOR is not defined when using ckeditor_basic.js - Editor is not loading
  233. - [#1039810] by cwc: Fix to predefined styles path errors (fix typo)
  234. - [#1164270] by TommyChris: Fix to work with ckeditor_link module (http://drupal.org/project/ckeditor_link)
  235. -- 2011-05-16
  236. - [#1158898] by dczepierga: Add Google PageSpeed and Drupal JS/CSS aggregation support
  237. -- 2011-05-09
  238. - [#1134252] by dczepierga: Add HTML Entities configurable option in each profile
  239. -- 2011-05-04
  240. - [#1022986] by dczepierga: Add integration with Media Module
  241. -- 2011-05-02
  242. - [#1142600] by taite11: Readme file edit - there is no core upload module in Drupal 7
  243. -- 2011-04-28
  244. - [#1022986] by dczepierga: Add integration with Media Module (http://drupal.org/project/media)
  245. -- 2011-04-11
  246. - [#1116516] by weboide: Fix to CKEditor and Profile2 - remove call to undefined function ckeditor_user_customize_form_validate() on uid=1
  247. -- 2011-04-07
  248. - [#1093028] by marhak: Text written in rich text editor (WYSIWYG) mode disappears when switching to plain text editor mode
  249. - [#1102824] by dczepierga: CKEditor loses all text when uploading an image or file via field API
  250. -- 2011-03-31
  251. - [#1093038] by marhak: CKEDITOR is not defined when using ckeditor_basic.js - Editor is not loading
  252. -- 2011-03-30
  253. - [#1109366] by dczepierga: #1052604 Fix remove call to undefined function ckeditor_user_customize_form_validate
  254. -- 2011-03-29
  255. - [#1107882] by dczepierga: Add a warning message when the wysiwyg module is enabled in Drupal 7
  256. -- 2011-03-28
  257. - [#1107882] by dczepierga: Add a warning message when the wysiwyg module is enabled in Drupal 7
  258. -- 2011-03-23
  259. - [#1039810] by cwc: Fix to predefined styles path errors
  260. -- 2011-03-17
  261. - [#1095954] by dczepierga: Fix to prevent calling "Toggle rich text link" multiple times
  262. -----------------------------
  263. 2011-03-10
  264. Released CKEditor 7.x-1.1
  265. -----------------------------
  266. -- 2011-02-22
  267. - [#960576] by dczepierga: Add loading ckeditor.css from theme.
  268. - [#1069012] by dczepierga: CKEditor version could not be determined
  269. -- 2011-02-21
  270. - [#1068186] by dczepierga: Added support for CKEditor SWF (http://drupal.org/project/ckeditor_swf) and CKEditor Link (http://drupal.org/project/ckeditor_link) modules
  271. -- 2011-02-17
  272. - [#1064422] by dczepierga: All changes to the text are lost when input format is changed
  273. -- 2011-02-14
  274. - [#1053222] by dczepierga: Two editors appeared when JavaScript Aggregation was enabled
  275. - [#1037390] by dczepierga: Cannot use CKEditor module to create header/footer in Views
  276. - [#1052604] by dczepierga: Call to undefined function ckeditor_user_customize_form_validate
  277. -- 2011-02-11
  278. - [#1056068] by dczepierga: Fix Warning: file_get_contents(/drupal7/sites/all/libraries/ckeditor/ckeditor.js)
  279. -- 2011-02-08
  280. - [#1054414] by dczepierga: Added support for elFinder (http://drupal.org/project/elfinder) file manager
  281. - [#1054606] by dczepierga: No detach method in Drupal.behaviors.ckeditor
  282. -- 2011-02-07
  283. - [#1037390] by dczepierga: Cannot use CKEditor module to create header/footer in Views
  284. - [#1053358] by dczepierga: Removed option to "Use CKEditor in a popup window" in "My account" settings
  285. -- 2011-02-04
  286. - [#1050034] by dczepierga: Disabled editor gets enabled again after ajax calls
  287. -- 2011-02-03
  288. - [#1037390] by dczepierga: Cannot use CKEditor module to create header/footer in Views
  289. -- 2011-02-01
  290. - [#1037390] by dczepierga: Cannot use CKEditor module to create header/footer in Views
  291. -- 2011-01-24
  292. - [#1035544] by dczepierga: Remove double http:// in ckeditor.drush.inc
  293. -- 2011-01-20
  294. - [#1006770] by OnkelTem: Fix Notice: Undefined index: filtered_html in ckeditor_profile_load()
  295. -----------------------------
  296. 2011-01-13
  297. Released CKEditor 7.x-1.0
  298. -----------------------------
  299. -- 2011-01-13
  300. - Added Upgrade.txt
  301. - Fixed filters description (HTML should be allowed there)
  302. - Link to CKEditor Global Profile was not displayed properly.
  303. - [#1025472] by dczepierga: Starting slash in editor path result in Warnings
  304. - [#1022562] by dczepierga: In IE8 break button icon doesn't appear
  305. - [#1023546] by dczepierga: Useless ajax call when no security filters are checked
  306. -- 2011-01-11
  307. - [#1022666] by dczepierga: Teaser break doesn't work with filtered html input format.
  308. - [#1022494] by dczepierga: CKEditor module - Compatibility with Drupal's coding standards
  309. -- 2011-01-10
  310. - [#1011112] by Oren_Held: Support RTL also when CSS is not in theme mode (self/none)
  311. - [#1020612] by amateescu: Extra table borders added by the Seven theme
  312. - [#1003462] by dczepierga: CKfinder path customization won't work
  313. - [#1020820] by dczepierga: CKEditor does not work after enabling javascript aggregation
  314. - [#1006230] by amateescu: Editor not loading for Full HTML
  315. -- 2011-01-05
  316. - [#1006770] by dczepierga: Notice: Undefined index: filtered_html in ckeditor_profile_load()
  317. -- 2010-12-29
  318. - [#1009816] by dczepierga: Access denied: ckeditor/xss
  319. - [#1004822] by dczepierga: Switching text format to filtered html deletes all "p" tags
  320. -- 2010-12-28
  321. - [#1006124] by dczepierga: Registered user gets "Undefined index: popup" message
  322. - [#1000330] by dczepierga: No Insert File button in IMCE
  323. -- 2010-12-20
  324. - [#1000838] by dczepierga: The Teaser button is absolutely necessary - important functionality has been deleted
  325. -----------------------------
  326. 2010-12-15
  327. Released CKEditor 7.x-1.0 RC
  328. -----------------------------
  329. -- 2010-12-15
  330. - [#991380] by dczepierga: Language files (D7)
  331. - Removed a link to delete the global profile
  332. - [#999292] by dczepierga: Remove filter_html as default option in Full HTML text format (D7)
  333. - Fixed a typo
  334. - Updated comments, minor corrections
  335. -- 2010-12-14
  336. - [#997136] by dczepierga: CKFinder - thumbnails not available
  337. - [#997124] by dczepierga: Invalid error message when CKFinder is enabled but not configured properly.
  338. - [#997116] by dczepierga: D7 Custom formatting options not used
  339. - [#997090] by dczepierga: XSS protection not working as expected
  340. - [#997098] by dczepierga: Error when CKEditor (the editor) is not present in the ckeditor folder
  341. -- 2010-12-13
  342. - [#997074] by dczepierga: Corect the default order of Bidi buttons
  343. -- 2010-12-10
  344. - [#994372] by dczepierga: Update README.TXT (D7)
  345. -- 2010-12-09
  346. - [#993436] by dczepierga: Disable option of using CKEditor in a popup window (D7)
  347. - [#993362] by dczepierga: CKEditor not work in popup window (D7)
  348. - [#993330] by dczepierga: Change editor theme in profile edit form (D7)
  349. - [#993272] by dczepierga: User Interface color change enabled only for Kama skin
  350. -- 2010-12-07
  351. - [#991380] by dczepierga: Language files (D7)
  352. - [#984986] by dczepierga: Code syntax after Coder module validation
  353. - [#984978] by dczepierga: Security filters not works (D7) - Security mode fix
  354. - [#984968] by dczepierga: Make sure that the help information is correct (D7)
  355. -- 2010-12-06
  356. - [#990368] by dczepierga: Cleanup code - modules not ported to Drupal 7
  357. - [#985006] by dczepierga: Review README.txt (D7)
  358. -- 2010-12-04
  359. - [#984978] by dczepierga: Security filters not works (D7)
  360. -- 2010-12-03
  361. - [#984976] by dczepierga: User Interface color not saved in D7
  362. - [#985002] by dczepierga: Remove DrupalPageBreak button from toolbar
  363. -- 2010-11-30
  364. - [#984986] by dczepierga: Code syntax after Coder module validation
  365. - Removed extra information that should be added by the packaging script
  366. -- 2010-11-29
  367. - [#984202] by dczepierga: Detecting of summary field in form
  368. - [#966490] by dczepierga: Comment form after ckeditor install.
  369. - [#966492] by dczepierga: CKEditor in edit summary/teaser mode
  370. - [#984096] by dczepierga: Compatibility of DrupalBreaks Plugin
  371. - [#984000] by dczepierga: CKeditor not works in node edit
  372. -- 2010-11-25
  373. - [#981624] by dczepierga: Compatibility with drupal 7.0-beta3
  374. - [#966488] by dczepierga: CKEditor should respect input format changes
  375. -- 2010-11-23
  376. - [#976968] by dczepierga: Toolbar config validation in profile
  377. -- 2010-11-19
  378. - [#901502] by dczepierga: Multi toolbar configuration, and different settings for each
  379. - [#975360] by dczepierga: Remove Minimum rows
  380. - [#975456] by dczepierga: Remove visibility settings in Global profile in D7
  381. - [#975458] by dczepierga: Selecting UI Color not working
  382. -- 2010-11-09
  383. - [#966598] by dczepierga: CKFinder compatibility
  384. -- 2010-11-08
  385. - [#965280] by dczepierga: Profiles after save lose all input formats
  386. - [#965258] by dczepierga: Compatibility with drupal 7.0-beta2
  387. -- 2010-10-26
  388. - Created initial dev version of the CKEditor module for Drupal 7.x