Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5397 fix a few bootstrap5 related issues

  1. … 12 more files in changeset.
LDEV-5397 bootstrap5 Notebook tool

LDEV-5397 Migrate old Bootstrap3 class names into Bootstrap5 in *all* tools' learning

* Did this following 2 guides:

https://getbootstrap.com/docs/4.1/migration/

https://getbootstrap.com/docs/5.2/migration/

* Apart from changing class names, also performed other updates required in aforementioned guides.

For instance, checkboxes, radios, selects have now proper Bootstrap5 structure; removed "media" objects.

* Replaced some outdated LAMS class names

  1. … 105 more files in changeset.
Merge remote-tracking branch 'origin/v4.7' into LDEV-5397

# Conflicts:

# lams_tool_sbmt/web/learner/sbmtlearner.jsp

  1. … 9 more files in changeset.
LDEV-5404 Escaping funny characters that break js

- Notebook

  1. … 8 more files in changeset.
LDEV-5397 further bootstrap 5 related changes

Also

* change bootstrap classes from col-*-offset-* to offset-*-

* deprecated form-group

* .hidden-xs to .d-none .d-sm-block

* .pull-left to .float-start

* .pull-right to .float-end

* add class="activity-bottom-buttons"

  1. … 116 more files in changeset.
LDEV-5219 Use versioned JS import for gate check JS file

  1. … 55 more files in changeset.
LDEV-5219 Check gate after Notebook activity

LDEV-4759 Panels are now cards.

  1. … 506 more files in changeset.
LDEV-4678 WebUtil.putActivityPositionInRequestByToolSessionId transformed into service method

Also introduce ICommonToolService that will hold methods shared by all

tools.

  1. … 142 more files in changeset.
LDEV-4673 Making lock on finish messages appear in Authoring Preview.

Also added a missing method from the Wiki transaction definitions.

  1. … 3 more files in changeset.
LDEV-4440 Notebook revised

  1. … 7 more files in changeset.
LDEV-4440 Corrected notebook with nostruts library

  1. … 22 more files in changeset.
LDEV-4440 switch survey to nostruts library

  1. … 38 more files in changeset.
LDEV-4440 Finished survey

  1. … 24 more files in changeset.
LDEV-4440 Notebook learning tweaking

  1. … 8 more files in changeset.
LDEV-4440 Changing notebook

  1. … 36 more files in changeset.
LDEV-4115: Response enforced for CKEditor (when option turned on in authoring). Also changed the button disabling to hide/show as disabling does not work. So the button is hidden while the entry is saved on the server.

LDEV-4113: Cannot click on Continue/ Next when CKEditor is ON

LDEV-4063: missed to remove onsubmit to removed js method

LDEV-4063: make sure we include the existing confirmation if the answer is blank (even when the answer is not required)

LDEV-4063 :Force student response

  1. … 6 more files in changeset.
LDEV-3682: Update notebook learner to use bootstrap

  1. … 13 more files in changeset.
LDEV-3588: Modify Notebook monitor UI to support paging, sort and search

  1. … 17 more files in changeset.
LDEV-3588: Modify Notebook monitor UI to support paging, sort and search

  1. … 17 more files in changeset.
LDEV-3353: Hide the button.

  1. … 1 more file in changeset.
LDEV-3353: Hide the button.

LDEV-3192 display teacher's comments in learning

  1. … 2 more files in changeset.
LDEV-2463: escape HTML to prevent possible XSS attacks

  1. … 7 more files in changeset.
LDEV-3136: Show Next Activity button even when content is not editable. Prevent original entry from being overwritten by the incoming blank value.

  1. … 2 more files in changeset.