Add run access control even for access document.
Get rid off to pasre additional access module.
accidentally overwrote the web.xml file with the tomcat4 web.xml file.
new eml.jar file that is binary
Add code to store info for access block itself.
Add code to create a new table to store info about access block itself.
Patch script to create a table to store info for access block it self.
Patch script to create a table to store info about access block itself.
Change the key of unaccessablesubtree from subtreeid to startnodeid. because some subtree doesn't have subtreeid.
Add code to get filted subtree nodes
Add code to handle eml document
Add returndoctype and returnfield for eml2
move cvs-root to easily be edited.
added target to clean the servlet install directory
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.
Add a class to handle append a unreadable subtree to document. (Not finished yet)
Add replication servlet into this file.
Change from assert to assertTrue.
Change assert to assertTrue.
Change assert to assertTrue
A new class to testing subtree class.
Add code to do get subtree nodes from db.
Add some getmethods.
Add a new project name runonetest. It can run single junit test. The class name can be passed to build.xml. The syntax is: ant -Dtesttorun=className runonetest
Change debugMessage prototype.
Change debugMessage
Chagnge debugMessage prototype.
Change the debugMessage prototype.
Change the prototype for debugMessage()
Change the debugMessage from (string) to (string int)
Change debugMessage method from (String) to (String, int).
Fixed a bug to check permission for a node.
Revise the method to get docid withoutRevision from inlinedataid.
Finished the implementation for action readinlinedata. The prototype is action=readinlinedata&inlinedataid=eml.23.1.1
Set default content type for data file.
Add a default contenttype in property file.
Add a default content type for data file.
Add code to handle check a node permission for subtree access control.
Add a new method to get docid from inline data id.
Add a new action readilninedata for metacat. By this action, user can read inline data only.
Add a flag in read action that the user want inline data in xml document or not.
Fixed bug that the parser can't handle a eml without access.
Add code handle if put inline data into xml document or not.
Change type from text to binary in cvs repository.
Change the jar file for text to bin in cvs.
Change the debug message.
Get rid of hard code there.
Add a login page which would not go to index.html
Change the debug level.
Add code in addtionalmetadta, so metacat can handle same subtree id was put in describes in different additionalmetadata.
Add a field varible references and set, get methods.
Add eml parser checking here.
Add eml.jar into class path and copy eml.jar and configxml.jar into web-info/lib
Add eml parser jar file.
Add configxml.jar for emlparser.
Fixed a bug in reading data file.
Add code to handle validate xml instance by noNamespaceSchemaLocation.
Add code to debug warning and error message.
Fixed a error in getdtd
Add a target name getschema.
Add a debug message for fatal error.
Fixed a bug that didn't close the filewriter after finishing writing.
Fixed a bug that when reading a inline file, there is null at the end.
Add the code to pull out inlinedata and store it into file system. Only the file name will be stored into db.
Add code to put back inline data from file system.
Add some debug message.
Add a varible inlinedatafilepath.
Add a new property inlinedatafilepath in order to store inline data.
Revise the query for access control return field.
Revise the sql for access control for return fields.
Add code to handle access control for return fields.
Fixed a bug that the column in sql is ambiguous.
Fixed a bug which cause infinite loop.
Add nodes access control for print extended query.
Add access control for return fields.
In search query, add subtreeid is null this condition to make sure is for top level documents.
Add a access control query for return fields.
Add access control for return fields in the subtree.
Just now made a wrong sumbit and revise it.
Add access query for control the return fields.
Using the contant in documentImpl rather using itself.
Fixed bug the no matter the xml is base on schema or dtd, the output will add a line for doctype. This will cause eml document invalidate.
Fixed a bug the for comment in xml documents. It cause a Unterminated quoted string problem in psql.
Add code to handle read part of tree. Now the subtree access control for reading works.
Xerces 2.3.0 have a problem(maybe bug) to handle set external schemalocation property. I already report this problem to xerces-dev. Change it back to 2.2.1
fixed bug with copying images in the build file
Updata xerces to 2.30
Fixed a bug that access control couldn't write into db.