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

    • -0
    • +180
    ./lamsfoundation/lams/gradebook/dto/GBActivityGridRowDTO.java
    • -0
    • +159
    ./lamsfoundation/lams/gradebook/dto/GBUserGridRowDTO.java
    • -0
    • +36
    ./lamsfoundation/lams/gradebook/dto/GradeBookGridRowDTO.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.

    • -12
    • +1
    ./lamsfoundation/lams/beanRefContext.xml
    • -10
    • +10
    ./lamsfoundation/lams/commonContext.xml
    • -3
    • +1
    ./lamsfoundation/lams/toolApplicationContext.xml
  1. … 24 more files in changeset.
LDEV-2173 Adding feedback to gradebook

  1. … 9 more files in changeset.
file beanRefContext.xml was initially added on branch lams2_3_spring_jboss_tune.

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

Changed Spring contexts to use ContextSingletonBeanFactoryLocator.

Added Ant task to slim JBoss.

    • -0
    • +34
    ./lamsfoundation/lams/beanRefContext.xml
    • -6
    • +9
    ./lamsfoundation/lams/commonContext.xml
    • -1
    • +1
    ./lamsfoundation/lams/toolApplicationContext.xml
  1. … 28 more files in changeset.
LDEV-2173 - Adding user lesson status to monitor gradebook view

  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

    • -1
    • +9
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +91
    ./lamsfoundation/lams/gradebook/GradeBookUserActivity.java
    • -0
    • +90
    ./lamsfoundation/lams/gradebook/GradeBookUserLesson.java
    • -0
    • +39
    ./lamsfoundation/lams/gradebook/dao/IGradeBookDAO.java
    • -0
    • +118
    ./lamsfoundation/lams/gradebook/dto/GradeBookActivityDTO.java
    • -0
    • +34
    ./lamsfoundation/lams/gradebook/dto/GradeBookGridRow.java
    • -0
    • +75
    ./lamsfoundation/lams/gradebook/dto/GradeBookUserDTO.java
    • -1
    • +13
    ./lamsfoundation/lams/lesson/Lesson.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).

    • -1
    • +37
    ./lamsfoundation/lams/lesson/LearnerProgress.java
    • -0
    • +79
    ./lamsfoundation/lams/lesson/ProgressCompletedActivity.java
    • -0
    • +41
    ./lamsfoundation/lams/lesson/dto/CompletedActivityDTO.java
    • -0
    • +130
    ./lamsfoundation/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

    • -0
    • +14
    ./lamsfoundation/lams/index/IndexOrgBean.java
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

    • -1
    • +1
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +83
    ./lamsfoundation/lams/learningdesign/ActivityEvaluation.java
    • -89
    • +79
    ./lamsfoundation/lams/tool/ToolSession.java
    • -1
    • +4
    ./lamsfoundation/lams/util/LanguageUtil.java
    • -0
    • +119
    ./lamsfoundation/lams/util/WebUtil.java
    • -2
    • +4
    ./lamsfoundation/lams/util/wddx/WDDXTAGS.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. … 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.

    • -1
    • +1
    ./lamsfoundation/lams/planner/PedagogicalPlannerSequenceNode.java
    • -538
    • +693
    ./lamsfoundation/lams/util/FileUtil.java
  1. … 18 more files in changeset.
LDEV-2054: Added support for �viewStudentsBeforeSelection� option.

    • -2
    • +3
    ./lamsfoundation/lams/util/wddx/WDDXTAGS.java
  1. … 7 more files in changeset.
Fixing up format of LearningDesignDTO

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

    • -7
    • +33
    ./lamsfoundation/lams/planner/PedagogicalPlannerSequenceNode.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.

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

LDEV-2132

Wrapped FileOutputStream with BufferedOutputStream

LDEV-2132

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

    • -6
    • +6
    ./lamsfoundation/lams/util/FileUtil.java
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
    ./lamsfoundation/lams/lesson/LearnerProgress.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.

  1. … 2 more files in changeset.