lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix bug for copyToolContent()

added an if statement around the advanced and instructions tab. if defineLater isnt set, then it will show three tabs, otherwise it will only show basic tab

changed the defineLater url

made some changes for defineLater functionality. tried to work with existing code. If defineLater is set, then it is used in define_later_mode, if not, then its in authoring mode. if in define later mode, then the showBasicTab is set to true, and the authoring page will only show the basic tab.

Clean AuthoringSession now cleans up the session variable mode

added the constant MODE used for defineLater page.

changed the path to use the authoring url The NbAuthoringStarterAction will no longer be used

Update wddx version to LAMS1.1 CVS tag.

    • binary
    /lams_build/lib/wddx/wddx-1.0a-lfl-0.2.jar
    • binary
    /lams_build/lib/wddx/wddx.jar
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.