Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 14 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
    ./learning/IndividualLearnerResults.jsp
    • -1
    • +10
    ./learning/RevisitedAllNominations.jsp
    • -1
    • +10
    ./learning/mobile/AllNominations.jsp
    • -1
    • +10
    ./learning/mobile/IndividualLearnerResults.jsp
    • -1
    • +10
    ./learning/mobile/RevisitedAllNominations.jsp
  1. … 173 more files in changeset.
LDEV-2928 Removed tiles plug-in and all its dependencies from tools that don't use tiles

  1. … 69 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. … 26 more files in changeset.
LDEV-2974 all tools should contain identical LAMS tags in order to make calling ANT target copy-tags painless

    • -0
    • +136
    ./WEB-INF/tags/TextSearch.tag
  1. … 27 more files in changeset.
LDEV-2495: Add gRaphael pie charts to Survey Tool. Remove JFree chart libraries.

    • -10
    • +11
    ./learning/RevisitedAllNominations.jsp
    • -8
    • +10
    ./learning/mobile/AllNominations.jsp
    • -3
    • +3
    ./learning/mobile/RevisitedDisplay.jsp
    • -3
    • +3
    ./monitoring/IndividualSessionSummary.jsp
  1. … 18 more files in changeset.
LDEV-2495: Add Raphael and gRaphael libraries to draw charts in Vote Tool. Get rid of JFreeChart generated stuff from this tool.

    • -0
    • +174
    ./includes/javascript/chart.js
    • -0
    • +19
    ./includes/javascript/g.bar.js
    • -0
    • +13
    ./includes/javascript/g.pie.js
    • -0
    • +28
    ./includes/javascript/g.raphael.js
    • -0
    • +9
    ./learning/RevisitedAllNominations.jsp
    • -14
    • +13
    ./learning/mobile/AllNominations.jsp
  1. … 11 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
    ./authoring/pedagogicalPlannerForm.jsp
  1. … 755 more files in changeset.
LDEV-2906: resizing nominations so CKEditor plugins fit in

LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

    • -34
    • +0
    ./WEB-INF/jstl/tlds/permittedTaglibs.tld
    • -382
    • +0
    ./WEB-INF/struts/tlds/struts-bean.tld
    • -3302
    • +0
    ./WEB-INF/struts/tlds/struts-html.tld
    • -652
    • +0
    ./WEB-INF/struts/tlds/struts-logic.tld
    • -3171
    • +0
    ./WEB-INF/struts/tlds/struts-nested.tld
    • -344
    • +0
    ./WEB-INF/struts/tlds/struts-tiles.tld
    • -0
    • +33
    ./WEB-INF/tiles-defs.xml
  1. … 1299 more files in changeset.
LDEV-2892: Encode notifyCloseURL twice so it works both in authorConfirm.jsp and 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.

  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).

  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)

  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-INF/tags/ExportPortOutput.tag
  1. … 100 more files in changeset.
LDEV-2839: Vote Tool clean up: Remove reference to unexisting taglibrary.

LDEV-2839: Vote 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-INF/tags/AuthoringButton.tag
  1. … 26 more files in changeset.
LDEV-2749 support for ipad; removed next parameters from urlrewrite config file: - confReloadCheckInterval, by default the conf file won't be checked for reload; - logLevel, the default level is INFO - confPath, the default path is /WEB-INF/urlrewrite.xml

  1. … 5 more files in changeset.
LDEV-2749 Chrome gets regular version of learning rather than Mobile one

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

    • -1
    • +1
    ./learning/IndividualLearnerResults.jsp
    • -1
    • +1
    ./learning/RevisitedAllNominations.jsp
  1. … 62 more files in changeset.
LDEV-2749 Introduced mobile version of Vote tool

    • -0
    • +87
    ./WEB-INF/urlrewrite.xml
    • -0
    • +293
    ./learning/mobile/AllNominations.jsp
    • -0
    • +214
    ./learning/mobile/AnswersContent.jsp
    • -0
    • +136
    ./learning/mobile/ExitLearning.jsp
    • -0
    • +150
    ./learning/mobile/IndividualLearnerResults.jsp
    • -0
    • +76
    ./learning/mobile/Notebook.jsp
    • -0
    • +128
    ./learning/mobile/RevisitedAllNominations.jsp
    • -0
    • +161
    ./learning/mobile/RevisitedDisplay.jsp
    • -0
    • +46
    ./learning/mobile/RevisitedNoDisplay.jsp
    • -0
    • +114
    ./learning/mobile/RunOffline.jsp
    • -0
    • +73
    ./learning/mobile/defineLater.jsp
  1. … 1 more file in changeset.
LDEV-2718 and LDEV-2764 fixing width for messageArea vote

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: Expand Vote Nomination CKEditor instance horizontally so it does show strange icons when shrinked.

LDEV-2732: Add a new attribute in CKEditor tag which updates parent frame height to fit whole of its contents.

  1. … 1 more file in changeset.
LDEV-2525 restoring accidentally removed lines

LDEV-2718: On "newNomination" CKEditor instance load, run method resizing parent iframe. CKEditor instance grows even when it seems that whole iframe content was loaded, so the defined onload method for this frame did not do its job.