lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

LDEV-4415 Gradebook calculations and UI support weighting

  1. … 13 more files in changeset.
LDEV-4428 Specify default URL for embed plugin

LDEV-4428 Stop showing 'Templates' plugin button

LDEV-4428 Remove oembed, paint and smiley plugins

    • -21
    • +0
    ./web/ckeditor/plugins/oembed/LICENSE.md
    • -201
    • +0
    ./web/ckeditor/plugins/oembed/README.md
    • binary
    ./web/ckeditor/plugins/oembed/icons/oembed.png
    • -23
    • +0
    ./web/ckeditor/plugins/oembed/lang/de.js
    • -23
    • +0
    ./web/ckeditor/plugins/oembed/lang/en.js
    • -25
    • +0
    ./web/ckeditor/plugins/oembed/lang/fr.js
    • -23
    • +0
    ./web/ckeditor/plugins/oembed/lang/nl.js
    • -23
    • +0
    ./web/ckeditor/plugins/oembed/lang/pl.js
    • -23
    • +0
    ./web/ckeditor/plugins/oembed/lang/ru.js
    • -23
    • +0
    ./web/ckeditor/plugins/oembed/lang/tr.js
    • binary
    ./web/ckeditor/plugins/paint/CK Paint.swf
    • -65
    • +0
    ./web/ckeditor/plugins/paint/content.jsp
  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.

    • -883
    • +1149
    ./web/ckeditor/ckeditor.js
  1. … 372 more files in changeset.
LDEV-4415 Allow removing weights from saved LD

LDEV-4415 Add a title to weights dialog

  1. … 1 more file in changeset.
Merge remote-tracking branch 'origin/master' into LDEV-4415

  1. … 1 more file in changeset.
LDEV-4427 System Admin can delete profile pictures

  1. … 4 more files in changeset.
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.

    • -4
    • +11
    ./web/includes/javascript/orgGroup.js
  1. … 8 more files in changeset.
LDEV-4425 Adding Portraits in Learner

Included in Grouping, Chat, Peer Review and QA

    • -0
    • +39
    ./web/includes/javascript/portrait.js
  1. … 42 more files in changeset.
LDEV-4417 Popover portraits in Monitoring

Implmented in Wiki, DoKumaran

  1. … 5 more files in changeset.
LDEV-4417 Popover portraits in Monitoring

Implmented in Wiki, DoKumaran

  1. … 5 more files in changeset.
LDEV-4424: display larger portrait pic

Display a larger portrait picture when showing the profile options

LDEV-4419 Add widget for cropping portrait photos

Added widget that allows cropping the image to a standardised size for

webcam and image uploads (in order to make it squarish).

    • -0
    • +250
    ./web/css/croppie.css
    • -0
    • +7
    ./web/includes/javascript/croppie.js
LDEV-4419 Add widget for cropping portrait photos

Added widget that allows cropping the image to a standardised size for

webcam and image uploads (in order to make it squarish).

LDEV-4417 Popover portraits in Monitoring

Implmented in Share Resources, Survey, Leader, Mindmap,

Noticeboard, Notebook, Pixlr, Peer Review

  1. … 42 more files in changeset.
LDEV-4417 Popover portraits in Monitoring

Implmented in Share Resources, Survey, Leader, Mindmap,

Noticeboard, Notebook, Pixlr, Peer Review

  1. … 42 more files in changeset.
LDEV-4293 Skip isSysAdmin check when there is no session

The code that checks if user is sysadmin depends on HTTP session being

present in SessionManager. It is normally present as the authentication

request goes through SsoHandler which initiates the session. It is not

the case, though, when session gets replicated and UniversalLoginModule

is accessed directly.

The fix skips the check in no session is present, which means that

sysadmin will need to authenticate same as regular user, which is OK for

this edge situation. Session failover still works.

LDEV-4415 Add front end for weighted outputs

  1. … 7 more files in changeset.
LDEV-4417 Popover portraits in Monitoring

Implemented in Assessment, Chat, Daco, Forum and Submit.

    • -7
    • +50
    ./web/includes/javascript/portrait.js
  1. … 70 more files in changeset.
LDEV-4417 Popover portraits in Monitoring

Implemented in Assessment, Chat, Daco, Forum and Submit.

    • -7
    • +50
    ./web/includes/javascript/portrait.js
  1. … 71 more files in changeset.
LDEV-4415 Add tool output weight. Rewrite activity evaluations.

Activity evaluations have been implemented as a list, even though always

only the first element is meaningful. They were rewritten as one-to-one

association with Activity. The primary key is activity ID now instead of

DB generated UID.

Weight column was added.

Server version was bumped so a filter can pick up activityEvaluations ->

evaluation field rename when importing older LDs.

A convention without date was used for server version as it seems good

enough.

Unnecessary versions of clients were removed from configuration table as

they server the abandoned Flash authoring.

  1. … 14 more files in changeset.
Merge remote-tracking branch 'origin/master' into lams31

Multiple conflicts resolved with JSON replace and class move to

packages.

  1. … 27 more files in changeset.
LDEV-4374 Hide search widget if there is less than 10 courses

If the number of active courses that user has access to is less

than 10 - we don't display search widget.

LDEV-4357 Disable "Move learner to" button when no users selected

The root problem was that diaplog's 'open' method wasn't called in case

dialog gets opened for the second time.

LDEV-4395: Portrait will not tile and improved Generic spacing

LDEV-4395: Further tweaks to suit Forum changes

LDEV-4395: Portrait will not tile and improved Generic spacing