Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5397 minor changes to tag files

Also

* pull several CSS classes to componenents-learner.scss

* switch from links to buttons

  1. … 9 more files in changeset.
LDEV-5397 introduce NotebookReedit.tag

  1. … 8 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 icons to finish and refresh buttons

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

  1. … 10 more files in changeset.
LDEV-5409 fix SubmissionDeadline page so it start displaying notebook links and entries

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

    • -73
    • +11
    ./learning/submissionDeadline.jsp
  1. … 81 more files in changeset.
LDEV-5397 add proper support of time limit for screenreaders

* support of image scratching for screenreaders

LDEV-5397 change the way we add hidden labels

LDEV-5408 Arranging button and labels

  1. … 4 more files in changeset.
LDEV-5408 Add Extra Information buttons on RAT and AE tabs in monitoring

  1. … 6 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. … 5 more files in changeset.
LDEV-5397 improvements to Scratchie learner

  1. … 1 more file in changeset.
LDEV-5397 migrate Scratchie tool to bootstrap 5

    • -1
    • +1
    ./learning/parts/confidenceLevelPortrait.jsp
    • -49
    • +45
    ./learning/submissionDeadline.jsp
    • -20
    • +9
    ./learning/waitForLeaderTimeLimit.jsp
  1. … 4 more files in changeset.
LDEV-5397 Introduce Notebook.tag

  1. … 72 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.
LDEV-5404 Escaping funny characters that break js

- Scratchie

    • -1
    • +1
    ./monitoring/parts/burningQuestions.jsp
    • -1
    • +1
    ./monitoring/parts/burningQuestionsTable.jsp
LDEV-5213 Use version-dependent imports for LAMS JS files

  1. … 335 more files in changeset.
LDEV-5401 Add learner-triggered absolute timer to other tools

    • -12
    • +14
    ./monitoring/studentChoices5.jsp
  1. … 40 more files in changeset.
LDEV-5398 Allow adding QB collections on the fly in other parts of authoring

    • -10
    • +62
    ./authoring/parts/addItemFooter.jsp
  1. … 10 more files in changeset.
LDEV-5385 Allow real numbers in Scratchie marks

  1. … 13 more files in changeset.
LDEV-5200 Re-expand Burning Questions collapse panels after reload

    • -1
    • +28
    ./monitoring/parts/burningQuestions5.jsp
    • -4
    • +4
    ./monitoring/parts/burningQuestionsTable.jsp
# WARNING: head commit changed in the meantime

Merge remote-tracking branch 'origin/v4.6' into v4.7

  1. … 7 more files in changeset.
LDEV-5365 Use sticky headers for at least 10 teams

LDEV-5365 Use different method for table header stickiness

The new metho allows horizontal scrolling.

Merge remote-tracking branch 'origin/v4.6' into v4.7

Conflicts:

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

    • -12
    • +21
    ./monitoring/studentChoices5.jsp
    • -182
    • +181
    ./monitoring/studentChoicesTable.jsp
  1. … 10 more files in changeset.
LDEV-5365 Add sticky column header to Scratchie student choices table

LDEV-5361 Add "require all answers" setting to Scratchie

  1. … 3 more files in changeset.