message.jsp

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5429 fix DefineLater feature for Noticeboard tool

  1. … 3 more files in changeset.
LDEV-5397 switch from lams:errors to lams:errors5

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

  1. … 11 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-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 Error messages converted to new error tag

  1. … 129 more files in changeset.
LDEV-4440 <input> tag can't have a closing tag in HTML

Also change <input type="submit"></input> into <button>, as otherwise

button's label is displayed incorrectly

  1. … 15 more files in changeset.
LDEV-4440 Noticeboard migration - connection two actions into one NbLearningController, added new solution of errors

  1. … 19 more files in changeset.
LDEV-4440 Noticeboard migration in progress

  1. … 17 more files in changeset.
LDEV-4440 Started migration of Noticeboard

  1. … 45 more files in changeset.
LDEV-3026: Add utilities for getting activity position. Make Tools position-aware and display different label if they are last in LD.

  1. … 182 more files in changeset.
LDEV-2798: Adding nogo to finishbutton

  1. … 68 more files in changeset.
LDEV-2152: Changes to make it work with IE6

  1. … 2 more files in changeset.
LDEV-2152: adds new icon to next activity button

  1. … 5 more files in changeset.
LDEV-1175: Run offline was throwing an error when you clicked on finished. The method name for finished was wrong - it was Finished, instead of finished. This bug would have been introduced when we replaced the LookupDispatchAction with DispatchAction - which we did to avoid problems with I18N button names (which tends to confuse matters when using LookupDispatchAction).

Disabled finish button after first click to prevent double click.

  1. … 2 more files in changeset.
Fixed page layout.

  1. … 2 more files in changeset.
Cleaned up jsp.

  1. … 44 more files in changeset.
added reflection option (LDEV-614, LDEV-586, LDEV-693)

  1. … 23 more files in changeset.
Standardizing the Define Later screens

  1. … 61 more files in changeset.
Updated CSS for learning.

  1. … 4 more files in changeset.
Converted to Servlet 2.4, JSTL 1.1

  1. … 55 more files in changeset.
Updating JSPs to use tag lib standard, new lams tags. Rationalising authoring down to the DHTML version (had been a DHTML and non-DHTML version). Updating URLS as per LDEV-38

  1. … 73 more files in changeset.
changes the taglib URI for the struts related tags

  1. … 11 more files in changeset.
displays any message to user, for eg. if defineLater is set, then it forwards to this page