lams_tool_scratchie

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4440 JSON fix

  1. … 8 more files in changeset.
LDEV-4440 Daco nostruts library

  1. … 17 more files in changeset.
LDEV-4440 Scratchie autosave fix

    • -186
    • +0
    ./web/WEB-INF/tlds/lams/lams.tld
  1. … 59 more files in changeset.
LDEV-4440 Scratchie authoring reflections fix

  1. … 14 more files in changeset.
LDEV-4440 Scratchie NoStruts library

    • -5
    • +4
    ./web/WEB-INF/tags/AuthoringButton.tag
    • -29
    • +28
    ./web/WEB-INF/tags/AuthoringRatingCriteria.tag
    • -382
    • +0
    ./web/WEB-INF/tlds/struts/struts-bean.tld
    • -3302
    • +0
    ./web/WEB-INF/tlds/struts/struts-html.tld
  1. … 13 more files in changeset.
LDEV-4440 Scribe fix

  1. … 12 more files in changeset.
LDEV-4440 Q&A autosave fix

    • -2
    • +2
    ./web/pages/authoring/parts/additem.jsp
  1. … 1 more file in changeset.
LDEV-4440 Scribe fixes

  1. … 8 more files in changeset.
LDEV-4440 Scribe nostruts library

    • -2
    • +2
    ./web/pages/learning/waitforleader.jsp
    • -2
    • +2
    ./web/pages/monitoring/editactivity.jsp
  1. … 19 more files in changeset.
LDEV-4440 Scribe authoring fix

  1. … 1 more file in changeset.
LDEV-4440 Scribe & Scratchie work in progress

    • -0
    • +6
    ./.externalToolBuilders/SASS_lams_tool_scratchie.launch
  1. … 24 more files in changeset.
LDEV-4613 tRA students' choices page to display all scratches

  1. … 1 more file in changeset.
LDEV-4608 Burning qs: collapse/expand to work in coordination

LDEV-4604 Improvements to burning questions page (learner)

1) Add buttons for expand/collapse all in burning questions. Only

display these buttons if there's burning questions.

2) Display a counter for burning questions next to the question name

3) Save cells on blur event

    • -11
    • +41
    ./web/pages/learning/results.jsp
LDEV-4598 Questions must have a link to burning questions

LDEV-4054: Updating labels

  1. … 25 more files in changeset.
LDEV-4054: updating labels

Mainly Spanish and a little bit of Greek and Norwegian

    • -0
    • +228
    ./conf/language/lams/ApplicationResources_es_ES.properties
  1. … 38 more files in changeset.
LKC-137 Add Save/Cancel buttons for jqGrid inline editing

LDEV-4569 use jquery toggle instead of bootstrap collapse

By some reason bootstrap collapse doesn't work properly. Involved

links got assigned double amount of click handlers which makes

them appear and then instantaneously disappear again.

  1. … 2 more files in changeset.
LDEV-4578: minor fixes

Increse the rows to 8 and title: false when we don't need it.

LDEV-4578 Display editable status for burning questions

Currently, it's hard to know that you can edit a burning question of

your own authoring. Therefore we should add some sort of indication that

you can click on the text and edit it.

Also, remove the link for General burning questions.

LDEV-4559 Comments can be left anonymously.

    • -1
    • +22
    ./web/WEB-INF/tags/CommentsAuthor.tag
  1. … 91 more files in changeset.
LDEV-4558 Rename dbupdate files as name is a month out.

  1. … 38 more files in changeset.
LDEV-4558 Expand DB Fields to support pictures pasted in CKEditor

  1. … 28 more files in changeset.
LDEV-4566: add reference to questions in burning questions

Adding underline to burning question titles

LDEV-4568 Change burning question's "+" icon to "-" on expanding

LDEV-4566: add reference to questions in burning questions

Adding an anchor reference so when seeing burning question there's a link to the question.

Monthly merge from master to lams31

Conflicts:

lams_build/conf/slim/standalone.xml

lams_build/conf/standalone.xml

lams_build/lib/lams/lams-central.jar

lams_build/lib/lams/lams.jar

lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractor.java

lams_central/src/java/org/lamsfoundation/lams/authoring/template/web/LdTemplateAction.java

lams_central/src/java/org/lamsfoundation/lams/authoring/template/web/TBLTemplateAction.java

lams_central/src/java/org/lamsfoundation/lams/authoring/web/AuthoringAction.java

lams_central/src/java/org/lamsfoundation/lams/web/SessionListener.java

lams_common/src/java/org/lamsfoundation/lams/integration/security/SsoHandler.java

lams_tool_preview/src/java/org/lamsfoundation/lams/tool/peerreview/web/action/MonitoringAction.java

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/service/ScratchieServiceImpl.java

  1. … 20 more files in changeset.
LDEV-4553 Template TBL Assessment offers multiple choice

  1. … 15 more files in changeset.
LDEV-4540 Introduce hooks in command websockets

When a command is added, the JSON can contain "hookTrigger" and

"hookParams" attributes.

hookTrigger is just a string which uniquely identifies a page. If this

page set the same commandWebsocketHookTrigger, then command is consumed

and function defined on this page as commandWebsocketHook is run with

parameters taken from hookParams from JSON.

This way back end can tell exact page on front end to run any code it

defines itself.

  1. … 35 more files in changeset.