Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5397 Finalize bootstrap5'ing of Q&A

New label for Q&A tool:

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

    • -12
    • +4
    ./learning/IndividualLearnerResults.jsp
    • -23
    • +22
    ./learning/SequentialAnswersContent.jsp
  1. … 3 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. … 93 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 Propagade changes done to LAMS tags to all projects

    • -0
    • +230
    ./WEB-INF/tags/Rating5.tag
  1. … 310 more files 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 propagate tag changes to all tools

    • -30
    • +31
    ./WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
    • -4
    • +5
    ./WEB-INF/tags/AuthoringRatingCriteria.tag
    • -0
    • +70
    ./WEB-INF/tags/NotebookReedit.tag
  1. … 345 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

    • -4
    • +2
    ./learning/IndividualLearnerResults.jsp
    • -2
    • +2
    ./learning/SequentialAnswersContent.jsp
  1. … 9 more files in changeset.
LDEV-5397 Boostrap 5 bundle already has got Popper included

  1. … 33 more files in changeset.
LDEV-5397 add icons to finish and refresh buttons

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

  1. … 6 more files in changeset.
LDEV-5397 add icons to finish and refresh buttons

  1. … 66 more files in changeset.
LDEV-5397 make SubmissionDeadline.tag call checkNextGateActivity()

  1. … 32 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

    • -0
    • +117
    ./WEB-INF/tags/SubmissionDeadline.tag
    • -74
    • +10
    ./learning/submissionDeadline.jsp
  1. … 79 more files in changeset.
LDEV-5397 spread change to LeaderDisplay.tag to all tools

  1. … 32 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

    • -0
    • +108
    ./WEB-INF/tags/Notebook.tag
    • -193
    • +153
    ./WEB-INF/tlds/lams/lams.tld
  1. … 70 more files in changeset.
LDEV-5397 center leader alert

  1. … 32 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"

    • -15
    • +11
    ./learning/IndividualLearnerResults.jsp
    • -7
    • +7
    ./learning/SequentialAnswersContent.jsp
  1. … 112 more files in changeset.
LDEV-5397 copy-tags across LAMS projects

    • -0
    • +75
    ./WEB-INF/tags/WaitForLeader.tag
  1. … 36 more files in changeset.
LDEV-5397 add missing function preventLearnerAutosaveFromMultipleTabs(autosaveInterval)

  1. … 32 more files in changeset.
LDEV-5397 migrate defineLater tag and jsps to bootstrap 5

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

  1. … 67 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-5405 Make Popover tag work with Bootstrap both version 3 and 5

  1. … 32 more files in changeset.
Merge remote-tracking branch 'origin/LDEV-5391' into LDEV-5391

# Conflicts:

# idea_project/.idea/.name

# idea_project/.idea/runConfigurations/WildFly.xml

# lams_admin/web/WEB-INF/tags/Rating.tag

# lams_central/web/WEB-INF/tags/Rating.tag

# lams_gradebook/web/WEB-INF/tags/Rating.tag

# lams_learning/web/WEB-INF/tags/Rating.tag

# lams_monitoring/web/WEB-INF/tags/Rating.tag

# lams_tool_assessment/web/WEB-INF/tags/Rating.tag

# lams_tool_chat/web/WEB-INF/tags/Rating.tag

# lams_tool_daco/web/WEB-INF/tags/Rating.tag

# lams_tool_doku/web/WEB-INF/tags/Rating.tag

# lams_tool_doku/web/pages/authoring/advance.jsp

# lams_tool_doku/web/pages/learning/galleryWalk.jsp

# lams_tool_forum/web/WEB-INF/tags/Rating.tag

# lams_tool_gmap/web/WEB-INF/tags/Rating.tag

# lams_tool_images/web/WEB-INF/tags/Rating.tag

# lams_tool_imscc/web/WEB-INF/tags/Rating.tag

# lams_tool_lamc/web/WEB-INF/tags/Rating.tag

# lams_tool_laqa/web/WEB-INF/tags/Rating.tag

# lams_tool_larsrc/web/WEB-INF/tags/Rating.tag

# lams_tool_leader/web/WEB-INF/tags/Rating.tag

# lams_tool_mindmap/web/WEB-INF/tags/Rating.tag

# lams_tool_nb/web/WEB-INF/tags/Rating.tag

# lams_tool_notebook/web/WEB-INF/tags/Rating.tag

# lams_tool_pixlr/web/WEB-INF/tags/Rating.tag

# lams_tool_preview/.classpath

# lams_tool_preview/web/WEB-INF/tags/Rating.tag

# lams_tool_preview/web/WEB-INF/tags/StyledRating.tag

# lams_tool_sbmt/web/WEB-INF/tags/Rating.tag

# lams_tool_scratchie/web/WEB-INF/tags/Rating.tag

# lams_tool_scribe/web/WEB-INF/tags/Rating.tag

# lams_tool_spreadsheet/web/WEB-INF/tags/Rating.tag

# lams_tool_survey/web/WEB-INF/tags/Rating.tag

# lams_tool_task/web/WEB-INF/tags/Rating.tag

# lams_tool_vote/web/WEB-INF/tags/Rating.tag

# lams_tool_whiteboard/web/WEB-INF/tags/Rating.tag

# lams_tool_wiki/web/WEB-INF/tags/Rating.tag

# lams_tool_zoom/web/WEB-INF/tags/Rating.tag

# lams_www/web/WEB-INF/tags/Rating.tag

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

    • -5
    • +5
    ./monitoring/MonitoringMaincontent.jsp
  1. … 329 more files in changeset.
LDEV-5397 Improvements and fixes to Submit Files and Q&A tools

    • -177
    • +177
    ./learning/AnswersContent.jsp
    • -35
    • +35
    ./learning/CombinedAnswersContent.jsp
    • -106
    • +106
    ./learning/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.

    • -0
    • +48
    ./WEB-INF/tags/Errors5.tag
    • -0
    • +150
    ./WEB-INF/tags/PageLearner.tag
    • -251
    • +250
    ./learning/AnswersContent.jsp
    • -59
    • +57
    ./learning/CombinedAnswersContent.jsp
    • -89
    • +69
    ./learning/IndividualLearnerResults.jsp
    • -53
    • +53
    ./learning/SequentialAnswersContent.jsp
  1. … 1 more file in changeset.