• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
if serverOrgMap is disabled, throw AuthenticationException

added new methods

Try to skip no matching tool activities. Not finish yet.

Add javadoc and check system session is null.

Add javadoc and check system session is null.

Add Java doc

The 1.0.2 has 0x0a references which cause the parser to throw away some of the text. These references have been replaced with a newline to get around the problem

1.0.2 importer: convert newlines in instruction text to <BR/> as the matching field uses an FCKEditor

    • -0
    • +7
    ./org/lamsfoundation/lams/util/WebUtil.java
  1. … 10 more files in changeset.
In method readToolAccessMode, return null if the mode attribute is not present for

    • -1
    • +3
    ./org/lamsfoundation/lams/util/WebUtil.java
journal entries page for teachers - accessible from Monitor (learners tab)

    • -0
    • +1
    ./org/lamsfoundation/lams/commonContext.xml
  1. … 11 more files in changeset.
<char code='0a'/><char code='0a'/> in the 1.0.2 import files is causing the parser to strip out text. Put in a replacement string to code around the problem

Working import for survey and scribe, tweaked the source of the activity names

  1. … 1 more file in changeset.
my notes - add/edit/view notes/journal entries

    • -1
    • +20
    ./org/lamsfoundation/lams/commonContext.xml
  1. … 13 more files in changeset.
Updated the jsp pages to support stripes and the separate learner stylesheet.

  1. … 4 more files in changeset.
notebook view all page (popup jsp) + add notebook entry or journal (not quite ready) (popup jsp)

  1. … 11 more files in changeset.
add monitor role to external teacher

Fixed bug where user wasn't added to lesson class properly if they were already in the staff group. Also tried to eliminate some lazy loading errors in addStaffToLesson and addLearnerToLesson but wasn't able to eliminate the error.

Initialise lesson objct so that it can be accessed in HomeAction

updated notebook export (export portfolio) - private/teacher viewable (public) flag + handling for teacher's exporting a learner's portfolio (only see teacher viewable notes i.e journals)

  1. … 8 more files in changeset.
notebook entry ordering

Added a useful method

Added new category type for "Response" style activities e.g. Q&A

  1. … 1 more file in changeset.
Updated address in copyright statement

  1. … 65 more files in changeset.
initialize staffGroup in LessonClass before add staff member to it

extends BaseDAO and IBaseDAO to use initialize method

added initialize method to force initializing a proxy of a persistent object or collection in hibernate

    • -1
    • +8
    ./org/lamsfoundation/lams/dao/IBaseDAO.java
formatted it only

create SSO cookie if jboss forgot to create it in integration calls in startSession

added SSO cookie name definition

call addChild on workspaceFolder in createWorkspaceForOrganisation method to fix the hibernate problem in workspaceManagementService