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

LDEV-3765: Add command websockets in all tools. Run check less often (5s vs 2s) as the effect does not need to be immediate. Reorganise code. Add i18n support.

  1. … 44 more files in changeset.
LDEV-3765: Prototype of learner command websockets. Works only for Forum and force complete.

  1. … 9 more files in changeset.
LDEV-3914: Clicking on the title in the progress bar was causing pages to refresh - missing the needed return value.

  1. … 29 more files in changeset.
LDEV-3914: Optional activity box in progress bar hides when progress bar hides.

  1. … 19 more files in changeset.
LDEV-3914: Fixed the horizontal scroll bar that appeared in learner and monitor, by setting the margins in the first row to 0 (they default to -15). Tweaked the show/hiding of the progress bar to suit more cases and to keep parallel activities aligned.

  1. … 21 more files in changeset.
LDEV-3914: Tweaked when the sidebar is displayed to reduce flicker and added an override parameter for tools that want to do their own layout (like Data Collection and Wiki) to stop the usual panel being loaded.

  1. … 21 more files in changeset.
LDEV-3914: Tweaking Page tag to find toolSessionId in more tools and to make it easier to use on an iPad

  1. … 25 more files in changeset.
LDEV-3914: Stopping the exception thrown when the logic to get the tool session id tries a form that does not contain toolSessionId.

  1. … 29 more files in changeset.
LDEV-3914: Adding support activities

  1. … 29 more files in changeset.
LDEV-3914: Stopping Notebook call triggering a refresh of the learner screen.

  1. … 21 more files in changeset.
LDEV-3914: Replacing learner control frames with a div based sliding bar.

  1. … 25 more files in changeset.
LDEV-3916: Tweaking the page layout so that the pager knows that the end of the page has been reached, otherwise it thinks it can get more message for the page and ends up loading all the messages in the thread when the page is first opened.

Autoscroll was continually triggering due to a missing div, causing the page to load straight away, rather than waiting for the user to scroll to trigger next load of messages.

LDEV-3842: Updating tag to match lams_central

  1. … 11 more files in changeset.
LDEV-3844: Using updated SimplePanel tag.

LDEV-3875: add x-small to css property

  1. … 1 more file in changeset.
LDEV-3843: Rearranging Advanced tab to group items.

  1. … 1 more file in changeset.
LDEV-3846: Correcting timezone problems with timeago. Functionality moved into lams:Date for consistency across LAMS.

  1. … 10 more files in changeset.
LDEV-3843: Pointing help to a dummy page for testing.

LDEV-3843: Updating tags to match lams_central

    • -0
    • +349
    ./WEB-INF/tags/AuthoringRatingCriteria.tag
    • -0
    • +194
    ./WEB-INF/tags/Rating.tag
LDEV-3843: Rearranging Advanced tab to group items.

    • -0
    • +29
    ./WEB-INF/tags/SimplePanel.tag
    • -109
    • +122
    ./jsps/authoring/advance.jsp
  1. … 1 more file in changeset.
LDEV-3827 Remove JQM mobile interface

    • -20
    • +0
    ./jsps/learning/mobile/definelater.jsp
    • -145
    • +0
    ./jsps/learning/mobile/message/bodyarea.jsp
    • -31
    • +0
    ./jsps/learning/mobile/message/msgattachment.jsp
    • -27
    • +0
    ./jsps/learning/mobile/message/topiceditform.jsp
    • -35
    • +0
    ./jsps/learning/mobile/message/topicform.jsp
    • -83
    • +0
    ./jsps/learning/mobile/message/topiclist.jsp
    • -29
    • +0
    ./jsps/learning/mobile/message/topicreplyform.jsp
    • -129
    • +0
    ./jsps/learning/mobile/message/topicview.jsp
  1. … 7 more files in changeset.
LDEV-3812 : IE-9 Compatibility stops the FormData references working in Forum. Removed the meta-tag from affected projects. Cleaned up the DOCTYPEs to ensure they were not causing any issues and put a fallback in place so that if FormData does not work the user can still post messages, just cannot upload files.

    • -3
    • +1
    ./jsps/authoring/message/forbiddenedit.jsp
    • -1
    • +1
    ./jsps/learning/message/msgattachment.jsp
    • -1
    • +1
    ./jsps/learning/message/msgviewwrapper.jsp
    • -2
    • +3
    ./jsps/learning/message/topiceditform.jsp
    • -3
    • +4
    ./jsps/learning/message/topicreplyform.jsp
LDEV-3775: Minor corrections