• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2125: If user's time zone is not set, it defaults to server's time zone (if in the list of supported time zones) or GMT (if not in the list).

LDEV-2149 Competence mappings now imported properly

LDEV-2149 Competence mappings now imported properly

LDEV-2125: User profile has now an option to choose a time zone. This choice is later used in LocaleFilter and allows JSP pages to adjust displayed dates accordingly.

    • -2
    • +2
    ./lams/usermanagement/dto/UserDTO.java
    • -92
    • +94
    ./lams/web/filter/LocaleFilter.java
  1. … 2 more files in changeset.
file patch0017_updateFrom23.sql was added on branch lams2_3 on 2009-04-27 21:38:08 +0000

LDEV-2125: User profile has now an option to choose a time zone. This choice is later used in LocaleFilter and allows JSP pages to adjust displayed dates accordingly.

    • -0
    • +15
    ./lams/dbupdates/patch0017_updateFrom23.sql
    • -2
    • +2
    ./lams/usermanagement/dto/UserDTO.java
    • -92
    • +94
    ./lams/web/filter/LocaleFilter.java
  1. … 6 more files in changeset.
Merged latest changes for PresenceChat and VideoRecorder to 2.3 branch

    • -0
    • +0
    ./lams/presence/model/PresenceChatMessage.java
  1. … 83 more files in changeset.
LDEV-2165 Changing the scope an name fields in lams_events to VARCHAR(128) to prevent possible character limit problems

  1. … 1 more file in changeset.
LDEV-2173 Adding the functionality into the progress engine to force outputs into gradebook if specified by the user

  1. … 14 more files in changeset.
LDEV-2249 Making gradebook work with non-ASCII characters by setting the response encoding to be "UTF8"

Also altered LamsDispatchAction to have a default writeResponse() method for convenience

    • -38
    • +44
    ./lams/web/action/LamsDispatchAction.java
  1. … 3 more files in changeset.
LDEV-2246 fixed up isDefaultGradebookMark attribute not being sent in wddx packet to flash

    • -133
    • +143
    ./lams/tool/dto/ToolOutputDefinitionDTO.java
LDEV-2206 Add auto-filling functionality for gradebook

adding the default mark for gradebook flag in the ToolOutputDefinitionDTO

    • -118
    • +131
    ./lams/tool/dto/ToolOutputDefinitionDTO.java
Merging lams_gradebook changes with head

LDEV-2213

LDEV-2214

LDEV-2212

LDEV-2207

    • -0
    • +68
    ./lams/learningdesign/GroupUser.java
LDEV-2206 Creating a flag for output definitions to set the default gradebook mark for a tool

    • -256
    • +355
    ./lams/tool/OutputFactory.java
    • -1
    • +17
    ./lams/tool/ToolOutputDefinition.java
  1. … 1 more file in changeset.
Fixing up code format of ToolOutputDefinition.java

    • -130
    • +140
    ./lams/tool/ToolOutputDefinition.java
Fixing little bug released by null "marksreleased" flag in

LDEV-2207 Adding in mark release functionality for gradebook

  1. … 2 more files in changeset.
LDEV-2027 LDEV-2235 Separated notes into a lesson segmented list. Unknown heading label for empty ' ' external signatures.

    • -0
    • +10
    ./lams/notebook/model/NotebookEntry.java
    • -0
    • +34
    ./lams/notebook/service/CoreNotebookService.java
  1. … 4 more files in changeset.
Merging gradebook lams-common changes with head

LDEV-2213

LDEV-2214

LDEV-2212

LDEV-2207

    • -1
    • +5
    ./lams/gradebook/dao/IGradebookDAO.java
  1. … 3 more files in changeset.
Merging latest changes from HEAD to 2.3 branch

See MAIN:paulg:20090417074901 for details

Also, Video Recorder tool project was replaced completely given that it didn't exist in the 2.3 branch yet

    • -1
    • +5
    ./lams/presence/model/PresenceChatMessage.java
    • -0
    • +50
    ./lams/util/Base64StringToImageUtil.java
  1. … 236 more files in changeset.
LDEV-2207 Adding in mark release functionality for gradebook

  1. … 7 more files in changeset.
file Base64StringToImageUtil.java was added on branch lams2_3 on 2009-04-17 08:21:20 +0000

    • -0
    • +0
    ./lams/util/Base64StringToImageUtil.java
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
    • +5
    ./lams/presence/model/PresenceChatMessage.java
    • -0
    • +50
    ./lams/util/Base64StringToImageUtil.java
  1. … 50 more files in changeset.
LDEV-2191 Can now remove staff/learners from a started lesson

    • -2
    • +24
    ./lams/lesson/service/ILessonService.java
    • -1
    • +38
    ./lams/lesson/service/LessonService.java
  1. … 5 more files in changeset.
file GroupUser.java was initially added on branch lams2_3.

    • -0
    • +0
    ./lams/learningdesign/GroupUser.java
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
    • +5
    ./lams/gradebook/dao/IGradebookDAO.java
    • -0
    • +68
    ./lams/learningdesign/GroupUser.java
  1. … 12 more files in changeset.
LDEV-2191 Can now remove staff/learners from a started lesson

    • -2
    • +24
    ./lams/lesson/service/ILessonService.java
    • -1
    • +38
    ./lams/lesson/service/LessonService.java
  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