lams_tool_assessment

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2714: Put back @Override tag as it is marked as error only when using Java 1.5. In higher versions overriding interface methods is OK.

Thanks, Andrey, for advice!

LDEV-2901, LDEV-2902: Move classes generated by Eclipse to different directory than Ant generated ones so they do not overlap and product errors.

Classpath in JAR/WAR manifests is not needed as JBoss Classloader takes care of dependencies. Manfiest was moved to a central location and is customised only with product name and version during JAR/WAR build.

  1. … 108 more files in changeset.
LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

  1. … 1177 more files in changeset.
LDEV-2714: Remove unnecessary @Override tag. It should be used only when method overrides superclass method, not when it implements interface method.

LDEV-2892: Encode notifyCloseURL twice so it works both in authorConfirm.jsp and AuthoringButton.tag.

    • -1
    • +3
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 31 more files in changeset.
CNG-1: Make "noopener" parameter checked first as its use is very custom and should have highest priority.

    • -19
    • +6
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 31 more files in changeset.
CNG-7: Add ISBN collections. Add buttons to manage them.

Allow going back to MindTap views from different LAMS screens, like Preview or Tool authoring.

Major clean up, split bloated code to MindappAction (request processing) and MindappService (helper methods).

    • -0
    • +2
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 31 more files in changeset.
LDEV-2755: Updating translations

  1. … 81 more files in changeset.
LDEV-2329 fix for Chrome (as it doesn't execute location.href="bla-bla" command if window is going to be closed)

    • -2
    • +3
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 32 more files in changeset.
LDEV-2839: Convert custom ExportPortOutput and ProgressOutput tags to plain JSP pages.

These tags call include themselves recursivly what causes errors in JSP precompilation process. This is a know bug (JBAS-7496) of JBoss 5.1, fixed in JBoss 7.

These tags were used only in lams_learning, so after conversion they were left only there. They were removed from all other projects.

    • -59
    • +0
    ./web/WEB-INF/tags/ExportPortOutput.tag
    • -79
    • +0
    ./web/WEB-INF/tags/ProgressOutput.tag
  1. … 100 more files in changeset.
LDEV-2839: Make JSP precompilation task independent of schemaexport.classpath Ant variable which does not exist and is not needed in all projects.

  1. … 26 more files in changeset.
LDEV-2839: Simplify choosing files for WAR with precompiled JSPs. Current solution creates unnecessary tree of empty directories where JSPs were located. The advantage is that special directories in Tools like Wiki (wikiling plugin) or Videorecorder (previewImages and recordings) do not need to be listed explicitly for compilation which allows generic Ant task for Tools and other projects.

  1. … 26 more files in changeset.
    • -167
    • +201
    ./conf/language/lams/ApplicationResources_de_DE.properties
  1. … 18 more files in changeset.
LDEV-2839: Create Java source folder if it was not created in previous step (Java files generation from JSPs) to prevent compilation errors.

  1. … 6 more files in changeset.
LDEV-2839: Add project libraries to WAR.

  1. … 4 more files in changeset.
LDEV-2839: Turn off debugging in generated classes. This reduces size of WAR almost by half.

  1. … 3 more files in changeset.
LDEV-1737 Modified Define in Monitor so it doesn't show the "Re-Edit" or "Close" page

    • -18
    • +37
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 26 more files in changeset.
LDEV-2839: Adjust JSP precompilation settings as it will be used mainly for production, not development environment.

  1. … 1 more file in changeset.
LDEV-2839: Allow JSP precompilation in Assessment Tool.

LDEV-2839: Assessment Tool clean up: Add missing taglibs references. Add missing "drop table" statement for tool deployment.

    • -0
    • +2
    ./db/sql/create_lams_tool_assessment.sql
    • -0
    • +2
    ./web/pages/export/parts/exportlearner.jsp
    • -0
    • +2
    ./web/pages/export/parts/exportteacher.jsp
    • -0
    • +2
    ./web/pages/export/parts/userresponse.jsp
LDEV-2838 fix Assessment matching pare

LDEV-2755: Updating labels

  1. … 30 more files in changeset.
LDEV-2755: Updating labels

  1. … 272 more files in changeset.
LDEV-2823: Add properties that select whether standalone or embedded MySQL should be used for LAMS run and/or build.

Make all Tools use MXJ connectors if needed.

Make Tool Deployer usage lighter - libraries are not copied to Tools but they are referenced from a single spot.

Copy MXJ connectors from "mysql_embedded" project if needed.

  1. … 50 more files in changeset.
LDEV-2755: Updating labels

  1. … 8 more files in changeset.
LDEV-2805 On update from 2.3.5, make all available questions in previous assessment activities part of the questions in the list

LDEV-2807: Support for MySQL 5.5

    • -12
    • +12
    ./db/sql/create_lams_tool_assessment.sql
  1. … 40 more files in changeset.
LDEV-2799 Kaltura FCKEditor plugin: fix for IE9 (forces IE9 to behave as it is IE8)

  1. … 29 more files in changeset.
LDEV-2798: Adding nogo to finishbutton

LDEV-2683: labels