Add the code to test only 512 characters can be written to db.
Add the code to make sure that the event, ip address, principal and userAgent were recorded.
Add a test method to test the method determining if there is a delete event for the given id.
add User-Agent logging to support D1 requirements
include anonymous parameter when getting report
Fix references to db classes that were moved and refactoring missed.
Extend MCTestCase
Replace Options class with PropertyService and create PropertyService using log directory name instead of servlet context
Merge 1.9 changes into Head
Check into cvs head. Add initialize option statment at the beginging of the class.
Changes to remove ANT tokens for the turnkey install project
Removed hardcoded path from EventLogTest.
Added the EventLog functionality to the servlet as action=getlog. Valid parameters are ipAddress, principal, docid, event, start, end. All parameters can be repeated except start and end.
Partial implementation of a query facility for the access log. Need to fix problems with the date filtering, and tie this into the servlet action when completed and tested.
New EventLogTest modifying the log call to exclude revision.
Added classes for basic event logging support. These classes write log entries to the database connection. Still to do: query the event log, write oracle sql code (postgres is done), possibly allow the log to be archived to a text file, and possibly do the dtabase writes asynchronously via a caching mechanism.