Summary Period: 2000-12-29 to 2005-03-23
[root]/helma/src/helma/objectmodel
db
(21 files, 10014 lines)
dom
(9 files, 2605 lines)
Total Lines Of Code:
2312 (2006-01-13 18:49)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
hannes | 160 (100.0%) | 4792 (100.0%) | 29.9 |
Split IDatabase.saveNode() into insertNode() and updateNode(). Fixes bug 418.
15 lines of code changed in:
Cleaned up embedded database code:
Cleaned up IDatabase interface, moved code into XmlDatabase,
removed IDGenerator code from NodeManager and Transactor.
45 lines of code changed in:
Fixed date format in getStringValue()
3 lines of code changed in:
* Added NodeManager.init() to separate initialization from the constructor.
* Added ObjectCache.shutdown() to allow object caches to be closed.
* Catch exceptions and errors thrown by NodeChangeListeners.
9 lines of code changed in:
Introduce helma.objectmodel.ObjectCache interface for switchable cache implementations.
108 lines of code changed in:
Make ConcurrencyException extend Error so it isn't cought by JavaScript try/catch.
3 lines of code changed in:
Don't make getNode throw XML-specific Exceptions.
3 lines of code changed in:
Rewrote embedded XML database to make it more dependable:
New records are first written to temporary files and only renamed to their
actual names when the transaction is committed.
25 lines of code changed in:
Cleanup import statements
4 lines of code changed in:
Remove unused import statements
2 lines of code changed in:
Checked in patch from Stefan Matthias Aust:
* Don't call static methods as instance methods
* Remove unused imports
* Remove variables that are never read
4 lines of code changed in:
Merge from helma_1_2_4
1913 lines of code changed in:
Merged in changes from helma_1_2 branch
9 lines of code changed in:
Removed boolean inherit argument from INode.get*() methods because it
was never used.
32 lines of code changed in:
Removed one unused line
2 lines of code changed in:
*** empty log message ***
3 lines of code changed in:
Removed obsolete adoptName field
1 lines of code changed in:
Change date format to display full hours when returning a date property as string.
1 lines of code changed in:
Merged Stefan Pollach's XML Database branch.
102 lines of code changed in:
Implemented clearCacheNode() method to recreate/reset
a node's cache node.
11 lines of code changed in:
(87 more)
Generated by StatCVS 0.2.2