• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
implemented scratchpad for flash learner

  1. … 6 more files in changeset.
Changed entry field to use text rather than varchar

  1. … 1 more file in changeset.
implemented searchByStringProperties method in BaseDAO for user-search functionality

  1. … 1 more file in changeset.
Updating Norwegian

  1. … 2 more files in changeset.
updated id for other license following db changes

  1. … 1 more file in changeset.
open/close folder when clicked

only show license comment textarea for other licensing agreement option

  1. … 1 more file in changeset.
only show license comment textarea for other licensing agreement option + order license list by license_id

Changed the name of the licensing and all the LAMS Recommended license. Also we will use the license_id to sort the display licenses when presented in authoring (so re-ordered them appropriately

added attempted_mc and control

Added check for null value in NotebookEntryDAO get method.

  1. … 1 more file in changeset.
added a new method to get learner name

Add more detail log info.

save item control

Renamed Journal to Notebook. The Notebook is accessed via coreNotebookService

    • -0
    • +2
    ./db/sql/create_notebook_tables.sql
    • -0
    • +2
    ./db/sql/notebook_table-schema.sql
  1. … 3 more files in changeset.
added current/dest activity id params

  1. … 1 more file in changeset.
Adding Norwegian

    • -0
    • +34
    ./conf/language/ApplicationResources_no.properties
  1. … 3 more files in changeset.
Removing the LAMS_Learner_Guide_b60.pdf guide

  1. … 1 more file in changeset.
Update error handler

added a method to get the description text for the dictionary key

added a new property for tool tip maximum width check

added code to apply tool tip for learner's completed and current activities for both learner and monitor environment

Implenting copyToolContent. The ToolContent object needs to load the Tool straight away, otherwise the copyToolContent call ends up trying to link a proxied Tool object to two different sessions (the call to actually generate the id is in its own transation).

  1. … 1 more file in changeset.
Added Journal Service.

    • -0
    • +7
    ./conf/hibernate/mappings/hibernate.properties
    • -0
    • +2
    ./db/sql/create_journal_tables.sql
    • -0
    • +2
    ./db/sql/journal_table-schema.sql
    • -0
    • +127
    ./src/java/org/lamsfoundation/lams/journal/model/JournalEntry.java
added a new class "ToolTip" to common package under flash/org/lamsfoundation/lams/common

This class is the base for showing tooltip on most of all the major components in Authroign, Monitoring and Learner Environment on the flash client side

    • binary
    ./src/flash/org/lamsfoundation/lams/common/ToolTip.as
added new method to UserManagementService (getRolesForOrgType)

Add audit service.

added few methods and added a new dto item and made updated compareProgressData to return correct value

removed +1 from mehtod call param for "getMonthAsString" on in the variable "dateFormated " in getStartDateTime method to show correct start date on lesson tab in monitor

Added SessionMap class

  1. … 1 more file in changeset.