lams_tool_notebook

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updating English and Spanish

LDEV-1109: Fixing bugs in the authoring support for tool output based branching and getting the progress engine working. A rough implementation of the condition checking down for one MCQ condition for demonstration purposes. Two new methods added to the tool contract.

  1. … 36 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 and new method call to ToolContentManager, requiring a change to all tools.

  1. … 20 more files in changeset.
Replaced <bean:message> with <fmt:message> tags

  1. … 15 more files in changeset.
update lams:help tag with style attribute, mainly for lams_admin to display properly

  1. … 16 more files in changeset.
LDEV-1255: Moving the code for stopping jsps caching to a new custom tag, so that it can be applied consistently across all pages. Moved the utf-8 statements to the same tag so we don't have to remember to put them in all pages.

    • -0
    • +41
    ./web/WEB-INF/tags/Head.tag
    • -3
    • +2
    ./web/pages/export/exportPortfolio.jsp
  1. … 179 more files in changeset.
Updating greek

  1. … 8 more files in changeset.
Updated minimum version number and tool version for 2.0.3 release. Tool contract change occured in this release.

  1. … 10 more files in changeset.
LDEV-1225: Page wasn't working if the learner had started the activity but hadn't saved their entry. Now if there isn't an entry, it shows the normal page but skips the entry section.

    • -25
    • +27
    ./web/pages/export/exportPortfolio.jsp
Updating Greek

Merging RAMS and Edit On Fly changes from branch to the head.

    • -92
    • +92
    ./web/WEB-INF/tags/AuthoringButton.tag
    • -59
    • +59
    ./web/WEB-INF/tags/ExportPortOutput.tag
    • -54
    • +54
    ./web/WEB-INF/tags/headItems.tag
  1. … 232 more files in changeset.
Changes in lesson/workflow, lams/rams, student/participant, etc

  1. … 24 more files in changeset.
Removing './' from jar name - added by the tool deployer

  1. … 10 more files in changeset.
Change update scripts to have one lne commands instead of multi-line commands for the purposes of ant

  1. … 10 more files in changeset.
No need to have the ../ on the jar file name as it is added automatically by the tool deployer.

  1. … 9 more files in changeset.
Added context application and classpath columns

    • -0
    • +8
    ./db/sql/updatescripts/updateTo20070227.sql
  1. … 24 more files in changeset.
added in a property to each tool's buiild.properties for the language packe package

  1. … 12 more files in changeset.
Updating English

    • -0
    • +86
    ./conf/language/rams/ApplicationResources_en_AU.properties
  1. … 42 more files in changeset.
Updating Maori

  1. … 1 more file in changeset.
Splitting LAMS language files into two sets - LAMS and RAMS. Needed to clear the build directories that contained the language files before building.

    • -85
    • +0
    ./conf/language/ApplicationResources_ar_JO.properties
    • -85
    • +0
    ./conf/language/ApplicationResources_cy_GB.properties
    • -85
    • +0
    ./conf/language/ApplicationResources_de_DE.properties
    • -85
    • +0
    ./conf/language/ApplicationResources_el_GR.properties
    • -85
    • +0
    ./conf/language/ApplicationResources_en_AU.properties
    • -85
    • +0
    ./conf/language/ApplicationResources_ko_KR.properties
    • -85
    • +0
    ./conf/language/ApplicationResources_mi_NZ.properties
    • -85
    • +0
    ./conf/language/ApplicationResources_no_NO.properties
    • -85
    • +0
    ./conf/language/ApplicationResources_pt_BR.properties
    • -85
    • +0
    ./conf/language/ApplicationResources_sv_SE.properties
    • -0
    • +85
    ./conf/language/lams/ApplicationResources.properties
    • -0
    • +85
    ./conf/language/lams/ApplicationResources_ar_JO.properties
    • -0
    • +85
    ./conf/language/lams/ApplicationResources_cy_GB.properties
    • -0
    • +85
    ./conf/language/lams/ApplicationResources_da_DK.properties
  1. … 121 more files in changeset.
All tools their update script to the deploy dir when the creat-tool-package task is called

  1. … 10 more files in changeset.
adding a minServerversionNumber field to deploy.xml when create-tool-package is called for all tools

  1. … 11 more files in changeset.
Changing the minimum server version number in all the tool's build.xml to 2.0.200612051427, (lams-2.0)

  1. … 11 more files in changeset.
added an entry to all the tool's build.xml for minServerVersionNumber to be put in the deploy.xml

  1. … 10 more files in changeset.
Added in a flag hideTool in all the tool's build.properties

  1. … 20 more files in changeset.
Fixed problem which arose when deploy-tools is called. The generated deploy.xml was pointing to the wrong sql scripts, the problem originated in the build.xml of the tools, now fixed

my bad

  1. … 11 more files in changeset.
Changing the tool's build.xml to copy the .jar and .war to the build/deploy folder, and updates the deploy.xml to point to these files

  1. … 10 more files in changeset.
Changing the build.xml of all the tools so the generated deploy.xml points to the sql scripts in the build/deploy/sql folder instead of the db/sql folder

  1. … 11 more files in changeset.
Changes to build, so the tool deployer can put the tool_version in the deploy.xml when the tool is build.

Now, the tool_version in tool_insert.sql must be replaced by @tool_version@, and the actual tool version goes in the buld.properties under tool.version

  1. … 13 more files in changeset.
Changing build.xml "deploy-tool" target to separate the compilation and deploy processess. This will be used later for debian packaging

  1. … 10 more files in changeset.