lams_tool_forum

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3425: use criteria instead of query to get topic thread (no impact on performance).

LDEV-3425: get rid of 'synchronized' action processing for LearningAction#replyTopic. 'synchronized' was introduced here to fix database deadlock with Message entity. In this use case, we can get rid of this deadlock without killing tool performance, using 'select for update' (performance tuning with TestHarness - 30forums.zip)

LDEV-3425: add 2LC to forum tool hibernate entities. (performance tuning with TestHarness - 30forums.zip)

LDEV-3425: declare transaction attributes for readOnly methods of IForumService. This stops hibernate from flushing session on transaction commit. (performance tuning with TestHarness - 30forums.zip)

LDEV-3405 fix tablesorter sorting

LDEV-3415 Add resizable columns feature to Forum monitoring

    • -10
    • +18
    ./web/jsps/monitoring/summary.jsp
LDEV-3405 Forum monitor to implement paging

  1. … 15 more files in changeset.
LDEV-3405: adding labels from i18n site

LDEV-3405: adding labels from i18n site

LDEV-3405 XSS injection prevention

LDEV-3409: change button positions

    • -6
    • +6
    ./web/jsps/learning/message/topicform.jsp
LDEV-3409: change button positions

    • -6
    • +6
    ./web/jsps/learning/message/topicform.jsp
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.