Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Force tables to be INNODB tables

  1. … 2 more files in changeset.
Added reflect on chat.

  1. … 26 more files in changeset.
Change the field 'body' to use text instead of varchar in message table.

  1. … 1 more file in changeset.
Updated define_later_url to point to correct location.

Updated the column names from_user_id and to_user_id to from_user_uid and to_user_uid respectively

  1. … 1 more file 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.

  1. … 10 more files in changeset.
Added finishedActivity flag to ChatUser, updated corresponding db tables.

  1. … 1 more file in changeset.
Modified chat model to including filtering fields. Modified message model to include send date, hidden, and chat session fields.

Added message table to chat data model.

  1. … 3 more files in changeset.
Added new fields in session and user to store the jabber room and jabber id.

  1. … 2 more files in changeset.
Sql schema produced by xdoclet. Generated from chat model classes.

    • -0
    • +57
    ./sql/table-schema.sql
Contains no new changes. Commit is being used to expand the the $id$ keyword. Previous file property was ASCII -kk, the property was changed to -kkv

  1. … 27 more files in changeset.
Implemented authoring pages/functions. Still need to add form validation and error messages.

  1. … 63 more files in changeset.
Update to the chat tool. Added struts tiles support, tabs to monitoring and authoring screens and basic service method in ChatServices.

  1. … 33 more files in changeset.
First check in for chat tool. Based on example_tool template.

    • -0
    • +424
    ./model/chat_tool.clay
    • -0
    • +80
    ./sql/activity_insert.sql
    • -0
    • +71
    ./sql/create_lams_tool_chat.sql
    • -0
    • +13
    ./sql/drop_lams_tool_chat.sql
    • -0
    • +16
    ./sql/library_insert.sql
    • -0
    • +54
    ./sql/tool_insert.sql
  1. … 76 more files in changeset.