view CHANGELOG @ 53:7a558c7d4f41

added storage-conf.xml
author shoshi
date Wed, 16 Feb 2011 18:43:58 +0900
parents ea7f0a4eacaf
children
line wrap: on
line source

CHANGELOG
2010/12/29
added treecms.proto.cassandra
	for cassandra support

2010/12/28
added treecms.proto.merge
	separate the merge algorithm from editor

2010/12/27
added common test (treecms.proto.test)
	in case of implementing APIs , create test-class and extend correct common test-class.

2010/12/26
renew all

2010/11/29
added treecms.proto.cassandra
added cassandra libraries

2010/11/20
modified SimpleNode
	added getAddedChidlren.

2010/11/19
bug fix.

2010/11/18
added GUIEditor
	Monotonic-tree GUI editor.

modified Editor API
	bug fix (not done yet , still buggy)
	
modified SimpleNode
	bug fix , replace(Node,Node) is not working fixed.

2010/11/17
modified Node API
	delete setLinkedNode,getLinkedNode

added Link API
	setNode,getNode
	
added SimpleLink and deleted SimpleLinkedNode
	Test code is SimpleLinkTest2

added document/figure/linkednode1.graffle

2010/11/10
added Node API
	setLinkedNode,getLinkedNode for create link to other node.
	but not implemented yet.
	
added SimpleLinkedNode
	proxy based link implementaion. (not done yet)
	
added PreOrderLinkTreeWalker
	tree walker for linked node.
	
added PreOrderLinkTreeWalkerTest
	tests for PreOrderLinkTreeWalker
	
modified SimpleNode
	thread safe support (not done yet)

2010/11/09
added CHANGELOG
added Editor API
	merge,update,discard,checkUpdate