lams_tool_notebook

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1565. Updating all languages

  1. … 141 more files in changeset.
LDEV-1511 forgot to update notebook tool's create table statements to include engine=innodb

    • -4
    • +4
    ./db/sql/create_lams_tool_notebook.sql
LDEV-1005: Implementing Flashless learner required two new tags to be added. Copying across all projects.

    • -0
    • +45
    ./web/WEB-INF/tags/LearnerFlashEnabled.tag
    • -0
    • +79
    ./web/WEB-INF/tags/ProgressOutput.tag
  1. … 51 more files in changeset.
LDEV-1511 updating tool version in each tool updated by this issue

  1. … 4 more files in changeset.
LDEV-1511 make tables created as MyISAM into InnoDB by modifying create table statements and creating update scripts.

    • -0
    • +7
    ./db/sql/updatescripts/updateTo20080229.sql
  1. … 11 more files in changeset.
LDEV-1349 Changes to the lams:fckeditor tag to map FCKEditor language files to LAMS supported languages and locales.

FCKEditor.tag changes

  1. … 14 more files in changeset.
Updating Japanese, Korean and Norwegian

  1. … 3 more files in changeset.
LDEV-1206: Remove the instructions label

Adding Japanese

    • -0
    • +87
    ./conf/language/lams/ApplicationResources_ja_JP.properties
  1. … 4 more files in changeset.
LDEV-1186: Updating English

  1. … 18 more files in changeset.
Adding Dutch. Updating English

    • -0
    • +87
    ./conf/language/lams/ApplicationResources_nl_BE.properties
LDEV-1179: Export portfolio now displays a different msg for run offline activities. The screen comes from the learning war, and is called from the code on AbstractExportPortfolioServlet. Tools don't have to do anything, but they can override a new method in the servlet and supply the name of the activity (as per the tool's authoring screen) or do their own screen. Our tools will just display the name of the activity.

  1. … 15 more files in changeset.
Updating German, Maori, Polish

Updating Greek, French, Norwegian, Chinese (China)

LDEV-1362: Allows editing the activity even when users have already access the activity. Removes isContentInUse

    • -17
    • +14
    ./web/pages/monitoring/editActivity.jsp
Adding label for LDEV-1362

Adding Chinese(china). Updating Danish, Italian, Polish

    • -0
    • +86
    ./conf/language/lams/ApplicationResources_zh_CN.properties
  1. … 4 more files in changeset.
Updating German, Greek and Norwegian

Adds a bit more clarity to the fix (LDEV-1319)

Fix now so it checks whether the mode is preview or learner. If it is learner, then the javascrit validation is enforced. (LDEV-1319)

Adds validation in the case the user does not input anything in the textarea (LDEV-1319)

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