• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4184: "outer-join" attribute in hbm.xml files is deprecated and produces warnings on server start up. Remove entries with "auto" value. Entries with value "true" become fetch=join.

    • -3
    • +3
    ./lams/tool/chat/model/ChatMessage.hbm.xml
    • -1
    • +1
    ./lams/tool/chat/model/ChatSession.hbm.xml
    • -1
    • +1
    ./lams/tool/chat/model/ChatUser.hbm.xml
  1. … 139 more files in changeset.
LDEV-3768: Remove XDoclet library and corresponding Ant tasks. Generate and use static configuration files instead.

    • -0
    • +197
    ./lams/tool/chat/model/Chat.hbm.xml
    • -0
    • +107
    ./lams/tool/chat/model/ChatMessage.hbm.xml
    • -0
    • +131
    ./lams/tool/chat/model/ChatSession.hbm.xml
    • -0
    • +110
    ./lams/tool/chat/model/ChatUser.hbm.xml
  1. … 400 more files in changeset.
LDEV-3293: fix hibernate dtd declarations. Change 'hibernate.org' to 'www.hibernate.org'.

In order for hibernate DTDEntityResolver not to load hibernate-mapping-3.0.dtd from internet (and use local one), namespace declaration of dtd must exactly match the namespace declared in DTDEntityResolver class.

    • -1
    • +1
    ./lams/tool/chat/model/ChatCondition.hbm.xml
  1. … 93 more files in changeset.
LDEV-3293: Use Spring support for Hibernate 4 instead of 3 (session factory and filters).

Use new path for Hibernate DTDs. Make XDoclet generate hbm.xml files with the correct path by providing it a new template.

    • -1
    • +1
    ./lams/tool/chat/model/ChatCondition.hbm.xml
  1. … 111 more files in changeset.
file Chat.hbm.xml was added on branch lams2_head_wildfly on 2016-04-27 13:22:26 +0000

file ChatUser.hbm.xml was added on branch lams2_head_wildfly on 2016-04-27 13:22:26 +0000

    • -0
    • +0
    ./lams/tool/chat/model/ChatUser.hbm.xml
file ChatSession.hbm.xml was added on branch lams2_head_wildfly on 2016-04-27 13:22:26 +0000

    • -0
    • +0
    ./lams/tool/chat/model/ChatSession.hbm.xml
file ChatMessage.hbm.xml was added on branch lams2_head_wildfly on 2016-04-27 13:22:26 +0000

    • -0
    • +0
    ./lams/tool/chat/model/ChatMessage.hbm.xml
LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

    • -234
    • +0
    ./lams/tool/chat/model/Chat.hbm.xml
    • -93
    • +0
    ./lams/tool/chat/model/ChatAttachment.hbm.xml
    • -106
    • +0
    ./lams/tool/chat/model/ChatMessage.hbm.xml
    • -147
    • +0
    ./lams/tool/chat/model/ChatSession.hbm.xml
    • -110
    • +0
    ./lams/tool/chat/model/ChatUser.hbm.xml
  1. … 1187 more files in changeset.
LDEV-1998: Committing Pedagogical Planner base files and support for chat, forum, multiple choice, Q&A, noticeboard, notebook and vote tools.

    • -6
    • +24
    ./lams/tool/chat/model/Chat.hbm.xml
    • -1
    • +1
    ./lams/tool/chat/model/ChatMessage.hbm.xml
    • -0
    • +8
    ./lams/tool/chat/model/ChatSession.hbm.xml
    • -1
    • +1
    ./lams/tool/chat/model/ChatUser.hbm.xml
  1. … 108 more files in changeset.
LDEV-1945: Added text search based conditions to Chat tool.

    • -0
    • +14
    ./lams/tool/chat/model/ChatCondition.hbm.xml
  1. … 37 more files in changeset.
Added reflect on chat.

    • -0
    • +18
    ./lams/tool/chat/model/Chat.hbm.xml
  1. … 28 more files in changeset.
Exception handler define for STRUTS.

    • -4
    • +3
    ./lams/tool/chat/model/ChatMessage.hbm.xml
  1. … 23 more files in changeset.
Changed the nickname used to join the jabber chat group from the users login name to the user full name. The nickname is constructed by taking the users first name and last name followed by an optional number to ensure the nickname is unique for each session.

    • -0
    • +16
    ./lams/tool/chat/model/ChatUser.hbm.xml
  1. … 11 more files in changeset.
Rechecking in conf directory.

    • -0
    • +18
    ./lams/tool/chat/model/Chat.hbm.xml
    • -0
    • +27
    ./lams/tool/chat/model/ChatMessage.hbm.xml
    • -1
    • +20
    ./lams/tool/chat/model/ChatSession.hbm.xml
    • -1
    • +1
    ./lams/tool/chat/model/ChatUser.hbm.xml
  1. … 5 more files in changeset.
Added message table to chat data model.

    • -0
    • +80
    ./lams/tool/chat/model/ChatMessage.hbm.xml
Added new fields in session and user to store the jabber room and jabber id.

    • -0
    • +9
    ./lams/tool/chat/model/ChatSession.hbm.xml
    • -0
    • +18
    ./lams/tool/chat/model/ChatUser.hbm.xml
  1. … 1 more file in changeset.
Implemented authoring pages/functions. Still need to add form validation and error messages.

    • -93
    • +0
    ./lams/tool/chat/ChatAttachment.hbm.xml
    • -111
    • +0
    ./lams/tool/chat/ChatSession.hbm.xml
    • -0
    • +180
    ./lams/tool/chat/model/Chat.hbm.xml
    • -0
    • +93
    ./lams/tool/chat/model/ChatAttachment.hbm.xml
    • -0
    • +111
    ./lams/tool/chat/model/ChatSession.hbm.xml
    • -0
    • +76
    ./lams/tool/chat/model/ChatUser.hbm.xml
  1. … 57 more files in changeset.
First check in for chat tool. Based on example_tool template.

    • -0
    • +180
    ./lams/tool/chat/Chat.hbm.xml
    • -0
    • +93
    ./lams/tool/chat/ChatAttachment.hbm.xml
    • -0
    • +111
    ./lams/tool/chat/ChatSession.hbm.xml
    • -0
    • +76
    ./lams/tool/chat/ChatUser.hbm.xml
  1. … 78 more files in changeset.