Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1251 add floating link to enable sorting, fixes issue when collapsing courses messes with the sorting container of other courses

    • -0
    • +30
    ./includes/javascript/groupDisplay.js
  1. … 2 more files in changeset.
LDEV-1250 add lesson completed icon to display alongside lesson (todo: the icon); also moved disabled/archived labels to an icon. currently uses an existing icon.

  1. … 4 more files in changeset.
LDEV-1395 fix html comment missing hyphen so that main.jsp displays in safari; add html comment tags to other js for consistency

LDEV-1252 adding new table lams_user_organisation_collapsed; refactored jsps/action/data access to accomodate collapsible courses; added callback servlet UpdateCollapsedGroupServlet.

    • -0
    • +110
    ./includes/javascript/groupDisplay.js
  1. … 15 more files in changeset.
LDEV-1285 Changed stepper to combo box component (0..10 values). Can add and remove sequences using the combo box component in Property Inspector.

  1. … 8 more files in changeset.
LDEV-1253 convert newlines to <br> for lesson description, widen tooltip box, change colour. LDEV-1251 restored and added validation to LessonOrderServlet; fix ids in sortables so that containment now works for ie6/7 and firefox LDEV-1252 use slideToggle for ie6, otherwise the course contents gets messed up after being toggled twice (hide/show).

  1. … 2 more files in changeset.
LDEV-1285 Added two options (buttons) for Optional to the Toolbar. Ready to now configure Optional Activity (canvas class) to manage Sequences within Optionals.

  1. … 8 more files in changeset.
LDEV-1132 Improved robustness of drawing branching activities and fixed problem with activities disappearing on drag-drop to canvas after clearing canvas.

  1. … 4 more files in changeset.
LDEV-1132 Improved initialising branching activities (and views) when opening a design.

  1. … 5 more files in changeset.
LDEV-1253: adding ToolTip to interface.js, display lesson description in a hovering tooltip when moused over

LDEV-1377 stepper visibility problems fixed in author

  1. … 2 more files in changeset.
LDEV-1251 downgrade to jquery 1.1.4 + dimensions plugin for sortable compatibility with ie6; make lessons in child groups sortable as well

    • -0
    • +11
    ./includes/javascript/jquery-1.1.4.pack.js
    • -31
    • +0
    ./includes/javascript/jquery-1.2.1.min.js
    • -0
    • +12
    ./includes/javascript/jquery.dimensions.pack.js
LDEV-1394 Activities now open in seperate windows in Monitor and are not reloaded if already open.

  1. … 1 more file in changeset.
LDEV-1251 get sortable containment working, remove lesson validation

  1. … 1 more file in changeset.
LDEV-1251 workaround fix for problem with last item in sortable list being dropped outside of parent container

LDEV-1251 restrict dragging to vertical axis

LDEV-1251 user needs monitor or group manager role in a group to be able to sort lessons.

  1. … 1 more file in changeset.
LDEV-1251, LDEV-1064. Refactored the way lessons are retrieved for the index page (fixed LDEV-1064); added interface 1.2 (jquery extension), allowing sorting of lessons via drag and drop (LDEV-1251); added ordered_lesson_ids column to lams_organisation (LDEV-1251).

    • -0
    • +8
    ./includes/javascript/interface.js
  1. … 10 more files in changeset.
LDEV-1132 Removing connecting branches when activity is removed. Set new default branch if removed branch was the default.

  1. … 4 more files in changeset.
LDEV-1378 Fixed sequence activity problem - check if sequence activity has any child activities

  1. … 1 more file in changeset.
LDEV-1250, LDEV-1252, LDEV-1253: adding jquery 1.2.1, refactor index action into new DisplayGroupAction which can be called to display a jsp containing only the group specified

    • -0
    • +31
    ./includes/javascript/jquery-1.2.1.min.js
  1. … 8 more files in changeset.
Increased stepper limit to 9999 for tool conditions (long type)

  1. … 1 more file in changeset.
Alert when removing activities which are linked to a branching activity.

  1. … 3 more files in changeset.
Improvements to branch mapping handling and switching branching types (now completed) and warnings when removing activities which are linked to a branching activity

  1. … 5 more files in changeset.
LDEV-1372: Focus on username field on load

LDEV-1366 Fixed onReleaseOutside event for dialog and also problem where dialog could be 'thrown' off the stage, but was unable to reproduce the error where the dialog doesn't initially have focus when dealing with setting up branching

  1. … 3 more files in changeset.
LDEV-1367 Now it is impossible to drop an activity onto an inaccessible part of the canvas.

  1. … 1 more file in changeset.
LDEV-1280 LDEV-1281 Check box is disabled and selected when no of learners option is choosen for Grouping and value is larger than 0.

  1. … 1 more file in changeset.
LDEV-1320 Using unique name for popup window LDEV-1348 Corrected which branching activity uses default branch option

  1. … 2 more files in changeset.
LDEV-1320 Changed javascript to close all open windows (from Author) Note: close all windows currently only working in Firefox. Changed javascript to open multiple windows and retain focus of open window if same tool is opened in author.