Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5397 show question descriptions inside card-body instead of card-header

  1. … 13 more files in changeset.
LDEV-5397 replace "container-lg" with custom "container-main" class

so it will be easier switching between container's classes in the future if needed

  1. … 22 more files in changeset.
LDEV-5397 fix problem with non-unique ids

LDEV-5397 make formActionUrl attribute non required

  1. … 6 more files in changeset.
LDEV-5397 Finalize bootstrap5'ing of Q&A

New label for Q&A tool:

label.other.learners.answers =Answers from other learners

  1. … 4 more files in changeset.
LDEV-5397 switch to updated version of tablesorter

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

  1. … 95 more files in changeset.
LDEV-5397 remove <hr> as long as .instructions class already has bottom border

  1. … 1 more file 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

  1. … 105 more files in changeset.
LDEV-5397 minor changes to tag files

Also

* pull several CSS classes to componenents-learner.scss

* switch from links to buttons

  1. … 11 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. … 9 more files in changeset.
LDEV-5397 switch to using DefineLater.tag

  1. … 6 more files in changeset.
LDEV-5397 introduce submissionDeadline.tag

* switched to using this tag in all tools

* fixed a few existing issues with submissionDeadline feature in Vote and MCQ tools

  1. … 81 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 Introduce Notebook.tag

  1. … 72 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. … 112 more files in changeset.
LDEV-5397 migrate defineLater tag and jsps to bootstrap 5

  1. … 42 more files in changeset.
LDEV-5397 Introduce WaitForLeader.tag

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

# Conflicts:

# lams_build/lams_build.eml

# lams_central/web/css/components.css

# lams_gradebook/lams_gradebook.eml

# lams_monitoring/lams_monitoring.eml

# lams_monitoring/web/monitor.jsp

# lams_tool_laqa/web/learning/AnswersContent.jsp

# lams_tool_sbmt/conf/language/lams/ApplicationResources.properties

# lams_tool_sbmt/conf/language/lams/ApplicationResources_en_AU.properties

# lams_www/web/public/ckeditor-templates/bootsnippets.js

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

  1. … 338 more files in changeset.
LDEV-5397 Improvements and fixes to Submit Files and Q&A tools

    • -106
    • +106
    ./IndividualLearnerResults.jsp
  1. … 4 more files in changeset.
LDEV-5397 Redesign Q&A learner

Initial redesign of first pages. Still need to figure out the tablesorter components and other bits.

  1. … 4 more files in changeset.
LDEV-5294 minor UI improvements

LDEV-5290 Prevent multiple tabs from being open on autosave

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

  1. … 53 more files in changeset.
LDEV-5219 Check gate after QA activity

LDEV-5209 Allow seeing other leaders' answers in Q&A

  1. … 3 more files in changeset.
LDEV-5143 Allow changing leader in Q&A, Submit Files and Vote monitoring

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

  1. … 15 more files in changeset.
LDEV-5138 Set leader only on his activity entry, not on any user entry

  1. … 26 more files in changeset.