• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added some constants to the Classes

Adding unarchive functionality.

    • -6
    • +29
    ./org/lamsfoundation/lams/lesson/Lesson.java
  1. … 12 more files in changeset.
Exception handle for each tool.

  1. … 1 more file in changeset.
Added some privilege related methods

privilege related DAOs

PrivilegeDAO interface

removed teacher role, add some methods

RolePrivilegeDAO interface

add privilege related DAOs

    • -0
    • +5
    ./org/lamsfoundation/lams/commonContext.xml
Grouping failing when max number of groups null - now allows any number of groups. Also changed the calculation of urls so that " null + some parameter" = null rather than null?param=blah

    • -1
    • +3
    ./org/lamsfoundation/lams/util/WebUtil.java
Add userId parameter in importToolContent interface.

  1. … 9 more files in changeset.
Implementation of jsp based chosen grouping, with the appropriate screen in monitoring.

  1. … 2 more files in changeset.
Activity learning design assign: start import learning design as lesson. success.

Added lastName, firstName to the learner progress DTO sent to Flash.

Added methods to retrieve countries and locales

LocaleDAO to retrieve countries and languages LAMS supports

    • -0
    • +7
    ./org/lamsfoundation/lams/commonContext.xml
    • -0
    • +44
    ./org/lamsfoundation/lams/usermanagement/dao/ILocaleDAO.java
domain object for lams_country

hibernate mapping files for lams_country and lams_language tables

  1. … 2 more files in changeset.
Clean up grouping code so that the shared code is in lams.jar, and making it so that learner can't trigger the chosen grouping. I18N the grouping screen and added a wait page for the chosen grouping.

  1. … 7 more files in changeset.
Import tool content works!!! in rsrc and submit tool with sigle file and pacakge testing!!!

extends BaseDAO and implements IBaseDAO to simplify the DAOs

  1. … 4 more files in changeset.
added OrganisationStateId constants

added getOrganisationTypeById method

Update import tool content interface.

  1. … 3 more files in changeset.
Added code field and its getter and setter which was missing

Added organisationState related methods

OrganisationState DAO hibernate implementation

OrganisationState DAO Interface

added organisationStateDAO to userManagementService

    • -0
    • +5
    ./org/lamsfoundation/lams/commonContext.xml
Random grouping now working.

Fixed issues in authoring - was trying to look up grouping by UUID and that won't work for more than one design with grouping (as the UUIDs may be duplicated). Modified authoring to get all the existing groupings via the grouping activities.

Changed to make learner service changes to stop a hibernate lazy initialisation exception when grouping has just been run. Also reduced the amount of data needed to be cached in the session - only the lesson id is needed not the complete lesson.

  1. … 3 more files in changeset.