lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding authenticationMethodId to UserDTO so profile.jsp knows not to display 'edit profile/password'

LDEV-1109: Fixed up a couple of bugs with saving and copying the learning design that crept in due to the addition of the tool output based branching - the branch mappings weren't saving or being copied properly.

LDEV-1109: Fixed up a couple of bugs with copying the learning design that crept in due to the addition of the tool output based branching - the branch mappings weren't being copied properly.

renameTool added

    • -0
    • +2
    /org.lams.toolbuilder/.options
renameTool added

Files should have been removed when we split LAMS/RAMS language files.

    • -69
    • +0
    /lams_tool_nb/conf/language/ApplicationResources_ar_JO.properties
    • -61
    • +0
    /lams_tool_nb/conf/language/ApplicationResources_bg_BG.properties
    • -65
    • +0
    /lams_tool_nb/conf/language/ApplicationResources_en_AU.properties
    • -65
    • +0
    /lams_tool_nb/conf/language/ApplicationResources_it_IT.properties
    • -65
    • +0
    /lams_tool_nb/conf/language/ApplicationResources_ko_KR.properties
    • -65
    • +0
    /lams_tool_nb/conf/language/ApplicationResources_mi_NZ.properties
    • -63
    • +0
    /lams_tool_nb/conf/language/ApplicationResources_nl_BE.properties
    • -65
    • +0
    /lams_tool_nb/conf/language/ApplicationResources_no_NO.properties
    • -65
    • +0
    /lams_tool_nb/conf/language/ApplicationResources_pl_PL.properties
    • -65
    • +0
    /lams_tool_nb/conf/language/ApplicationResources_pt_BR.properties
    • -65
    • +0
    /lams_tool_nb/conf/language/ApplicationResources_vi_VN.properties
LDEV-1109: Implement more of the authoring support for tool output based branching. Added the table to store the conditions designed in authoring and refactored the branch mapping table to support the conditions. Modified the authoring code to expect the new objects from the authoring client.

LDEV-1109: Implement more of the authoring support for tool output based branching. Added the table to store the conditions designed in authoring and refactored the branch mapping table to support the conditions. Modified the authoring code to expect the new objects from the authoring client.

    • -12
    • +132
    /lams_common/db/model/lams_11.clay
    • -2
    • +19
    /lams_common/db/sql/create_lams_11_tables.sql
LDEV-1109: Implement more of the authoring support for tool output based branching. Added the table to store the conditions designed in authoring and refactored the branch mapping table to support the conditions. Modified the authoring code to expect the new objects from the authoring client.

  1. … 6 more files in changeset.
Changed button positioning such that they are now side by side in custom alert dialogs

Fixed typo in script - missing ;

Can now drag and drop dialogs

Alert boxes now display entire message

Fiona changed the buttons to be transparent gifs

Fiona changed the buttons to be transparent gifs

First commit of LAMS tool builder eclipse plugin.

The prototype wizard and project creation is implemented

    • -0
    • +7
    /org.lams.toolbuilder/.classpath
    • -0
    • +28
    /org.lams.toolbuilder/.project
    • -0
    • +18
    /org.lams.toolbuilder/META-INF/MANIFEST.MF
    • -0
    • +6
    /org.lams.toolbuilder/build.properties
    • binary
    /org.lams.toolbuilder/icons/dolly.ico
    • binary
    /org.lams.toolbuilder/icons/sample.gif
    • -0
    • +32
    /org.lams.toolbuilder/plugin.xml
LDEV-1134: Adding more support for the tool output based branching. Added a couple of simple tool output definitions for MCQ and Forum and added a class to the core to help tools create the tool output definitions (OutputDefinitionFactory), which required a change to MessageService. Also added the call to the core tool service to support calling the tools for their output definitions and new method call to ToolContentManager, requiring a change to all tools.

  1. … 6 more files in changeset.
LDEV-1134: Adding more support for the tool output based branching. Added a couple of simple tool output definitions for MCQ and Forum and added a class to the core to help tools create the tool output definitions (OutputDefinitionFactory), which required a change to MessageService. Also added the call to the core tool service to support calling the tools for their output definitions.

Final changes for blackboard integration

    • -0
    • +841
    /lams_bb_integration/LICENSE.TXT
    • binary
    /lams_bb_integration/lib/commons-codec-1.3.jar
    • binary
    /lams_bb_integration/lib/commons-discovery-0.2.jar
    • binary
    /lams_bb_integration/lib/commons-logging-1.0.4.jar
    • binary
    /lams_bb_integration/lib/log4j-1.2.8.jar
    • -0
    • +84
    /lams_bb_integration/readme.txt
  1. … 18 more files in changeset.
Final changes for blackboard integration

    • -0
    • +841
    /lams_bb_integration/LICENSE.TXT
    • binary
    /lams_bb_integration/lib/commons-codec-1.3.jar
    • binary
    /lams_bb_integration/lib/commons-discovery-0.2.jar
    • binary
    /lams_bb_integration/lib/commons-logging-1.0.4.jar
    • binary
    /lams_bb_integration/lib/log4j-1.2.8.jar
  1. … 18 more files in changeset.
Changes to LDAP support

    • -12
    • +4
    /lams_build/conf/unix/jboss/login-config.xml
The lookup for the service bean was looking for the "BlahServiceTarget", rather than "BlahService". As a result, it was accessing the functionality of the service bean, but was bypassing the transaction definitions, hence the database updates were not wrapped up in database transaction properly. We didn't notice it previously as the filter that forces the Hibernate Session to stay open during the entire web call was effectively causing us to use the same database connection for the entire web call anyway.

more LDAP support; UserManagementService.setRolesForUserOrganisations has LazyInitialisationException problem

    • -11
    • +3
    /lams_build/conf/windows/jboss/login-config.xml
    • -1
    • +23
    /lams_common/db/sql/insert_lams_unix_config_data.sql
    • -1
    • +23
    /lams_common/db/sql/insert_lams_windows_config_data.sql
branching additions to Property Inspector

    • binary
    /lams_flash/src/central/flash/lams_authoring.fla
temp call for returning Tool Output Definitions

merge with alert dialog fixes

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
improvements with tool input selection and added button for opening conditional setup dialog.

Preparing for new release of tool - version number to be 20070820

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