Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3115 Fix group creation on LD save in authoring

LDEV-3115 Fix group removal on LD save in authoring

It seems that Hibernate does not like having entities violating unique keys in one collection. Even for a while and even though afterward the collection contains only unique entities.

  1. … 2 more files in changeset.
LAI-11 Add AI PBL wizard

Refactor code of other AI wizards.

    • -45
    • +42
    ./template/web/LdTemplateController.java
  1. … 10 more files in changeset.
LDEV-5440 Further code upgrade to conform new WF libraries

    • -119
    • +181
    ./service/AuthoringService.java
  1. … 61 more files in changeset.
LDEV-5440 Update Hibernate queries with new syntax

Get rid of deprecated Long and Integer constructors.

    • -1
    • +1
    ./template/web/LdTemplateController.java
  1. … 86 more files in changeset.
LDEV-5428 Remove lesson presence and chat

  1. … 40 more files in changeset.
LDEV-5440 Revert some unnecessary package name changes

    • -1
    • +1
    ./template/web/LdTemplateController.java
    • -1
    • +1
    ./template/web/TBLTemplateController.java
    • -1
    • +1
    ./web/ExportToolContentController.java
    • -1
    • +1
    ./web/ImportToolContentController.java
  1. … 457 more files in changeset.
LDEV-5440 Refactor packages of imported classes

    • -1
    • +1
    ./template/web/LdTemplateController.java
    • -1
    • +1
    ./template/web/TBLTemplateController.java
    • -1
    • +1
    ./web/ExportToolContentController.java
    • -1
    • +1
    ./web/ImportToolContentController.java
  1. … 474 more files in changeset.
LDEV-5440 Rewrite config files and library references

    • -4
    • +4
    ./template/web/LdTemplateController.java
    • -4
    • +4
    ./template/web/TBLTemplateController.java
    • -5
    • +5
    ./web/ExportToolContentController.java
    • -4
    • +4
    ./web/ImportToolContentController.java
  1. … 947 more files in changeset.
LDEV-5425 Remove "End of activity" notebook from *all* tools

    • -188
    • +121
    ./service/AuthoringService.java
    • -42
    • +30
    ./template/web/LdTemplateController.java
    • -6
    • +6
    ./template/web/TBLTemplateController.java
  1. … 516 more files in changeset.
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-5081 Merge changes made for monitor in LDEV-5083

    • -178
    • +129
    ./template/web/LdTemplateController.java
  1. … 36 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