lams_tool_forum

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3405: alignment and column width

    • -12
    • +19
    ./web/jsps/monitoring/summary.jsp
LDEV-3405 * last message->last message date * date format * caching of all messages at monitor start (in order to prevent DB queries from tablesorter)

    • -15
    • +14
    ./web/jsps/monitoring/summary.jsp
LDEV-3405 add a column in between name and Number of post with 'latest posting'

    • -11
    • +10
    ./web/jsps/monitoring/updatemarks.jsp
LDEV-3405 * added initial sorting and ability to sort by number of posts * slightly modified statistics design, and significantly - view marks and edit mark pages * removed obsolete viewAllMarks feature

    • -40
    • +34
    ./web/jsps/monitoring/statisticpart.jsp
    • -14
    • +20
    ./web/jsps/monitoring/summary.jsp
    • -54
    • +27
    ./web/jsps/monitoring/updatemarks.jsp
    • -114
    • +92
    ./web/jsps/monitoring/viewmarks.jsp
LDEV-3405 Forum monitor to implement paging

    • -43
    • +0
    ./web/jsps/monitoring/daterestriction.jsp
  1. … 4 more files in changeset.
LDEV-3395 Implement a minimum number of characters for forum postings

    • -0
    • +36
    ./web/includes/javascript/learner.js
    • -18
    • +31
    ./web/includes/learnerLayout.jsp
    • -23
    • +2
    ./web/includes/mobileLearnerLayout.jsp
    • -142
    • +136
    ./web/jsps/authoring/advance.jsp
    • -43
    • +149
    ./web/jsps/learning/message/bodyarea.jsp
  1. … 18 more files in changeset.
LDEV-3395 Adding labels

LDEV-3395 Adding labels

LDEV-3395 Implement a minimum number of characters for forum postings (mobile version)

    • -10
    • +1
    ./web/includes/mobileLearnerLayout.jsp
    • -1
    • +1
    ./web/jsps/learning/message/topicform.jsp
    • -23
    • +128
    ./web/jsps/learning/mobile/message/bodyarea.jsp
    • -1
    • +1
    ./web/jsps/learning/mobile/message/topicform.jsp
    • -4
    • +9
    ./web/jsps/learning/mobile/message/topicview.jsp
    • -5
    • +5
    ./web/jsps/learning/mobile/viewforum.jsp
    • -20
    • +13
    ./web/jsps/learning/mobile/viewtopic.jsp
LDEV-3395 and LDEV-2921 Adding labels

LDEV-3395: Adding labels

LDEV-3395 and LDEV-2921 Adding labels

LDEV-3395: Adding labels

LDEV-2975 Updating Greek, French, Norwegian

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

    • -0
    • +36
    ./web/includes/javascript/learner.js
    • -18
    • +31
    ./web/includes/learnerLayout.jsp
    • -17
    • +5
    ./web/includes/mobileLearnerLayout.jsp
    • -73
    • +140
    ./web/jsps/learning/message/bodyarea.jsp
    • -9
    • +0
    ./web/jsps/learning/mobile/viewtopic.jsp
LDEV-3395 Implement a minimum number of characters for forum postings

    • -140
    • +148
    ./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.
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.
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.
LDEV-3332: fix tiles-config.dtd version used.

LAMS is shipped with tiles 1.1 version (included in struts). Fix tiles configuration to use tiles-config-1_1.dtd. This was another resource, that was loaded from internet during Wildfly startup (since used dtd version was not present in struts.jar).

It should be now possible to start Wildfly with LAMS without internet connection.

  1. … 18 more files in changeset.
LDEV-3332: fix spring contexts declaration to find spring-beans-4.0.xsd locally at classpath.

Having spring module defined as a set of spring jars (as we do have in Wildfly), it is impossible for spring to resolve xsd schema mapping file 'spring.schemas' correctly. With set of jars, we have 5 instances of this file (with different content) under the same path 'META-INF/spring.schemas'. This ended up in spring not beeing able to map spring-beans-4.0.xsd URL path to local resource location. Finally, this xsd was loaded from internet - and that significantly slowed Wildfly startup.

With this fix LAMS is way (depends on internet connection) faster to start.

  1. … 75 more files in changeset.