Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
LDEV-5257 Escape parameters to prevent XSS attack

WEB-005

  1. … 52 more files in changeset.
LDEV-5257 Remove outdated jQuery UI slider widget

WEB-008

It is a part of jQuery UI bundle anyway.

  1. … 2 more files in changeset.
LDEV-5200, LKC-110 Fix burning questions expand button

    • -31
    • +0
    ./monitoring/parts/burningQuestions5.jsp
    • -2
    • +38
    ./monitoring/parts/burningQuestionsTable.jsp
LDEV-5200, LKC-106 Make question numbering consistent between views

    • -2
    • +1
    ./monitoring/parts/burningQuestionsTable.jsp
  1. … 1 more file in changeset.
LDEV-5347 Add Flux update to Burning Questions tab

Also indicate when there are no burning questions yet.

    • -153
    • +4
    ./monitoring/parts/burningQuestions5.jsp
    • -0
    • +172
    ./monitoring/parts/burningQuestionsTable.jsp
  1. … 4 more files in changeset.
LDEV-5346 General UI improvements TBL monitoring

Alignments, layout and labels

    • -13
    • +12
    ./monitoring/parts/burningQuestions5.jsp
  1. … 9 more files in changeset.
LDEV-5331 Add missing title and autocomplete attr to submission deadline

    • -1
    • +1
    ./monitoring/parts/dateRestriction.jsp
  1. … 17 more files in changeset.
Merge remote-tracking branch 'origin/v4.6' into v4.7

Conflicts:

lams_admin/src/java/org/lamsfoundation/lams/admin/web/controller/CleanupPreviewLessonsController.java

lams_admin/src/java/org/lamsfoundation/lams/admin/web/controller/OrgPasswordChangeController.java

lams_admin/src/java/org/lamsfoundation/lams/admin/web/controller/OrganisationController.java

lams_admin/src/java/org/lamsfoundation/lams/admin/web/controller/PortraitBatchUploadController.java

lams_admin/src/java/org/lamsfoundation/lams/admin/web/controller/UserSaveController.java

lams_central/conf/language/lams/ApplicationResources.properties

lams_central/src/java/org/lamsfoundation/lams/web/outcome/OutcomeController.java

lams_central/src/java/org/lamsfoundation/lams/webservice/UserRoleServlet.java

lams_common/src/java/org/lamsfoundation/lams/security/ISecurityService.java

lams_common/src/java/org/lamsfoundation/lams/security/SecurityService.java

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

lams_tool_assessment/conf/language/lams/ApplicationResources.properties

  1. … 35 more files in changeset.
LDEV-5317 Fix time limit widget in TBL monitoring tRAT

LDEV-5083 Refresh burning questions count badges along with answers

    • -122
    • +179
    ./monitoring/studentChoicesTable.jsp
  1. … 1 more file in changeset.
LDEV-5083 Add burning questions count badges next to question in tRAT

  1. … 1 more file in changeset.