Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5397 Reintroduce websocket library to Page tag

    • -217
    • +207
    ./learning/questionSummaries.jsp
  1. … 34 more files in changeset.
Merge v4.7 into LDEV-5397

  1. … 77 more files in changeset.
LDEV-5397 bootstrap5 Daco tool's learning

    • -248
    • +222
    ./learning/listRecords.jsp
    • -172
    • +122
    ./learning/listRecordsHorizontalPart.jsp
    • -205
    • +194
    ./learning/questionSummaries.jsp
  1. … 4 more files in changeset.
LDEV-5397 switch to using updated DefineLater.tag

  1. … 95 more files in changeset.
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

    • -14
    • +37
    ./learning/listRecordsHorizontalPart.jsp
  1. … 101 more files in changeset.
LDEV-5404 Escaping funny characters that break js

- Leader selection

- Data collection

  1. … 15 more files in changeset.
LDEV-5397 remove obsolete jsps

  1. … 10 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
    • +1
    ./learning/listRecordsHorizontalPart.jsp
  1. … 112 more files in changeset.
LDEV-5213 Use version-dependent imports for LAMS JS files

  1. … 338 more files in changeset.
Revert "LDEV-5357 Use UUIDs for file downloads"

This reverts commit 2de8f805211b6433aff4efd6fa9275a1b9933033.

    • -1
    • +1
    ./learning/listRecordsHorizontalPart.jsp
  1. … 55 more files in changeset.
LDEV-5357 Use UUIDs for file downloads

    • -1
    • +1
    ./learning/listRecordsHorizontalPart.jsp
  1. … 55 more files in changeset.
LDEV-5294: minor UI improvements

LDEV-5257 Get rid of obsolete prototype.js

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

  1. … 54 more files in changeset.
LDEV-5219 Check gate after Daco activity

LDEV-5213 Replace volatile JS imports with their non-cached version

    • -1
    • +1
    ./learning/listRecordsHorizontalPart.jsp
  1. … 89 more files in changeset.
LDEV-5188 Remove obsolete attributes from TabBody tag

  1. … 81 more files in changeset.
LDEV-5078 Fix i18n labels in Arrow tag

  1. … 52 more files in changeset.
LDEV-4995 Upgrade to bootstrap 4

* Update LAMS code to use bootstrap 4

* Update and redesign index page

  1. … 197 more files in changeset.
LDEV-4932 removing multipart encoding

There are plenty of form we set the multipart encoding for uploading files, but no files are uploaded. This has implications for CSRF tokens. So we remove the enctype="multipart/form-data" for all the authoring forms that aren't needed.

  1. … 14 more files in changeset.
LDEV-4932 Passing CSRF token as a post rather than get

  1. … 41 more files in changeset.
LDEV-4932 Secure save tool authoring with CSRF Guard

  1. … 42 more files in changeset.
LDEV-4932 Secure edit in monitor with CSRF Guard

* In order to secure /definelater.do path, added definelater() method to

AuthoringController to the tools missing it

* Remove unnecessary forms from monitor in Vote, NB, QA tools

  1. … 109 more files in changeset.
LDEV-4759 DateTimePicker and Accordians updated

    • -4
    • +4
    ./learning/listRecordsHorizontalPart.jsp
  1. … 383 more files in changeset.
LDEV-4759 Panels are now cards.

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

Also introduce ICommonToolService that will hold methods shared by all

tools.

  1. … 141 more files in changeset.
LDEV-4696 Data Collection uses annotations, no service proxy

  1. … 15 more files in changeset.
LDEV-4696 Removing legacy parameters and deprecated methods

  1. … 39 more files in changeset.
LDEV-4440 Clean up shared files

  1. … 194 more files in changeset.
LDEV-4440 <input> tag can't have a closing tag in HTML

Also change <input type="submit"></input> into <button>, as otherwise

button's label is displayed incorrectly

    • -11
    • +13
    ./learning/listRecordsHorizontalPart.jsp
  1. … 14 more files in changeset.