• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2173 - Adding user lesson status to monitor gradebook view

    • -2
    • +21
    ./lams/gradebook/dto/GradeBookActivityDTO.java
    • -16
    • +43
    ./lams/gradebook/dto/GradeBookUserDTO.java
  1. … 4 more files in changeset.
LDEV-2173 - First commit for gradebook stuff

First monitor interface implemented, teachers can look by activity to mark the students work

    • -0
    • +91
    ./lams/gradebook/GradeBookUserActivity.java
    • -0
    • +90
    ./lams/gradebook/GradeBookUserLesson.java
    • -0
    • +39
    ./lams/gradebook/dao/IGradeBookDAO.java
    • -0
    • +85
    ./lams/gradebook/dao/hibernate/GradeBookDAO.java
    • -0
    • +118
    ./lams/gradebook/dto/GradeBookActivityDTO.java
    • -0
    • +34
    ./lams/gradebook/dto/GradeBookGridRow.java
    • -0
    • +75
    ./lams/gradebook/dto/GradeBookUserDTO.java
    • -20
    • +44
    ./lams/learningdesign/ToolActivity.java
  1. … 236 more files in changeset.
LDEV-2115 New flex application Time Chart (using Mate framework). New Learner Progress DTO (LearnerProgressCompletedDTO) for use with Time Chart (flex).

    • -0
    • +79
    ./lams/lesson/ProgressCompletedActivity.java
    • -0
    • +41
    ./lams/lesson/dto/CompletedActivityDTO.java
    • -0
    • +130
    ./lams/lesson/dto/LearnerProgressCompletedDTO.java
Fixing up an error introduced by evaluations when importing old sequences

LDEV-2163: Fixed bug that prevented learning designs from loading.

Added field 'moreLinks'. This is used to hold all links not shown in the main heading.

LDEV-2167

LDEV-2163 Creating a service for integrated servers where they can fetch tool outputs for a given lesson and user

this invovles:

- Outlining/Saving expecteed tool outputs in author, so that includes copying/export/insert/save

- Fetching the data in LessonManagerService so it can be serialised into xml

    • -0
    • +83
    ./lams/learningdesign/ActivityEvaluation.java
    • -55
    • +57
    ./lams/learningdesign/Competence.java
    • -32
    • +60
    ./lams/learningdesign/ToolActivity.java
  1. … 9 more files in changeset.
LDEV-1998: Searching now gives exact subnodes, instead of parent nodes. Some language support for searching was added.

    • -2
    • +2
    ./lams/planner/dao/PedagogicalPlannerDAO.java
  1. … 5 more files in changeset.
LDEV-1998: Added fitler based on Lucene project.

  1. … 13 more files in changeset.
LDEV-1998: Added Scribe tool and Parallel Activities support. Adjusted design for IE.

  1. … 16 more files in changeset.
LDEV-1998: Added preview/export/import functionality for Pedagogical Planner nodes. Fixed some bugs. Added some code comments.

    • -260
    • +197
    ./lams/learningdesign/ToolActivity.java
    • -1
    • +1
    ./lams/planner/PedagogicalPlannerSequenceNode.java
  1. … 18 more files in changeset.
LDEV-2054: Added support for �viewStudentsBeforeSelection� option.

    • -212
    • +229
    ./lams/learningdesign/dto/GroupingDTO.java
  1. … 7 more files in changeset.
Fixing up format of LearningDesignDTO

LDEV-1998: Added template management for Pedagogical Planner editor.

    • -7
    • +33
    ./lams/planner/PedagogicalPlannerSequenceNode.java
    • -3
    • +3
    ./lams/planner/dao/PedagogicalPlannerDAO.java
  1. … 22 more files in changeset.
LDEV-2005 - Voice recording tool

- FCKEditor plugin present

- Changes to configuration file for Red5 settings

- Updates to VideoRecorderForFCK (Flex)

  1. … 76 more files in changeset.
LDEV-2127 Fixed floating parallel acts behaviour affect finished - display close window msg.

  1. … 2 more files in changeset.
LDEV-1998: Added Pedagogical Planner editor with add/edit node functionality.

    • -0
    • +133
    ./lams/planner/PedagogicalPlannerSequenceNode.java
    • -0
    • +44
    ./lams/planner/dao/PedagogicalPlannerDAO.java
    • -0
    • +150
    ./lams/planner/dto/PedagogicalPlannerActivityDTO.java
    • -0
    • +158
    ./lams/planner/dto/PedagogicalPlannerSequenceNodeDTO.java
    • -0
    • +92
    ./lams/planner/dto/PedagogicalPlannerTemplateDTO.java
  1. … 40 more files in changeset.
Wrapped FileOutputStream with BufferedOutputStream

LDEV-2132

    • -8
    • +6
    ./lams/util/HttpUrlConnectionUtil.java
Wrapped FileOutputStream with BufferedOutputStream

LDEV-2132

    • -8
    • +6
    ./lams/util/HttpUrlConnectionUtil.java
LDEV-2128 Changing the createTempDirectory() method to not use the System.currentTimeInMillis() to name the files. Instead using the generateContentFolderID() method to randomly generate the file names. This is the only explanation I could think of for this JIRA

LDEV-2099 - Forgot to commit db changes for server registration and lamscommunity tokens in the update scripts

LDEV-2074 Fixed bug in update script.

LDEV-2115 Timestamp (current date time) added to completed activity record (table: lams_progress_completed)

    • -10
    • +12
    ./lams/lesson/LearnerProgress.java
    • -2
    • +2
    ./lams/lesson/service/LessonService.java
  1. … 7 more files in changeset.
LDEV-2130 Fixing preview issue with integrations,&mode=preview was not being appended to the url after a loginrequest, now it is

LDEV-2124 Fixed insert/merge bug. fixed casting error with Floating Activity.

    • -8
    • +8
    ./lams/learningdesign/LearningDesign.java
  1. … 2 more files in changeset.
LDEV-1998: Added Branching support.

  1. … 8 more files in changeset.
LDEV-2107 Patch to update db (using autoPatch) to include new Public Folder workspace and workspace folder.

    • -0
    • +159
    ./lams/dbupdates/Patch0016FixWorkspacePublicFolder.java
  1. … 2 more files in changeset.
LDEV-2107 Added public folder to workspace to enable saving designs/files to a shared public folder resource (across the server).

    • -2
    • +3
    ./lams/usermanagement/WorkspaceFolder.java
    • -1
    • +9
    ./lams/workspace/dto/FolderContentDTO.java
  1. … 11 more files in changeset.
LDEV-2097 LDEV-2078 Merge to 2.2.1 branch

    • -1
    • +21
    ./lams/workspace/dto/FolderContentDTO.java
  1. … 4 more files in changeset.
LDEV-2108 - Creating backend functionality to allow importing sequences from lamscommunity

  1. … 10 more files in changeset.