Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4429 Add jqeury.js and bootstrap.min.js scripts to preview page

LDEV-4429 Add 'classes' field to image2 plugin

LDEV-4429 Open JLatexmath dialog when clicking on its image

LDEV-4429 Modify html5audio plugin

Add support for double click event. Also add padding around widget to

increate area where user can double click and right click when trying to

open html5audio dialog

LDEV-4429 Modify bootstrapTabs plugin

The "element.getAscendant"'s function that was specified in Double click

and contextMenu listener methods were replaced with the following:

return !( element instanceof CKEDITOR.dom.document ) &&

element.hasClass('bootstrap-tabs') ;

As otherwise it always false positively determined there is a tabs

element in CKEditor canvas (due to LAMS header containing a tab).

    • -21
    • +15
    ./plugins/bootstrapTabs/plugin.js
LDEV-4429 Add html5audio and bootstrapTabs plugins

    • -0
    • +674
    ./plugins/bootstrapTabs/LICENSE-GPL
    • -0
    • +165
    ./plugins/bootstrapTabs/LICENSE-LGPL
    • -0
    • +373
    ./plugins/bootstrapTabs/LICENSE-MPL
    • -0
    • +11
    ./plugins/bootstrapTabs/README.md
    • -0
    • +244
    ./plugins/bootstrapTabs/dialogs/bootstrapTabs.js
    • binary
    ./plugins/bootstrapTabs/icons/bootstrapTabs.png
    • -0
    • +14
    ./plugins/bootstrapTabs/lang/en.js
    • -0
    • +13
    ./plugins/bootstrapTabs/lang/ru.js
    • -0
    • +91
    ./plugins/bootstrapTabs/plugin.js
    • -0
    • +32
    ./plugins/bootstrapTabs/sample/bootstrapTabs.html
    • -0
    • +135
    ./plugins/html5audio/dialogs/html5audio.js
    • binary
    ./plugins/html5audio/icons/html5audio.png
    • -0
    • +14
    ./plugins/html5audio/lang/de.js
    • -0
    • +14
    ./plugins/html5audio/lang/el.js
    • -0
    • +14
    ./plugins/html5audio/lang/en.js
  1. … 10 more files in changeset.
LDEV-4429 Preview should show text on a white background

Don't add class to the resulted preview body. It can be achieved by

removing the following line

,d.getAttribute("class")&&(b+='class\x3d"'+d.getAttribute("class")+'" ')

LDEV-4429 Adjusting/updating CKEditor plugins

Updating image to image2 and including bootstrap tables CSS styles.

    • -0
    • +553
    ./plugins/image2/dialogs/image2.js
    • binary
    ./plugins/image2/icons/hidpi/image.png
    • binary
    ./plugins/image2/icons/image.png
    • -0
    • +21
    ./plugins/image2/lang/af.js
    • -0
    • +21
    ./plugins/image2/lang/ar.js
    • -0
    • +21
    ./plugins/image2/lang/az.js
    • -0
    • +21
    ./plugins/image2/lang/bg.js
    • -0
    • +21
    ./plugins/image2/lang/bn.js
    • -0
    • +21
    ./plugins/image2/lang/bs.js
    • -0
    • +21
    ./plugins/image2/lang/ca.js
    • -0
    • +21
    ./plugins/image2/lang/cs.js
    • -0
    • +21
    ./plugins/image2/lang/cy.js
    • -0
    • +21
    ./plugins/image2/lang/da.js
    • -0
    • +21
    ./plugins/image2/lang/de-ch.js
    • -0
    • +21
    ./plugins/image2/lang/de.js
  1. … 62 more files in changeset.
LDEV-4428 Add emojione and autoembed plugins

Both plugins were added as integrated plugins (so no need to specify

them as extraPlugins). At the same time Emojione button replaced Smiley

one.

As a side note, when adding Emojione plugin as integrated one, its icon

gets incorporated into icons.png incorrectly (the size of the icon is

much bigger than 16 px) that's why it doesn't get displayed at all. So

we need to tweak editor.css and replace CSS rule for

.cke_button__emojione_icon with the following:

.cke_button__emojione_icon {background:

url(../../plugins/emojione/icons/emojione.png?t=dee79e2) no-repeat 0 0

!important; background-size: 100% !important;}

  1. … 37 more files in changeset.
LDEV-4428 Revive "Preview" button

In order to make Preview feature available in inline mode, Preview

plugin needed to be tweaked. To achieve it the next command

"a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE&&(" was removed from the

ckeditor.js; precisely from that line:

CKEDITOR.plugins.add("preview",{init:function(a){a.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE&&(h=this.path,a.addCommand

  1. … 1 more file in changeset.
LDEV-4428 Remove oembed, paint and smiley plugins

    • binary
    ./plugins/oembed/icons/hidpi/oembed.png
    • -2
    • +0
    ./plugins/oembed/libs/jquery.oembed.min.js
  1. … 48 more files in changeset.
LDEV-4428 Upgrade CKEditor to the latest version 4.7.3

Build is created using CKEditor's Download builder. Full preset is

chosen after which some of the plugins were removed (for details on

which plugins is chosen see \lams_central\web\ckeditor\build-config.js).

Office2013 skin is selected as the default skin.

  1. … 372 more files in changeset.
LDEV-4343 Remove obsolete "style" attribute from CssTag

  1. … 56 more files in changeset.
LDEV-4263 Remove width limitation from the images produced by CKEditor's JLaTeXMath plugin

LDEV-4250 * fixed template name in htmltemplates.js * leave support for only one language file en.js * templates definition file moved to /lams/wwww/public/ckeditor_templates/ folder together with the associated images

  1. … 60 more files in changeset.
LDEV-4250 Revive CKEditor's template plugin

    • -4
    • +1007
    ./plugins/dialog/dialogDefinition.js
    • -0
    • +3303
    ./plugins/dialog/plugin.js
    • -0
    • +84
    ./plugins/templates/dialogs/templates.css
    • -0
    • +199
    ./plugins/templates/dialogs/templates.js
    • binary
    ./plugins/templates/icons/hidpi/templates-rtl.png
    • binary
    ./plugins/templates/icons/hidpi/templates.png
    • binary
    ./plugins/templates/icons/templates-rtl.png
    • binary
    ./plugins/templates/icons/templates.png
    • -0
    • +12
    ./plugins/templates/lang/af.js
    • -0
    • +12
    ./plugins/templates/lang/ar.js
    • -0
    • +12
    ./plugins/templates/lang/bg.js
    • -0
    • +12
    ./plugins/templates/lang/bn.js
    • -0
    • +12
    ./plugins/templates/lang/bs.js
    • -0
    • +12
    ./plugins/templates/lang/ca.js
    • -0
    • +12
    ./plugins/templates/lang/cs.js
  1. … 63 more files in changeset.
LDEV-3607: updating jquery.oembed.min.js

    • -1
    • +2
    ./plugins/oembed/libs/jquery.oembed.min.js
LDEV-3946: adding Greek characters to CKEditor's symbols special characters dialog

    • -1
    • +1
    ./plugins/specialchar/dialogs/lang/en.js
LDEV-3946: adding Greek characters to CKEditor's symbols special characters dialog

    • -1
    • +1
    ./plugins/specialchar/dialogs/lang/en.js
LDEV-3774: CKEditor defaults to inline and is formatted to look like a bootstrap text-area field.

    • -0
    • +79
    ./plugins/sourcedialog/dialogs/sourcedialog.js
    • binary
    ./plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png
    • binary
    ./plugins/sourcedialog/icons/hidpi/sourcedialog.png
    • binary
    ./plugins/sourcedialog/icons/sourcedialog-rtl.png
    • binary
    ./plugins/sourcedialog/icons/sourcedialog.png
    • -0
    • +9
    ./plugins/sourcedialog/lang/af.js
    • -0
    • +9
    ./plugins/sourcedialog/lang/ar.js
    • -0
    • +9
    ./plugins/sourcedialog/lang/bg.js
    • -0
    • +9
    ./plugins/sourcedialog/lang/bn.js
    • -0
    • +9
    ./plugins/sourcedialog/lang/bs.js
    • -0
    • +9
    ./plugins/sourcedialog/lang/ca.js
    • -0
    • +9
    ./plugins/sourcedialog/lang/cs.js
    • -0
    • +9
    ./plugins/sourcedialog/lang/cy.js
    • -0
    • +9
    ./plugins/sourcedialog/lang/da.js
    • -0
    • +9
    ./plugins/sourcedialog/lang/de.js
  1. … 60 more files in changeset.
LDEV-2917: Use <!DOCTYPE html> everywhere.

    • -1
    • +1
    ./filemanager/browser/default/frmactualfolder.html
    • -1
    • +1
    ./filemanager/browser/default/frmcreatefolder.html
    • -1
    • +1
    ./filemanager/browser/default/frmresourcetype.html
  1. … 164 more files in changeset.
LDEV-3632: Add and rearange buttons.

    • -218
    • +312
    ./plugins/jlatexmath/buttons.jsp
    • binary
    ./plugins/jlatexmath/images/accents1.png
    • binary
    ./plugins/jlatexmath/images/accents2.png
    • binary
    ./plugins/jlatexmath/images/accents3.png
    • binary
    ./plugins/jlatexmath/images/accents4.png
    • binary
    ./plugins/jlatexmath/images/accents5.png
    • binary
    ./plugins/jlatexmath/images/accents6.png
    • binary
    ./plugins/jlatexmath/images/accents7.png
    • binary
    ./plugins/jlatexmath/images/accents8.png
    • binary
    ./plugins/jlatexmath/images/accents9.png
    • binary
    ./plugins/jlatexmath/images/math1.png
    • binary
    ./plugins/jlatexmath/images/math10.png
    • binary
    ./plugins/jlatexmath/images/math11.png
  1. … 37 more files in changeset.
LDEV-3632: Add and rearange buttons.

    • -218
    • +312
    ./plugins/jlatexmath/buttons.jsp
    • binary
    ./plugins/jlatexmath/images/accents1.png
    • binary
    ./plugins/jlatexmath/images/accents2.png
    • binary
    ./plugins/jlatexmath/images/accents3.png
    • binary
    ./plugins/jlatexmath/images/accents4.png
    • binary
    ./plugins/jlatexmath/images/accents5.png
    • binary
    ./plugins/jlatexmath/images/accents6.png
    • binary
    ./plugins/jlatexmath/images/accents7.png
    • binary
    ./plugins/jlatexmath/images/accents8.png
    • binary
    ./plugins/jlatexmath/images/accents9.png
    • binary
    ./plugins/jlatexmath/images/math1.png
    • binary
    ./plugins/jlatexmath/images/math10.png
    • binary
    ./plugins/jlatexmath/images/math11.png
  1. … 37 more files in changeset.
LDEV-3632: Put formula buttons in tabs.

    • -20
    • +14
    ./plugins/jlatexmath/buttons.css
    • -229
    • +210
    ./plugins/jlatexmath/buttons.jsp
LDEV-3632: Put formula buttons in tabs.

    • -20
    • +14
    ./plugins/jlatexmath/buttons.css
    • -229
    • +210
    ./plugins/jlatexmath/buttons.jsp
LDEV-3632: Add buttons to the math formula plugin. Silence Java exceptions when an user makes a mistake in a formula.

    • -0
    • +44
    ./plugins/jlatexmath/buttons.css
    • -0
    • +16
    ./plugins/jlatexmath/buttons.js
    • -0
    • +254
    ./plugins/jlatexmath/buttons.jsp
  1. … 2 more files in changeset.
LDEV-3632: Add buttons to the math formula plugin. Silence Java exceptions when an user makes a mistake in a formula.

    • -0
    • +44
    ./plugins/jlatexmath/buttons.css
    • -0
    • +16
    ./plugins/jlatexmath/buttons.js
    • -0
    • +254
    ./plugins/jlatexmath/buttons.jsp
  1. … 2 more files in changeset.
LDEV-3607: Remove old movieplayer

    • -1
    • +0
    ./plugins/movieplayer/movieplayer.html
    • binary
    ./plugins/movieplayer/player_flv_maxi.swf
    • binary
    ./plugins/movieplayer/player_mp3_maxi.swf
LDEV-3607: Include oembed plugin in CKEditor

    • -0
    • +172
    ./plugins/lineutils/dev/dnd.html
    • -0
    • +285
    ./plugins/lineutils/dev/magicfinger.html
    • -0
    • +1013
    ./plugins/lineutils/plugin.js
    • -0
    • +21
    ./plugins/oembed/LICENSE.md
    • -0
    • +201
    ./plugins/oembed/README.md
    • binary
    ./plugins/oembed/icons/hidpi/oembed.png
    • binary
    ./plugins/oembed/icons/oembed.png
    • -0
    • +23
    ./plugins/oembed/lang/de.js
    • -0
    • +23
    ./plugins/oembed/lang/en.js
    • -0
    • +25
    ./plugins/oembed/lang/fr.js
    • -0
    • +23
    ./plugins/oembed/lang/nl.js
    • -0
    • +23
    ./plugins/oembed/lang/pl.js
    • -0
    • +23
    ./plugins/oembed/lang/pt-br.js
    • -0
    • +23
    ./plugins/oembed/lang/ru.js
    • -0
    • +23
    ./plugins/oembed/lang/tr.js
  1. … 55 more files in changeset.
LDEV-3559 Introducing new CKEditor plugin jlatexmath

    • binary
    ./plugins/jlatexmath/icons/mathjax.png
    • -0
    • +1
    ./plugins/jlatexmath/jlatexmath.jsp
    • -0
    • +3
    ./plugins/jlatexmath/lang/en.js
    • -0
    • +34
    ./plugins/jlatexmath/plugin.js
    • -1013
    • +0
    ./plugins/lineutils/plugin.js
    • -78
    • +0
    ./plugins/mathjax/dialogs/mathjax.js
    • binary
    ./plugins/mathjax/icons/hidpi/mathjax.png
    • binary
    ./plugins/mathjax/icons/mathjax.png
    • binary
    ./plugins/mathjax/images/loader.gif
  1. … 88 more files in changeset.