lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
modified public ActionForward editActivityQuestions(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException, ToolException

by calling setDefineLater(request)

new Struts exception class

added updateMcContent and fixed setAsDefineLater

fixed saveMcContent and updateMcContent

added constant ERROR_MCAPPLICATION

added a check for USER_EXCEPTION_NO_STUDENT_ACTIVITY

added method : protected void setContentInUse(HttpServletRequest request)

fixed getLowestMark

fixed copyToolContent

changes to saveMcContent

added USER_EXCEPTION_NO_STUDENT_ACTIVITY

fixded redundant html tags

removed class definition

    • -1
    • +1
    /lams_tool_lamc/web/monitoring/Stats.jsp
tested so that tool content gets copied properly

added more javaDoc

enabled geting uiids for the newly copied file content

enabled creation of new uuids for the copied files content through content repository

passed IToolContentHandler to related methods.

made boolean definitions more uniform

Finish left characters function.

    • -1
    • +5
    /lams_tool_forum/db/sql/create_lams_tool_forum.sql
    • -0
    • +2
    /lams_tool_forum/db/sql/table-schema.sql
    • -1
    • +3
    /lams_tool_forum/web/jsps/authoring/basic.jsp
    • -0
    • +1
    /lams_tool_forum/web/jsps/learning/create.jsp
    • -0
    • +33
    /lams_tool_forum/web/jsps/learning/message/bodyarea.jsp
  1. … 3 more files in changeset.
LDEV-61 Fixing tool sessions - all users were getting separate tool sessions.

    • binary
    /lams_build/lib/lams/lams-learning.jar
    • binary
    /lams_build/lib/lams/lams-monitoring.jar
LDEV-61 Fixing tool sessions - all users were getting separate tool sessions. Made changes to suit changes in ToolActivity.createToolSession

LDEV-61 Fixing tool sessions - all users were getting separate tool sessions. Modified ToolSessionDAO to look up either a grouped tool session or an individual tool session using the learner rather than the group (in the group cases). The "get group" code only worked for explicit groups defined in the activity object, it didn't work for a "class wide" group, so the call to the get group in the tool session lookup was replaced by an extented HQL query which look at the actual group data in the database (looking via the session table, rather than via activity).

LDEV-61 Fixing tool sessions - all users were getting separate tool sessions. Added proper support for the three grouping support types GROUPING_SUPPORT_NONE, GROUPING_SUPPORT_OPTIONAL, GROUPING_SUPPORT_REQUIRED.

LDEV-61 Fixing tool sessions - all users were getting separate tool sessions. Changed the unique key column to be "uq_blah_blah" rather than "uqblahblah" as the latter has the potential for overlaps. e.g. uq_123 could be uq_<12><3> or uq_<1><23>; also changed group -> sessionGroup so that HQL wouldn't complain about group being a reserved word.

LDEV-61 Fixing tool sessions - all users were getting separate tool sessions. Changed the unique key column to be "uq_blah_blah" rather than "uqblahblah" as the latter has the potential for overlaps. e.g. uq_123 could be uq_<12><3> or uq_<1><23>

LDEV-61 Fixing tool sessions - all users were getting separate tool sessions. Changed name of "group" to "sessionGroup" so that the HQL wouldn't throw warnings about group being a reserved word.

LDEV-61 Fixing tool sessions - all users were getting separate tool sessions. Modified learner service to suit changes to ToolActivity.createToolSessionForActivity()

Corrected comment.

LDEV-61 Fixing tool sessions - all users were getting separate tool sessions. Modified monitoring service to suit changes to ToolActivity.createToolSessionForActivity()

LDEV-61 Fixing tool sessions - all users were getting separate tool sessions. Modified library activities to use GROUPING_SUPPORT_OPTIONAL as the grouping support type.

    • -1
    • +1
    /lams_tool_forum/db/sql/activity_insert.sql
    • -1
    • +1
    /lams_tool_forum/db/sql/tool_insert.sql
    • -1
    • +1
    /lams_tool_lamc/db/sql/activity_insert.sql
    • -1
    • +1
    /lams_tool_lamc/db/sql/tool_insert.sql
    • -1
    • +1
    /lams_tool_laqa/db/sql/activity_insert.sql
    • -1
    • +1
    /lams_tool_laqa/db/sql/tool_insert.sql
    • -1
    • +1
    /lams_tool_nb/db/sql/activity_insert.sql
    • -1
    • +1
    /lams_tool_sbmt/db/sql/activity_insert.sql
    • -1
    • +1
    /lams_tool_sbmt/db/sql/tool_insert.sql