• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4184: "outer-join" attribute in hbm.xml files is deprecated and produces warnings on server start up. Remove entries with "auto" value. Entries with value "true" become fetch=join.

  1. … 137 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. … 87 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. … 105 more files in changeset.
LDEV-3228 Ability to change, add, remove MCQ questions even after student have reached it

  1. … 67 more files in changeset.
LDEV-3147 Simplify tools: get rid of instructions tab, define in monitor and offline activity options

  1. … 338 more files in changeset.
LDEV-3155 Added leader aware feature

  1. … 94 more files in changeset.
LDEV-3085 Autosave feature for MCQ

  1. … 49 more files in changeset.
LDEV-2865 remove unused methods and fields

  1. … 16 more files in changeset.
LDEV-2816 remove MCQ results summary feature

  1. … 9 more files in changeset.
LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

    • -0
    • +12
    ./mappings/hibernate.cfg.xml
  1. … 1177 more files in changeset.
LDEV-2657 Date restrictions for MCQ (merge to HEAD)

  1. … 17 more files in changeset.
LDEV-2657: Date and time restrictions for MCQ

  1. … 17 more files in changeset.
LDEV-1998: Committing Pedagogical Planner base files and support for chat, forum, multiple choice, Q&A, noticeboard, notebook and vote tools.

  1. … 111 more files in changeset.
LDEV-1156: Adds Advance setting to display answers/results at the end of an MCQ (Authoring changes)

  1. … 10 more files in changeset.
LDEV-1302: Improving the performance in learner by improving the user attempt calls to the database and removing some of the iterations in the logic that made more database calls than necessary.

LDEV-1304: Fixing up the marking, which was incorrect if questions were worth more than 1.

  1. … 15 more files in changeset.
Merging 2.0.1 changes from the HEAD

  1. … 244 more files in changeset.
LDEV-1146: Increase login field length to 255.

  1. … 4 more files in changeset.
Fix for LDEV-969 Randomization of answers optional for all questions (default off).

  1. … 20 more files in changeset.
Fix for LDEV-972 New authoring advanced option: "Show group's top and average mark"

  1. … 19 more files in changeset.
Removed columns weight and disabled from the table tl_lamc11_que_content,removed column time_zone from the table tl_lamc11_usr_attempt. Changed tool version to 20061015. This will break the import/export (won't import previous designs) but that will be fixed in the importer.

  1. … 13 more files in changeset.
Major authoring rewrite and layout changes

  1. … 80 more files in changeset.
Reflection work in progress: Pojos, jsps updated

Removed redundat keys from properties file

  1. … 16 more files in changeset.
LDEV-560:After clicking on "View Summary"

Fixed.

  1. … 12 more files in changeset.
LDEV-560: Modified db model and fixes for learner and preview modes

  1. … 9 more files in changeset.
Fix to LDEV266: MCQ Summary page

  1. … 10 more files in changeset.
Fixes to LDEV266 and LDEV248

  1. … 21 more files in changeset.
updated the data model to accomodate new tool session name property

updated tool contract method createToolSession(...)

  1. … 5 more files in changeset.
converting String based date to java.util.date

  1. … 3 more files in changeset.
made boolean definitions more uniform