lams_tool_dimdim

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
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-2799 Kaltura FCKEditor plugin: fix for IE9 (forces IE9 to behave as it is IE8)

  1. … 29 more files in changeset.
LDEV-2751: Change default width of CKEditor to "100%" so it is the same as in old FCKeditor.

  1. … 29 more files in changeset.
LDEV-2732: Copy the modified CKEditor tag to all Tools.

  1. … 28 more files in changeset.
CNG-1: Single activity LD configuration opens authoring for only that activity instead of Planner with the whole LD. Parameter "notifyCloseURL" support has been added to each Tool's authoring saved page in order to redirect back to MindApp.

    • -1
    • +14
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 30 more files in changeset.
LDEV-2702 moving css properties from TabName.tag to .css files

merge from lams2_3_release

  1. … 34 more files in changeset.
LDEV-2664 LearnerFlashEnabled.tag has been reimplemented as Java class

(this is done in order to prevent updating list of mobile devices in all modules )

*merged from lams2_3_release

    • -45
    • +0
    ./web/WEB-INF/tags/LearnerFlashEnabled.tag
  1. … 59 more files in changeset.
LDEV-2664 LearnerFlashEnabled.tag has been reimplemented as Java class

(this is done in order to prevent updating list of mobile devices in all modules )

    • -45
    • +0
    ./web/WEB-INF/tags/LearnerFlashEnabled.tag
  1. … 59 more files in changeset.
LDEV-1730 If Tool is not group do now show the group reference

  1. … 9 more files in changeset.
LDEV-2577: Fixed a bug preventing multiple CKEditor instances on one page to be properly reinitialized after form submit.

  1. … 27 more files in changeset.
LDEV-2577: Added extra safety measure preventing plain textarea from being show instead of CKEditor instance.

  1. … 27 more files in changeset.
LDEV-2607: Hardcoded CKEditor width as a fix for Chrome inability to process "100%" width correctly.

  1. … 26 more files in changeset.
LDEV-2577: Set default height for CKEditor instances, as in IE it was minimal.

  1. … 27 more files in changeset.
LDEV-2595: As CSS parameter "display: none" does not work in IE, the initial textarea for CKEditor has height = 0px which does the trick instead.

  1. … 27 more files in changeset.
LDEV-2596: Forcing CKEditor be reinitialized after AJAX form submit.

  1. … 28 more files in changeset.
LDEV-2577: Readded videorecorder plugin. Readded missing contentFolderID parameter to CKEditor instances.

  1. … 36 more files in changeset.
LDEV-2577, LDEV-2588:

Fixed names of buttons that have changed from FCKEditor.

CKEditor are hidden until they are completely initialized.

  1. … 25 more files in changeset.