• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file Base64StringToImageUtil.java was added on branch lams2_3 on 2009-04-17 08:21:20 +0000

LDEV-2005 = VideoRecorder tool and FCKEditor video recorder updated

- export portfolio fixed

- export fck recordings fixed

- conditions added

- preview images are now produced and displayed

- more feedback for rating

- instructions highlighted

- clicking delete button does not trigger viewing of recording

- timer display corrected

- prompt validation

- misc bugs

LDEV-2197 = Presence Chat updated

- no longer stacking in ie7

- scrolling improved

- logged conversations are fetched on open new tab

- status messages no longer shown in chat boxes, user icons change instead

- minimize/maximize button shown on presence tab

iFrame fixed for ie6

  1. … 50 more files in changeset.
LDEV-2191 Can now remove staff/learners from a started lesson

  1. … 5 more files in changeset.
file GroupUser.java was initially added on branch lams2_3.

LDEV-2213 Adding grouping functionalitly to gradebook

Had to create another hibernate mapping for the lams_user_group table so I could create a hql query that fetch the average marks and times taken just for a group

  1. … 12 more files in changeset.
LDEV-2191 Can now remove staff/learners from a started lesson

  1. … 5 more files in changeset.
LDEV-2227 Fixed validation message for floating activities.

LDEV-2173 Adding gradebook create table scripts to the dbupdates scripts for .23

LDEV-2173 Adding gradebook create table scripts to the dbupdates scripts for .23

LDEV-2173 Adding gradebook create table scripts to the dbupdates scripts for .23

LDEV-2164 add try/catch block inside processing loop in order to continue processing on error.

LDEV-2159 fix missing apostrophe introduced in earlier commit; remove some string concatenators that became unnecessary after auto-formatting

LDEV-2123 escape search strings used in admin

LDEV-2030 update workspace name when user's name/s are changed; LDEV-2196 ensure user workspaces are created with utf8 strings when user is created

  1. … 1 more file in changeset.
LDEV-2173 - Putting most of gradebook into its own project for easier maintainence

Database persistence beans and DAO are staying in lams_common

    • -0
    • +108
    ./java/org/lamsfoundation/lams/gradebook/GradebookUserActivity.java
    • -0
    • +107
    ./java/org/lamsfoundation/lams/gradebook/GradebookUserLesson.java
  1. … 125 more files in changeset.
LDEV-2205 Didnt commit all the required files for the group admin view

  1. … 5 more files in changeset.
LDEV-2205 Adding in course-level admin to enable/disable gradebook for a course

  1. … 7 more files in changeset.
LDEV-2204 Adding learner views for gradebook

  1. … 7 more files in changeset.
LDEV-2173 Using an enum type to identify the view for gradebook so it is more re-usable

    • -0
    • +31
    ./java/org/lamsfoundation/lams/gradebook/util/GBGridView.java
  1. … 10 more files in changeset.
LDEV-2187 LDEV-2115 Updated DTO to include new start time for completed activity (record).

LDEV-2173 Adding in an averageTime and an averageMark parameter to the abstract GradeBookGridRow class as it makes sense for all views to have these parameters

  1. … 5 more files in changeset.
LDEV-2187 Put time taken for activities and lessons in gradebook.

Adding in averaget time for activities for activity view in gradebook lesson monitor

  1. … 3 more files in changeset.
LDEV-2187 Put time taken for activities and lessons in gradebook.

Fixing up LearnerProgress.java so it stores both finish time and start time for all completed activities

  1. … 6 more files in changeset.
LDEV-2173 Standardising sorting and searching for GradeBookGridRows, now all can sort on name, id, mark and timeTaken (common properties for all types) and all can search on name

  1. … 5 more files in changeset.
LDEV-2187 - Adding in time columns for gradebook

  1. … 3 more files in changeset.
Fixing up unmerged gradebook contexts

- Updated jQuery core to v1.3.2

- Updated jQuery UI to v1.7.1

- Classic Wizard now has checkbox visible to enable Presence Chat

- Learner no longer has a Presence box

- Presence Chat committed

  1. … 258 more files in changeset.
LDEV-2173 Restructuring jqgrid javascript functions and jsps for re-use

  1. … 3 more files in changeset.
LDEV-2187 Adding time column to activities

and also, added tooltips to monitor view

  1. … 3 more files in changeset.
LDEV-2041: Changed the character set name to "UTF8", which is the proper canonical name for java.io classes, instead of "UTF-8".