lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4440 Fix comments feature

  1. … 33 more files in changeset.
LDEV-4440 Clean up shared files

  1. … 205 more files in changeset.
LDEV-4440 Switch controllers to use @Autowired service beans

Also in cases when service bean in Controller has the same name as in

applicationContext, @Qualifier(..) can be removed. Which was done almost

in all cases, except for messageService due to "messageService" name

seems to be more preferable than adminMessageService,

centralMessageService and so on. Thus they were kept as before:

@Autowired

@Qualifier("centralMessageService")

private MessageService messageService;

  1. … 168 more files in changeset.
LDEV-4440 Add necessary qualifiers for service injection

LDEV-4440 also look for comments and workspace controllers

LDEV-4440 Remove reference to the deleted AuthoringConstants

LDEV-4440 Switch servlets to using autowired service beans

Besides, RegisterAction was renamed to RegisterServlet. And one

remaining constant was moved from AuthoringConstants to CentralConstants

with subsequent removal of AuthoringConstants.java.

  1. … 15 more files in changeset.
LDEV-4440 Fix paths to ForgotPasswordServlet

LDEV-4440 Fix Spring MVC related issues with signup pages

  1. … 6 more files in changeset.
LDEV-4545 Prevent exception when gate is the last activity in sequence

LDEV-4440 Fix Policies and consents' Spring MVC related issues

    • -1
    • +1
    ./web/profile/profilePolicyConsents.jsp
  1. … 5 more files in changeset.
LDEV-4440 Use forwards instead of redirects to keep Struts behaviour

  1. … 8 more files in changeset.
LDEV-4440, LDEV-4020 Prevent dragging on dialog control buttons

LDEV-4440, LDEV-3676 Fix HTML tags stripping after reload

LDEV-4440 Error messages converted to new error tag

  1. … 127 more files in changeset.
LDEV-4440 Fix policy consents link and tags on that page

    • -4
    • +1
    ./web/profile/profilePolicyConsents.jsp
LDEV-4440 Fix profile pages cancel buttons

    • -3
    • +3
    ./web/profile/profilePolicyConsents.jsp
LDEV-4440 remove redundant </i> tags

LDEV-4440 Fix redirectURL after changing password

LDEV-4135 Identified parallel activity children with tool signatures

Identification with description words sometimes fails.

  1. … 5 more files in changeset.
LDEV-4440 Fix profile editing validation and save

LDEV-4440 Error tag tweaks to be more like Spring tags.

LDEV-4440 Error tag to standardise error message layout

    • -0
    • +47
    ./web/WEB-INF/tags/Errors.tag
LDEV-4666 Fix uploading images in CKEditor when contentFolderId is short

  1. … 1 more file in changeset.
LDEV-4440 Fix language formatting on edit profile page

LDEV-4440 Fix duplicate Country field

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. … 12 more files in changeset.
LDEV-4440 Migrate Planner to Spring MVC

Also several minor fixes to Planner logic

  1. … 1 more file in changeset.
LDEV-4440 Adjust lams:textarea tag to support "disabled" attribute

  1. … 33 more files in changeset.