lams-github

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

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

LDEV-4394 Do not show Finish button until Scratchie Leader finished the tool completely

This includes answering to burning questions.

LDEV-4394 Do not refresh Leader Selection after leader was chosen

LDEV-4394 Reduce Q&A refresh time for non-leaders

LDEV-4394 Make page reload and websocket close requests cross-node

Some requests have been sent only to websockets on current node. Now

they are detected in DB and run on all nodes.

    • -3
    • +3
    /lams_tool_doku/web/pages/learning/learning.jsp
Merge branch 'LDEV-4392'

LDEV-4392 Fix websocket close detection

Make sure there is only, well implemented one piece of code that detects

websocket close and optionally reconnects it.

    • -12
    • +10
    /lams_tool_doku/web/pages/learning/learning.jsp
Merge branch 'LDEV-4380'

LDEV-4380 Replace portrait capturing Flash widget with WebRTC

In order to completely eradicate Flash, we can use WebRTC which seems to

be working OK in newer browsers.

    • -197
    • +0
    /lams_central/web/includes/javascript/webcam.js
    • -128
    • +97
    /lams_central/web/portrait.jsp
LDEV-4380 expose updateFile() method from ToolContentHandler.java

It will be required for storing several versions of user's portrait

images.

Merge branch 'LDEV-4392'