lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixed author use correct url

changed request param

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

    • binary
    /lams_central/src/flash/learnerProgress_lc.fla
    • -11
    • +20
    /lams_central/web/WEB-INF/lams.tld
    • -2
    • +3
    /lams_central/web/WEB-INF/tags/Passon.tag
    • -11
    • +20
    /lams_learning/web/WEB-INF/lams.tld
    • binary
    /lams_learning/web/lams_learner.swf
    • -1
    • +1
    /lams_learning/web/loadToolActivity.jsp
    • -2
    • +2
    /lams_learning/web/optionsActivity.jsp
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
    • +1
    /lams_learning/web/optionsActivity.jsp
changed the height of gate activity icon

latest wf file with preview popup issue resolved

    • binary
    /lams_central/web/lams_authoring.swf
change in launchPopupWindow method to call javascript function for opening preview popup window

chnage in openPreview function in javascript to open the popup without menubar and toolbar

use spring.jar

    • -37
    • +1
    /lams_build/conf/j2ee/application.xml
upgrade to hibernate3.1 to use spring 1.2.8

    • binary
    /lams_build/lib/hibernate/hibernate3.jar
Change set activity parent method.

added a property for activity label

added a gateTitle method to give custom title to gate between activities

removed redundant key: label.summary.sessionSeparator

updated spring archive path

the latest lams_learning

    • binary
    /lams_build/lib/lams/lams-learning.jar
the latest lams_common

remove userDAO reference , use baseDAO instead

remove deprecated DAO reference , use baseDAO instead

remove userDAO reference , use baseDAO instead

fix a bug - click monitor twice open and close the monitor window

use updated UserManagementService interfaces

spring source code

    • binary
    /lams_build/lib/spring/src/spring=framework-1.2.8.zip
use spring 1.2.8 to use hibernate bulkUpdate interface exposed by the HibernateTemplate()

    • binary
    /lams_build/lib/spring/spring-aop.jar
    • -587
    • +0
    /lams_build/lib/spring/spring-beans.dtd
    • binary
    /lams_build/lib/spring/spring-beans.jar
    • binary
    /lams_build/lib/spring/spring-context.jar
    • binary
    /lams_build/lib/spring/spring-core.jar
    • binary
    /lams_build/lib/spring/spring-dao.jar
    • binary
    /lams_build/lib/spring/spring-jdbc.jar
    • binary
    /lams_build/lib/spring/spring-mock.jar
    • binary
    /lams_build/lib/spring/spring-orm.jar
    • binary
    /lams_build/lib/spring/spring-support.jar
    • binary
    /lams_build/lib/spring/spring-web.jar
    • binary
    /lams_build/lib/spring/spring-webmvc.jar
    • -316
    • +0
    /lams_build/lib/spring/spring.ftl
  1. … 3 more files in changeset.
remove deprecated DAO reference , use baseDAO instead

remove DAOs that don't do much, rewrite BaseDAO, update UserManagementService(not completed yet), very messy

  1. … 40 more files in changeset.
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.