Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5414 Reattach message handlers to websocket after reconnect

  1. … 77 more files in changeset.
LDEV-5414 Refactor and improve resilience of websockets thorough LAMS

  1. … 132 more files in changeset.
LDEV-5397 some minor UI improvements

  1. … 4 more files in changeset.
LDEV-5397 switch to using updated DefineLater.tag

  1. … 95 more files in changeset.
LDEV-5397 simplify .lcard related CSS classes

* lcard's header is .lcard-header-lg by default now

* move rules from .lcard-no-borders and .shadow into .lcard class

* remove not used .nextActivity class

  1. … 11 more files in changeset.
LDEV-5397 add hidden labels for all links

Also some other minor fixes

  1. … 4 more files in changeset.
LDEV 5397 remove href="#nogo" and similar nonexistant same-page link

Due to screenreader requirements we can no longer use links having href="#target" when a page does not have this corresponding target. There are a couple of techniques instead of it:

1. links' onclick event should end with "return false;" ("false" can be replaced with anything else but true)

It applies to onclick events specified as tag attributes as well as added with Javascript or jQuery

2. turn links into <button type="button">

3. <a data-bs-toggle="collapse"> having href="#nogo" are OK. presumably as their onclick events return false;

  1. … 7 more files in changeset.
LDEV-5397 update to LeaderSelection bootstrap 5

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-5397 migrate LeaderSelection tool to bootstrap 5

    • -116
    • +109
    ./learning/leaderselection.jsp
LDEV-5397 migrate defineLater tag and jsps to bootstrap 5

  1. … 42 more files in changeset.
LDEV-5213 Use version-dependent imports for LAMS JS files

  1. … 335 more files in changeset.
LDEV-5083 Rewrite TBL Teams tab modals to new UI

    • -0
    • +98
    ./monitoring/changeLeaderDialog5.jsp
  1. … 8 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 Leader Selection activity

LDEV-3155 Make choose leader Ajax call not send malformed redirect

  1. … 1 more file in changeset.
LDEV-5188 Remove obsolete attributes from TabBody tag

  1. … 82 more files in changeset.
LDEV-5143 Allow promoting to leader a learner who did not reach activity

  1. … 21 more files in changeset.
LDEV-5143 Refresh learners in Leader Selection on leader change

  1. … 1 more file in changeset.
LDEV-5143 Improve layout of wait for leader and change leader screens.

    • -36
    • +48
    ./monitoring/changeLeaderDialog.jsp
  1. … 14 more files in changeset.
LDEV-5143 Extract TBL monitoring Change Leader feature

It will be used in other tools afterwards.

    • -0
    • +78
    ./monitoring/changeLeaderDialog.jsp
  1. … 9 more files in changeset.
LDEV-4975 Upgrade jquery to version 3.4.1

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

  1. … 40 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. … 106 more files in changeset.
LDEV-4932 Add CSRF to Leader selection

Prevent CSRF for changing leader selection in monitor

  1. … 5 more files in changeset.
LDEV-4759 Tablesorter, Learner Progress Bar tweaked

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

  1. … 389 more files in changeset.
LDEV-4759 Panels are now cards.

  1. … 504 more files in changeset.
LDEV-4759 Authoring and monitoring tabs working

  1. … 314 more files in changeset.