lams_tool_scribe

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1358: Error in message.voteStatistics translation was causing the second learner screen to be blank.

Adding Chinese (China)

    • -0
    • +109
    ./conf/language/lams/ApplicationResources_zh_CN.properties
  1. … 4 more files in changeset.
Adding German

    • -0
    • +109
    ./conf/language/lams/ApplicationResources_de_DE.properties
  1. … 1 more file in changeset.
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.
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.
Merging RAMS and Edit On Fly changes from branch to the head.

    • -10
    • +20
    ./web/WEB-INF/struts/struts-config.xml
    • -1
    • +1
    ./web/WEB-INF/tags/ExportPortOutput.tag
  1. … 230 more files in changeset.
Changes in lesson/workflow, lams/rams, student/participant, etc

  1. … 24 more files in changeset.
fixed scribe monitoring page - help tag required to be inside content div

Need to trigger an upgrade to scribe so that the valid_flag will be reset by the installer. Covers problems with a 2.0.1 -> 2.0.2 install.

Need to trigger an upgrade to scribe so that the valid_flag will be reset by the installer. Covers problems with a 2.0.1 -> 2.0.2 install.

    • -0
    • +4
    ./db/sql/updatescripts/updateTo20070315.sql
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.
Updating Greek

  1. … 3 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. … 11 more files in changeset.
Updating English

    • -0
    • +109
    ./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.

    • -109
    • +0
    ./conf/language/ApplicationResources_cy_GB.properties
    • -109
    • +0
    ./conf/language/ApplicationResources_es_ES.properties
    • -109
    • +0
    ./conf/language/ApplicationResources_it_IT.properties
    • -109
    • +0
    ./conf/language/ApplicationResources_mi_NZ.properties
    • -109
    • +0
    ./conf/language/ApplicationResources_pt_BR.properties
    • -109
    • +0
    ./conf/language/ApplicationResources_vi_VN.properties
    • -0
    • +109
    ./conf/language/lams/ApplicationResources.properties
    • -0
    • +109
    ./conf/language/lams/ApplicationResources_cy_GB.properties
    • -0
    • +109
    ./conf/language/lams/ApplicationResources_da_DK.properties
    • -0
    • +109
    ./conf/language/lams/ApplicationResources_el_GR.properties
    • -0
    • +109
    ./conf/language/lams/ApplicationResources_en_AU.properties
    • -0
    • +109
    ./conf/language/lams/ApplicationResources_es_ES.properties
    • -0
    • +109
    ./conf/language/lams/ApplicationResources_fr_FR.properties
    • -0
    • +109
    ./conf/language/lams/ApplicationResources_it_IT.properties
  1. … 121 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.
Closes [LI-53] and nearly closes [LI-50] There is now an option in every tool's build.xml called hideTool, if set to true, the tool's valid flag will be set to 1 or 0 if false when the tool is deployed

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