Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix for progress bar update - on redirect pages

dynamically attach title with style set to component

  1. … 2 more files in changeset.
frame changes

Added styling images to export portfolio. The directory of the images is hardcoded and this will need to be fixed before we can create any other styles.

This required adding the lams directory to the configuration file so that the css and image files could be copied using a file copy rather than using http (for performance).

  1. … 2 more files in changeset.
Converted to the learner content styles

  1. … 11 more files in changeset.
updated UI

added some js methods called from flash

Updating export portfolio for the new stylesheets. New sheets applied and some extra data added to the page (such as learner name). Doesn't look right yet as the images aren't available and the css references have had to be hardcoded and this should be done via the css tag.

  1. … 4 more files in changeset.
Converting to the new CSS look

  1. … 17 more files in changeset.
updated passon - make sure delete send connection

Slow down the redirect to the tool, otherwise the passon.swf doesn't get a chance to make the connection to the progress bar.

recompiled for dto changes

passon updates working in both browsers

using Active Content (js) method for embedding flash.

  1. … 4 more files in changeset.
Finishing off I18N of learning

  1. … 3 more files in changeset.
need to delete connection after send

generate tag id param not required

Implementing gate and grouping screens for export portfolio.

    • -0
    • +59
    ./WEB-INF/tags/ExportPortOutput.tag
  1. … 35 more files in changeset.
The activityId was changed to activityID in a previous check in, but the change seems to have got lost.

appended id to unique connection name to avoid conflicts with preview/learner

  1. … 4 more files in changeset.
Adding lessonID to the activity form, so that the passon.swf can have it separately and make it part of the connection name. Changed form.activityId to form.activityID for consistency.

  1. … 5 more files in changeset.
Removing learnerProgress from the user's shared session. This should allow preview and learner to run without interfering with each other.

  1. … 23 more files in changeset.
Changed export portfolio to * reduce the number of error messages * move the html out of the I18N file and into jsps * use the learning design processor so that the activities are processed (and hence displayed) in the correct order.

    • -0
    • +60
    ./exportPortfolio/main.jsp
    • -0
    • +53
    ./exportPortfolio/notSupported.jsp
  1. … 15 more files in changeset.
updated lams logo

  1. … 2 more files in changeset.
smoother update of progress bar and improved click/double click handling

  1. … 3 more files in changeset.
updated to use lessonID - make progress bar work with Learner and Preview simult.

Added the define later special screen code to the wrong Action class.

  1. … 2 more files in changeset.
Preview changes: (1) when define later activity occurs don't tell the tool that it is define later but display a special screen before going to the next tool (2) for chosen grouping, schedule and permission gates show the normal page with an extra preview message then override the normal process and continue.

Also part A of a change to the Flash call to get the learner progress - it should take the lesson id not the progress id.

    • -0
    • +43
    ./previewDefineLater.jsp
  1. … 9 more files in changeset.
get dictionary using country locale if user has property value

  1. … 4 more files in changeset.
gate fix