lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4688 Center and change dimensions of Gradebook popups

LDEV-4440 Properly add parameters to url (account for ? or & delimiters)

LDEV-4440 Fix a path when returning from sysadmin email send

LDEV-4440 Remove an unnecessary dependency from Email validator

LDEV-4440 Remove a dependency on Struts from LAMS ear

LDEV-4440 Remove unnecessary logging in Ant build file

LDEV-4687 Log exception

LDEV-4440 Fix path used in 2-factor authentication

    • -1
    • +1
    /lams_central/web/loginTwoFactorAuth.jsp
LDEV-4440 Fixed policy feature in lams_central

LDEV-4440 Reintroduce a missing JSP library

LDEV-4440 Update learner's activity grade when edited in gradebook

Merge of gradebook service changes has not picket this up for some

reason.

LDEV-4440 Fix URLs in course grouping creation

LDEV-4440 Success message displayed correctly.

    • -1
    • +1
    /lams_admin/web/import/importresult.jsp
LDEV-4685 Delete learner content works via session access

LDEV-4683 Ensure new learning designs have a unique name within folder

LDEV-4440 Activate code that was commented out for testing purposes

LDEV-4440 Reintroduce common method that eliminates repetitive code

LDEV-4440 Add Errors.tag to lams_tool_kaltura

    • -0
    • +48
    /lams_tool_kaltura/web/WEB-INF/tags/Errors.tag
LDEV-4440 Fix comments feature

    • -1
    • +1
    /lams_admin/web/WEB-INF/tags/Comments.tag
    • -27
    • +23
    /lams_central/web/comments/reply.jsp
    • -5
    • +9
    /lams_central/web/comments/topicview.jsp
  1. … 22 more files in changeset.
LDEV-4440 Clean up shared files

    • -58
    • +0
    /lams_learning/web/layout/framesetLayout.jsp
    • -57
    • +0
    /lams_learning/web/layout/gateLayout.jsp
    • -38
    • +0
    /lams_learning/web/layout/groupWaitLayout.jsp
    • -63
    • +0
    /lams_learning/web/layout/layout.jsp
  1. … 192 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, LDEV-3275 Update XStream source code

  1. … 317 more files in changeset.
LDEV-4440, LDEV-3275 Update XStream binaries

Version 1.4.10 is more up to date than 1.5.0 which has been released

unofficially.

LDEV-4440 Add necessary qualifiers for service injection

LDEV-4440 Ensure all wiki body updates go via the obsfucation method

    • -1
    • +0
    /lams_tool_wiki/web/pages/authoring/basic.jsp
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

    • -56
    • +53
    /lams_central/web/forgotPasswordChange.jsp
    • -7
    • +1
    /lams_central/web/forgotPasswordProc.jsp