Activity
From 02/25/2003 to 03/26/2003
03/21/2003
- 05:48 PM Revision 1506 (metacat): Change from assert to assertTrue.
- 05:48 PM Revision 1505 (metacat): Change assert to assertTrue.
- 05:46 PM Revision 1504 (metacat): Change assert to assertTrue
- 05:46 PM Revision 1503 (metacat): A new class to testing subtree class.
- 05:45 PM Revision 1502 (metacat): Add code to do get subtree nodes from db.
- 05:45 PM Revision 1501 (metacat): Add some getmethods.
- 05:44 PM Revision 1500 (metacat): 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
03/19/2003
- 03:30 PM Revision 1499 (metacat): Change debugMessage prototype.
- 03:28 PM Revision 1498 (metacat): Change debugMessage
- 03:27 PM Revision 1497 (metacat): Chagnge debugMessage prototype.
- 03:26 PM Revision 1496 (metacat): Change the debugMessage prototype.
- 03:22 PM Revision 1495 (metacat): Change the prototype for debugMessage()
- 03:11 PM Revision 1494 (metacat): Change the debugMessage from (string) to (string int)
- 03:03 PM Revision 1493 (metacat): Change debugMessage method from (String) to (String, int).
- 03:02 PM Revision 1492 (metacat): Fixed a bug to check permission for a node.
- 03:00 PM Revision 1491 (metacat): Revise the method to get docid withoutRevision from inlinedataid.
- 02:58 PM Revision 1490 (metacat): Finished the implementation for action readinlinedata. The prototype is action=readinlinedata&inlinedataid=eml.23.1.1
- 11:07 AM Revision 1489 (metacat): Set default content type for data file.
- 11:06 AM Revision 1488 (metacat): Add a default contenttype in property file.
- 11:05 AM Revision 1487 (metacat): Add a default content type for data file.
03/18/2003
- 10:28 PM Bug #1013 (Resolved): Need to allow metacat admin to set default mime type
- the metacat servlet does it's best to determine the mime type of the data entity
being served. However, entities th... - 10:28 PM Bug #1012 (Resolved): Need to allow metacat admin to set default mime type
- the metacat servlet does it's best to determine the mime type of the data entity
being served. However, entities th... - 05:32 PM Revision 1485 (metacat): Add code to handle check a node permission for subtree access control.
- 05:31 PM Revision 1484 (metacat): Add a new method to get docid from inline data id.
- 05:30 PM Revision 1483 (metacat): Add a new action readilninedata for metacat. By this action, user can read inline data only.
- 02:15 PM Revision 1482 (metacat): Add a flag in read action that the user want inline data in xml document or not.
- 02:14 PM Revision 1481 (metacat): Fixed bug that the parser can't handle a eml without access.
- 02:10 PM Revision 1480 (metacat): Add code handle if put inline data into xml document or not.
03/17/2003
- 03:24 PM Revision 1479 (metacat): Change type from text to binary in cvs repository.
- 02:11 PM Revision 1478 (metacat): Change the jar file for text to bin in cvs.
- 12:18 PM Revision 1477 (metacat): Change the debug message.
- 11:55 AM Bug #421: create simple turnkey installer for metacat Phase II
- reassign to jing
03/14/2003
- 06:16 PM Revision 1476 (metacat): Get rid of hard code there.
- 06:16 PM Revision 1475 (metacat): Add a login page which would not go to index.html
03/13/2003
- 05:35 PM Revision 1474 (metacat): Change the debug level.
- 05:34 PM Revision 1473 (metacat): Add code in addtionalmetadta, so metacat can handle same subtree id was put in describes in different additionalmetadata.
- 05:32 PM Revision 1472 (metacat): Add a field varible references and set, get methods.
03/12/2003
- 05:08 PM Bug #213: transaction support for packages
- This bug will be postphoned because eml2 already put submodules into one xml
documents.
- 05:02 PM Bug #969: eml2 documents without triple
- Metacat basiclly was designed to handle single document rather than package.
Without triple would not cause any prob... - 04:51 PM Bug #635: Metacat needs to be made namespace/schema aware
- Now metacat knowes namespace and when you insert a xml into metacat, the
namepace will be stored in xml_documents as... - 04:26 PM Revision 1471 (metacat): Add eml parser checking here.
- 04:25 PM Revision 1470 (metacat): Add eml.jar into class path and copy eml.jar and configxml.jar into web-info/lib
- 04:24 PM Revision 1469 (metacat): Add eml parser jar file.
- 04:23 PM Revision 1468 (metacat): Add configxml.jar for emlparser.
03/10/2003
- 06:45 PM Revision 1467 (metacat): Fixed a bug in reading data file.
- 11:59 AM Revision 1466 (metacat): Add code to handle validate xml instance by noNamespaceSchemaLocation.
- 11:56 AM Revision 1465 (metacat): Add code to debug warning and error message.
03/07/2003
- 04:30 PM Revision 1464 (metacat): Fixed a error in getdtd
- 04:24 PM Revision 1463 (metacat): Add a target name getschema.
- 04:24 PM Revision 1462 (metacat): Add a debug message for fatal error.
- 11:07 AM Bug #162: need harvest/batch load for metacat
- LTER will take over responsibility of this.
03/06/2003
- 02:26 PM Revision 1461 (metacat): Fixed a bug that didn't close the filewriter after finishing writing.
- 02:25 PM Revision 1460 (metacat): Fixed a bug that when reading a inline file, there is null at the end.
03/05/2003
- 06:42 PM Revision 1459 (metacat): Add the code to pull out inlinedata and store it into file system. Only the file name will be stored into db.
- 06:37 PM Revision 1458 (metacat): Add code to put back inline data from file system.
- 06:36 PM Revision 1457 (metacat): Add some debug message.
- 06:35 PM Revision 1456 (metacat): Add a varible inlinedatafilepath.
- 06:35 PM Revision 1455 (metacat): Add a new property inlinedatafilepath in order to store inline data.
- 11:13 AM Bug #968: Access control for eml2 documents
- In xml_access table, 3 new fields - subtreeid, startnodeid and endnodeid were
added. They are used as subtree access... - 10:18 AM Revision 1454 (metacat): Revise the query for access control return field.
03/04/2003
- 06:13 PM Revision 1453 (metacat): Revise the sql for access control for return fields.
- 04:10 PM Revision 1452 (metacat): Add code to handle access control for return fields.
- 12:06 PM Revision 1451 (metacat): Fixed a bug that the column in sql is ambiguous.
- 12:05 PM Revision 1450 (metacat): Fixed a bug which cause infinite loop.
- 10:21 AM Revision 1449 (metacat): Add nodes access control for print extended query.
- 10:20 AM Revision 1448 (metacat): Add access control for return fields.
- 09:53 AM Revision 1447 (metacat): In search query, add subtreeid is null this condition to make sure is for top level documents.
03/03/2003
- 06:07 PM Revision 1446 (metacat): Add a access control query for return fields.
- 06:06 PM Revision 1445 (metacat): Add access control for return fields in the subtree.
- 06:05 PM Revision 1444 (metacat): Just now made a wrong sumbit and revise it.
- 06:02 PM Revision 1443 (metacat): Add access query for control the return fields.
- 12:16 PM Revision 1442 (metacat): Using the contant in documentImpl rather using itself.
- 12:14 PM Revision 1441 (metacat): 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.
- 10:18 AM Revision 1440 (metacat): Fixed a bug the for comment in xml documents. It cause a Unterminated quoted string problem in psql.
02/28/2003
- 06:55 PM Revision 1439 (metacat): Add code to handle read part of tree. Now the subtree access control for reading works.
- 04:06 PM Revision 1438 (metacat): 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
- 10:48 AM Revision 1437 (metacat): fixed bug with copying images in the build file
- 10:41 AM Revision 1436 (metacat): Updata xerces to 2.30
- 10:40 AM Revision 1435 (metacat): Fixed a bug that access control couldn't write into db.
02/27/2003
- 06:24 PM Revision 1434 (metacat): Add the code to handle subtree access control.
- 06:23 PM Revision 1433 (metacat): Change the calling method.
- 06:23 PM Revision 1432 (metacat): Add the code to handle subtree control for reading(but finished yet).
- 11:22 AM Revision 1431 (metacat): Does not setting namepaces-prefix feature true for sax parser. If set it true, namespace will be treat as both namespace and attribute.
02/26/2003
- 05:37 PM Revision 1430 (metacat): Adding more constant strings.
- 05:36 PM Revision 1429 (metacat): Chane a info for output.
- 05:31 PM Revision 1428 (metacat): Change some hard code to constant string.
- 05:30 PM Revision 1427 (metacat): Change the code to handle permission checking.
- 05:29 PM Revision 1426 (metacat): Move the permission checking part.
- 05:29 PM Revision 1425 (metacat): Add a file to handle permission checking.
- 11:29 AM Revision 1424 (metacat): Get rid of the permission code to handle ticket count and duration.
- 09:48 AM Revision 1423 (metacat): Add code to delete the previous permission when update.
02/25/2003
Also available in: Atom