Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1998:Added several error messages for Pedagogical Planner.

  1. … 6 more files in changeset.
LDEV-1998: Added template management for Pedagogical Planner editor.

  1. … 21 more files in changeset.
LDEV-2005 - Voice recording tool - FCKEditor plugin present - Changes to configuration file for Red5 settings - Updates to VideoRecorderForFCK (Flex)

  1. … 75 more files in changeset.
LDEV-1998: Added Pedagogical Planner editor with add/edit node functionality.

  1. … 35 more files in changeset.
Get EARDir and lamsContextPath at request time, not just when servlet inits

LDEV-2134

LDEV-2129 Added an export service capability to learning design repository servlet so calls can be done remotely

LDEV-2124 Fixed insert/merge bug. fixed casting error with Floating Activity.

  1. … 2 more files in changeset.
LDEV-2058 Added delete option for FCKEditor filemanager.

  1. … 2 more files in changeset.
Renamed createGroup to createOrganisation.

Added addUserToOrganisation

Added method createGroup to RegisterService

LDEV-1998: Added Optional Activities support and some code comments.

  1. … 5 more files in changeset.
LDEV-1998: Added Branching support.

  1. … 6 more files in changeset.
LDEV-2107 Added public folder to workspace to enable saving designs/files to a shared public folder resource (across the server).

  1. … 10 more files in changeset.
LDEV-2108 - Creating backend functionality to allow importing sequences from lamscommunity

  1. … 6 more files in changeset.
LDEV-1998: Added Editing advice for all tools. Added FCKEditor for Notebook, Chat and Submit Files.

  1. … 42 more files in changeset.
LDEV-2103 Update last modified datetime (of main design) on insert/merge.

LDEV-2100 - Lc authentication, adding authentication for lc LDEV-2101 - Lams community login, adding backend actions to allow for lc integration

  1. … 7 more files in changeset.
LDEV-1998: Additions: - Central: added some files that were not committed earlier and prevented Planner from opening in a pop up window. - Q&A: fixed minor bug with question indexing. - Chat: Planner now strips Instructions from HTML tags. - Notebook: Planner now strips Instructions from HTML tags; fixed bug that set Online Instructions = Offline Instructions (!); Added tooltip with editing advice; adjusted planner form size.

  1. … 15 more files in changeset.
LDEV-2094 Modify CSS to widen the space in index/course page

Added extra style option to <lams:css> tag, putting <lams:css style="main"> will change the css file from defaultHTML.css to defaultMainHTML.css which has resizable content with a minimum width of 707px

    • -162
    • +172
    ./java/org/lamsfoundation/lams/web/tag/CssTag.java
  1. … 3 more files in changeset.
Fixing up ProfileSaveAction.java format

LDEV-2074 update orderID of new floating activities being transfered.

LDEV-2074 Remove the empty floating activity once we have calculated the default activity on all complex activities, so as not to stuff up the uiid value.

LDEV-2074 Improvements handle insert/merge of two designs with floating activities. Only set readOnly to true when value is not set in LearnerService (when moving to Floating Activities).

  1. … 1 more file in changeset.
LDEV-1998: Changed the path separator in attempt to make the planner work on Linux.

LDEV-1983 Adding code to support SMTP authentication for emails

  1. … 3 more files in changeset.
LDEV-2074 Improved validation and added floating activities index field to Learning Design (table/class).

  1. … 13 more files in changeset.
LDEV-2074 Implemented saving Floating Activity(s) in a design. Updated with new activity type (id:15) and new system tool (id:11).

  1. … 10 more files in changeset.
LDEV-1998: Committing Pedagogical Planner base files and support for chat, forum, multiple choice, Q&A, noticeboard, notebook and vote tools.

  1. … 103 more files in changeset.
Fix for live edit problem with competence mappings

Fixes Smack throwing exceptions (flashless version) The problem was being caused by the PresenceServlet calling Smack in order to create a new room which already existed.

Example:

-shaun has 5 lessons, each with their chatrooms which are named using the lessonId ie 1,2,3...

-shaun gets rebuilt, no more lessons, lessons restart counting at 1

-jabber server already has a room named "1" so it throws an exception

The lessonId as chatRoomName is bound to cause problems if different servers are using the same chatServer. Therefore, room names are now formed by concatenating lessonId to createDateTime and by replacing " " and ":" characters with underscores (Jabber servers don't accept those characters).

  1. … 4 more files in changeset.