lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'LDEV-4511'

LDEV-4511 Fix a method calling itself when deleting tool content

Also rewrite tool's DAOs so they follow base LAMS DAO structure and

usage.

Merge branch 'LDEV-4508'

LDEV-4508 Log when a Kumalive learner raises and lowers a hand

Merge branch 'LDEV-4509'

LDEV-4509 Allow zipped websites in Share Resources

Apparently on Windows zip file type is described differently than on

Unix.

LDEV-4507 Use DTOs instead of entities as page attributes

It seems that using entities as page attributes outside a transaction

causes undesired effect. Portrait tag fetches data from DB and existing

entities, including group participants, get flushed from session. It

overwrites changes made by learners being added to a group.

    • -7
    • +7
    /lams_learning/web/grouping/choose.jsp
LDEV-4504 Use just first part of grouped activity ID

We know there will be no name clash as this is a single learner table,

not an aggregate in monitoring.

LDEV-4501 Tool context files no longer reference audit service.

  1. … 48 more files in changeset.
LDEV-4407 Other projects stop depending on lams_gradebook

* GradebookService interfaces are redefined now:

- IGradebookService is going to be used by core modules.

- IGradebookFullService is used inside of lams_gradebook only and

nowhere else, as it contains lams_gradebook's internal logic and

classes.

* Introduce CommonContants.java which contains for now common

constants that used to be located in GradebookConstants.java

* Tools stop using gradebookService directly, but rather through

ILamsToolService's method updateGradebookUserActivityMark()

* Move GradebookUserActivityArchive and GradebookUserLessonArchive

to lams_gradebook

    • binary
    /lams_build/lib/lams/lams-admin.jar
    • binary
    /lams_build/lib/lams/lams-gradebook.jar
    • binary
    /lams_build/lib/lams/lams-learning.jar
    • binary
    /lams_build/lib/lams/lams-monitoring.jar
  1. … 42 more files in changeset.
LDEV-4407 Introduce new IMonitorFullService interface

MonitorService interfaces are redefined now:

1. IMonitorService is going to be used by core modules.

2. IMonitorFullService is used inside of lams_monitoring only and

nowhere else, as it contains lams_monitoring's internal logic and

classes.

  1. … 17 more files in changeset.
LDEV-4407 Introduce new LearnerService interfaces

LearnerService interfaces are redefined now:

1. ILearnerService is used by core modules. Also tools no longer

use it.

2. ILearnerFullService is used inside of lams_learning only and

nowhere else, as it contains lams_learning's internal logic and

classes.

3. ICoreLearnerService is removed, its method are split between

ILearnerService and ILearnerFullService.

  1. … 20 more files in changeset.
LDEV-4407 Tools to stop using learnerService

There is no need to have a separate ILearnerService designed

for tools only. As long as they require only one method from it

completeToolSession() which we can simply move to

ILamsToolService. After which we just remove learnerService

from the tools.

  1. … 44 more files in changeset.
LDEV-4497 Check if source LD SVG exists before attempting to copy it

When a LD is imported from ZIP, the SVG is not extracted nor created

immediately, thus it may not exist when a lesson gets created based on

this LD. The SVG will be created on first real user access.

LDEV-4507 Use redirect after learner chooses a group

Plain Struts forward resulted in "learnerChooseGroup" being the current

address which could lead to unnecessary retransmissions.

LDEV-4507 Prevent duplicate groups with a DB constraint

Lesson staff groups need to have order id different than 1 so they do

not clash with learner groups.

Fetch lesson learner count faster by an exact query rather than fetching

all learners with Hibernate and counting them.

Merge branch 'LDEV-4506'

LDEV-4506 Prevent exception after user resubmits results using two tabs

Merge branch 'LDEV-4504'

LDEV-4504 Wrap activity names in links to pop up with their content

    • -0
    • +10
    /lams_learning/web/lessonComplete.jsp
Merge branch 'LDEV-4454'

Conflicts:

lams_central/web/includes/javascript/chart.js

LDEV-4501 First cut of audit log screen implemented.

    • -0
    • +21
    /lams_admin/web/WEB-INF/struts-config.xml
    • -0
    • +5
    /lams_admin/web/WEB-INF/tiles-defs.xml
    • -0
    • +214
    /lams_admin/web/logevent.jsp
  1. … 5 more files in changeset.
LDEV-4407 Tools and core to use learning classes from lams_common

Tools and core start using shared learning classes that were

recently moved from lams_learning to lams_common.

Remove any leftover dependencies on lams_learning.

  1. … 64 more files in changeset.
LDEV-4407 Move shared classes from lams_learning to lams_common

This is done in order to eliminate the need for other projects to

depend on lams_learning.

LDEV-4407 Tools to use contentrepository classes from lams_common

Tools start using shared contentrepository classes that were

recently moved to lams_common from lams_contentrepository.

Remove any leftover dependencies on lams_contentrepository. Which

includes getting rid of getRepositoryLoginTicket() and some other

methods from tools services.

  1. … 63 more files in changeset.
LDEV-4407 Move shared contentrepository classes to lams_common

This is done in order to eliminate the need for other projects to

be dependent on lams_contentrepository.

  1. … 3 more files in changeset.
LDEV-4502: Google content shows in popup window

LDEV-4407 Move ped planner stuff to lams_planer

All ped planner related code moved out from lams_central and

lams_common to lams_planer. Although

PedagogicalPlannerActivityForm.java was moved from

lams_central to lams_common to be accessible by LAMS tools.

    • -193
    • +0
    /lams_central/web/css/pedagogicalPlanner.css
    • -103
    • +0
    /lams_central/web/tutorialVideo.jsp
  1. … 10 more files in changeset.
Merge branch LDEV-4499

LDEV-4499 Answers are timestamped in the export spreadsheet