Revise initial value for server registry.
Fixed a bug in registryDataFile.
Delete a debug line.
Change the date format from yy-mm-dd to mm/dd/yy.
Change format from yy-mm-dd to mm/dd/yy.
Get rid of to_date function.
using toDate method rather than to_date function directly.
Revise the toDate method for sql server.
Get rid of toDate method and inherit from AbstractAdapter directly.
Get rid of toDate method. It inherentise from AbstractAdaptor.
Add a concrete method toDate which can transfer text string to date type.
Add new method to handle toDate function.
MetaCat Servlet changed to get correct docid
EML interface Login Servlet
Metacat EMl Upload Interface
got interservlet session handling working.
fixed errors with jing and my merges
changes to make session management between monarch and metacat work.
Revise code and make it more generic to pass parameters to style sheet.
Revise the code for read from metcat.
Add the code to handle parameter for style sheet.
web.xml assocated with metacat push harvester
servlet for metacat push harvest
web page for initiating metacat push harvest
upload class for metacat harvester
Field data will be normalized.
Add code to hanlder wirte and update funtion.
Add code to write relation table.
Add some debug message.
add code to make sure subject, relationship and object is not null.
Add delete access subtree in delete method.
Get the file size limit from property rather than hard code.
Don't write online data id into db.
Fixed bug to find catalog id for eml2 document.
Revise code to decide use which parser.
Fixed a bug to checking error.
Revise getURLContent method and give up httpclient.
Add code to get rid of white space in url.
Using httpclient as http and https protocol handler.
Add a new method to replace whtie space by %20 in url string.
Change a debug statement.
Change the code to get docid.
Add debugMessage.
This class will write triple to db.
Move the code that writes triple to db to DBSAXHandler class.
Add code to parse triple.
Add a method to write error message into log file.
Revise code to handle text node be splitted into two nodes.
Revise update method. Every write action will check out a db connection. So it can handle a huge mount of write action.
Change a method from private to public and it can be shared by other class.
Revise code to handle text node were splited into two nodes.
Using triple rather than query to get relation.
Don't apply access rule for online data file.
Add relation handler and access handler here.
Get rid of access and relationa runner from run() method.
Add code to handle access rule for online data.
Add code to handle eml2 replciation.
Add code to handle initialize eml2 parser.
Change writereplication method to non-static.
Add some debugMessage.
Change some debug level
Add some new method to get docid from online url.
Add contenttypeprovider when read a data file.
Fixed a bug which cause null exception.
Change eml2namespace variable from private to public.
Add code to handle eml2 contentype.
Get eml2 name space from peroperty file.
Add a new class to handle contenttyp setting for data file.
Fixed bug for storing access section.
Add a contenEquals method.
Add a method to revise a stack.
Add code to handle reference access couldn't be updated if user doesn't have all permission.
Add some methods and fields here.
Add a field to this class.
Fixed bug to decide if a document is a accesss document.
Add code to handle update access subtree.
Extends this class from subtree and changed some methods.
added a prefix to the debug statements. the default is the build name property. The prefix can be set in the build.xml file. the property name is 'debugprefix'
Add code to handle access module to keep track startid and end id.
Add some methods to handle start node id and end node id.
Add run access control even for access document.
Get rid off to pasre additional access module.
Change the key of unaccessablesubtree from subtreeid to startnodeid. because some subtree doesn't have subtreeid.
Add code to get filted subtree nodes
Change a method name to mergeEquivlentSubTree.
Implement Comparator interface.
Revise the class.
Change the debugMessage for characters.
Add code for checking if a user try to update inline data.
Add code to handle check inline data if a user update it but the user doesn't have permission to do it.
Move a methods
Add a new class to handle nested subtree access control.
Add code to handle if a unaccessable subtree is another subtree of unaccessable subtree.
Finished the coding to ckeck an user try to update a subtree which it doesn't have write permission.
Add code to handle checking if user updated a subtree which he doesn't have permission.
Change processDTD to protected.
Add code to checking if user update a subtree it doesn't have write permission.