lams_contentrepository

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed paths to suit D: drive

Delete node implemented - there is one bug that shows up in demo web app.

Refactored to move node calls and transactions from Ticket to Repository. Ticket now a much simpler object that can go in the session.

    • -1
    • +1
    ./web/WEB-INF/struts/.struts-config.mex
    • -0
    • +4
    ./web/WEB-INF/struts/struts-config.xml
Basic demo working

    • binary
    ./lib/jakarta-commons/commons-fileupload.jar
    • -1
    • +1
    ./web/WEB-INF/struts/.struts-config.mex
    • -34
    • +50
    ./web/WEB-INF/struts/struts-config.xml
    • -0
    • +19
    ./web/loggedout.html
Partial implementation of demo

    • -0
    • +1
    ./web/WEB-INF/.struts-config.mex
    • -0
    • +393
    ./web/WEB-INF/jstl/c-rt.tld
    • -0
    • +416
    ./web/WEB-INF/jstl/c.tld
    • -0
    • +403
    ./web/WEB-INF/jstl/fmt-rt.tld
    • -0
    • +442
    ./web/WEB-INF/jstl/fmt.tld
    • -0
    • +188
    ./web/WEB-INF/jstl/sql-rt.tld
    • -0
    • +213
    ./web/WEB-INF/jstl/sql.tld
    • -0
    • +256
    ./web/WEB-INF/jstl/x-rt.tld
    • -0
    • +273
    ./web/WEB-INF/jstl/x.tld
    • -0
    • +1
    ./web/WEB-INF/struts/.struts-config.mex
  1. … 17 more files in changeset.
Added transactions to Ticket. Implemented Parent/Child node relationships. Implemented saving of a packaged node.

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

    • -0
    • +1
    ./db/sql/create_content_repository_tables.sql
Finished addFileItem, updateFileItem in SimpleTicket, added new_version_id column to node.

Started implementation of SimpleTicket, removed root node concept as it was giving problems for no positive help.

    • -4
    • +1
    ./db/sql/create_content_repository_tables.sql
Reads and writes files to the repository directories

Reads and writes files to the repository directories

Fixed cascading issue - wasn't saving version and property collections

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

Tweaked collections used for relationships, started move to put extra code in hibernate objects

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

    • -12
    • +17
    ./db/sql/create_content_repository_tables.sql
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
    ./db/sql/create_content_repository_tables.sql
Checking in work done before Christmas in case of PC crash

    • -49
    • +55
    ./db/sql/create_content_repository_tables.sql
    • -0
    • +8
    ./db/sql/insert_test_data.sql
    • -0
    • +25
    ./db/start_mysql.bat
  1. … 3 more files in changeset.
Got middlegen working - generates the hibernate classes

    • -0
    • +140
    ./conf/middlegen/learningdesign-prefs.properties
    • -1
    • +6
    ./db/sql/create_content_repository_tables.sql
Initial load of code

Initial load of standard project jars

    • binary
    ./lib/aopalliance/aopalliance.jar
    • binary
    ./lib/cglib/cglib-full-2.0.2.jar
    • binary
    ./lib/dom4j/dom4j-1.5.2.jar
    • binary
    ./lib/hibernate/hibernate-tools.jar
    • binary
    ./lib/hibernate/hibernate2.jar
    • binary
    ./lib/jakarta-commons/commons-lang-2.0.jar
    • binary
    ./lib/jakarta-commons/commons-logging.jar
    • binary
    ./lib/jakarta-taglibs/standard.jar
    • binary
    ./lib/junit/junit.jar
    • binary
    ./lib/log4j/log4j-1.2.9.jar
    • binary
    ./lib/middlegen/middlegen-2.1.jar
    • binary
    ./lib/middlegen/middlegen-hibernate-plugin-2.1.jar
  1. … 45 more files in changeset.
Initial cut at script to create the content repository tables

    • -0
    • +109
    ./db/sql/create_content_repository_tables.sql