lams_tool_forum

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file patch20141216.sql was added on branch lams2_head_wildfly on 2014-12-30 09:44:07 +0000

LDEV-3395 Implement a minimum number of characters for forum postings

    • -139
    • +147
    ./web/jsps/authoring/advance.jsp
    • -26
    • +65
    ./web/jsps/learning/message/bodyarea.jsp
    • -12
    • +10
    ./web/jsps/learning/message/topicform.jsp
  1. … 6 more files in changeset.
file IAttachmentDAO.java was initially added on branch lams2_head_wildfly.

file IMessageSeqDAO.java was initially added on branch lams2_head_wildfly.

file IMessageRatingDAO.java was initially added on branch lams2_head_wildfly.

file IForumUserDAO.java was initially added on branch lams2_head_wildfly.

LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport usage in set of LAMS DAO types from lams_tool_forum. Move DAO hibernate implementations to 'hibernate' sub-package. Introduce DAO interfaces and use references to them instead of to implementations in ForumService.

  1. … 11 more files in changeset.
file IForumDAO.java was initially added on branch lams2_head_wildfly.

file MessageRatingDAO.java was initially added on branch lams2_head_wildfly.

file MessageDao.java was initially added on branch lams2_head_wildfly.

file ForumUserDao.java was initially added on branch lams2_head_wildfly.

file ForumToolSessionDao.java was initially added on branch lams2_head_wildfly.

file ForumDao.java was initially added on branch lams2_head_wildfly.

file AttachmentDao.java was initially added on branch lams2_head_wildfly.

file ITimestampDAO.java was initially added on branch lams2_head_wildfly.

file IMessageDAO.java was initially added on branch lams2_head_wildfly.

file IForumToolSessionDAO.java was initially added on branch lams2_head_wildfly.

file TimestampDao.java was initially added on branch lams2_head_wildfly.

file MessageSeqDao.java was initially added on branch lams2_head_wildfly.

LDEV-3340: Remove hibernate.cfg.xml files. Most probably they were used to create DB schema from .hbm.xml files using Ant. They are obsolete now.

  1. … 27 more files in changeset.
LDEV-1978, LDEV-3340: Remove AccessPermissionFilter. It was designed to control lesson access for Learners, but it was not really used. With the new SecurityService it is/will be obsolete.

  1. … 4 more files in changeset.
LDEV-3340: Remove .clay files. They were used to model the database but are obsolete now.

  1. … 24 more files in changeset.
LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport usage in set of LAMS DAO types from lams_tool_forum

LDEV-3381: Upgrade to WildFly 8.2. Add proper source code.

  1. … 664 more files in changeset.
LDEV-3335, LDEV-3340: Remove a filter which sets inactive timeout in sessions. With new SSO it is just needed in Central and it is already taken care of by SessionListener.

  1. … 33 more files in changeset.
LDEV-3335, LDEV-3334: Add session and cookie configuration to jboss-all.xml. Remove obsolete configuration from web.xml files.

  1. … 35 more files in changeset.
LDEV-3335, LDEV-3334: Use SSO mechanism introduced in WildFly 9.

Do not create web.xml files with XDoclet as it can not produce them based on 3.1 schema. Use static ones instead.

Make SessionManager just a proxy to webserver's HTTP session. Remov custom shared sessions and JSESSIONIDSSO cookie as they are obsolete. Remove own session monitoring as the container should take care of invalidation.

Move injecting UserDTO into session to SsoHandler intead of UniversalLoginModule as an authentication request may not reach the latter due to WildFly credentials caching.

    • -21
    • +0
    ./conf/xdoclet/servlet-mappings.xml
  1. … 217 more files in changeset.
LDEV-3381: Upgrade to WildFly 9 Alpha2 version.

  1. … 41 more files in changeset.
LDEV-3323 fix exception on releasing marks in monitor

LDEV-3332: revert spring-beans schema declaration in application context xml files. export spring meta-inf in jboss-deployment-structure.xml

It is way more elegant approach to fix an issue with spring-beans.xsd loading from internet.

  1. … 76 more files in changeset.