Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2560: Add information about LearningDesign original author. Imported LD will have original author set to the importing user.

    • -0
    • +1
    ./lamsfoundation/lams/util/wddx/WDDXTAGS.java
  1. … 3 more files in changeset.
LDEV-2537: Change query to follow Hibernate 3.3 syntax.

LDEV-1978: Filter access to Learning Flash sequence, in addition to securing single Activity access. This prevents unnecessary ToolSessions from being created.

Also, find exact user's ToolSession when accessing Monitor, rather than iterating through them.

  1. … 2 more files in changeset.
LDEV-2756 introducing Kaltura CKEditor plugin

  1. … 9 more files in changeset.
LDEV-1978: Remove unnecessarily created ToolSession with single user who tries to access a lesson he is no a learner in.

LDEV-1978: Check for Lesson's allowed users rather than ToolSession's ones, because an unathorised access to some Tool's Learner creates a separate ToolSession for that singe user (so he is an allowed person).

LDEV-1978: Add a filter checking for unauthorised cross-course traversal. For initial testing purposes it is added only in Forum Tool.

    • -0
    • +236
    ./lamsfoundation/lams/web/filter/AccessPermissionFilter.java
  1. … 2 more files in changeset.
LDEV-2737: Add unusual package path of .hbm files of Eadventure Tool.

    • -257
    • +1
    ./lamsfoundation/lams/commonContext.xml
LDEV-2735: Add specific package path for Eadventure tool.

    • -0
    • +1
    ./lamsfoundation/lams/beanRefContext.xml
LDEV-2733: Removing patched 01, 03 and 05 as mentioned in previous JIRA comments. Removing only some parts of 06 script.

LDEV-2451 LDEV-2451 allow multiple values of ldap group attribute

*merge from lams2_3_release

WVI-15 Email Notifications

*merge from lams2_3_release

    • -92
    • +120
    ./lamsfoundation/lams/index/IndexLessonBean.java
    • -57
    • +73
    ./lamsfoundation/lams/index/IndexLinkBean.java
    • -35
    • +53
    ./lamsfoundation/lams/lesson/Lesson.java
  1. … 25 more files in changeset.
WVI-14 adding Lesson time limits feature

*merge from lams2_3_release

    • -0
    • +3
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +40
    ./lamsfoundation/lams/learningdesign/dao/IGroupUserDAO.java
    • -56
    • +93
    ./lamsfoundation/lams/lesson/Lesson.java
  1. … 19 more files in changeset.
LDEV-2719: Invalidating session in LoginRequestServlet removes SSO cookie as well. Way to remove a cookie has been adjusted for Firefox needs.

  1. … 1 more file in changeset.
LDEV-2711: Forbid accessing lesson level gradebook by learners. Allow setting courseName without prefix. Fix a bug when accessing course level gradebook by learners.

  1. … 2 more files in changeset.
LDEV-2711: Add "mode=gradebook" parameter value to LoginRequestServlet so it redirects user straight to Gradebook servlet after authentication. Modify parameters veryfied by Gradebook servlet on access to keep them coherent with LoginRequestServlet.

  1. … 1 more file in changeset.
CNG-2: Use existing LoginRequestServlet to authenticate users in Mindapp, rarther that do own implementation.

CNG-1: Add basic MinApp integration implementation to public CVS. Temporarily override security for several servlets until OpenID support is introduced. Allow hiding chosen buttons in Planner using URL parameter. Allow overriding Back button target in Planner using URL parameter.

  1. … 33 more files in changeset.
LDEV-2704 Weaken foreign key's constraints due to problems with learning designs removal

*merge from lams2_3_release

LDEV-2664 LearnerFlashEnabled.tag has been reimplemented as Java class (this is done in order to prevent updating list of mobile devices in all modules )

*merged from lams2_3_release

  1. … 60 more files in changeset.
Fixing syntax

Fixing missign foreign keys setting for update

LDEV-2675: create dir if it doesn't exists

LDEV-2672 Ability for integrated servers to access learning design's SVGs

*merge from lams2_3_release branch

  1. … 4 more files in changeset.
LDEV-2646: Several fixes for Planner access control: "Viewing" and "removing" is for whole nodes, not just templates. Node's owner can not remove it if there are subnodes he doesn't have permissions to remove.

    • -11
    • +12
    ./lamsfoundation/lams/planner/dto/PedagogicalPlannerSequenceNodeDTO.java
  1. … 3 more files in changeset.
LDEV-2664 Switch learner interface for learners if they use a mobile device

*merge from lams2_3_release

  1. … 8 more files in changeset.
LDEV-2642, LDEV-2646: Extend access control for Planner nodes. Add a node's owner field. Fix exporting/importing nodes. Upgrade XStream from 1.1 to 1.1.3.

    • -9
    • +34
    ./lamsfoundation/lams/planner/PedagogicalPlannerSequenceNode.java
    • -32
    • +98
    ./lamsfoundation/lams/planner/dto/PedagogicalPlannerSequenceNodeDTO.java
  1. … 9 more files in changeset.
LDEV-2642, LDEV-2646: Move metadata to separate table. Use LD ID rather than ZIPed file for template. Initial access control.

LDEV-2628 *constructing lesson finish callback URL

*merge from lams2_3_release

LDEV-1730 adding comments