Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5363 Fix iRAT detection in monitoring

LDEV-5363 Add TBL course gradebook export

  1. … 7 more files in changeset.
LDEV-5357 Use UUIDs for file downloads

  1. … 56 more files in changeset.
LDEV-5350 Add Course Grouping selection to Add Lesson dialog

  1. … 10 more files in changeset.
LDEB-5335 Add structured audit logs on various admin actions

  1. … 22 more files in changeset.
LDEV-5325 Import "stop at preceding activity" gate property

LDEV-4497 Transform legacy content folder IDs into multi-part version

  1. … 1 more file in changeset.
LDEV-5292 Correctly detect RAT activities when syncing questions

LDEV-5292 Fix exception when activity is getting saved for first time

LDEV-5292 Sync RAT activities questions in TBL sequences

  1. … 12 more files in changeset.
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. … 13 more files in changeset.
LDEV-5250 Remove Pedagogical Planner integration with core LAMS

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

  1. … 12 more files in changeset.
LDEV-4846 Fix LD export when title contains forbidden characters

LDEV-5058 Move activity category from DB to authoring front end

  1. … 13 more files in changeset.
Merge remote-tracking branch 'origin/master' into v4.0

Conflicts:

lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractor.java

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

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/dto/GroupSummary.java

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

  1. … 21 more files in changeset.
LDEV-4989 Password Gate initial implementation

  1. … 36 more files in changeset.
LDEV-4972 Do not rely on activityId of the removed activities

LDEV-4929 Add missing service method names to xApplicationContext.xmls

* Alphabetize method names in to xApplicationContext.xmls

  1. … 41 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.

  1. … 5 more files in changeset.
LDEv-4845 Initial LD XML transformation for MCQ tool.

  1. … 5 more files in changeset.
LDEv-4845 Allow XML transformation version filter methods

Such methods can do whatever they need to with tool XML file. After

that, standard way of applying version filters carries on.

Merge remote-tracking branch 'origin/master' into develop

  1. … 1 more file in changeset.
LDEV-4763 Prevent NPE when there are no annotations to import

Merge remote-tracking branch 'origin/master' into develop

LDEV-4721 Add class renaming filter for branching conditions

Tools' entities sometimes are used in branching conditions, which are a

part of LearningDesignDTO. Core XML needs to be parsed too and tools'

packages renamed.

Merge remote-tracking branch 'origin/master' into develop

LDEV-4763 Process LD annotations when importing a LD

LDEV-4755 Scan when importing LDs

  1. … 3 more files in changeset.