• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed (with Mitch) problem where second alert dialog wouldn't show after trying to remove a sequence in monitor.

LDEV-1311: Improving the performance of monitoring. Making some of the database look ups more efficient and removed duplicated code that was causing some lookups to be done three times.

    • -2
    • +2
    /lams_tool_lamc/web/monitoring/Stats.jsp
LDEV-1311: Improving the performance of monitoring. Making some of the database look ups more efficient and removed duplicated code that was causing some lookups to be done three times.

Changed the drop down menu options in lams monitoring for various states. ie now no longer necessary to achive before remove

All core functionality is now working, still awaiting optimisation

    • binary
    /lams_bb_integration/WEB-INF/lib/axis-ant.jar
    • binary
    /lams_bb_integration/WEB-INF/lib/axis.jar
    • binary
    /lams_bb_integration/WEB-INF/lib/jaxrpc.jar
    • binary
    /lams_bb_integration/WEB-INF/lib/saaj.jar
  1. … 14 more files in changeset.
LDEV-1302: Improving the performance in learner by improving the user attempt calls to the database and removing some of the iterations in the logic that made more database calls than necessary.

LDEV-1304: Fixing up the marking, which was incorrect if questions were worth more than 1.

    • -825
    • +851
    /lams_tool_lamc/db/model/lams_tool_mc.clay
    • -0
    • +114
    /lams_tool_lamc/web/export/class.jsp
    • -263
    • +12
    /lams_tool_lamc/web/export/exportportfolio.jsp
    • -0
    • +72
    /lams_tool_lamc/web/export/learner.jsp
    • -0
    • +45
    /lams_tool_lamc/web/export/reflections.jsp
LDEV-1302: Improving the performance in learner by improving the user attempt calls in the databaes and removing some of the iterations in the logic that made more database calls than necessary.

  1. … 10 more files in changeset.
Changes to support tool output based branching. Work in progress!

    • -2
    • +14
    /lams_common/db/sql/create_lams_11_tables.sql
  1. … 18 more files in changeset.
used recursive function to generate tool activity list

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
tool activity list for tool-based branching now includes children activity(s) of complex activity(s)

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
added tool activity selection for tool based branching

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
    • binary
    /lams_flash/src/central/flash/lams_authoring.fla
fixed random grouping issues LDEV-1263

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
windows installer/updater/uninstaller now gets mysql version through the newly added checkmysqlversion.java. Further a number of the calls, ie to dump the database, to create the database etc, have been changed to only occur if the mysql_host is set to localhost

    • -0
    • +97
    /win_installer/src/checkmysqlversion.java
restrict canvas objects so they cannot be placed in the negative plane

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
improvements with grouping controls mixed with branching

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
    • binary
    /lams_flash/src/central/flash/lams_authoring.fla
handling for grouping properties changes when linked to branching activity

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
lams2 and blackboard integration project. This is not a working version yet, but the main files in the project are there

    • -0
    • +20
    /lams_bb_integration/.classpath
    • -0
    • +17
    /lams_bb_integration/.project
    • -0
    • +74
    /lams_bb_integration/build.xml
    • -0
    • +89
    /lams_bb_integration/WEB-INF/bb-manifest.xml
    • -0
    • +36
    /lams_bb_integration/WEB-INF/web.xml
    • -0
    • +20
    /lams_bb_integration/WEB-INF/config/log4j.properties
    • -0
    • +91
    /lams_bb_integration/WEB-INF/config/taglibs/bbData.tld
    • -0
    • +1823
    /lams_bb_integration/WEB-INF/config/taglibs/bbUI.tld
    • -0
    • +32
    /lams_bb_integration/WEB-INF/config/taglibs/bbUI.xsl
    • binary
    /lams_bb_integration/WEB-INF/lib/axis-ant.jar
    • binary
    /lams_bb_integration/WEB-INF/lib/axis.jar
    • binary
    /lams_bb_integration/WEB-INF/lib/commons-codec-1.3.jar
    • binary
    /lams_bb_integration/WEB-INF/lib/commons-discovery-0.2.jar
    • binary
    /lams_bb_integration/WEB-INF/lib/commons-logging-1.0.4.jar
    • binary
    /lams_bb_integration/WEB-INF/lib/jaxrpc.jar
  1. … 45 more files in changeset.
Fixed up lookup of existing group to branch mappings based on UIID and ID. Now uses a combination of both that should cover all cases.

Added validation for grouping activities - if the number of groups in the design is more than the specified number of groups then there is a validation error.

minor group and branch mapping changes

minor group and branch mapping changes

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
Made spelling of branchingActivityUIID entry consistent between DTO and WDDXTAGS

Fixed up lookup of existing Groups based on UIID and ID. Now uses a combination of both that should cover all cases.

Made the userlist in the GroupDTO optional, so that it isn't passed to authoring.

improved DDM for opening design with grouping (groups) and branch mappings

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
group matching dialog + saving matches + group handling

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
Handles group records that may or may not have an order id.

Fixing up Grouping related code so it will cope with more cases during grouping, and so that groupingDAO can better find all the groups in a learning design.

group naming dialog + saving groups

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
    • binary
    /lams_flash/src/central/flash/lams_authoring.fla
add results text when federation server list is updated