Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4881 Remove notebook entries from DB on lesson removal

  1. … 3 more files in changeset.
LDEV-4836 Set QB question content folder ID for new MCQ questions

Also add a default content folder ID to template activities during

migration.

  1. … 6 more files in changeset.
Merge branch 'master' into develop

Conflicts:

lams_learning/src/java/org/lamsfoundation/lams/learning/web/controller/GroupingController.java

  1. … 4 more files in changeset.
LDEV-4874 Restrict displaying names for students that are not within student's group

    • -0
    • +10
    ./lamsfoundation/lams/dbupdates/patch20191010.sql
  1. … 6 more files in changeset.
Merge branch 'LDEV-4745' into LDEV-4845

Conflicts:

lams_common/src/java/org/lamsfoundation/lams/qb/service/IQbService.java

lams_common/src/java/org/lamsfoundation/lams/qb/service/QbService.java

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/service/AssessmentServiceImpl.java

lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McService.java

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/service/ScratchieServiceImpl.java

LDEV-4876 Change isUseAlternativeUseridParameterName() to getUseAlternativeUseridParameterName()

  1. … 2 more files in changeset.
LDEV-4876 Change isUseAlternativeUseridParameterName() to getUseAlternativeUseridParameterName()

  1. … 2 more files in changeset.
LDEV-4876 Ability for LTI servers to get userId using alternative request parameter name

    • -0
    • +14
    ./lamsfoundation/lams/dbupdates/patch20191009.sql
  1. … 4 more files in changeset.
LDEV-4875 Recalculate all assessments and scratchies after answer allocation into group

    • -0
    • +10
    ./lamsfoundation/lams/tool/service/ICommonScratchieService.java
  1. … 11 more files in changeset.
LDEV-4875 Add VSA question type to Assessment and Scratchie

    • -0
    • +14
    ./lamsfoundation/lams/dbupdates/patch20190913.sql
    • -0
    • +19
    ./lamsfoundation/lams/tool/service/ICommonAssessmentService.java
  1. … 67 more files in changeset.
LKC-221 Fill Scratchie and Assessment with WA questions

  1. … 5 more files in changeset.
LKC-221 Fill MCQ with RAT questions.

    • -0
    • +19
    ./lamsfoundation/lams/tool/service/IQbToolService.java
  1. … 2 more files in changeset.
LDEV-4869 Add urn:lti:instrole:ims/lis/Instructor to LTI default instructor roles

LDEV-4870 add instructor to lesson's staff when he logs in using LTI

* Also refactor LoginRequestDispatcher.java: move its methods to

LoginRequestServlet and its constants to a new IntegrationConstants

class.

    • -0
    • +71
    ./lamsfoundation/lams/integration/util/IntegrationConstants.java
  1. … 9 more files in changeset.
Merge branch 'LDEV-4841' into LDEV-4745

    • -19
    • +116
    ./lamsfoundation/lams/dbupdates/patch20190722.sql
  1. … 2 more files in changeset.
LDEV-4589 Add users to course prior to cloning the lesson

  1. … 2 more files in changeset.
LDEV-4589 Add users to course prior to cloning the lesson

  1. … 2 more files in changeset.
LDEV-4589 Lower log levels, as involved situations are not necessarily errors

LDEV-4589 Lower log levels, as involved situations are not necessarily errors

LDEV-4589 Pass lsId parameter as Long

  1. … 1 more file in changeset.
LDEV-4589 Pass lsId parameter as Long

  1. … 1 more file in changeset.
LKC-214 In sysadmin add entry point for blueprint management page

    • -0
    • +5
    ./lamsfoundation/lams/util/Configuration.java
    • -305
    • +308
    ./lamsfoundation/lams/util/ConfigurationKeys.java
  1. … 3 more files in changeset.
LDEV-4589 Correctly spell "givenName" parameter

Merge branch 'LDEV-4827' into LDEV-4844

    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
  1. … 3 more files in changeset.
LDEV-4827, LDEV-4844 Toggle question merging is admin panel

    • -0
    • +15
    ./lamsfoundation/lams/dbupdates/patch20190816.sql
    • -305
    • +306
    ./lamsfoundation/lams/util/ConfigurationKeys.java
  1. … 2 more files in changeset.
LDEV-4846 Export/import QB questions' content folders

  1. … 6 more files in changeset.
LDEV-4846 Set LD's content folder ID when importing old questions

In pre-QB LAMS version only LD had content folder ID. In QB each

question has its own content folder ID. When importing pre-QB questions

and converting them into QB questions, we give them the LD's (shared)

content folder ID.

    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
  1. … 4 more files in changeset.
LDEV-4847 Do not export question IDs, versions etc. when exporting a LD

  1. … 3 more files in changeset.
LDEV-4847 Look for existing QB question UUIDs when importing a LD

  1. … 3 more files in changeset.
LDEV-4845 Move QB question insert to QB service

There are various cascades set up in QB entities. They do not seem to

work when importing a QB question, so questions need to be inserted

manually.

  1. … 3 more files in changeset.