Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4962 Use complex portrait UUID in tools

Conflicts:

lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/dao/hibernate/QaUsrRespDAO.java

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

Conflicts:

lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/dbupdates/patch20170101_updateTo30.sql

LDEV-4945 Fix mysql comments on patch files

  1. … 69 more files in changeset.
LDEV-4945 Fix mysql comments on patch files

  1. … 94 more files in changeset.
LDEV-4743 Squash tool patches updating to version 3.1

  1. … 110 more files in changeset.
LDEV-4932: Adding CSRF to forum and central

CSRF additions to:

- Forum authoring methods

- Adding outcomes to activities in tools (changes to tag and central methods)

  1. … 10 more files in changeset.
LDEV-4932 Secure edit in monitor with CSRF Guard

* In order to secure /definelater.do path, added definelater() method to

AuthoringController to the tools missing it

* Remove unnecessary forms from monitor in Vote, NB, QA tools

  1. … 109 more files in changeset.
LDEV-4932 Forum CSRF update marks in monitor

Add CSRF prevention on Forum update marks

  1. … 2 more files in changeset.
LDEV-4932 Secure setting submission deadline with CSRF Guard

  1. … 63 more files in changeset.
LDEV-4932 Introduce CSRF Guard to Forum. Secure authoring.

  1. … 5 more files in changeset.
LDEV-4929 Add missing service method names to xApplicationContext.xmls

* Alphabetize method names in to xApplicationContext.xmls

  1. … 42 more files in changeset.
LDEV-4900 Update Gradebook marks of non-leaders on leader finish

* Gradebook now pushes updated marks to LTI consumer. It happens only if

user has finished the lesson

  1. … 60 more files in changeset.
LDEV-4721 Fix version filter method names

  1. … 4 more files in changeset.
LDEV-4756 Can add attachments to Forum messages.

LDEV-4756 Can add attachments to Forum messages.

LDEV-4743 Squash/Update SQL scripts ready for LAMS 3.1 release

  1. … 116 more files in changeset.
LDEV-4678 Remove no longer needed @Autowired applicationContext

  1. … 20 more files in changeset.
LDEV-4678 WebUtil.putActivityPositionInRequestByToolSessionId transformed into service method

Also introduce ICommonToolService that will hold methods shared by all

tools.

  1. … 140 more files in changeset.
LDEV-4730 Fix column mappings in Hibernate

  1. … 1 more file in changeset.
LDEV-4721 Add class renaming filter for tool content import

  1. … 16 more files in changeset.
LDEV-4696 Make all @ManyToOne and @OneToOne lazy

Hibernate 3 used lazy loading of single-object relationships by default.

JPA's default setting is eager. When loading entities all references are

loaded immediately using JOINs. A large entity, like Learning Design,

can have a query consisting of 25 JOINs. It makes it very slow.

There is no way to change JPA's default behaviour. In order to make JPA

annotations behave like old Hibernate, each of them got an explicit

attribute saying that loading is lazy.

  1. … 163 more files in changeset.
LDEV-4696 Make all @ManyToOne and @OneToOne lazy

Hibernate 3 used lazy loading of single-object relationships by default.

JPA's default setting is eager. When loading entities all references are

loaded immediately using JOINs. A large entity, like Learning Design,

can have a query consisting of 25 JOINs. It makes it very slow.

There is no way to change JPA's default behaviour. In order to make JPA

annotations behave like old Hibernate, each of them got an explicit

attribute saying that loading is lazy.

  1. … 163 more files in changeset.
LDEV-4695 No new topics after Finished when Locked On Finish is on.

  1. … 2 more files in changeset.
LDEV-4696 Removing legacy parameters and deprecated methods

  1. … 37 more files in changeset.
LDEV-4696 Converting Forum over to Annotations

    • -0
    • +29
    ./java/org/lamsfoundation/lams/tool/forum/dao/IForumDAO.java
    • -0
    • +76
    ./java/org/lamsfoundation/lams/tool/forum/dao/IMessageDAO.java
  1. … 89 more files in changeset.
LDEV-4440 Reintroduce common method that eliminates repetitive code

LDEV-4440 Switch controllers to use @Autowired service beans

Also in cases when service bean in Controller has the same name as in

applicationContext, @Qualifier(..) can be removed. Which was done almost

in all cases, except for messageService due to "messageService" name

seems to be more preferable than adminMessageService,

centralMessageService and so on. Thus they were kept as before:

@Autowired

@Qualifier("centralMessageService")

private MessageService messageService;

  1. … 178 more files in changeset.
LDEV-4440 Fix issues with tools' admin pages

  1. … 2 more files in changeset.
LDEV-4440 Merge FileValidatorSpringUtil and FileValidatorUtil into FileValidatorUtil

  1. … 22 more files in changeset.
LDEV-4440 Fix form validation

  1. … 2 more files in changeset.