• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
PrivilegeDAO interface

removed teacher role, add some methods

RolePrivilegeDAO interface

add privilege related DAOs

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

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. … 1 more file in changeset.
add commas between the common values to fix the sql syntax error. Sorry about the build failures

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

domain object for lams_country

    • -0
    • +68
    ./src/java/org/lamsfoundation/lams/usermanagement/Country.java
hibernate mapping files for lams_country and lams_language tables

insert some data into lams_country and lams_language

Added lams_language and lams_country tables

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. … 2 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.
made Debugger work across all applications and use correct model data to dump

dictionary label change on Ok alert button

updated onServerResponse to not show actual error message in system error dialog

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