• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

    • binary
    ./WEB-INF/tags/ExportPortOutput.tag
  1. … 100 more files in changeset.
LDEV-2839: Q&A 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-2821 small change to prevent the link to jump to the top of thepage when clicked

LDEV-2821 fixing onclick event of link

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 Introduced mobile version of Q&A tool

    • -0
    • +26
    ./WEB-INF/urlrewrite.xml
    • -0
    • +170
    ./learning/mobile/AnswersContent.jsp
    • -0
    • +55
    ./learning/mobile/CombinedAnswersContent.jsp
    • -0
    • +156
    ./learning/mobile/IndividualLearnerResults.jsp
    • -0
    • +212
    ./learning/mobile/LearnerRep.jsp
    • -0
    • +74
    ./learning/mobile/Notebook.jsp
    • -0
    • +344
    ./learning/mobile/RevisitedLearnerRep.jsp
    • -0
    • +99
    ./learning/mobile/RunOffline.jsp
    • -0
    • +94
    ./learning/mobile/SequentialAnswersContent.jsp
    • -0
    • +38
    ./learning/mobile/defineLater.jsp
    • -0
    • +22
    ./learning/mobile/parts/ratingStars.jsp
    • -0
    • +22
    ./learning/mobile/parts/ratingStarsDisabled.jsp
LDEV-2657 Removing duplicate lines from jsp

LDEV-2799 Kaltura FCKEditor plugin: fix for IE9 (forces IE9 to behave as it is IE8)

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

    • -1
    • +1
    ./learning/IndividualLearnerResults.jsp
  1. … 12 more files in changeset.
LDEV-2629: Ooppsss... wrong toolbarSet :(

    • -1
    • +1
    ./monitoring/IndividualSessionSummary.jsp
LDEV-2629: Ooppsss... wrong tag

    • -2
    • +2
    ./monitoring/IndividualSessionSummary.jsp
LDEV-2629: flicking monitor user responses between online HTML or plain text

    • -1
    • +11
    ./monitoring/AllSessionsSummary.jsp
    • -1
    • +11
    ./monitoring/IndividualSessionSummary.jsp
LDEV-2629: flicking monitor user responses between online HTML or plain text

    • -2
    • +13
    ./monitoring/AllSessionsSummary.jsp
    • -1
    • +11
    ./monitoring/IndividualSessionSummary.jsp
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: Shrink Planner content horizontally so unnecessary scrollbars in Mindapp are not displayed.

    • -2
    • +2
    ./authoring/pedagogicalPlannerForm.jsp
  1. … 11 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. … 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

    • -53
    • +0
    ./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 )

    • -52
    • +0
    ./WEB-INF/tags/LearnerFlashEnabled.tag
  1. … 59 more files in changeset.
LDEV-2664 check for mobile devices in LearnerFlashEnabled.tag

*merge from HEAD

    • -3
    • +10
    ./WEB-INF/tags/LearnerFlashEnabled.tag
  1. … 26 more files in changeset.
LDEV-2664 update LearnerFlashEnabled tag with detecting mobile devices

    • -1
    • +9
    ./WEB-INF/tags/LearnerFlashEnabled.tag
  1. … 24 more files in changeset.
LDEV-2657 fixing problem with loosing toolContentId

    • -2
    • +2
    ./monitoring/MonitoringMaincontent.jsp
LDEV-2657 * pull up JavaScript methods to monitorToolSummaryAdvanced.js

* fixing problem with toolContentId

    • -71
    • +18
    ./monitoring/MonitoringMaincontent.jsp
LDEV-2657 Date restrictions for Q&A (merge to HEAD)

    • -0
    • +9
    ./learning/IndividualLearnerResults.jsp
    • -5
    • +74
    ./monitoring/MonitoringMaincontent.jsp
  1. … 8 more files in changeset.
LDEV-2657 Date and time restriction for Q&A

    • -31
    • +18
    ./learning/IndividualLearnerResults.jsp
    • -1
    • +67
    ./monitoring/MonitoringMaincontent.jsp
  1. … 8 more files in changeset.
file dateRestriction.jsp was initially added on branch lams2_3_release.

    • -0
    • +0
    ./monitoring/dateRestriction.jsp
LDEV-2657 Q&A: get rid of tiles plugin which is not currently used