lams_tool_lamc

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3049 change the order we reference css files to the following <link rel="stylesheet" href="${lams}css/jquery.mobile.css" /> <link rel="stylesheet" href="${lams}css/defaultHTML_learner_mobile.css" /> to allow override JQM css styles in defaultHTML_learner_mobile.css

  1. … 21 more files in changeset.
LKC-8 Reduce 300ms click delays on iOS with the help of FastClick library (currently doesn't work with the latest version of JQM so introducing tool specific 1.2.1 version of it)

    • -1
    • +0
    ./web/learning/mobile/AnswersContent.jsp
    • -1
    • +0
    ./web/learning/mobile/RedoQuestions.jsp
LDEV-2865 remove unused methods and fields

  1. … 4 more files in changeset.
LKC-8 Move all common JQM references to separate mobileheader.jsp

    • -0
    • +9
    ./web/common/mobileheader.jsp
    • -33
    • +1
    ./web/learning/mobile/AnswersContent.jsp
    • -27
    • +0
    ./web/learning/mobile/CombinedAnswersContent.jsp
    • -33
    • +1
    ./web/learning/mobile/RedoQuestions.jsp
    • -33
    • +1
    ./web/learning/mobile/RunOffline.jsp
    • -33
    • +1
    ./web/learning/mobile/SimpleLearnerError.jsp
    • -33
    • +1
    ./web/learning/mobile/ViewAnswers.jsp
    • -33
    • +1
    ./web/learning/mobile/defineLater.jsp
LDEV-3043 display question numbers

    • -7
    • +6
    ./web/learning/CombinedAnswersContent.jsp
    • -0
    • +3
    ./web/learning/mobile/CombinedAnswersContent.jsp
  1. … 1 more file in changeset.
LDEV-1800 added Javascript validation on submitting user answers

    • -32
    • +28
    ./web/learning/AnswersContent.jsp
    • -16
    • +7
    ./web/learning/CombinedAnswersContent.jsp
    • -42
    • +36
    ./web/learning/mobile/AnswersContent.jsp
    • -5
    • +3
    ./web/learning/mobile/CombinedAnswersContent.jsp
LDEV-2865 Format Java code

  1. … 54 more files in changeset.
LDEV-2865 Remove excessive logging from MCQ tool

  1. … 8 more files in changeset.
LDEV-3026: Add utilities for getting activity position. Make Tools position-aware and display different label if they are last in LD.

    • -2
    • +18
    ./web/learning/mobile/RedoQuestions.jsp
    • -1
    • +10
    ./web/learning/mobile/RunOffline.jsp
    • -1
    • +10
    ./web/learning/mobile/ViewAnswers.jsp
  1. … 172 more files in changeset.
LDEV-2928 Removed tiles plug-in and all its dependencies from tools that don't use tiles

  1. … 68 more files in changeset.
LDEV-2899 There is no need for /db/sql/updatescripts/** sql updates anymore as we use autopatch ever since. So we can remove according folders

  1. … 48 more files in changeset.
LDEV-2816 remove MCQ results summary feature

    • -181
    • +0
    ./web/learning/ResultsSummary.jsp
    • -201
    • +0
    ./web/learning/mobile/ResultsSummary.jsp
LDEV-3000: Fix importing of large number of questions. Fix Essay question type detection.

  1. … 7 more files in changeset.
LDEV-3000: Add support for HTML and images in questions and answers.

  1. … 10 more files in changeset.
LDEV-3000: Add support for Assessment Tool. Add question type and title.

  1. … 16 more files in changeset.
LDEV-3000: Remove HTML tags in earlier stages of processing.

  1. … 1 more file in changeset.
LDEV-3000: Add centralised interface for IMS QTI package processing. Add support for MCQ tool.

  1. … 9 more files in changeset.
LDEV-2913: Remove test sources and build tasks from LAMS projects.

  1. … 280 more files in changeset.
LDEV-2975: Updating Maori

    • -184
    • +193
    ./conf/language/lams/ApplicationResources_mi_NZ.properties
  1. … 4 more files in changeset.
LDEV-2887 destroy old CKEditor instances on Ajax refresh to prevent JS exceptions

  1. … 30 more files in changeset.
LDEV-2974 all tools should contain identical LAMS tags in order to make calling ANT target copy-tags painless

    • -1
    • +5
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 26 more files in changeset.
LDEV-2912: Remove RAMS remainings from source code

  1. … 80 more files in changeset.
LDEV-2944 Allow retries even after user has finished the MCQ activity

    • -58
    • +20
    ./web/learning/mobile/ViewAnswers.jsp
LDEV-2868 * updated jquery.js, jquery-ui.js and jqgrid.js, jquery.layout.js, jqury.mobile.js, jqeury.form.js, jquery.autocomplete.js * removed repetitions of those libraries throughout all Lams * fixed some issues brought up by these updates * jquery.sizzle.js cut out from jquery.js and now it's a separate file

    • -1
    • +1
    ./web/authoring/pedagogicalPlannerForm.jsp
    • -2
    • +2
    ./web/learning/mobile/AnswersContent.jsp
    • -2
    • +2
    ./web/learning/mobile/RedoQuestions.jsp
    • -1
    • +1
    ./web/learning/mobile/ResultsSummary.jsp
  1. … 754 more files in changeset.
LDEV-2916: Remove source code from lams_buidl/lib. Set classpath entries to use the new 3rdParty_sources folder.

  1. … 46 more files in changeset.
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.

    • -0
    • +12
    ./conf/hibernate/mappings/hibernate.cfg.xml
  1. … 1299 more files in changeset.
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.

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