-
Applied patch http://drupal.org/node/1416608#comment-5710640 from issue #1416608.
-
Issue #1361816, fixed by joelpittet "Position counter outside of resizeable text area"
-
issue #1346796 by peteruithoven: check if the #node key is set in the hook_form_alter() to avoid php warnings.
-
Truncate HTML functionality, so that HTML Tags are not counted (also not in PHP) Enfornce Text length with JS (User cannot write more then maxlength) Update the counter after pressing buttons on ckeditor. added check that node_title maxlength is not longer then 255 chars, because drupal core cannot handle more then 255 added check if title module is installed coder changes
-
Added Test if ckeditor is installed without wysiwyg api module
-
Issue #1252930: count ain't working.
-
Issue #1252930: count ain't working.
-
#1288764 by joachim: Some API docs additions
-
#1267802 by Dave Reid, bambilicious: adapted form maxlength_js, count using PHP method
-
Fix the db_delete LIKE condition