• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

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

Merged "context.tool" and "context.central" due to Locator inheritance bug in Spring.

Removed redundant Quartz Scheduler.

  1. … 24 more files in changeset.
LDEV-2173 Adding feedback to gradebook

    • -1
    • +18
    ./lams/gradebook/GradeBookUserLesson.java
    • -4
    • +13
    ./lams/gradebook/dto/GradeBookActivityDTO.java
    • -3
    • +11
    ./lams/gradebook/dto/GradeBookUserDTO.java
  1. … 9 more files in changeset.
file beanRefContext.xml was initially added on branch lams2_3_spring_jboss_tune.

    • -0
    • +0
    ./lams/beanRefContext.xml
LDEV-2174:

Changed Spring contexts to use ContextSingletonBeanFactoryLocator.

Added Ant task to slim JBoss.

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