← Back to team overview

mahara-contributors team mailing list archive

[Bug 869214] Re: TinyMCE buttons need to be updated

 

The two are related to each other, because the bugs you're talking about
need to be fixed in the right order.  When editing a blogpost, the
tinymce image dialog gives the option to select from attached files as
well as by url.  Last time we broke that custom image dialog by mistake
we got a lot of complaints, because users who knew about the attachment
drop-down had to mess around copying and pasting urls.

If we add the advimage plugin and make no other changes, we will remove
the attachment drop-down (just tried it), because advimage brings up a
different dialog.  So to avoid making things worse, we should have the
magic "catching the file browser call" stuff in place and working
*before* advimage is merged to master.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/869214

Title:
  TinyMCE buttons need to be updated

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Requires Bug #869193 to be fixed first (updating TinyMCE to version
  3.4.6)

  The following buttons needs to be activated

  1. Image Button needs to be changed to AdvImage (no button change, just plugin)
  2. Link button needs to be changed to AdvLink (no button change, just plugin)
  3. Media button needs to be activated.
  4. Insertdate button need to be activated
  5. Inserttime button needs to be activated
  6. outdent button needs to be activated
  7. indent button needs to be activated
  8. search button needs to be activated
  9. replace button needs to be activated
  10. styleprops button needs to be activated
  11. styleselect button needs to be activated
  12. advhr button needs to be activated

  The following plugins need to be added:

  advhr, advlink, advimage, insertdatetime, style, searchreplace, media,
  autosize

                  $adv_buttons = array(
                      "undo,redo,separator,bold,italic,underline,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,separator,link,unlink,separator,code,fullscreen",
                      "bold,italic,underline,strikethrough,separator,forecolor,backcolor,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,advhr,emotions,image,media,spellchecker,cleanup,separator,link,unlink,separator,insertdate,inserttime,code,fullscreen",
                      "undo,redo,separator,bullist,numlist,separator,tablecontrols,separator,cut,copy,paste,pasteword,separator,outdent,indent,blockquote,search,replace",
                      "styleprops,styleselect,fontselect,separator,fontsizeselect,separator,formatselect,removeformat",
                  );

      plugins:
  "table,emotions,spellchecker,inlinepopups,paste,fullscreen,tabfocus,advhr,advlink,advimage,insertdatetime,style,searchreplace,media,autoresize",

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/869214/+subscriptions


References