lams-github

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

LDEV-4417 Popover portraits in Monitoring

Implmented in Scratchie, Spreadsheet, Scribe, Task, Vote

    • -11
    • +6
    /lams_tool_scribe/web/layouts/defaultLayout.jsp
  1. … 21 more files in changeset.
LDEV-4417 Popover portraits in Monitoring

Implmented in Scratchie, Spreadsheet, Scribe, Task, Vote

    • -11
    • +6
    /lams_tool_scribe/web/layouts/defaultLayout.jsp
  1. … 21 more files in changeset.
LDEV-4426 Fix autopatch file name

Some time ago we switched to using dates as autopatch file names

instead of previously used version numbers. So make this aupatch

file name comply with this rule.

LDEV-4424: display larger portrait pic

Display a larger portrait picture when showing the profile options

Merge branch 'LDEV-4419'

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
    /lams_central/web/css/croppie.css
    • -0
    • +7
    /lams_central/web/includes/javascript/croppie.js
Merge branch 'LDEV-4419'

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-4293 Prevent deadlock exceptions on logout

It seems that a server-side logout not only causes invalidation

exception (which will be dealt with soon), but also puts session fetch

transaction in deadlock. This commit fixed the deadlock.

Merge remote-tracking branch 'origin/master' into lams31

LDEV-4408 Allow session deletion

    • -4
    • +5
    /lams_admin/web/WEB-INF/struts-config.xml
    • -2
    • +2
    /lams_admin/web/WEB-INF/tiles-defs.xml
    • -0
    • +22
    /lams_admin/web/sessionmaintain.jsp
LDEV-4293 Change place where session gets mapped to login

UniversalLoginModule can be accessed without going through SsoHandler

when a session gets replicated. It means that it misses login ->

sessionID mapping which is needed for double login detection. The code

was rewritten to make sure login is properly mapped. It may be optimised

later so the mapping does not happen on every session start.