lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4587 Distinguish ordered branching by introducing a new field

The fields tells whether branching should start from highest ordered

answer (asc, true) or lowest (desc, false) or is it a plain, non-ordered

tool-based branching (null).

  1. … 8 more files in changeset.
LDEV-3115: Missing label for sequence detail

LDEV-4054: Updating and fixing labels

There's quite a lot of work required with labels and it's not jsut translations but rearringing them according to language, string lenght, etc. Also we shouild be more accurate in naming users. When we are referring to students, we should call them students instead of users. Quite a few of these instances in this commit

  1. … 46 more files in changeset.
LDEV-4054: Adding template labels

Previously removed by accidents as they aren't in i18n yet

LDEV-4054: Updating labels

  1. … 22 more files in changeset.
Monthly merge from master to lams31

Conflicts:

lams_admin/src/java/org/lamsfoundation/lams/admin/web/action/OrgPasswordChangeAction.java

lams_build/lib/lams/lams.jar

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

lams_central/src/java/org/lamsfoundation/lams/comments/web/CommentAction.java

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

lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/web/GroupingUploadAJAXAction.java

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/web/action/LearningAction.java

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/web/action/MonitoringAction.java

lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/web/actions/LearningAction.java

lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McService.java

lams_tool_survey/src/java/org/lamsfoundation/lams/tool/survey/web/action/MonitoringAction.java

  1. … 19 more files in changeset.
LDEV-4587 Add new assessment output type

  1. … 4 more files in changeset.
LDEV-4583 Block access to index.do for integration learners

If user comes from integrations and possess only learner rights we

should not allow him/her to access index.do page.

  1. … 2 more files in changeset.
LDEV-4579 Rewrite for.. of.. JS syntax to keep IE 11 compatibility

LDEV-4054: Updating missing labels and Greek

  1. … 13 more files in changeset.
LDEV-4547 Tweaking background for authoring/chart

    • -0
    • +9
    ./conf/scss/_lams_variables_purple.scss
LDEV-4576 Check TBL groupings before finishing Live Edit

If groupings are not correct, stay in Live Edit

LDEV-4576 Ignore edit lock parameter when saving a LD

It is set by special functions in AuthoringService

LDEV-4054: Updating Greek

LDEV-4559 Comments can be left anonymously.

    • -1
    • +22
    ./web/WEB-INF/tags/CommentsAuthor.tag
    • -0
    • +23
    ./web/comments/anonymouscheckbox.jsp
  1. … 82 more files in changeset.
LDEV-4559 Students can post anonymously in Forum

  1. … 8 more files in changeset.
LDEV-4574 Re-launch monitoring after Live Edit closes

  1. … 1 more file in changeset.
LDEV-3115 Sort loaded groups by order ID rather than UIID

LDEV-4573 Spinner indicates busy and no data found message added.

  1. … 2 more files in changeset.
LDEV-4557 Fix Upload image dialog

LDEV-4564 Audit log entry for Live Edit

Also fixed the learning screen that appears when a Live Edit is

in progress as it was throwing a Null Pointer Exception

  1. … 5 more files in changeset.
LDEV-4571: small formatting

LDEV-4571: small formatting

  1. … 1 more file in changeset.
LDEV-4556: CKEditor upgrade

Re-adding missing emojione icon

    • binary
    ./web/ckeditor/plugins/emojione/icons/emojione.png
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. … 14 more files in changeset.
LDEV-4556 Remove PasteFromWord button

There is no point in showing it as it shows only warning message

when pressed

LDEV-4556 Upgrade CKEditor to the latest version 4.9.2

    • -1358
    • +1483
    ./web/ckeditor/CHANGES.md
    • -1420
    • +1420
    ./web/ckeditor/LICENSE.md
    • -724
    • +800
    ./web/ckeditor/ckeditor.js
    • -208
    • +207
    ./web/ckeditor/contents.css
  1. … 224 more files in changeset.
LDEV-4556 Create list of all LAMS Customizations

/ckeditor/README.md ("## LAMS Customizations" section) contains

now all customizations of the original CKEditor code done by LAMS.

Next time we do any customizations of CKEditor, it should also

be noted there. It will make future upgrades of CKEditor easier.

LDEV-4556 update /ckeditor/build-config.js

Make sure /ckeditor/build-config.js contains uptodate settings

which can be used next time to download CKEditor using builder

LDEV-4555 Improved data sending (POST, reduce data sent)

    • -11
    • +27
    ./web/authoring/template/comms.jsp