lams_learning

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated so that they compile - errors existed due to changes in the user service. Not tested - the test cases may be broken.

Converted to the learner content styles

    • -0
    • +1
    ./web/WEB-INF/struts/struts-config.xml
    • -19
    • +8
    ./web/WEB-INF/struts/tiles-defs.xml
  1. … 11 more files in changeset.
updated UI

added some js methods called from flash

remove ContextLoaderServlet, it's deprecated for servlet 2.4 container(like tomcat 5 bundled with jboss 4.x) . Use ContextLoadListener instead

  1. … 14 more files in changeset.
Update Spanish. Add Greek

    • -0
    • +46
    ./conf/language/ApplicationResources_el.properties
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.

Converting to the new CSS look

    • -0
    • +6
    ./web/exportPortfolio/notSupported.jsp
  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

Added user id as a parameter to the export portfolio url for learner. This allows the teacher to download the portfolio for a particular user.

Spanish translation

    • -0
    • +46
    ./conf/language/ApplicationResources_es.properties
  1. … 3 more files in changeset.
Adding Korean translation

    • -0
    • +46
    ./conf/language/ApplicationResources_ko.properties
  1. … 2 more files in changeset.
using Active Content (js) method for embedding flash.

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

Fixing null ptr exception - previous activity is sometimes null when doing a subactivity within an optional activity.

Optional activity wasn't showing title and description - values were missing from the form.

need to delete connection after send

  1. … 2 more files in changeset.
generate tag id param not required

Implementing gate and grouping screens for export portfolio.

    • -5
    • +5
    ./web/WEB-INF/struts/struts-config.xml
    • binary
    ./web/WEB-INF/tags/AuthoringButton.tag
    • -0
    • +59
    ./web/WEB-INF/tags/ExportPortOutput.tag
  1. … 28 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.

remove userDAO reference , use baseDAO instead

remove userDAO reference , use baseDAO instead

update user related method calls only

Removing learnerProgress from the user's shared session. This should allow preview and learner to run without interfering with each other.

  1. … 11 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.

  1. … 3 more files in changeset.