Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1676: Adding a new column in forun that shows if any of a learner's files have been marked.

Also fixed a problem with the view forum screen in teacher mode. When accessed from monitoring, the teacher was able to see and edit the learner's reflection. Now when the screen is accessed from the summary screen, the reflection cannot be seen (as this is primarily for marking). When the screen is accessed from the learner progress screen the reflection can be seen but not modified.

    • -1
    • +1
    ./jsps/learning/message/topiceditform.jsp
    • -1
    • +1
    ./jsps/learning/message/topicreplyform.jsp
  1. … 7 more files in changeset.
LDEV-1663 Rearranged "Instructions" Tab in Monitor

getting rid of redundant ":"

  1. … 15 more files in changeset.
LDEV-1679: changed so it only displays when mode = author or mode = learner (so they can see this also in preview)

LDEV-1701: Put attachment image next to the attachment file

    • -7
    • +3
    ./jsps/authoring/message/topiclist.jsp
    • -1
    • +1
    ./jsps/learning/message/msgattachment.jsp
LDEV-1700: remove references to author and time in Authoring

    • -15
    • +1
    ./jsps/authoring/message/topiclist.jsp
LDEV-1663 Rearranged "Instructions" Tab in Monitor (Forum tool)

    • -64
    • +81
    ./jsps/monitoring/instructions.jsp
  1. … 1 more file in changeset.
LDEV-1677: Changing the tools so that clicking Close on the authoring confirmation window will both refresh the tool's monitoring window AND take the user back to the current tab on the monitoring window (ie the same tab it was on before it was refreshed). Normally this will be the edit activity tab.

  1. … 3 more files in changeset.
LDEV-1679: prints the notice if locked when finished for incoming and returning users

LDEV-1246

Renamed lams:out attribute escapeXml to escapeHtml

Code cleanup.

  1. … 11 more files in changeset.
LDEV-1246

Renamed lams:out attribute escapeXml to escapeHtml

  1. … 15 more files in changeset.
LDEV-1005: Implementing Flashless learner required two new tags to be added. Copying across all projects.

    • -0
    • +45
    ./WEB-INF/tags/LearnerFlashEnabled.tag
    • -0
    • +79
    ./WEB-INF/tags/ProgressOutput.tag
  1. … 51 more files in changeset.
LDEV-1264 Forum postings have compile / install dates and also the dates're kept updated

  1. … 1 more file in changeset.
LDEV-1349 Changes to the lams:fckeditor tag to map FCKEditor language files to LAMS supported languages and locales.

FCKEditor.tag changes

  1. … 14 more files in changeset.
See the posting you are replying to (LDEV-1305)

  1. … 3 more files in changeset.
Changed the width of the text area from cols=40 to cols=65 (LDEV-1329)

Replaced <bean:message> with <fmt:message> tags

  1. … 15 more files in changeset.
update lams:help tag with style attribute, mainly for lams_admin to display properly

  1. … 16 more files in changeset.
LDEV-1255: Moving the code for stopping jsps caching to a new custom tag, so that it can be applied consistently across all pages. Moved the utf-8 statements to the same tag so we don't have to remember to put them in all pages.

    • -0
    • +41
    ./WEB-INF/tags/Head.tag
    • -2
    • +2
    ./jsps/authoring/message/forbiddenedit.jsp
  1. … 173 more files in changeset.
LDEV-1231: LEARNER permission missing from downloads entry, so users who are exclusively LEARNERs cannot download attachments.

LDEV-1165: Wasn't able to disable the character limit for non rich text editing in forum. Changed authoring to check the limit on/off flag before checking number of characters > 0, and at learner if the limit is off then sets num chars to 0, which the jsp interprets as "no check".

  1. … 2 more files in changeset.
Merging RAMS and Edit On Fly changes from branch to the head.

  1. … 235 more files in changeset.
LDEV-1144: Two bugs: * The submit is trying to call a javascript function that does not exist. I can't find any code that suggests it ever existed! * The pages are trying to load up a css file that doesn't exist. At least in this case, the file did exist in the past but it was removed.

Removed the onsubmit call and the css reference.

auto tick reflection option when input text in reflect textarea.

  1. … 9 more files in changeset.
auto tick reflection option when input text in reflect textarea.

Add file size validation.

  1. … 8 more files in changeset.
imgbuttonwrapper tag changes for forum

    • -0
    • +37
    ./WEB-INF/tags/ImgButtonWrapper.tag
    • -18
    • +20
    ./jsps/authoring/message/view.jsp
was missing tag update

Disabled finish button after first click to prevent double click.

  1. … 15 more files in changeset.
Disabled finish button after first click to prevent double click.

  1. … 9 more files in changeset.
Added spacing on finish button.