• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
<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

    • -2
    • +18
    ./lamsfoundation/lams/tool/ToolContentImport102Manager.java
  1. … 1 more file in changeset.
my notes - add/edit/view notes/journal entries

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

    • -4
    • +16
    ./lamsfoundation/lams/util/CSSThemeUtil.java
  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.

    • -19
    • +15
    ./lamsfoundation/lams/lesson/LessonClass.java
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

    • -2
    • +3
    ./lamsfoundation/lams/lesson/dao/ILessonDAO.java
added initialize method to force initializing a proxy of a persistent object or collection in hibernate

    • -1
    • +8
    ./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

add an addChild method to fix a hibernate problem in workspaceManagementService

our SingleSignOn for integration

remove redundant code regarding SessionManager

removed some unnecessary log only

added help url configuration item

  1. … 4 more files in changeset.
to find the proper url to dispatch user to based on the parameters in the LoginRequest servlet request

add user memberships and roles when creating lams courses for external courses to enable external user to get workspace tree properly(otherwise, user can't get organisation workspace folders due to permission issue)

to generate ramdom password for external users

lams valve, not working well yet, just for Fiona to test

optimized exception handling

    • -6
    • +14
    ./lamsfoundation/lams/util/HashUtil.java