Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4062:Learner UI broken when selecting posting limits

LDEV-3701: change icon for expand/collapse replies with fontawesome icons

LDEV-4052 Fixing the problem with opening new items in divs and its inability to support server side validation and server side exceptions

  1. … 10 more files in changeset.
LDEV-4048: Updating tags for Rating change.

    • -10
    • +29
    ./WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
  1. … 21 more files in changeset.
LDEV-4045:Change these inputs from selects to input type="number"

LDEV-4045 :Change these inputs from selects to input type="number"

LDEV-4045 :Change these inputs from selects to input type="number"

LDEV-4046: Escaping quotes and other entries in title so that it does not break the javascript.

    • -1
    • +2
    ./WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
  1. … 30 more files in changeset.
LDEV-3774: Restoring the effectiveness of the height setting. Now the height setting is used to set min-height in ckconfig_custom.js

  1. … 37 more files in changeset.
LDEV-3724: Making the Presence / IM work with tools that use tabs in learning, such as DACO. For these tools, the bootstrap javascript needs to be reloaded after the jquery ui javascript or the tools tabs do not work. Trigger reloading the bootstrap js via the usePanel parameter.

  1. … 29 more files in changeset.
LDEV-3767: Removed debugger statement

    • -1
    • +0
    ./WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
  1. … 24 more files in changeset.
LDEV-3701: small improvement

LDEV-2951: removing unused images from tool forum

LDEV-2951: removing unused images from tool forum

    • -1
    • +1
    ./jsps/authoring/parts/msgattachment.jsp
    • -1
    • +1
    ./jsps/learning/message/topiceditform.jsp
LDEV-3767: Syncing tags across all projects.

    • -0
    • +372
    ./WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
    • -4
    • +3
    ./WEB-INF/tags/AuthoringRatingCriteria.tag
    • -0
    • +197
    ./WEB-INF/tags/StyledRating.tag
  1. … 138 more files in changeset.
LDEV-4014: Adjust margins and padding in monitor dialog content. Use same tabs as in tool interfaces. Allow non-imported content in tabs. Allow exact page in help link. Resize LD SVG in Sequence tab in monitoring dialog on dialog resize. Minor layout adjustments.

  1. … 68 more files in changeset.
LDEV-4006:Timeago for monitor forum fixed.

  1. … 1 more file in changeset.
LDEV-3999: replacing bitmap images with vector images (faicons)

    • -1
    • +1
    ./jsps/authoring/message/topiclist.jsp
LDEV-3977:The link from mark post in monitor forum returns an exception

LDEV-3436: Consistent Save/Cancel Buttons

    • -1
    • +1
    ./jsps/learning/message/topiceditform.jsp
    • -1
    • +1
    ./jsps/learning/message/topicreplyform.jsp
LDEV-3975: Change date to timeago

LDEV-3436: Consistent Save/Cancel Buttons

  1. … 30 more files in changeset.
LDEV-3973: Add tag to ensure Mobile first

  1. … 31 more files in changeset.
LDEV-3969: adding timeago i18n to forum - use locale language rather than country

    • -2
    • +2
    ./jsps/learning/message/msgviewwrapper.jsp
LDEV-3969: adding timeago i18n to forum

    • -1
    • +2
    ./jsps/learning/message/msgviewwrapper.jsp
LDEV-3966 Topiclist to hide columns when used in small devices

LDEV-3959: Timeago javascript file is now only called once for each topic, or a edited message, rather than on every message when loaded.

    • -0
    • +8
    ./jsps/learning/message/msgviewwrapper.jsp
    • -1
    • +10
    ./jsps/learning/message/topicview.jsp
LDEV-3959: Swtitch to using jscroll/treetable from the main includes directory so that we get the cached version.

    • -209
    • +0
    ./includes/javascript/jquery.jscroll.js
    • -634
    • +0
    ./includes/javascript/jquery.treetable.js
LDEV-3945: Treetable definition had been lost in a previous fix, causing javascript errors which blocked the highlight code running. Treetable has been restored and javascript code rearranged so that any future similar errors will not break the highlighting.

LDEV-3959: Reduce reloading of javascript files during an AJAX call by overriding the jquery cache settings.