Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4391 Get rid of redundant jQuery UI themes

Only bootstrap theme is used now.

  1. … 97 more files in changeset.
LDEV-4686 Remove Kaltura settings from admin config settings

    • binary
    ./kaltura/swfobject/expressInstall.swf
  1. … 5 more files in changeset.
LDEV_NTU-9 Allowfullscreen for iframe CKeditor plugin is not working.

  1. … 2 more files in changeset.
LDEV-4556: CKEditor upgrade

Re-adding missing emojione icon

LDEV-4556 Upgrade CKEditor to the latest version 4.9.2

    • binary
    ./about/dialogs/hidpi/logo_ckeditor.png
    • -244
    • +8
    ./bootstrapTabs/dialogs/bootstrapTabs.js
    • binary
    ./bootstrapTabs/icons/bootstrapTabs.png
    • -32
    • +32
    ./bootstrapTabs/sample/bootstrapTabs.html
    • -20
    • +20
    ./colordialog/dialogs/colordialog.css
    • -11
    • +11
    ./colordialog/dialogs/colordialog.js
    • -45
    • +45
    ./copyformatting/styles/copyformatting.css
  1. … 224 more files in changeset.
LDEV-4441 CKEditor bootsnippets plugin to support i18n

Make bootsnippets plugin to support i18n. Besides of the plugin's

internal labels, we're also going to translate labels from

/lams_www/web/public/ckeditor-templates/bootsnippets.js (but only

snippets' titles).

    • -0
    • +42
    ./bootsnippets/lang/es.js
    • -0
    • +42
    ./bootsnippets/lang/gr.js
    • -0
    • +42
    ./bootsnippets/lang/ru.js
  1. … 1 more file in changeset.
LDEV-4432 Solve the problem with dialog's checkbox gets focused on start

Solved by adding an empty <div> to the beginning of the dialog and

marking this div as required to be focused.

4429 Fix the JS error when saving image without classes

The issue arises on saving image and specifying no classes at all.

LDEV-4432 Add new CKEditor plugin for working with Bootsrap snippets

    • -0
    • +92
    ./bootsnippets/dialogs/snippets.css
    • binary
    ./bootsnippets/icons/hidpi/snippets-rtl.png
    • binary
    ./bootsnippets/icons/hidpi/snippets.png
    • binary
    ./bootsnippets/icons/ico_image.ico
    • binary
    ./bootsnippets/icons/ico_photo.gif
    • binary
    ./bootsnippets/icons/ico_text.ico
    • binary
    ./bootsnippets/icons/ico_video.png
    • binary
    ./bootsnippets/icons/snippets-rtl.png
    • binary
    ./bootsnippets/icons/snippets.png
    • -0
    • +14
    ./bootsnippets/lang/en.js
    • -0
    • +276
    ./bootsnippets/plugin.js
  1. … 1 more file in changeset.
LDEV-4432 Create plugin that will handle editing of Bootsrap panels

The name of the plugin is 'bootpanel' and it allows editing some of

panel's properties including making them clickable.

    • -0
    • +78
    ./bootpanel/dialogs/element.css
    • -0
    • +334
    ./bootpanel/dialogs/element.js
    • binary
    ./bootpanel/icons/hidpi/image.png
    • binary
    ./bootpanel/icons/image.png
    • binary
    ./bootpanel/images/noimage.png
    • -0
    • +32
    ./bootpanel/lang/en.js
    • -0
    • +42
    ./bootpanel/plugin.js
  1. … 2 more files in changeset.
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).

LDEV-4429 Add html5audio and bootstrapTabs plugins

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

Updating image to image2 and including bootstrap tables CSS styles.

    • -0
    • +553
    ./image2/dialogs/image2.js
    • binary
    ./image2/icons/hidpi/image.png
    • binary
    ./image2/icons/image.png
    • -0
    • +21
    ./image2/lang/de-ch.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;}

    • -0
    • +28
    ./emojione/.bower.json
    • -0
    • +43
    ./emojione/README.md
    • -0
    • +17
    ./emojione/bower.json
    • -0
    • +7
    ./emojione/dialogs/emojione.js
    • binary
    ./emojione/icons/emojione.png
    • -0
    • +536
    ./emojione/libs/emojione/emojione.min.js
    • -0
    • +5500
    ./emojione/styles/emojione-awesome.css
    • -0
    • +17
    ./emojione/styles/emojione.css
  1. … 41 more files in changeset.
LDEV-4428 Remove oembed, paint and smiley plugins

  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.

    • -0
    • +20
    ./colordialog/dialogs/colordialog.css
    • -10
    • +11
    ./colordialog/dialogs/colordialog.js
    • -0
    • +25
    ./copyformatting/cursors/cursor-disabled.svg
    • -0
    • +14
    ./copyformatting/cursors/cursor.svg
    • -0
    • +45
    ./copyformatting/styles/copyformatting.css
    • -0
    • +6
    ./embedbase/dialogs/embedbase.js
  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

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

LDEV-3946: adding Greek characters to CKEditor's symbols special characters dialog

  1. … 1 more file in changeset.
LDEV-3946: adding Greek characters to CKEditor's symbols special characters dialog

  1. … 1 more file in changeset.
LDEV-3774: CKEditor defaults to inline and is formatted to look like a bootstrap text-area field.

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

  1. … 170 more files in changeset.
LDEV-3632: Add and rearange buttons.

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

    • binary
    ./jlatexmath/images/accents1.png
    • binary
    ./jlatexmath/images/accents2.png
    • binary
    ./jlatexmath/images/accents3.png
    • binary
    ./jlatexmath/images/accents4.png
    • binary
    ./jlatexmath/images/accents5.png
    • binary
    ./jlatexmath/images/accents6.png
    • binary
    ./jlatexmath/images/accents7.png
    • binary
    ./jlatexmath/images/accents8.png
    • binary
    ./jlatexmath/images/accents9.png
    • binary
    ./jlatexmath/images/math1.png
    • binary
    ./jlatexmath/images/math10.png
    • binary
    ./jlatexmath/images/math11.png
  1. … 37 more files in changeset.