Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1945: Added text search based conditions to Chat tool.

  1. … 34 more files in changeset.
LDEV-1916 adding autopatch to tools, including db_version_insert.sql script to tool deployer

    • -0
    • +2
    ./sql/db_version_insert.sql
  1. … 71 more files in changeset.
2.1.1 version updates

    • -0
    • +2
    ./sql/updatescripts/updateTo20080813.sql
  1. … 2 more files in changeset.
LDEV-1511

This has been changed again to prevent the tool deployer code failing during the update

Now all innodb alterations and adding contraints required for LDEV-1511 are done in this one script, in lams common alter_21_engine.sql which is allowed to fail.

    • -14
    • +0
    ./sql/updatescripts/updateTo20080229.sql
  1. … 4 more files in changeset.
LDEV-1511 use original constraint names for consistency, and so that we don't get multiple constraints on the same keys if the tables happen to already be innodb and have their constraints (i.e. script failure is ok in this case)

    • -6
    • +8
    ./sql/updatescripts/updateTo20080229.sql
  1. … 3 more files in changeset.
LDEV-1511 add foreign key constraints to innodb tables

    • -0
    • +6
    ./sql/updatescripts/updateTo20080229.sql
  1. … 4 more files in changeset.
LDEV-1511 make tables created as MyISAM into InnoDB by modifying create table statements and creating update scripts.

    • -0
    • +8
    ./sql/updatescripts/updateTo20080229.sql
  1. … 10 more files in changeset.
made changes so this java class xcan communicate with the installer/updater

    • -8
    • +44
    ./sql/updatescripts/UpdateLAMS202Chat.java
LDEV-1233. Script to update the database chat session table from version 2.02 to 2.03

    • -0
    • +94
    ./sql/updatescripts/UpdateLAMS202Chat.java
Updated name of script so we have a consistent tool version number across all tools for 2.0.3 release.

    • -4
    • +0
    ./sql/updatescripts/updateTo20070504.sql
    • -0
    • +4
    ./sql/updatescripts/updateTo20070524.sql
Updated how jabber room names are allocated.

When a chat tool session is created, it is assigned a jabber room name.

A 'room_created' boolean field was added to the lachat11_session table. This indicated whether the room has been created on the jabber server.

    • -0
    • +4
    ./sql/updatescripts/updateTo20070504.sql
  1. … 3 more files in changeset.
Removing './' from jar name - added by the tool deployer

  1. … 10 more files in changeset.
Update scipts for nb and chat to allow the update fom 2.0 to 2.0.2, just the same as previous update scripts for 2.0.1 but with diff names

    • -0
    • +4
    ./sql/updatescripts/updateTo20070315.sql
  1. … 1 more file in changeset.
Final changes for 2.0.1 installer Timestamp works, jsmath works, removes jbosss temp files, runs correctly

    • -1
    • +1
    ./sql/updatescripts/updateTo20070227.sql
  1. … 6 more files in changeset.
Change update scripts to have one lne commands instead of multi-line commands for the purposes of ant

    • -5
    • +1
    ./sql/updatescripts/updateTo20070227.sql
  1. … 10 more files in changeset.
Added context application and classpath columns

    • -0
    • +8
    ./sql/updatescripts/updateTo20070227.sql
  1. … 25 more files in changeset.
Changes to build, so the tool deployer can put the tool_version in the deploy.xml when the tool is build.

Now, the tool_version in tool_insert.sql must be replaced by @tool_version@, and the actual tool version goes in the buld.properties under tool.version

  1. … 2 more files in changeset.
Updated default content.

  1. … 3 more files in changeset.
Appying correct category (so that it will be coloured correctly in authoring).

  1. … 3 more files in changeset.
tool db update - help url

  1. … 9 more files in changeset.
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.