Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4696 Rewrite part of Common entities to Hibernate annotations

  1. … 24 more files in changeset.
LDEV-4609 Add archive date to gradebook marks on lesson restart

    • -0
    • +8
    ./GradebookUserActivityArchive.hbm.xml
  1. … 5 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

    • -81
    • +0
    ./GradebookUserActivityArchive.hbm.xml
    • -64
    • +0
    ./GradebookUserLessonArchive.hbm.xml
  1. … 55 more files in changeset.
LDEV-4411 Mark entities as cacheable

usage="read-only" seems to do nothing at the moment, but it may be a

guidance for future optimisations.

    • -0
    • +2
    ./GradebookUserActivityArchive.hbm.xml
  1. … 234 more files in changeset.
LDEV-4288: Archive gradebook on lesson retry. Remove activity content on lesson retry.

    • -0
    • +81
    ./GradebookUserActivityArchive.hbm.xml
    • -0
    • +64
    ./GradebookUserLessonArchive.hbm.xml
  1. … 14 more files in changeset.
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. … 140 more files in changeset.
LDEV-3768: Remove XDoclet library and corresponding Ant tasks. Generate and use static configuration files instead.

  1. … 402 more files in changeset.
LDEV-2926 * removed XDoclet tags from Java classes that generate them improperly and thus already possess static .hbm.xml files. * removed static .hbm.xml files in cases when they can be produced using Xdoclet information

  1. … 49 more files in changeset.
Merge lams2_3 to head (continuing...)

  1. … 50 more files in changeset.
LDEV-2173 - Putting most of gradebook into its own project for easier maintainence

Database persistence beans and DAO are staying in lams_common

    • -0
    • +79
    ./GradebookUserActivity.hbm.xml
    • -0
    • +79
    ./GradebookUserLesson.hbm.xml
  1. … 43 more files in changeset.
LDEV-2173 Adding feedback to gradebook

  1. … 11 more files in changeset.
LDEV-2173 - First commit for gradebook stuff

First monitor interface implemented, teachers can look by activity to mark the students work

    • -0
    • +70
    ./GradeBookUserActivity.hbm.xml
    • -0
    • +70
    ./GradeBookUserLesson.hbm.xml
  1. … 247 more files in changeset.