lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4381 Add .project file

LDEV-4381 Removed requestSrc parameter

This parameter was responsible for passing integration server name to

LAMS which was used on closing authoring and refreshing integration

server page. It stopped working when authoring became Flash-less (as

there is not more "Close" button). And now we decided to finally remove

all its leftovers. This change also involves removal of

"isPostMessageToParent" parameter.

    • -16
    • +0
    /lams_central/web/lti/addLesson.jsp
LDEV-4381 Removed requestSrc parameter

This parameter was responsible for passing integration server name to

LAMS which was used on closing authoring and refreshing integration

server page. It stopped working when authoring became Flash-less (as

there is not more "Close" button). And now we decided to finally remove

all its leftovers. This change also involves removal of

"isPostMessageToParent" parameter.

    • -3
    • +0
    /moodle/mod/lamslesson/lang/en/lamslesson.php
    • -3
    • +0
    /moodle/mod/lamslesson/lang/fr/lamslesson.php
LDEV-4381 Removed requestSrc parameter

This parameter was responsible for passing integration server name to

LAMS which was used on closing authoring and refreshing integration

server page. This feature stopped working when authoring became

Flash-less (as there was no more "Close" button). And now we decided to

finally remove all its leftovers both in BB and LAMS sides. This change

also involves removal of "isPostMessageToParent" parameter.

Besides, all Blackboard methods that deal with lams.properties file are

now located in LamsPluginUtil only. All their duplicates in

LamsSecurityUtil (e.g. LamsSecurityUtil.getServerAddress(..)) were

removed

    • -3
    • +0
    /lams_bb_integration/web/admin/config.jsp
LDEV-4395 Tweaks to CSS and layouts for main page and portraits

Also deleted LESS files that are no longer needed

    • -0
    • +10
    /lams_central/conf/scss/_lams_variables.scss
    • -2
    • +17
    /lams_central/conf/scss/_mixins.scss
    • -1
    • +1
    /lams_central/web/comments/msgview.jsp
    • -6
    • +7
    /lams_central/web/css/_learner_base.scss
    • -219
    • +0
    /lams_central/web/less/defaultHTML_learner.less
    • -604
    • +0
    /lams_central/web/less/main.less
LDEV-4397: display shortenURL

Slightly modifying the UI

LDEV-4395: Incorporate portrait size changes from the LDEV-4398 branch

Merge branch 'LDEV-4398'

LDEV-4398 Enlarge the smallest portrait size to 35px

Also accommodate for this change on main and profile pages.

    • -1
    • +1
    /lams_central/web/css/_learner_base.scss
Merge branch 'LDEV-4397'

LDEV-4397 Bootstrap launchlearner.jsp

    • -24
    • +26
    /lams_central/web/launchlearner.jsp
Merge branch 'LDEV-4398'

LDEV-4398 Use imgscalr library for image resizing

Besides, switch to using only PNG files in order to prevent image

quality loosing.

LDEV-4398 Introduce imgscalr library for image resizing

Merge branch 'LDEV-4396'

LDEV-4396 Use new image resizing technique (imgscalr) for image gallery

As long as we moved portrait resizing mechanism to use imgscalr library,

we're migrating Image Gallery to also use it.

Besides, a few obsolete fields were removed from ImageGalleryItem.java

LDEV-4395 Merge branch. Portrait tag and javascript to display portraits

A new tag and javascript file shows the user portraits in one of 4 sizes

and either square or round. If no portrait exists a generic coloured

user icon is used. Portraits shown in Forum and Noticeboard Comments.

LDEV-4395 Clean up comments and debugging

LDEV-4397 Fix lesson URL shortener functionality

    • -15
    • +19
    /lams_monitoring/web/monitor.jsp
LDEV-4395 Portrait tag and javascript to display portraits

A new tag and javascript file shows the user portraits in one of 4 sizes

and either square or round. If no portrait exists a generic coloured

user icon is used. Portraits shown in Forum and Noticeboard Comments.

    • -0
    • +26
    /lams_admin/web/WEB-INF/tlds/lams/lams.tld
    • -0
    • +11
    /lams_central/conf/scss/_lams_variables.scss
    • -1
    • +19
    /lams_central/conf/scss/_mixins.scss
    • -0
    • +26
    /lams_central/web/WEB-INF/tlds/lams/lams.tld
    • -0
    • +1
    /lams_central/web/comments/msgview.jsp
    • -0
    • +70
    /lams_central/web/css/_learner_base.scss
  1. … 39 more files in changeset.
Merge branch 'LDEV-4394'

LDEV-4394 Fix refresh and show Finish button flow

LDEV-4394 Fix "addTime" request

    • -1
    • +1
    /lams_tool_doku/web/pages/learning/learning.jsp
Clean up unnecessary settings file

Merge branch 'LDEV-4393'

LDEV-4393 Fix Add button in lesson Notebook

The initial button takes lesson ID from an attribute. If there are some

entries already, lesson ID is not set as an attribute. Instead, the

button is duplicated below and takes lesson ID from entries' external

ID. The initial button gets hidden if there are already entries.

    • -12
    • +10
    /lams_learning/web/notebook/viewall.jsp
LDEV-4394 Reintroduce page refresh to Doku

It was incorrectly removed in previous commits. Also make sure the other

websocket pings and reconnects.

LDEV-4394 Rewrite Scratchie time limit

Now it is controlled by websocket server.

LDEV-4394 Minor improvements for compiler optimisation

LDEV-4032 Handle hiding of a Finish button for non-leaders properly

Finish button should be hidden from non-leader in case leader hasn't yet

submitted Notebook or burning questions.