lams_tool_dimdim

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3147: remove supports_run_offline_flag

LDEV-4272: Do not allow in LAMS any HTTP methods other than GET or POST.

  1. … 1 more file in changeset.
LDEV-4180: Remove help_text from lams_learning_activity as it is take from i18n files anyway.

LDEV-4180: Remove patches for dropping DB tables as we never use them.

LDEV-4180: Make DB patches produce up-to-date structure during build instead of applying multiple patches.

Get rid of unnecessary tables and keys.

Modify boolean columns to tinyint(1)

Simplify patches where possible.

LDEV-4187: Get an learner's status from the tool for a particular tool session, which can be used to regenerate learner progress.

LDEV-3824: Replace DimDim with a stub.

    • -3
    • +0
    ./.settings/com.genuitec.eclipse.j2eedt.core.prefs
    • -3
    • +0
    ./.settings/org.eclipse.core.resources.prefs
    • -12
    • +0
    ./.settings/org.eclipse.jdt.core.prefs
    • -128
    • +0
    ./conf/middlegen/lams_tool_ladimdim11-prefs.properties
  1. … 130 more files in changeset.
LDEV-3163: Make LAMS use ServerURL when providing URLs.

  1. … 39 more files in changeset.
LDEV-3113: Remove Flash Learner. Remove unnecessary SWF, tag and other files, along with methods in service classes.

  1. … 159 more files in changeset.
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: Add single activity lessons wizard, first implementation iteration. Some changes were not committed as they interfere with old index page design.

    • -2
    • +6
    ./web/WEB-INF/tags/AuthoringButton.tag
    • -44
    • +48
    ./web/WEB-INF/tlds/lams/lams.tld
  1. … 120 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. … 178 more files in changeset.
LDEV-2913: Remove test sources and build tasks from LAMS projects.

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

  1. … 29 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
    • -0
    • +116
    ./web/WEB-INF/tiles-defs.xml
  1. … 1177 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-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.
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: Allow JSP precompilation in Dimdim Tool.

LDEV-2839: Dimdim Tool clean up: Remove duplicate MANIFEST.

LDEV-1737 Modified Define in Monitor so it doesn't show the "Re-Edit" or "Close" page

    • -17
    • +35
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 26 more files in changeset.