lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2173 Adding monitor link for activities in the activity view

    • -4
    • +15
    ./lams/gradebook/dto/GBActivityGridRowDTO.java
  1. … 6 more files in changeset.
merging improvements from lams2_3_spring_jboss_tune branch

    • -0
    • +23
    ./lams/beanRefContext.xml
  1. … 115 more files in changeset.
LDEV-2041: Added new libraries. Added export methods in FileUtil. Moved several common constants to CentralConstants.

  1. … 10 more files in changeset.
LDEV-1998: Removed "Editor" and "Preview" links if subnode has a full description.

  1. … 3 more files in changeset.
LDEV-2184 Updated monitoring service (lesson class servlet) - to handle default lesson class when receiving null or (empty) users in wddx packet.

  1. … 3 more files in changeset.
LDEV-2182: Swapped references to transitions during import.

LDEV-2173 Added "Activity view" to gradebook, which meant a bit of changing of naming of classes etc, plus a few more services calls and actions. I attempted to take advantage of OO design as much as possible here.

    • -0
    • +4
    ./lams/gradebook/dao/IGradeBookDAO.java
    • -0
    • +180
    ./lams/gradebook/dto/GBActivityGridRowDTO.java
    • -0
    • +159
    ./lams/gradebook/dto/GBUserGridRowDTO.java
    • -146
    • +0
    ./lams/gradebook/dto/GradeBookActivityDTO.java
    • -34
    • +0
    ./lams/gradebook/dto/GradeBookGridRow.java
    • -0
    • +36
    ./lams/gradebook/dto/GradeBookGridRowDTO.java
    • -110
    • +0
    ./lams/gradebook/dto/GradeBookUserDTO.java
    • -0
    • +53
    ./lams/gradebook/dto/comparators/GBUserFullNameComparator.java
    • -0
    • +47
    ./lams/gradebook/dto/comparators/GBUserMarkComparator.java
  1. … 6 more files in changeset.
LDEV-2173 Adding feedback to gradebook

    • -0
    • +17
    ./lams/gradebook/GradeBookUserLesson.java
    • -3
    • +12
    ./lams/gradebook/dto/GradeBookActivityDTO.java
    • -2
    • +10
    ./lams/gradebook/dto/GradeBookUserDTO.java
  1. … 9 more files in changeset.
LDEV-2173 - Adding user lesson status to monitor gradebook view

    • -1
    • +20
    ./lams/gradebook/dto/GradeBookActivityDTO.java
    • -15
    • +42
    ./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
    • -19
    • +43
    ./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
    • -54
    • +56
    ./lams/learningdesign/Competence.java
    • -31
    • +59
    ./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.

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

    • -257
    • +194
    ./lams/learningdesign/ToolActivity.java
    • -1
    • +1
    ./lams/planner/PedagogicalPlannerSequenceNode.java
  1. … 18 more files in changeset.
LDEV-2054: Added support for “viewStudentsBeforeSelection” option.

    • -177
    • +194
    ./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
    • -2
    • +2
    ./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

    • -7
    • +5
    ./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)

    • -1
    • +1
    ./lams/lesson/service/LessonService.java
  1. … 7 more files in changeset.