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-4841 Migrate Q&A tool to QB

  1. … 44 more files in changeset.
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 Scribe fixes

  1. … 9 more files in changeset.
LDEV-4440 Q&A nostruts library

  1. … 19 more files in changeset.
LDEV-4440 Q&A fixes

  1. … 18 more files in changeset.
LDEV-4440 Shared resource authoring & Q&A

  1. … 23 more files in changeset.
LDEV-3724: Removing <html:base/> references which cause junk to be shown in the online presence / chat area.

  1. … 8 more files in changeset.
LDEV-3914: Correcting path to jquery

  1. … 2 more files in changeset.
LDEV-3917: The new sliding progress bar needs jquery to work.

  1. … 4 more files in changeset.
LDEV-3679: Update Q&A learner to bootstrap

  1. … 16 more files in changeset.
LDEV-2917: Use <!DOCTYPE html> everywhere.

  1. … 170 more files in changeset.
LDEV-2866 * Got rid of duplicative jsp parts in Ozgur's tools * Some initial refactoring of the code

  1. … 107 more files in changeset.
LDEV-2866 * Got rid of duplicative jsp parts in Ozgur's tools * Some initial refactoring of the code

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

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