submissionDeadline.jsp

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5425 Remove "End of activity" notebook from *all* tools

  1. … 519 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 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. … 116 more files in changeset.
LDEV-5397 Fixing rows as it is not longer needed in Bootstrap 5

  1. … 4 more files in changeset.
LDEV-5397 Remove unused footer and patch up reflections

  1. … 2 more files in changeset.
LDEV-5397 Submit files definelater and minor adjustments.

  1. … 6 more files in changeset.
LDEV-5397 Redesigning Submit files learning UI

Still a fair amount to do. Must refactor sbmtlearner as it is very confusing now.

  1. … 7 more files in changeset.
LDEV-5331 Add missing title and autocomplete attr to submission deadline

  1. … 18 more files in changeset.
LDEV-4440 Fix URL in Submit Files

LDEV-4678 WebUtil.putActivityPositionInRequestByToolSessionId transformed into service method

Also introduce ICommonToolService that will hold methods shared by all

tools.

  1. … 142 more files in changeset.
LDEV-4440 new paths at sbmt tool

  1. … 14 more files in changeset.
LDEV-4440 Submit Files after migration to Spring - no Struts

  1. … 35 more files in changeset.
LDEV-4440 Migration of Submit Files in progress

  1. … 5 more files in changeset.
LDEV-4440 Migration of sbmt in progress

  1. … 7 more files in changeset.
LDEV-4440 Started Sbmt migration

  1. … 47 more files in changeset.
LDEV-3683: Update submit files learner to use bootstrap

  1. … 9 more files in changeset.
LDEV-3147 Simplify tools: get rid of instructions tab, define in monitor and offline activity options

    • -0
    • +95
    ./submissionDeadline.jsp
  1. … 339 more files in changeset.