• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added the upload war lams-www.

Turned off the directory listing so the user must go directly to a file or action/servlet call, they can't get up a list of files in a directory.

    • -0
    • +984
    ./conf/unix/jboss/tomcat/web.xml
    • -0
    • +984
    ./conf/windows/jboss/tomcat/web.xml
Updated notebook service and session map.

  1. … 5 more files in changeset.
Adding Dutch and updating Norwegian

LDEV-493 when creating new classes, course managers are automatically added with staff role.

  1. … 1 more file in changeset.
Renamed NotebookConstants to CoreNotebookConstants to remove confustion with constants in Notebook tool.

  1. … 2 more files in changeset.
Adding support for LAMS 1.0.2 import. Includes a table to map the old tool types to our new tool signatures. Can import a sequence with tool tasks, no grouping and no data.

  1. … 19 more files in changeset.
Renamed variable for consistency.

  1. … 1 more file in changeset.
Renamed variable for consistency.

  1. … 1 more file in changeset.
Renamed variable for consistency.

  1. … 2 more files in changeset.
implement Comparable for User, sort according to login name

  1. … 1 more file in changeset.
lams.jar rebuild due to changes in lams_common notebook

implemented scratchpad for flash learner

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

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

  1. … 3 more files in changeset.
Adding Chinese, Updating Norwegian

Added check for null value in NotebookEntryDAO get method.

  1. … 1 more file in changeset.
Renamed Journal to Notebook.

added current/dest activity id params

  1. … 1 more file in changeset.
Adding German

  1. … 1 more file in changeset.
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. … 6 more files in changeset.
Added Journal Service.

Journal project renamed to notebook. LDEV-439

  1. … 138 more files in changeset.
latest changes including update to UserManagementService and Dapeng's AbstractStoreWDDXPacketServlet change

Added journal tool.

Adding Norwegian

Added SessionMap class

  1. … 1 more file in changeset.
Added smack and smackx

If you change the lesson class for lesson, the old rows in the database are deleted. If the lesson has already started, you won't be able to change the lesson class.

  1. … 1 more file in changeset.
Moving from a tool activity to a grouped tool activity was throwing an exception as the "create tool session" code (which calls the tool to create the tool session details) was being called within the tool context.

Moved the call to create the tool session into LoadToolActivityAction so that it will always be run within the lams-learning war context and hence all the tools' beans are available in the Spring context.

To try to stop this sort of problem occuring again (ie a tool calling code that relies on all tools' beans being in the context) the ILearnerService has been split into two interfaces. ILearnerService now only contains the one method that should be called by tools (to complete a tool session). All other calls are in ICoreLearnerService. Any of the core modules may use the ICoreLearnerService but only tools should use the ILearnerService.

  1. … 24 more files in changeset.
Corrected the initial dtd entry - contained two elements that are subelements of Dictionary. Should fix the error that occurs when LAMS first starts and the lams.xml file is loaded.