lams-github

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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")+'" ')

    • -1
    • +1
    /lams_central/web/ckeditor/ckeditor.js
LDEV-4429 Adjusting/updating CKEditor plugins

Updating image to image2 and including bootstrap tables CSS styles.

    • -0
    • +553
    /lams_central/web/ckeditor/plugins/image2/dialogs/image2.js
    • binary
    /lams_central/web/ckeditor/plugins/image2/icons/image.png
    • -0
    • +21
    /lams_central/web/ckeditor/plugins/image2/lang/af.js
    • -0
    • +21
    /lams_central/web/ckeditor/plugins/image2/lang/ar.js
    • -0
    • +21
    /lams_central/web/ckeditor/plugins/image2/lang/az.js
    • -0
    • +21
    /lams_central/web/ckeditor/plugins/image2/lang/bg.js
    • -0
    • +21
    /lams_central/web/ckeditor/plugins/image2/lang/bn.js
    • -0
    • +21
    /lams_central/web/ckeditor/plugins/image2/lang/bs.js
    • -0
    • +21
    /lams_central/web/ckeditor/plugins/image2/lang/ca.js
    • -0
    • +21
    /lams_central/web/ckeditor/plugins/image2/lang/cs.js
    • -0
    • +21
    /lams_central/web/ckeditor/plugins/image2/lang/cy.js
    • -0
    • +21
    /lams_central/web/ckeditor/plugins/image2/lang/da.js
    • -0
    • +21
    /lams_central/web/ckeditor/plugins/image2/lang/de-ch.js
    • -0
    • +21
    /lams_central/web/ckeditor/plugins/image2/lang/de.js
  1. … 62 more files in changeset.
Merge branch 'LDEV-4428'

LDEV-4428 Make extraPlugin setting contain only extra plugins

LDEV-4428 Start supporting cy and id languages in CKEditor

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
    • +9
    /lams_central/web/ckeditor/ckeditor.js
    • -1
    • +1
    /lams_central/web/ckeditor/lang/en-au.js
  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
    /lams_central/web/ckeditor/ckeditor.js
LDEV-4415 Course export uses percentages, tour supports weights

LDEV-4415 Gradebook calculations and UI support weighting

    • binary
    /lams_build/lib/lams/lams-gradebook.jar
    • -2
    • +64
    /lams_gradebook/web/gradebookMonitor.jsp
Merge branch 'LDEV-4428'

LDEV-4428 Specify default URL for embed plugin

LDEV-4428 Stop showing 'Templates' plugin button

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.

    • -6
    • +752
    /lams_central/web/ckeditor/CHANGES.md
    • -3
    • +159
    /lams_central/web/ckeditor/LICENSE.md
    • -883
    • +1149
    /lams_central/web/ckeditor/ckeditor.js
    • -3
    • +77
    /lams_central/web/ckeditor/contents.css
  1. … 372 more files in changeset.
LDEV-4415 Allow removing weights from saved LD

LDEV-4054: updating Greek

Updating Greek with latest changes

LDEV-4415 Add a title to weights dialog

    • -0
    • +2
    /lams_central/web/authoring/authoring.jsp
Merge remote-tracking branch 'origin/master' into LDEV-4415

LDEV-4427 System Admin can delete profile pictures

    • -0
    • +1
    /lams_admin/web/WEB-INF/struts-config.xml
LDEV-4420 Lesson status changes recorded in audit log.

LDEV-4423 Adding portraits to Monitor screens

Portraits incorporated into general monitor screens such as the

email sending popup, journal viewing, grouping and learner

progress. Also fixed issues in journal viewing relating to

LDEV-4393.

    • -0
    • +1
    /lams_central/web/css/_learner_base.scss
    • -4
    • +13
    /lams_learning/web/notebook/view.jsp
    • -14
    • +1
    /lams_monitoring/web/css/_monitorLesson_base.scss
LDEV-4425 Adding Portraits in Learner

Included in Grouping, Chat, Peer Review and QA

    • -0
    • +5
    /lams_central/web/css/_learner_base.scss
    • -4
    • +4
    /lams_tool_chat/web/pages/learning/learning.jsp
  1. … 30 more files in changeset.
LDEV-4412: Audit log entries are created when lessons are removed.

LDEV-4054: Updating Greek and Norwegian

Updating Greek and Norwegian

LDEV-4054: Updating Greek and Norwegian

Updating Greek and Norwegian

LDEV-4417 Popover portraits in Monitoring

LDEV-4417 branch rebased to master and merge conflict of lams.jar resolved.

LDEV-4417 Popover portraits in Monitoring

Implmented in GMap

LDEV-4417 Popover portraits in Monitoring

Implmented in Wiki, DoKumaran

LDEV-4417 Popover portraits in Monitoring

Implmented in Wiki, DoKumaran