Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LAI-5 Add learning outcomes generation

    • -1
    • +1
    ./template/web/LdTemplateController.java
LAI-5 Add menu item in authoring to open AI wizard

  1. … 6 more files in changeset.
LDEV-5121 Allow choosing QB collection in TBL wizard

    • -151
    • +109
    ./service/AuthoringService.java
    • -106
    • +91
    ./template/web/LdTemplateController.java
    • -76
    • +81
    ./template/web/TBLTemplateController.java
  1. … 5 more files in changeset.
LDEV-5382 Add "shuffle questions" in advanced RAT section of TBL wizard

    • -3
    • +5
    ./template/web/TBLTemplateController.java
  1. … 2 more files in changeset.
LAI-1 Delete an obsolete test class

    • -166
    • +0
    ./template/web/OpenAiTemplateController.java
LDEV-5375 Add OpenAI question import to Assessment

    • -0
    • +166
    ./template/web/OpenAiTemplateController.java
  1. … 10 more files in changeset.
Merge remote-tracking branch 'origin/v4.6' into v4.7

Conflicts:

lams_admin/src/java/org/lamsfoundation/lams/admin/web/controller/CleanupPreviewLessonsController.java

lams_admin/src/java/org/lamsfoundation/lams/admin/web/controller/OrgPasswordChangeController.java

lams_admin/src/java/org/lamsfoundation/lams/admin/web/controller/OrganisationController.java

lams_admin/src/java/org/lamsfoundation/lams/admin/web/controller/PortraitBatchUploadController.java

lams_admin/src/java/org/lamsfoundation/lams/admin/web/controller/UserSaveController.java

lams_central/conf/language/lams/ApplicationResources.properties

lams_central/src/java/org/lamsfoundation/lams/web/outcome/OutcomeController.java

lams_central/src/java/org/lamsfoundation/lams/webservice/UserRoleServlet.java

lams_common/src/java/org/lamsfoundation/lams/security/ISecurityService.java

lams_common/src/java/org/lamsfoundation/lams/security/SecurityService.java

lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/web/GroupingAJAXController.java

lams_tool_assessment/conf/language/lams/ApplicationResources.properties

  1. … 35 more files in changeset.
LDEV-5341 Refactor Security Service

  1. … 35 more files in changeset.
LDEV-5302 Rename sysadmin role to appadmin

  1. … 181 more files in changeset.
LDEV-5145 Lock on finished wizard-generated Doku by default

It makes more sense to by default prevent students to come back and edit

their answers.

    • -0
    • +1
    ./template/web/LdTemplateController.java
LDEV-5257 Add LD and activity title validation also on backend

  1. … 1 more file in changeset.
LDEV-5239 Add Description field to MCQ-based AEs in TBL wizard

    • -15
    • +20
    ./template/web/TBLTemplateController.java
  1. … 2 more files in changeset.
Merge branch 'LDEV-5250' into v4.5

LDEV-5254 Prevent exception when lived editing user is not set

LDEV-4411 Make relation from Evaluation to ToolActivity unidirectional

Hibernate can not lazy load properties connected with OneToOne

relationship. It means that with every fetch of ToolActivity its

ActivityEvaluation was also fetched, whether is was needed or not. It

made up even 10% of all queries sent to DB during a lesson.

By having the relationship unidirectional and fetching

ActivityEvaluation via DAO we ensure that it is fetched only when it is

needed. The code is not as nice, though.

  1. … 12 more files in changeset.
LDEV-4510 Make wizard-generated AEs use question numbering by default

    • -1
    • +1
    ./template/web/TBLTemplateController.java
LDEV-5200 Improve layout of templage-created TBL LDs

    • -1
    • +1
    ./template/web/LdTemplateController.java
  1. … 1 more file in changeset.
Merge remote-tracking branch 'origin/v4.0' into v4.5

Conflicts:

lams_central/web/authoring/authoring.jsp

    • -3
    • +5
    ./template/web/LdTemplateController.java
    • -10
    • +12
    ./template/web/TBLTemplateController.java
  1. … 7 more files in changeset.
LDEV-5219 For TBL wizard set stop-at-preceding-activity to all gates

    • -3
    • +5
    ./template/web/LdTemplateController.java
    • -10
    • +12
    ./template/web/TBLTemplateController.java
LDEV-5219 Introduce stop-at-preceding-activity flag for some gates

  1. … 9 more files in changeset.
Merge branch 'LDEV-5200' into v4.5

  1. … 11 more files in changeset.
LDEV-5200 Remove tool library groups feature

  1. … 13 more files in changeset.
LDEV-5200 Fix TBL template-generated activity coordinates

    • -4
    • +4
    ./template/web/LdTemplateController.java
    • -1
    • +1
    ./template/web/TBLTemplateController.java
LDEV-5211 Add all course monitors to newly created lessons

This feature only applies to Add Lesson button and Add Single Activity

Lesson feature. If it needs to be applied somewhere else too, additional

implementation is required.

  1. … 1 more file in changeset.
LDEV-4553 Use correct display order when creating AEs via TBL wizard

    • -1
    • +1
    ./template/web/TBLTemplateController.java
LDEV-5208 Set discussion sentiment for tRAT TBL sequence

    • -2
    • +4
    ./template/web/LdTemplateController.java
    • -1
    • +1
    ./template/web/TBLTemplateController.java
  1. … 3 more files in changeset.
LDEV-5208 Set discussion sentiment for AEs, but not iRAT in TBL sequence

    • -2
    • +2
    ./template/web/TBLTemplateController.java
  1. … 1 more file in changeset.
LDEV-4829 Allow creating TBL sequence without Application Exercises

    • -14
    • +12
    ./template/web/TBLTemplateController.java
LDEV-5184 Introduce mark hedging questions to Word question parser

    • -2
    • +3
    ./template/web/LdTemplateController.java
  1. … 6 more files in changeset.
LDEV-5184 Introduce mark tag to Word question parser

    • -5
    • +10
    ./template/web/LdTemplateController.java
  1. … 3 more files in changeset.