Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2012 at 11:23 UTC
Updated:
6 Oct 2012 at 11:15 UTC
A WYSIWYG plugin that enables 3 additional buttons on the TinyMCE editor.
These buttons allow you to insert a breaking element that will clear floated elements above it. This is very handy when inserting pictures that you wish to be floated left, but then require your next paragraph to start 'below' the floated elements. Clearing the float enables you to do this.
It's the same project of Wysiwyg clear floats by meecect but for Drupal 7.x
And with 2 or 3 bug fixes.
My sandbox project : Wysiwyg TinyMCE Clear Buttons
Drupal core version : 7.x
Comments
Comment #1
morgothz commentedManual Review:
Comment #2
yvh commentedHello,
I have made all corrections.
For the absolute URL, I based on the imce_wysiwyg module code.
Thanks.
Comment #3
yvh commentedProject pushed to 7.x-1.x
Comment #4
soncco commentedHello @yvh, nice module :)
Ventral is not working now, but I found simple coding issues to fix:
Comment #5
yvh commentedHi @soncco,
Thanks a lot but the initial project was written by meecect ;-)
I have pushed the modifications.
++
Comment #6
soncco commentedVentral is active again.
I found coding issues, Please check http://ventral.org/pareview/httpgitdrupalorgsandboxyvh1524204git-7x-1x
Comment #7
yvh commentedDone ;-)
But why this errors ?
24 | ERROR | Missing parameter type at position 1
26 | ERROR | Missing parameter type at position 2
29 | ERROR | Data type of return value is missing
Not type in Doxygen and comment formatting conventions...
Comment #8
yvh commentedCode ok.
Project pushed !
Comment #9
novalnet commentedHi,
Manual Review :
1.project page is too short, see http://drupal.org/node/997024.
2.Please use l() to create link markup, dont create it by your own in wysiwyg_tinymce_clear_buttons.module line 51.
3. Data type of return value is missing in wysiwyg_tinymce_clear_buttons.module line 29.
4. It seems your code contains some validation error.So Please PAREVIEW your code.
Thanks,
Comment #10
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.