lams_tool_forum

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4391 Get rid of redundant jQuery UI themes

Only bootstrap theme is used now.

  1. … 97 more files in changeset.
LDEV-4669 Switch to using placeholder attribute

Also stop copying tags to lams_tool_bbb

  1. … 33 more files in changeset.
LDEV-4695 No new topics after Finished when Locked On Finish is on.

    • -3
    • +5
    ./web/jsps/learning/message/msgview.jsp
    • -1
    • +1
    ./web/jsps/learning/message/topiclist.jsp
LDEV-4696 Use container provided Hibernate libraries instead of own copy

  1. … 33 more files in changeset.
LDEV-4696 Removing legacy parameters and deprecated methods

  1. … 37 more files in changeset.
LDEV-4696 Converting Forum over to Annotations

    • -0
    • +219
    ./src/java/org/lamsfoundation/lams/tool/forum/ForumConstants.java
  1. … 89 more files in changeset.
LDEV-4696 Link persistence API source to in classpaths

  1. … 23 more files in changeset.
LDEV-4691 Make Hibernate a part of LAMS libraries

WildFly 14 provides Hibernate 5.3. Migrating LAMS from 5.0.10 will

require some effort. For now we provide our own version of Hibernate to

keep compatible.

  1. … 44 more files in changeset.
LDEV-4691 Update libraries provided by WildFly

  1. … 47 more files in changeset.
LDEV-4440 Reintroduce common method that eliminates repetitive code

LDEV-4440 Fix comments feature

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

    • -1
    • +1
    ./web/jsps/authoring/message/create.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. … 178 more files in changeset.
LDEV-4667 Forum ratings turn on but optional - no min or max required

LDEV4440 Forum message body keeps newlines and counts correctly.

    • -9
    • +6
    ./web/jsps/learning/message/bodyarea.jsp
LDEV-4440 Error messages converted to new error tag

    • -0
    • +48
    ./web/WEB-INF/tags/Errors.tag
    • -26
    • +3
    ./web/jsps/authoring/message/create.jsp
    • -16
    • +2
    ./web/jsps/authoring/message/edit.jsp
    • -8
    • +1
    ./web/jsps/learning/message/bodyarea.jsp
    • -18
    • +2
    ./web/jsps/learning/message/topicform.jsp
    • -8
    • +1
    ./web/jsps/monitoring/editactivity.jsp
    • -8
    • +1
    ./web/jsps/monitoring/viewactivity.jsp
  1. … 116 more files in changeset.
LDEV-4440 Fix issues with tools' admin pages

  1. … 1 more file 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. … 14 more files in changeset.
LDEV-4440 Reintroduce custom textarea tags

    • -2
    • +4
    ./web/jsps/learning/message/bodyarea.jsp
  1. … 9 more files in changeset.
LDEV-4440 Adjust lams:textarea tag to support "disabled" attribute

  1. … 34 more files in changeset.
LDEV-4440 Fix a malformed Spring tag in Comments tag

  1. … 118 more files in changeset.
LDEV-4440 Merge FileValidatorSpringUtil and FileValidatorUtil into FileValidatorUtil

    • -2
    • +2
    ./web/jsps/authoring/message/create.jsp
  1. … 20 more files in changeset.
LDEV-4440 All projects start using solely 3rdParty.userlibraries

  1. … 35 more files in changeset.
LDEV-4440 Fix form validation

LDEV-4440 Add Forum form validation

LDEV-4440 Get rid of a typo in Forum message form

    • -1
    • +1
    ./web/jsps/learning/message/bodyarea.jsp
LDEV-4440 add missing tags (</div></c:if>)

    • -15
    • +19
    ./web/jsps/learning/message/topicform.jsp
LDEV-4440 fix lazy initialization exception

LDEV-4440 Distribute same tags to all projects

    • -0
    • +1
    ./web/WEB-INF/tags/AuthoringButton.tag
    • -24
    • +28
    ./web/WEB-INF/tags/AuthoringRatingCriteria.tag
    • -10
    • +5
    ./web/WEB-INF/tags/OutcomeAuthor.tag
  1. … 210 more files in changeset.
LDEV-4440 Get rid of tags-html library references from JSP and tag files

  1. … 46 more files in changeset.