lams_tool_notebook

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3070: Use tool content title as lesson name instead of showing prompt pop up. Skip "Reedit"/"Cancel" page.

  1. … 35 more files in changeset.
LDEV-3080: Escape text in mulitple places, preventing quotes from distrupting HTML tag parsing.

  1. … 41 more files in changeset.
LDEV-3070: Use window.parent if required in Tools. Make single activity lesson wizard optional, set in sysadmin menu.

    • -1
    • +15
    ./web/pages/authoring/addCondition.jsp
    • -5
    • +10
    ./web/pages/authoring/conditionList.jsp
  1. … 58 more files in changeset.
LDEV-3070: Add single activity lessons wizard, first implementation iteration. Some changes were not committed as they interfere with old index page design.

    • -1
    • +1
    ./web/WEB-INF/tags/AuthoringButton.tag
    • -93
    • +109
    ./web/WEB-INF/tlds/lams/lams.tld
    • -1
    • +1
    ./web/pages/authoring/addCondition.jsp
    • -4
    • +4
    ./web/pages/authoring/conditionList.jsp
  1. … 120 more files in changeset.
LDEV-3076 added ability to upload images by learners using CKeditor

    • -12
    • +0
    ./.settings/org.eclipse.jdt.core.prefs
  1. … 26 more files in changeset.
LDEV-3073: Updating Spanish, German

  1. … 8 more files in changeset.
LDEV-3057 force IE9 for compatibility mode

  1. … 28 more files in changeset.
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
    • +1
    ./web/layouts/mobileLearningLayout.jsp
  1. … 21 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.

    • -1
    • +10
    ./web/pages/learning/mobile/notebook.jsp
    • -1
    • +10
    ./web/pages/learning/mobile/runOffline.jsp
    • -1
    • +10
    ./web/pages/learning/runOffline.jsp
  1. … 177 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-2913: Remove test sources and build tasks from LAMS projects.

  1. … 292 more files in changeset.
LDEV-2868 *one instance of thickbox.js file left: lams_central/includes/javascript/thickbox.js * path to loading.gif image is specified in css file now

  1. … 23 more files in changeset.
LDEV-2975: Updating Maori, Greek, French, Norwegian

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-2974 all tools should contain identical LAMS tags in order to make calling ANT target copy-tags painless

    • -47
    • +47
    ./web/WEB-INF/tags/headItems.tag
  1. … 29 more files in changeset.
LDEV-2817: Remove references to nonexistent css files in tools

    • -1
    • +0
    ./web/pages/authoring/addCondition.jsp
    • -1
    • +0
    ./web/pages/monitoring/notebookDisplay.jsp
  1. … 18 more files in changeset.
LDEV-2912: Remove RAMS remainings from source code

  1. … 79 more files in changeset.
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/layouts/mobileLearningLayout.jsp
  1. … 763 more files in changeset.
LDEV-2374: Updating labels

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

    • -2
    • +1
    ./.settings/org.eclipse.core.resources.prefs
  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.

    • -5
    • +5
    ./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. … 152 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-2755: Updating labels

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