lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
chaged passmark from form's scope to session scope

added active module and defineLaterInEditMode

added to methods request.setAttribute(CURRENT_MONITORING_TAB, "editActivity");

added code for switching to view-only mode in the monitoring url after the content

addd loadMonitoring definition to monitoring action

converted to getDestination

added Javadocs

enabled calling from monitoring module and added Javadoc

moved setDefineLater(..) and getDestination(..) here

added McLearningAction

removed debugging code

no major change

removed this file

reenabled loading questions

after refactoring authoring module : new learning action class

adding these 3 new images

    • binary
    /lams_tool_lamc/web/images/cross.gif
    • binary
    /lams_tool_lamc/web/images/tick.gif
no changes

enabled forwarding to monitoring content from authoring starter

added javaScript for the selection of the current tab

added bold to resource bean calls

made changes so that edit activity action work from monitoring url the same way it works in authoring url define later.

modified method editActivityQuestions for use in monitoring url.

fixed a resource def.

Fix transaction name bug

Add DISABLE_LESSON to lesson class

Add DISABLE_LESSON to lesson_state table

    • -0
    • +1
    /lams_common/db/sql/insert_types_data.sql
removeLesson

Add DISABLE_LESSON to lesson class

LDEV-77: The createWorkspaceFolderContent and deleteContentWithVersion calls were not working. The code logged into the content repository, but it had not set up an area in the content repository to create the files (i.e. it had not created the Workspace service's workspace) and it had not defined the credential with the repository. So the login to the repository failed.

Added code to detect the "can't login" error and if it occurs, the code attempts to create the repository workspace and credential and then log in again.

Modified activites to be GROUPING_SUPPORT_OPTIONAL so that they would use the class grouping for a tool session, rather than a one individual per tool session.