• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3452: Save Conditions along with Questions (cascade) when creating a lesson and importing a LD.

  1. … 3 more files in changeset.
LDEV-3340: Remove hibernate.cfg.xml files. Most probably they were used to create DB schema from .hbm.xml files using Ant. They are obsolete now.

  1. … 27 more files in changeset.
LDEV-3293: fix hibernate dtd declarations. Change 'hibernate.org' to 'www.hibernate.org'.

In order for hibernate DTDEntityResolver not to load hibernate-mapping-3.0.dtd from internet (and use local one), namespace declaration of dtd must exactly match the namespace declared in DTDEntityResolver class.

  1. … 92 more files in changeset.
LDEV-3293: Use Spring support for Hibernate 4 instead of 3 (session factory and filters).

Use new path for Hibernate DTDs. Make XDoclet generate hbm.xml files with the correct path by providing it a new template.

  1. … 110 more files in changeset.
LDEV-1944: Do not cascade from Condition to Message as it breaks tool content import.

file Attachment.hbm.xml was added on branch lams2_head_wildfly on 2016-04-27 13:22:35 +0000

file Timestamp.hbm.xml was added on branch lams2_head_wildfly on 2016-04-27 13:22:35 +0000

file MessageSeq.hbm.xml was added on branch lams2_head_wildfly on 2016-04-27 13:22:35 +0000

file MessageRating.hbm.xml was added on branch lams2_head_wildfly on 2016-04-27 13:22:35 +0000

file Message.hbm.xml was added on branch lams2_head_wildfly on 2016-04-27 13:22:35 +0000

file ForumUser.hbm.xml was added on branch lams2_head_wildfly on 2016-04-27 13:22:35 +0000

file ForumToolSession.hbm.xml was added on branch lams2_head_wildfly on 2016-04-27 13:22:35 +0000

file ForumReport.hbm.xml was added on branch lams2_head_wildfly on 2016-04-27 13:22:35 +0000

file Forum.hbm.xml was added on branch lams2_head_wildfly on 2016-04-27 13:22:35 +0000

LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

  1. … 1182 more files in changeset.
LDEV-2651 added Forum option to rate other student's postings

*merge from lams2_3_release

  1. … 30 more files in changeset.
LDEV-2651 added Forum option to rate other student's postings

  1. … 33 more files in changeset.
file MessageRating.hbm.xml was initially added on branch lams2_3_release.

  1. … 1 more file in changeset.
LDEV-2551 fixing 2 problems:

- when lesson gets created not all MessageSeq objects were stored in DB

- Message's cascade="all-delete-orphan" Hibernate setting which prevented deletion of topics

*merge from lams2_3_release

  1. … 2 more files in changeset.
LDEV-2551 fixing 2 problems:

- when lesson gets created not all MessageSeq objects were stored in DB

- cascade="all-delete-orphan" Hibernate setting which prevented deletion of topics

  1. … 3 more files in changeset.
LDEV-2545 Deliver email messages to students/teachers on forum postings

*merge from lams2_3_release

  1. … 9 more files in changeset.
LDEV-2545 Deliver email messages to students/teachers on forum postings

  1. … 11 more files in changeset.
LDEV-1743 adding ability to remove/update and change order of threads

*merge to lams2_3_release

  1. … 25 more files in changeset.
LDEV-1743 added ability to remove/update and change order of threads

  1. … 20 more files in changeset.
LDEV-963: adding new posting feature

  1. … 26 more files in changeset.
LDEV-2080: For Forum tool - changed the way Hibernate properties are declared and added mapping to the missing file.

  1. … 1 more file in changeset.
LDEV-1944: Added text search based conditions to Forum tool.

  1. … 33 more files in changeset.
LDEV-1894: Added advanced option: notify learners of their marks when they are released.

  1. … 36 more files in changeset.
LDEV-1530: To remove the Hibernate error occuring when two users in one tool session start forum together, I have modified how the content is updated so that cloned content is updated when an edit is done in Monitoring. See also LDEV-649.

  1. … 8 more files in changeset.
Add version for optimistic lock for session.

  1. … 15 more files in changeset.