lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5345 Updating latest translations

LDEV-5397 add proper support of time limit for screenreaders

* support of image scratching for screenreaders

LDEV-5401 Missing labels

LDEV-3623 Fix exception on displaying gate as current activity

LDEV-5404 Escaping funny characters that break js

- Chat

    • -1
    • +2
    /lams_tool_chat/web/WEB-INF/tags/Page.tag
    • -1
    • +2
    /lams_tool_chat/web/common/taglibs.jsp
LDEV-5404 Escaping funny characters that break js

- Share resources

    • -1
    • +2
    /lams_tool_larsrc/web/common/taglibs.jsp
    • -4
    • +4
    /lams_tool_larsrc/web/pages/learning/addurl.jsp
LDEV-5397 change the way we add hidden labels

LDEV-5404 Escaping funny characters that break js

- Whiteboard

    • -30
    • +31
    /lams_tool_whiteboard/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
LDEV-5408 Arranging button and labels

Merge branch 'LDEV-5408' into v4.7

# Conflicts:

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

LDEV-5408 Add Extra Information buttons on RAT and AE tabs in monitoring

LDEV-5345 Adding and updating latest translations

  1. … 51 more files in changeset.
LDEV-5337 Hide Import button until grouping XLS is selected

LDEV-5337 Hide Import button until grouping XLS is selected

LDEV-5337 Add "return to monitoring button" to Team Setup screen

    • -328
    • +328
    /lams_monitoring/web/tblmonitor/teams.jsp
LDEV-5337 Add "return to monitoring button" to Team Setup screen

    • -328
    • +328
    /lams_monitoring/web/tblmonitor/teams.jsp
LAI-5 Fix background color in Monitoring and AI wizard

LAI-5 Fix background color in Monitoring and AI wizard

LAI-5 Hide AI wizard menu item in authoring when AI is not deployed

    • -531
    • +533
    /lams_central/web/authoring/authoring.jsp
LAI-5 Hide AI wizard menu item in authoring when AI is not deployed

    • -531
    • +533
    /lams_central/web/authoring/authoring.jsp
LDEV-5397 add hidden labels for all links

Also some other minor fixes

LDEV-5397 spread change to LeaderDisplay.tag to all tools

  1. … 18 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;

LDEV-5397 improvements to Scratchie learner

LDEV-5397 migrate Scratchie tool to bootstrap 5

LDEV-5397 update to LeaderSelection bootstrap 5

LDEV-5407 Fix logo CSS

Merge branch 'LDEV-5407' into v4.7

LDEV-5407 Remove monitor link to return to index page for integrations

LDEV-5397 Introduce Notebook.tag

    • -0
    • +108
    /lams_admin/web/WEB-INF/tags/Notebook.tag
    • -193
    • +153
    /lams_admin/web/WEB-INF/tlds/lams/lams.tld
    • -0
    • +108
    /lams_central/web/WEB-INF/tags/Notebook.tag
    • -193
    • +153
    /lams_central/web/WEB-INF/tlds/lams/lams.tld
    • -0
    • +108
    /lams_gradebook/web/WEB-INF/tags/Notebook.tag
    • -193
    • +153
    /lams_gradebook/web/WEB-INF/tlds/lams/lams.tld
    • -0
    • +108
    /lams_learning/web/WEB-INF/tags/Notebook.tag
    • -193
    • +153
    /lams_learning/web/WEB-INF/tlds/lams/lams.tld
    • -0
    • +108
    /lams_monitoring/web/WEB-INF/tags/Notebook.tag
    • -0
    • +108
    /lams_tool_assessment/web/WEB-INF/tags/Notebook.tag
    • -0
    • +108
    /lams_tool_chat/web/WEB-INF/tags/Notebook.tag
    • -193
    • +153
    /lams_tool_chat/web/WEB-INF/tlds/lams/lams.tld
    • -0
    • +108
    /lams_tool_daco/web/WEB-INF/tags/Notebook.tag
  1. … 58 more files in changeset.