Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4395: Portrait will not tile and improved Generic spacing

  1. … 1 more file in changeset.
LDEV-4366 Portrait picture tweaks

  1. … 1 more file in changeset.
LDEV-4399 Present entries in the order of least commented.

Also reapplied Bootstrap changes to tablesorter so that the sort

icons appear when a column is sorted.

  1. … 4 more files in changeset.
LDEV-4395: modify message layout

Changed the message layout based on feedback

  1. … 1 more file in changeset.
LDEV-4404 Tags and tlds match LAMS standard tags.

Customisation made to CKEditor tag removed and the new toolbar

set in the jsp rather than hardcoded in the tag.

    • -2
    • +3
    ./includes/javascript/ckconfig_custom.js
  1. … 25 more files in changeset.
LDEV-4405: fixing white logo

Ooops... accidentally modified the white logo. Fixing it now.

LDEV-4405 minify .svg logo files

minify svg logo files

    • -106
    • +5
    ./images/svg/lams_logo_black.svg
    • -106
    • +4
    ./images/svg/lams_logo_white.svg
LDEV-4402 Remove Lucene library

It has only been used for Pedagogical Planner filter feature, which is

not used by clients anyway

  1. … 8 more files in changeset.
LDEV-4402 Get rid of LAMS customised session filter

This filter was implemented in 2005 and seems more like a workaround

than a feature we need. Especially that many of LAMS tools already use

the standard filter and they work OK.

  1. … 23 more files in changeset.
LDEV-4395 Sizing tweaks

  1. … 31 more files in changeset.
LDEV-4395 Leader related tools use Portrait for leader

Created a tag LeaderDisplay to display the leader consistently

across tools.

    • -0
    • +28
    ./WEB-INF/tags/LeaderDisplay.tag
  1. … 86 more files in changeset.
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.

  1. … 1 more file in changeset.
LDEV-4395 Tweaks to CSS and layouts for main page and portraits

Also deleted LESS files that are no longer needed

  1. … 5 more files in changeset.
LDEV-4398 Enlarge the smallest portrait size to 35px

Also accommodate for this change on main and profile pages.

  1. … 1 more file in changeset.
LDEV-4397 Bootstrap launchlearner.jsp

LDEV-4398 Use imgscalr library for image resizing

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

quality loosing.

  1. … 1 more file in changeset.
LDEV-4395 Clean up comments and debugging

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

    • -9
    • +260
    ./includes/font-awesome/css/font-awesome.css
    • binary
    ./includes/font-awesome/fonts/FontAwesome.otf
    • -0
    • +72
    ./includes/javascript/portrait.js
  1. … 40 more files in changeset.
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.

    • -0
    • +135
    ./includes/javascript/webrtc-capturestill.js
  1. … 2 more files in changeset.
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.

  1. … 37 more files in changeset.
LDEV-4392 Control websocket reconnect

Do not reconnect if close happened immediately after open. Limit command

websocket reconnects.

  1. … 37 more files in changeset.
LDEV-4389 Replace a method not supported in IE 11

LDEV-4390 Default style buttons in Purple theme have no blue outline.

LDEV-4390 Purple Theme

    • -0
    • +2
    ./css/purple_authoring.scss
    • -0
    • +2
    ./css/purple_chart.scss
    • -0
    • +11
    ./css/purple_jquery.jRating.scss
    • -0
    • +12
    ./css/purple_learner.scss
    • -0
    • +2
    ./css/purple_progressBar.scss
    • -0
    • +2
    ./css/purple_treetable.scss
  1. … 3 more files in changeset.
LDEV-4366 Introduce rubrics to Kumalive

  1. … 26 more files in changeset.
LDEV-3490 Limit activity title length

LDEV-3490 Fix title breaking in progress bar

The progress bar is not displayed when its elements get created.

Javascript can not predict their dimensions. We need to create a dummy,

visible Snap paper, adjust elements there and only add the final version

to the real paper.

    • -15
    • +23
    ./includes/javascript/progressBar.js
LDEV-4367 Removing css files that should now be ignored

    • -101
    • +0
    ./css/defaultHTML_jquery.jRating.css
  1. … 1 more file in changeset.
LDEV-4367 Skins can be created

The SASS files are now configured to allow a new variable file to be

set up with different colours and for users to be able to switch

between skins.

    • -0
    • +480
    ./css/_authoring_base.scss
    • -0
    • +45
    ./css/_chart_base.scss
    • -0
    • +29
    ./css/_inlineeditor.scss
    • -0
    • +91
    ./css/_jquery.jRating_base.scss
    • -0
    • +957
    ./css/_learner_base.scss
    • -0
    • +557
    ./css/_main_base.scss
    • -0
    • +76
    ./css/_progressBar_base.scss
    • -0
    • +61
    ./css/_treetable_base.scss
  1. … 142 more files in changeset.
LDEV-4382 Fix JS data flow for Live Edit

    • -2886
    • +2889
    ./includes/javascript/authoring/authoringGeneral.js