lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
LDEV-4440 Fix Pixlr edited image update

LDEV-4676 Confidence levels work with One Question Per Page

Monitoring page now shows blank results when no learner attempt exists.

LDEV-4667 Forum ratings turn on but optional - no min or max required

    • -1
    • +1
    /lams_tool_forum/web/jsps/learning/reply.jsp
LDEV-4440 Fix Spring MVC related issues with signup pages

    • -1
    • +1
    /lams_central/web/WEB-INF/urlrewrite.xml
    • -5
    • +0
    /lams_central/web/signup/singupTab.jsp
LDEV-4440 Fix Q&A remaining question counting

LDEV-4440 Select widgets are single value only in Wiki tool

LDEV-4440 Fix checkboxes for boolean instead of String values

LDEV-4440 Use a text in button body and not as value attribute

LDEV-4440 Fix converstion from array to collection

Storing checkboxes result in an array works differently in Struts form

and in Spring forms.

LDEV-4440 Make a path to file absolute

References to requestURL can come from various controllers and contexts,

leading to errors.

LDEV-4440 Fix a link for redoing Q&A questions

LDEV-4440 Create conditions after questions are parsed

In the previous version conditions were referring to questions which

were not parsed yet and they could not be matched.