Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2806: Update border (start and end) activities as well by changing SQL statement selecting transitions for them.

LDEV-2806: Make sure that only transitions of certain type (progress) are selected.

LDEV-2806: Make sure that only transitions of certain type (progress) are selected.

LDEV-2806: Fill Activtiy table with missing information about tranistions.

    • -0
    • +15
    ./lamsfoundation/lams/dbupdates/patch02040008.sql
LDEV-2807: Support for MySQL 5.5

  1. … 47 more files in changeset.
LDEV-2782: On Index page show lesson having conditions when its finish date is set. Allow setting lesson finish date either individually for every user or for lesson as a whole. Adjust lesson conditions thickbox labels and form elements.

    • -1
    • +12
    ./lamsfoundation/lams/index/IndexLessonBean.java
  1. … 6 more files in changeset.
SIF-10, LDEV-2782: Remove unused release_date column from lams_lesson.

    • -14
    • +0
    ./lamsfoundation/lams/lesson/Lesson.java
  1. … 1 more file in changeset.
LDEV-2782: Check preceding lessons completion in AccessPermissionFilter, so files like mainflash.jsp can not be accessed. Allow only lesson owner to modify conditions. Refresh Index page after conditions thickbox is closed.

  1. … 3 more files in changeset.
LDEV-2782: Rename table with lesson condtions for better reflection of its function. Add icon and thickbox on Index page, showing release conditions of given lesson. Allow removing conditions.

    • -1
    • +16
    ./lamsfoundation/lams/index/IndexLessonBean.java
  1. … 13 more files in changeset.
LDEV-2782: Add backend code for conditional release of lessons. Prevent learners from accessing unreleased lessons. Inform learners of unlocked lessons after completing preceding lessons.

    • -0
    • +22
    ./lamsfoundation/lams/lesson/Lesson.java
  1. … 11 more files in changeset.
LDEV-2771: Prevent Single Sing On mechanism from constantly creating and removing SSO ID and cookie in case of unsuccessful login. Clean up unnecessary SSO cookie creation just after its removal in SessionManager.

LDEV-2450: Move SQL code to a patch of higher version. This code should fix a bug when upgrading to 2.3.5 version, but it still exists in DB coming from LAMS 2.3.5, so it needs to be applied when upgrading to 2.4. Also update several configuration entries in DB (information about module versions).

    • -0
    • +22
    ./lamsfoundation/lams/dbupdates/patch02040007.sql
LDEV-2747: Adding a configkey for server2server registration

  1. … 6 more files in changeset.
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.