• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
removed the deprecated file

added some methods to the interface and class

added some methods to the classes

added some methods to the interfaces

added some constants to the Classes

added missing code property

added static methods for comparing

Adding unarchive functionality.

    • -2434
    • +2447
    ./db/model/lams_11.clay
    • -273
    • +0
    ./db/sql/insert_users_org_test.sql
  1. … 8 more files in changeset.
Exception handle for each tool.

  1. … 1 more file in changeset.
insert data lams_privilege, lams_role_privilege tables

modified data in lams_role table

change method names to compile with the latest DAO interfaces

Added some privilege related methods

privilege related DAOs

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.