• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
CNG-2: Use existing LoginRequestServlet to authenticate users in Mindapp, rarther that do own implementation.

WVI-15 Add ability for monitors to email students based on selected criteria

    • -92
    • +118
    ./org/lamsfoundation/lams/index/IndexLessonBean.java
    • -5
    • +22
    ./org/lamsfoundation/lams/lesson/Lesson.java
  1. … 15 more files in changeset.
WVI-15 Add ability for monitors to email students based on selected criteria

WVI-15 Add ability for monitors to email students based on selected criteria

  1. … 8 more files in changeset.
file IGroupUserDAO.java was initially added on branch lams2_3_release.

file GroupUserDAO.java was initially added on branch lams2_3_release.

WVI-14 adding Lesson time limits feature

    • -0
    • +3
    ./org/lamsfoundation/lams/commonContext.xml
    • -40
    • +78
    ./org/lamsfoundation/lams/lesson/Lesson.java
  1. … 20 more files in changeset.
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-2704 Weaken foreign key's constraints due to problems with learning designs removal

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.
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 )

  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-2675: creates the directory 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-2672 Ability for integrated servers to access learning design's SVGs

  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.

  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-2664 Switch learner interface for learners if they use a mobile device

  1. … 7 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.

  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

LDEV-2628 *introduced new class which maps lessons with integration server

*merge from lams2_3_release

    • -0
    • +1
    ./org/lamsfoundation/lams/commonContext.xml
  1. … 5 more files in changeset.
LDEV-2643 adding table creation into autopatch

LDEV-2646: Allow access control for viewing/editing a copy/original template in Planner nodes for Teachers.

Swap collapse/expand arrows - it seems more right now.

Some clean up - move PlannerActivityMetadata to a proper packet, change some labels etc.

  1. … 13 more files in changeset.
LDEV-2642, LDEV-2616:

Move Planner activity metadata (hidden, collapsed, expanded) to a separate table, as it may grow in the future and we don't want to make ToolActivity too complex.

Move Editing Advice content from Online Instructions in activities to the metadata table.

Allow editing the Editing Advice straight from the planner. Use jquery_ui instead of cluetip (dispose the last one completely).

While creating a node, the Learning Design is imported just once from ZIP into DB, instead of importing it each time someone opens it in Planner. This allows less unnecessary copies of the LD and allows easier modfication of the original design.

Change the way a Teacher gets a copy of the design. When opening the template in Planner, a copy is made in common folder ("Planner preview"). When the user saves the design, the same copy is *moved* to user's folder, rather than copying it again. Futhermore, each subsequent save modifies the same LD rather than making another copy.

  1. … 12 more files in changeset.
LDEV-2628 *constructing lesson finish callback URL