Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4858 Ensure correct Excel cell text length

  1. … 4 more files in changeset.
LDEV-4917 In Forum fix uploading files if first form submit failed

LDEV-4917 Add Uppy upload to Forum tool

  1. … 14 more files in changeset.
LDEV-5057 Use UTF-8 as default encoding for message sources

  1. … 33 more files in changeset.
LDEV-4997 Renormalize line endings with git

  1. … 414 more files in changeset.
LDEV-4999 Fix monitor role detection when updating learner mark

  1. … 457 more files in changeset.
LDEV-4962 Use complex portrait UUID in tools

  1. … 24 more files in changeset.
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.

    • -10
    • +13
    ./org/lamsfoundation/lams/tool/forum/model/Forum.java
  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.

    • -10
    • +13
    ./org/lamsfoundation/lams/tool/forum/model/Forum.java
  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.