lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed spelling of names and descriptions in the organisation and workspace tables.

    • -0
    • +4
    /lams_common/db/sql/create_lams_11_tables.sql
updated the task lams-lamc11-war for deployment of learning/ and authoring/

updated definitions for learning/ and authoring/ level jsps.

    • -13
    • +7
    /lams_tool_lamc/web/WEB-INF/tiles/tiles-defs.xml
updated/removed fck editor related definitions changed hibernate filter

removed viewSummary definition

created /web/learning/ folder for learning level jsps

    • -0
    • +41
    /lams_tool_lamc/web/learning/AnswersContent.jsp
    • -0
    • +158
    /lams_tool_lamc/web/learning/CombinedAnswersContent.jsp
    • -0
    • +220
    /lams_tool_lamc/web/learning/IndividualLearnerResults.jsp
    • -0
    • +75
    /lams_tool_lamc/web/learning/RedoQuestions.jsp
    • -0
    • +115
    /lams_tool_lamc/web/learning/ResultsSummary.jsp
    • -0
    • +174
    /lams_tool_lamc/web/learning/SingleQuestionAnswersContent.jsp
    • -0
    • +154
    /lams_tool_lamc/web/learning/ViewAnswers.jsp
created authoring/ folder for authoring level jsps

    • -0
    • +97
    /lams_tool_lamc/web/authoring/AdvancedContent.jsp
    • -0
    • +193
    /lams_tool_lamc/web/authoring/AuthoringMaincontent.jsp
    • -0
    • +134
    /lams_tool_lamc/web/authoring/BasicContent.jsp
    • -0
    • +176
    /lams_tool_lamc/web/authoring/InstructionsContent.jsp
    • -0
    • +144
    /lams_tool_lamc/web/authoring/OptionsContent.jsp
removed headers and updated fck editor tag

updated FCK editor tag

updated fck editor tag

    • -1
    • +2
    /lams_tool_lamc/web/CombinedAnswersContent.jsp
added lams tag

    • -1
    • +2
    /lams_tool_lamc/web/AnswersContent.jsp
Modified the dummy monitoring screen to support the new Activity.getAuthoringActivityDTOSet() method.

    • binary
    /lams_build/lib/lams/lams-monitoring.jar
change textarea to customized.

    • -6
    • +186
    /lams_tool_forum/web/WEB-INF/lams.tld
    • -2
    • +1
    /lams_tool_forum/web/jsps/learning/create.jsp
New customerized HTML textarea tag (compatible with STRUTS)

changes to Activity, ComplexActivity and LearningDesignDTO new method getAuthoringActivityDTOSet

New customerized HTML textarea tag (compatible with STRUTS)

    • -0
    • +179
    /lams_central/conf/xdoclet/taglib-tag.xml
    • -6
    • +186
    /lams_central/web/WEB-INF/lams.tld
changed populateActivities method in order to accommodate for change in the getAuthoringActivityDTO method.

added new method getAuthoringActivityDTOSet , which adds the DTO for the parents and DTO for all child activities

changed the method getAuthoringActivityDTO to private and added new method getAuthoringActivityDTOSet

Added scrollbar to the frame containing the list of lessons, so that it is easier to navigate when there are lots of lessons!

Fixed up the workspace entries for the test users.

Made Activity.toString() more informative.

Made toString() more informative.

Fixed display of the parallel activities on the dummy monitoring screen. Previously it was using the activities from in the learning design and the parallel activity was a CGLIB entry, which didn't give access to the activities method. Added a new session parameter, activities, which contains a set of AuthoringActivityDTO objects and these are used in the place of the learning design.

    • binary
    /lams_build/lib/lams/lams-monitoring.jar
    • -27
    • +34
    /lams_monitoring/web/dummyDetail.jsp
updated session variable with the correct one from Constants file

fixed the issue: if there is only 1 question in the question list, disable moving questions up and down

added a static newInstance method and implemented Comparable interface

included deep copy of attachments for copyToolContent. To be improved to access content repository during deep copy

enabled testing service pojo method copyToolContent

included a test button for copyToolContent functionality