Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5415 Allow skipping Gallery Walk

  1. … 15 more files in changeset.
LDEV-5404 Escaping funny characters that break js

- Mindmap

  1. … 7 more files in changeset.
LDEV-5213 Use version-dependent imports for LAMS JS files

  1. … 330 more files in changeset.
LDEV-5257 Escape parameters to prevent XSS attack

WEB-005

  1. … 52 more files in changeset.
LDEV-5331 Add missing title and autocomplete attr to submission deadline

  1. … 18 more files in changeset.
LDEV-5235 Fix a typo in attribute building

LDEV-5250 Remove Pedagogical Planner integration with core LAMS

    • -36
    • +0
    ./authoring/pedagogicalPlannerForm.jsp
  1. … 67 more files in changeset.
LDEV-5235 Show Mindmap in monitoring for multiuser, non-grouped mode

LDEV-5228 Fix print mode for single user mindmaps

  1. … 2 more files in changeset.
LDEV-5225 Improve Gallery Walk monitoring layout. Add labels.

  1. … 1 more file in changeset.
Merge branch 'LDEV-5225' into LDEV-5228

LDEV-5225 Expand Gallery Walk panel in monitoring for ratings

LDEV-5228 Add print button to Mindmap

    • -0
    • +72
    ./learning/singleMindmap.jsp
  1. … 4 more files in changeset.
LDEV-5225 Envelop Gallery Walk monitoring info into panel

  1. … 1 more file in changeset.
LDEV-5225 Change incorrect button label

LDEV-5225 Add Mindmap Gallery Walk missing monitoring file code

LDEV-5225 Add Mindmap Gallery Walk ratings in monitoring

  1. … 4 more files in changeset.
LDEV-5225 Add Mindmap Gallery Walk learning

    • -0
    • +231
    ./learning/galleryWalk.jsp
    • -0
    • +35
    ./learning/galleryWalkMindmap.jsp
    • -0
    • +11
    ./learning/websocket.jsp
  1. … 7 more files in changeset.
LDEV-5225 Add Mindmap Gallery Walk controls in monitoring

  1. … 5 more files in changeset.
LDEV-5225 Add Mindmap Gallery Walk authoring

  1. … 3 more files in changeset.
LDEV-5219 Use versioned JS import for gate check JS file

  1. … 54 more files in changeset.
LDEV-5219 Check gate after Mindmap activity

LDEV-4391 Turn off auto complete for datetime picker fields

If a text input field is used for datetimepicker, having previously

chosen dates auto filled is annoying and makes it difficult to operate

the picker.

  1. … 16 more files in changeset.
LDEV-5188 Remove obsolete attributes from TabBody tag

  1. … 82 more files in changeset.
LDEV-4932 removing multipart encoding

There are plenty of form we set the multipart encoding for uploading files, but no files are uploaded. This has implications for CSRF tokens. So we remove the enctype="multipart/form-data" for all the authoring forms that aren't needed.

  1. … 14 more files in changeset.
LDEV-4932 Passing CSRF token as a post rather than get

  1. … 41 more files in changeset.
LDEV-4932 Secure save tool authoring with CSRF Guard

  1. … 42 more files in changeset.
LDEV-4932 Secure edit in monitor with CSRF Guard

* In order to secure /definelater.do path, added definelater() method to

AuthoringController to the tools missing it

* Remove unnecessary forms from monitor in Vote, NB, QA tools

  1. … 109 more files in changeset.
LDEV-4932 Secure setting submission deadline with CSRF Guard

  1. … 63 more files in changeset.
LDEV-4678 WebUtil.putActivityPositionInRequestByToolSessionId transformed into service method

Also introduce ICommonToolService that will hold methods shared by all

tools.

  1. … 140 more files in changeset.