lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
new action class for monitoring action

new form for monitoring module

added resource label.monitoring

added constant LOAD_MONITORING

reading parameters with the format AttributeNames.PARAM_TOOL_CONTENT_ID

reading parameters with the format AttributeNames.PARAM_TOOL_SESSION_ID

changed define later url field definition

    • -1
    • +1
    /lams_tool_lamc/db/sql/tool_insert.sql
added support for accessing content repository to copy the uuids for the uploaded files

updated the jsp for activeModule

updated the jsp for constant constant activeModule

updated the starter for constant ACTIVE_MODULE

updated public ActionForward editActivityQuestions(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException, ToolException

no changes

added a logger.debug()

added FlushMode.AUTO

added contant DEFINE_LATER_EDIT_ACTIVITY

new insert test data target

added test.contentid

changed the urls (removed the starter path)

*** empty log message ***

most testcases now run except the ones that try to getDefaultContentId by Tool signature

fixed up tests cases so they now can run fixed tearDown method

made some private declarations protected so it can be used by other test classes

removeToolContent - it will try to delete files from repository before deleting the NoticeboardContent object.

createToolSession - modifications made as to way its saved

changed the deletion methods to use createQuery instead of getHibernateTemplate.delete()

removed the get*UID method and remove*UID methods as they arent used

inserts test data to run nb not required for junit tests tho

    • -0
    • +25
    /lams_tool_nb/db/sql/insert_test_data.sql
LDEV-67: Run sequences were not going in the correct workspace folder. Now when the lesson starts, the learning design is placed in the default runtime sequence folder. If such a folder does not exist, the learning design is placed in the original folder. Also changed lams.jar to add a default runtime sequence folder to the workspace object.

Also cleaned up MonitoringService - removed a few member variables and methods that are no longer used, and removed the matching entries from the context file.

LDEV-67: Run sequences were not going in the correct workspace folder. Now when the lesson starts, the learning design is placed in the default runtime sequence folder. If such a folder does not exist, the learning design is placed in the original folder. Also changed lams.jar to add a default runtime sequence folder to the workspace object.

    • binary
    /lams_build/lib/lams/lams-monitoring.jar
LDEV-67: Run sequences were not going in the correct workspace folder. Added a default runtime sequence folder to the workspace object.