lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4696 Proper use of @MapsId with @EmbeddableId

DEMO-2 Add new wrapper methods that allow specifying userId

IToolContentHandler methods assume userId is always available from the

current HttpSession. However sometimes, as in the case of lams_demo,

userId can't be acquired from HttpSession (as it might be invalidated

already), so we need to have an ability to specify userId as a

parameter.

  1. … 4 more files in changeset.
LDEV-4697 Audit entries filtering by user and remarks

    • -32
    • +122
    ./lams/logevent/dao/hibernate/LogEventDAO.java
  1. … 3 more files in changeset.
LDEV-4649 Get rid of obsolete field

    • -22
    • +14
    ./lams/learningdesign/LearningDesign.java
  1. … 1 more file in changeset.
LDEV-4696 Remove hbm.xml file remains

  1. … 2 more files in changeset.
LDEV-4649 Make import work with files with header or with pure data

    • -90
    • +104
    ./lams/outcome/service/OutcomeService.java
LDEV-4649 Fix outcome and scale import

Fixed paths for import and outcome/scale removal.

Description is now an optional field when importing.

    • -2
    • +2
    ./lams/outcome/service/OutcomeService.java
  1. … 4 more files in changeset.
LDEV-4696 Add generics to common methods

LDEV-4696 Fixing bugs with new single activity lesson, notifications

    • -4
    • +10
    ./lams/learningdesign/LearningDesign.java
LDEV-4696 Comments, Ratings, Peer Review use Annotations, removed proxy

    • -0
    • +20
    ./lams/comments/CommentSession.java
    • -30
    • +30
    ./lams/comments/dao/hibernate/CommentDAO.java
    • -13
    • +14
    ./lams/rating/dao/hibernate/RatingDAO.java
    • -0
    • +11
    ./lams/rating/model/LessonRatingCriteria.java
    • -1
    • +24
    ./lams/rating/model/RatingComment.java
  1. … 20 more files in changeset.
LDEV-4696 Rewrite part of Common entities to Hibernate annotations

    • -15
    • +20
    ./lams/integration/ExtCourseClassMap.java
    • -28
    • +48
    ./lams/integration/ExtServer.java
    • -19
    • +23
    ./lams/integration/ExtServerLessonMap.java
    • -19
    • +23
    ./lams/integration/ExtUserUseridMap.java
    • -1
    • +21
    ./lams/outcome/OutcomeScaleItem.java
  1. … 13 more files in changeset.
LDEV-4696 Rewrite part of Common entities to Hibernate annotations

    • -20
    • +22
    ./lams/learningdesign/Competence.java
    • -25
    • +41
    ./lams/learningdesign/GroupUser.java
    • -27
    • +23
    ./lams/learningdesign/LearningLibrary.java
    • -21
    • +27
    ./lams/learningdesign/License.java
  1. … 40 more files in changeset.
LDEV-4696 Remove obsolete DTO

    • -17
    • +20
    ./lams/tool/service/ILamsToolService.java
    • -20
    • +12
    ./lams/tool/service/LamsToolService.java
  1. … 9 more files in changeset.
LDEV-4696 Rewrite part of Common entities to Hibernate annotations

    • -43
    • +17
    ./lams/config/ConfigurationItem.java
    • -20
    • +26
    ./lams/gradebook/GradebookUserLesson.java
    • -52
    • +10
    ./lams/lesson/CompletedActivityProgress.java
    • -50
    • +10
    ./lams/lesson/CompletedActivityProgressArchive.java
    • -96
    • +59
    ./lams/lesson/LearnerProgress.java
    • -22
    • +42
    ./lams/lesson/LearnerProgressArchive.java
    • -24
    • +21
    ./lams/planner/PedagogicalPlannerActivityMetadata.java
  1. … 14 more files in changeset.
LDEV-4696 Rewrite part of Common entities to Hibernate annotations

    • -41
    • +80
    ./lams/learningdesign/Activity.java
    • -6
    • +11
    ./lams/learningdesign/ChosenGrouping.java
    • -36
    • +32
    ./lams/learningdesign/ComplexActivity.java
    • -28
    • +22
    ./lams/learningdesign/DataFlowObject.java
    • -8
    • +13
    ./lams/learningdesign/DataTransition.java
    • -14
    • +24
    ./lams/learningdesign/GateActivity.java
    • -44
    • +53
    ./lams/learningdesign/Group.java
  1. … 45 more files in changeset.
LDEV4696 Removing legacy parameters and deprecated methods

  1. … 29 more files in changeset.
LDEV-4696 Content Repository converted to annotations

  1. … 13 more files in changeset.
LDEV-4696 TZ, Notebook entry, Log Event, Signup, Policies converted

    • -0
    • +25
    ./lams/notebook/model/NotebookEntry.java
    • -1
    • +39
    ./lams/signup/model/SignupOrganisation.java
  1. … 7 more files in changeset.
LDEV-4696 Rewrite Condition inheritance to Hibernate annotations

    • -5
    • +35
    ./lams/learningdesign/BranchCondition.java
  1. … 2 more files in changeset.
LDEV-4696 Correct scan path for tool Hibernate objects

LDEV-4696 Set proper JNDI name for transaction manager

Also get rid of deprecated manager_lookup_class property.

LDEV-4696 Rewrite Criteria queries to use new API

    • -77
    • +35
    ./lams/dao/hibernate/LAMSBaseDAO.java
LDEV-4696 Change transaction configuration for Hibernate 5.3

hibernate.transaction.factory_class is deprecated. We need to use

hibernate.transaction.coordinator_class

LDEV-4696 Runs Hibernate 5.3 with errors, Noticeboard hbm xml gone.

    • -11
    • +30
    ./lams/dao/hibernate/LAMSBaseDAO.java
  1. … 3448 more files in changeset.
LDEV-4440 Fix author and monitor links requested from integrations

Merge branch 'lams31' into LDEV-4440

Conflicts:

lams_admin/web/sessionmaintain.jsp

lams_build/build.xml

lams_build/lib/lams/lams.jar

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

lams_gradebook/src/java/org/lamsfoundation/lams/gradebook/web/action/GradebookAction.java

lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/action/McLearningAction.java

lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/action/McMonitoringAction.java

    • -3
    • +14
    ./lams/web/session/SessionManager.java
  1. … 17 more files in changeset.
LDEV-4693 Add name in logged in user list in sysadmin

    • -3
    • +14
    ./lams/web/session/SessionManager.java
  1. … 2 more files in changeset.
Merge remote-tracking branch 'origin/LDEV-4644'

Conflicts:

lams_admin/conf/language/lams/ApplicationResources.properties

lams_build/lib/lams/lams.jar

lams_central/src/java/org/lamsfoundation/lams/authoring/service/AuthoringService.java

lams_central/web/WEB-INF/struts-config.xml

lams_gradebook/src/java/org/lamsfoundation/lams/gradebook/service/GradebookService.java

lams_gradebook/src/java/org/lamsfoundation/lams/gradebook/service/IGradebookService.java

lams_gradebook/web/gradebookMonitor.jsp

lams_monitoring/conf/language/lams/ApplicationResources.properties

  1. … 14 more files in changeset.
LDEV-4691 Adjust classloader switch