lams_tool_vote

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1578: Export portfolio problems: learner export didn't have the html removed/shortened in the legend and the class export only worked if you had already generated a chart. Both these problems now fixed.

LDEV-1578: Export portfolio problems: learner export didn't have the html removed/shortened in the legend and the class export only worked if you had already generated a chart. Both these problems now fixed.

LDEV-1572: Resize charts to allow larger charts when the legend is large. If it looks like the legend will go over 4 or more lines, then it creates a chart 750x550. I've also increased the size of the small chart to 400 square. Moved some of the common code into a utility class so that our sizing is always consistent.

  1. … 2 more files in changeset.
LDEV-1565. Updating all languages

  1. … 146 more files in changeset.
LDEV-1005: Implementing Flashless learner required two new tags to be added. Copying across all projects.

    • -57
    • +57
    ./web/WEB-INF/tags/FCKEditor.tag
    • -0
    • +45
    ./web/WEB-INF/tags/LearnerFlashEnabled.tag
    • -0
    • +79
    ./web/WEB-INF/tags/ProgressOutput.tag
  1. … 49 more files in changeset.
Updating Greek, French, Norwegian, Polish

LDEV-1522 Voting Max Votes are not permitted to be negative number now.

LDEV-1522 Learners are not able now to submit no votes

LDEV-1522: Updating Spanish and English

UPdating Maori

Updating Maori

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

    • -57
    • +57
    ./web/WEB-INF/tags/FCKEditor.tag
  1. … 14 more files in changeset.
LDEV-1493: Leaves the lockWhenFinished as it is picked up from the default content rather than hardcoded

LDEV-1493: Revert to original as the change needs to be done in the VoteStarterAction.java instead

UPdating Japanese, Norwegian

LDEV-1493: Updating the tool version so the updater will pick up the update script.

  1. … 1 more file in changeset.
LDEV-1493: Default the update script's set tool_version line to commented out - we assume the normal behaviour is that this is called by the tool updater.

  1. … 1 more file in changeset.
LDEV-1493 update scripts for new default value of lock on finish for vote and q&a tools.

    • -0
    • +16
    ./db/sql/updatescripts/updateTo20080108.sql
  1. … 1 more file in changeset.
Changing from binary to ascii

    • -98
    • +98
    ./db/sql/create_lams_tool_vote.sql
    • -14
    • +14
    ./db/sql/drop_lams_tool_vote.sql
LDEV-1493: Changing default value for lock when finished in Vote. Default value now OFF

LDEV-1493: Changing default value for lock when finished in Vote. Default value now OFF

LDEV-1206: Run offline now displays the activity title at the top

  1. … 2 more files in changeset.
LDEV-1186: Updating English

  1. … 18 more files in changeset.
Updating Japanese

  1. … 4 more files in changeset.
Adding Dutch

    • -0
    • +152
    ./conf/language/lams/ApplicationResources_nl_BE.properties
  1. … 2 more files in changeset.
Updating Englishand Dutch

Updating Japanese

    • -0
    • +152
    ./conf/language/lams/ApplicationResources_ja_JP.properties
  1. … 2 more files in changeset.
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 Maori

LDEV-1249: Null ptr exception was being thrown when trying to generate a chart and there were no votes. Now if no votes exist, no charts are created.