lamsfoundation

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.

    • -55
    • +55
    ./lams/authoring/ObjectExtractor.java
  1. … 2 more files in changeset.
LAI-11 Add AI PBL wizard

Refactor code of other AI wizards.

  1. … 10 more files in changeset.
LDEV-5440 Further code upgrade to conform new WF libraries

    • -119
    • +181
    ./lams/authoring/service/AuthoringService.java
    • -1
    • +1
    ./lams/security/DatabaseAuthenticator.java
    • -28
    • +28
    ./lams/security/UniversalLoginModule.java
    • -28
    • +30
    ./lams/web/JlatexmathServlet.java
  1. … 55 more files in changeset.
LDEV-5440 Update Hibernate queries with new syntax

Get rid of deprecated Long and Integer constructors.

    • -4
    • +4
    ./lams/workspace/web/WorkspaceController.java
  1. … 82 more files in changeset.
LDEV-5446 Ensure that UUIDs are unique but retained on import

    • -18
    • +21
    ./lams/web/qb/EditQbQuestionController.java
  1. … 4 more files in changeset.
LDEV-3997 Change comments for easier application of customisation

    • -2
    • +2
    ./lams/web/LoginRequestLtiServlet.java
LDEV-3997 Use custom context label as primary source of course name

Following ticket LKC-178

    • -10
    • +15
    ./lams/web/LoginRequestLtiServlet.java
LDEV-5424 introduce PageMonitor.tag

  1. … 10 more files in changeset.
LDEV-5443 Add "start in monitor" option to integrations

    • -20
    • +30
    ./lams/web/controller/LtiController.java
  1. … 4 more files in changeset.
LDEV-3997 Use custom context label as primary source of course name

    • -23
    • +23
    ./lams/web/LoginRequestLtiServlet.java
LDEV-5426 Use only supported time zones

  1. … 6 more files in changeset.
LDEV-5428 Remove lesson presence and chat

    • -1
    • +1
    ./lams/authoring/web/AuthoringController.java
    • -2
    • +1
    ./lams/web/controller/LtiController.java
  1. … 37 more files in changeset.
LDEV-5440 Revert some unnecessary package name changes

    • -1
    • +1
    ./lams/authoring/template/TextUtil.java
    • -1
    • +1
    ./lams/authoring/web/AuthoringController.java
    • -1
    • +1
    ./lams/comments/web/CommentController.java
    • -1
    • +1
    ./lams/rest/LearningDesignRestServlet.java
    • -1
    • +1
    ./lams/rest/ToolContentRestServlet.java
    • -3
    • +3
    ./lams/security/DatabaseAuthenticator.java
    • -10
    • +10
    ./lams/security/LDAPAuthenticator.java
  1. … 450 more files in changeset.
LDEV-5440 Refactor packages of imported classes

    • -1
    • +1
    ./lams/authoring/template/TextUtil.java
    • -1
    • +1
    ./lams/authoring/web/AuthoringController.java
    • -1
    • +1
    ./lams/comments/web/CommentController.java
    • -1
    • +1
    ./lams/rest/LearningDesignRestServlet.java
    • -1
    • +1
    ./lams/rest/ToolContentRestServlet.java
    • -1
    • +1
    ./lams/security/DatabaseAuthenticator.java
    • -1
    • +1
    ./lams/security/LDAPAuthenticator.java
  1. … 467 more files in changeset.
LDEV-5440 Rewrite config files and library references

    • -2
    • +2
    ./lams/authoring/template/TextUtil.java
    • -6
    • +6
    ./lams/authoring/web/AuthoringController.java
    • -6
    • +6
    ./lams/comments/web/CommentController.java
    • -2
    • +2
    ./lams/rest/LearningDesignRestServlet.java
    • -2
    • +2
    ./lams/rest/ToolContentRestServlet.java
    • -5
    • +5
    ./lams/security/DatabaseAuthenticator.java
  1. … 941 more files in changeset.
LDEV-5436 Project-wide user sorting by last then first name

    • -1
    • +1
    ./lams/web/FindUserLessonsController.java
  1. … 147 more files in changeset.
LDEV-5420 Allow selecting which questions to print in QB

    • -2
    • +16
    ./lams/web/qb/PrintQbQuestionController.java
    • -1
    • +4
    ./lams/web/qb/QbCollectionController.java
  1. … 2 more files in changeset.
LDEV-5397 bootstrap5 profile and portrait pages

  1. … 8 more files in changeset.
LDEV-5420 Add questions print button to Question Bank

    • -20
    • +50
    ./lams/web/qb/PrintQbQuestionController.java
    • -21
    • +9
    ./lams/web/qb/QbCollectionController.java
  1. … 5 more files in changeset.
LDEV-5420 Rename class for consistency with other QB classes

    • -0
    • +55
    ./lams/web/qb/PrintQbQuestionController.java
    • -55
    • +0
    ./lams/web/qb/PrintQuestionsController.java
LDEV-5420 Display various question types for printing

    • -1
    • +26
    ./lams/web/qb/PrintQuestionsController.java
  1. … 1 more file in changeset.
LDEV-5420 Move print page to Central for other modules to use

Also add meaningful title which will be also used as file name when printing to PDF.

    • -0
    • +30
    ./lams/web/qb/PrintQuestionsController.java
  1. … 5 more files in changeset.
LDEV-5425 Remove "End of activity" notebook from *all* tools

    • -188
    • +121
    ./lams/authoring/service/AuthoringService.java
  1. … 516 more files in changeset.
LDEV-4828 Appadmins can (un)share any QB collection

    • -1
    • +2
    ./lams/web/qb/QbCollectionController.java
  1. … 1 more file in changeset.
LDEV-5426 Switch from custom time zones to built-in Java ones

  1. … 39 more files in changeset.
LDEV-4828 Fix exception on QB question NULL name

    • -1
    • +1
    ./lams/web/qb/QbCollectionController.java
LDEV-5397 finally remove old (bootstrap 3) version of lams:Comments

    • -20
    • +5
    ./lams/comments/web/CommentController.java
  1. … 24 more files in changeset.
LDEV-5397 bootstrap5 comments feature

    • -3
    • +11
    ./lams/comments/web/CommentController.java
  1. … 19 more files in changeset.
LDEV-5397 <lams:textarea> has now simple "id" attribute without "__lamstextarea" suffix

As ids containing "__lamstextarea" complicate creation of ARIA labels.

    • -1
    • +1
    ./lams/web/tag/LAMSMultiLinesTextareaTag.java
  1. … 4 more files in changeset.