Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3776: Remove $Id CVS keyword.

  1. … 1074 more files in changeset.
LDEV-3336: Remove code for unnecessary ContentRepository WAR.

  1. … 270 more files in changeset.
Added cvs id - preparing for porting to postgreSQL

  1. … 8 more files in changeset.
Contents moved to lams_common project

    • -2
    • +0
    ./create_content_repository_tables.sql
Changed to Mysql 4.1, and to 3.1.7 connector. Moved the table definitions to lams_common. Added a unit test option to build file.

    • -123
    • +2
    ./create_content_repository_tables.sql
Changed to Mysql 4.1, and to 3.1.7 connector. Moved the table definitions to lams_common. Added a unit test option to build file.

  1. … 9 more files in changeset.
Changed db name to LAMS

    • -1
    • +1
    ./create_content_repository_tables.sql
  1. … 1 more file in changeset.
Use a database lams11 - so I can have old and new schemas in the same db server.

    • -1
    • +1
    ./create_content_repository_tables.sql
  1. … 1 more file in changeset.
Rejigged the link from the child node to the parent to point from the child node (rather than child node version). This restricts us to a design where we always create new nodes for new versions of a parent. Also made the lookup of child nodes manual (rather than loaded automatically by hibernate). Doesn't use lazy loading - goes direct to database to find node. Not so nice. But the changes have almost doubled the throughput in my testing.

    • -10
    • +10
    ./create_content_repository_tables.sql
  1. … 10 more files in changeset.
Added check to ensure that a requested node is not returned if the ticket is for a different workspace

Finished addFileItem, updateFileItem in SimpleTicket, added next_version_id column to node.

    • -0
    • +1
    ./create_content_repository_tables.sql
Started implementation of SimpleTicket, removed root node concept as it was giving problems for no positive help.

    • -4
    • +1
    ./create_content_repository_tables.sql
  1. … 2 more files in changeset.
Reads and writes files to the repository directories

Reads and writes files to the repository directories

Tweaked collections used for relationships, started move to put extra code in hibernate objects. Added version history implementation

Writes out basic node details to db - but does it the hard way as it isn't cascading updates.

    • -12
    • +17
    ./create_content_repository_tables.sql
  1. … 5 more files in changeset.
Code to create workspace, create/update credentials working - with transactions. Basically works but the transaction handling hasn't been break tested, and the DAO access doesn't make good use of Spring framework

    • -6
    • +6
    ./create_content_repository_tables.sql
  1. … 7 more files in changeset.
Checking in work done before Christmas in case of PC crash

    • -49
    • +55
    ./create_content_repository_tables.sql
  1. … 16 more files in changeset.
Got middlegen working - generates the hibernate classes

    • -1
    • +6
    ./create_content_repository_tables.sql
  1. … 10 more files in changeset.
Initial cut at script to create the content repository tables

    • -0
    • +109
    ./create_content_repository_tables.sql