Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1740 minor fix to ensure learners can't skip ahead to a sequence activity they have not reached

  1. … 1 more file in changeset.
LDEV-1740 Changed double click behaviour of sequence activities within optional sequence to not expand/collapse immediately on mouse release, but instead expand/collapse after a short double click delay, in case the user double clicked. This way the sublists won't expand/contract immediately after the first mouse release, hence allowing for double click input

  1. … 4 more files in changeset.
LDEV-1757 tooltips added for gates in learner progress view

  1. … 1 more file in changeset.
LDEV-1208: Preview's special define later screen to update the Flash progress bar.

  1. … 1 more file in changeset.
Fixed lost tooltips in learner progress bar (happened sometime after 2.1rc)

  1. … 3 more files in changeset.
LDEV-1745 Improved opening of sequences (of nested opt seq) when all activities are completed in monitor.

  1. … 3 more files in changeset.
LDEV-1817: Fixing up message on preview define later screen to be appropriate for branching.

LDEV-1745 Improved behaviour and display of Learner Complex Activity (and nested LCA's), featuring branching, optionals and other complex activities in the progress bar of Monitor and Learner.

  1. … 4 more files in changeset.
LDEV-1745 Improved level setting for active complex activities, and use of level values (parent's level and complexLevel value) to draw amount of dash's in title.

  1. … 4 more files in changeset.
LDEV-1764 Added dash for activities of branches in branching activity. Improved control of opening branches in preview mode (learner) and monitor using active complex method.

  1. … 5 more files in changeset.
LDEV-1788 customise text to use alternative text for optional sequences as opposed to optional activities.

  1. … 2 more files in changeset.
LDEV-1642 display different note if there's a maximum no. of activities involved

LDEV-1765: Text said it would refresh after 1 minute, but the code was set to 5 mins. Changed code to 1 min.

Fixed learner controller bug.

  1. … 6 more files in changeset.
LDEV-1697 Dashes added for nested activities

  1. … 1 more file in changeset.
LDEV-1732

Moved the 'Choose' button to the center.

LDEV-1697 Added dash for children of optional sequence.

  1. … 2 more files in changeset.
LDEV-1624. Testing theory about why the export portfolio download is getting stuck on the "Generating" message in Safari. When calling Shaun, its getting "Permission Denied" on the initial request. It appears that Safari considers http://shaun.melcoe.mq.edu.au/lams/learning/blah to be a different domain to http://shaun.melcoe.mq.edu.au:80/lams/learning/blah. If I avoid the :80 being added, then Shaun works the same way as it does locally ie missing the cookie so redirecting to the login page.

LDEV-1691

Updated layout.

LDEV-1691

Changed doctype to 4.01 transitional.

LDEV-1642

Improved page layout.

    • -0
    • +11
    ./common/taglibs.jsp
    • -0
    • +70
    ./layout/framesetLayout.jsp
LDEV-1246

Renamed lams:out attribute escapeXml to escapeHtml

  1. … 15 more files in changeset.
append - for accessibility purposes when no of levels deep

  1. … 1 more file in changeset.
LDEV-1641 Shorter tool tip delay.

  1. … 1 more file in changeset.
LDEV-1627

Replaced javascript call

top.frames['contentFrame']

with

parent.frames['contentFrame']

For requestURL.jsp, if the call returns a null we attempt to retrieve the contentFrame by moving one level up

LDEV-1585 Fixed bug with activeComplex (LearnerComplexActivity) - multiple refresh calls were potential happening from the parallel activity loaded in the two frame sending two progress update calls at same time. Handling multiple refresh calls and fixed a few other misc bugs.

  1. … 4 more files in changeset.
LDEV-1485 Corrected removal and redrawing when a complex activity is active (optional or parallel).

  1. … 3 more files in changeset.
LDEV-1577 Enabled style-based colouring of background/border LearnerComplexActivity component. Auto-opening of complex children when active.

  1. … 4 more files in changeset.
LDEV-1555 Fixed problem with branching updating in Learner's progress bar when nested in a Optional. Also fixed side problem of a complex activities in the selected sequence not being able to be expanded.

  1. … 5 more files in changeset.
LDEV-1555 Added new LearnerComplexActivity component to library.

  1. … 2 more files in changeset.