Project

General

Profile

Statistics
| Revision:

# Date Author Comment
446 09/13/2000 01:07 PM bojilova

fix for "public" authentication

445 09/12/2000 01:38 PM bojilova

xml_documents.public_access modified to be
NUMBER DEFAULT 1
ie all documents to have public access by default

444 09/12/2000 12:42 PM berkley

removed print statments

443 09/12/2000 12:28 PM berkley

fixed xml tag error in squer

442 09/12/2000 11:24 AM berkley

fixed bug in handleSQuery that returned the tag in the <query> tag of a resultset.
BugID:
Submitted by:
Reviewed by:

441 09/12/2000 10:37 AM bojilova

added check from "read" permission on "query" and "squery" actions
for connected user or for "public" connection

440 09/11/2000 01:36 PM bojilova

3 indexes added on:
xml_nodes (rootnodeid)
xml_nodes (parentnodeid)
xml_documents (docid, doctype)

439 09/06/2000 09:34 AM berkley

sql file defining the table structure for eml-package data.

438 09/05/2000 02:01 PM berkley

added documentation and cleaned up the markup.

437 09/05/2000 01:51 PM berkley

added support for getabstract action

436 09/05/2000 01:50 PM berkley

Added a method called getNodeContent which retrieves the content of a node in a document. If there are more than one nodes with the same name returned, it returns an array with all of the data.

435 09/05/2000 01:49 PM berkley

Added support for viewabstract

434 09/05/2000 08:46 AM berkley

added resource.xsl to the catalog

433 09/05/2000 08:45 AM berkley

no message

432 09/05/2000 08:43 AM berkley

style sheet for resource documents

431 09/01/2000 05:37 PM Matt Jones

Modified MetaCatServlet to use the new DocumentImpl.toXml() method for
efficiency of reading documents. See bugzilla bug #111 for an explanation.

430 09/01/2000 05:24 PM Matt Jones

Updated the test.xml file to use more XML features for testing insert,
update, and read functions of DocumentImpl. Now the document contains
comments and processing instructions.

429 09/01/2000 05:14 PM Matt Jones

Fixed document reading bug (bugzilla bug #111) so that reading documents
is no longer a power function of the number of nodes in the document
(which used to be the case). Now, reading a document occurs entirely
within DocumentImpl, by making a single SQL call to get the document data,...

428 09/01/2000 01:47 PM bojilova

change the 2 executions in archiveDocRevision()
with 1 statement:
"insert into xml_revisions
select ... from xml_documents where docid = ..."

427 09/01/2000 12:04 PM bojilova

small changes on hasWritePermission()

426 08/31/2000 05:08 PM bojilova

get rid of the FK in xml_acess table that points to xm_documents.docid
since xml_access.docid(s) point to current and revised documents
(ie xml_documents.docid and xml_revisions.docid)

425 08/31/2000 05:01 PM bojilova

storing user_owner and user_updated where needed
new function in DocumentImpl checking for "write" perm on UPDATE or DELETE
added delete from xml_index of the old version of docid on UPDATE

424 08/31/2000 02:43 PM berkley

this file is no longer used.

423 08/31/2000 02:20 PM berkley

changed xslf for new returnfield scheme. the returnfields are now returned as <param name="<returnfield>"> tags.
hThe sql for the returnfield query was redone to fix a previous problem with slow queries

422 08/31/2000 02:18 PM berkley

changed xslf for new resultfield scheme

421 08/30/2000 11:19 AM bojilova

cleared static methods in AccessionNumber classes for fixing bug found
when multiple requests to the servlet at a time.

420 08/29/2000 01:58 PM berkley

changed paths in returnfield parameters

419 08/29/2000 11:01 AM berkley

added alt tags

418 08/29/2000 11:01 AM berkley

added alt tag

417 08/29/2000 11:00 AM berkley

new graphics and their adobe illustrator vector files

416 08/29/2000 10:58 AM berkley

changed colors and layout

415 08/28/2000 01:28 PM Matt Jones

Minor update to remove unneeded constructor in DocumentImpl class.

414 08/28/2000 11:38 AM bojilova

new table xml_access and new attrs to xml_documents for ACL

413 08/25/2000 04:18 PM bojilova

for getDoctypes() added
WHERE entry_type='DTD' condition in the select statement

412 08/25/2000 01:56 PM berkley

fixed typ-o

411 08/25/2000 01:49 PM bojilova

Changes with Srb authentication: including quering of Srb/MCAT during the Srb connection for:
- groupname of connected user
- list of groups and users in MCAT for ACL function for MetaCat

410 08/25/2000 01:17 PM berkley

update of build.xml based on Matt's recommendations

409 08/25/2000 11:59 AM berkley

added an image-path property to get around the messed up images when loading images from tomcat. To add your own image directory,
create a directory under /opt/httpd/html/img/ and add the path to the image-path property in build.xml. Then all img tags in your documents...

408 08/24/2000 06:28 PM Matt Jones

Continued code redesign for the DocumentImpl class. Now the "delete" and
"write" methods are static, so a DocumentImpl objject need not be created
in order to initiate a INSERT, UPDATE, or DELETE action (it is created
implicitly by the DBSAXHandler). When doing a "READ" action, one still...

407 08/24/2000 04:47 PM Matt Jones

Folded the functionality from DBWriter into DocumentImpl, continuing the
work started earlir to create a more DOM-like model for the classes, in
which a single DocumentImpl class handles both reading and writing of
documents to the database. Modified shell scripts and MetaCatServlet to...

406 08/24/2000 08:57 AM berkley

removed extraneous dash (-) from output loop that was entered unintentionallyi

405 08/23/2000 03:55 PM berkley

changed the field names to be case-sensitive in the returnfields

404 08/23/2000 03:54 PM berkley

changed the field names to be case-sensitive

403 08/23/2000 10:33 AM berkley

added the returnfield element to be used for dynamically choosing which fields to return from xml_nodes.

402 08/23/2000 10:29 AM berkley

added support for the returnfield parameter
-QuerySpecification now sets a flag (containsExtendedSQL) when there are returnfield items in the pathquery document.
the accessor method containsExtendedSQL() can be called by other classes to check for extended return parameters...

401 08/23/2000 10:22 AM berkley

added support for the returnfield parameter
-added the dynamic parameters to the returned hash table of documents

400 08/23/2000 10:20 AM berkley

added support for the returnfield parameter

399 08/23/2000 10:19 AM berkley

marine.properties is no longer needed because the marine servlet uses all of the metacat properties.

398 08/23/2000 10:17 AM berkley

a way to access the marine servlet without using javascript

397 08/23/2000 10:16 AM berkley

updated the URL given the new <returnfield> paramet

396 08/22/2000 11:56 PM Matt Jones

Folded the functionality from DBSAXDocument into the DocumentImpl class.
Now DocumentImpl handles both the reads and the writes to the database.
Eventually, it will implment the full DOM Document interface. Eliminated
the DBSAXDocument.java file as it is no longer relevant....

395 08/22/2000 10:37 PM Matt Jones

Updated the readxml shell script to use the new DocumentImpl class instead
of the old DBReader class.

394 08/22/2000 10:34 PM Matt Jones

Removed DBReader.java because the functionality of that class has been
replaced by the more efficient DocumentImpl class.

393 08/22/2000 10:32 PM Matt Jones

Created new class "DocumentImpl" which represents an XML Document. This
document will eventually implment the DOM Document interface. For now,
it implments all of the functionality that was present in DBReader, plus
cuts down on the number of database calls required to read a document. And...

392 08/21/2000 03:41 PM Matt Jones

Added script to register document types in the xml_catalog table for our
common public ID's.

391 08/21/2000 03:38 PM Matt Jones

Added install feature for copying dtd's to the servlet directory so that
they are accessible to the metacatservlet.

390 08/21/2000 03:19 PM Matt Jones

Added new utility query to return all of the xml_nodes info for a given
document id in metacat.

389 08/21/2000 02:55 PM Matt Jones

Updated documentation for NodeComparator.java.

388 08/21/2000 02:52 PM Matt Jones

Modified the DBReader and ElementNode classes to more efficiently read
documents from the database. In the old implementation, a db connection
was opened for each and every node in a document, recursively fromthe root
node. In the new implementation, all of the data from xml_nodes is...

387 08/18/2000 03:48 PM berkley

redirector to access the marine servlet

386 08/18/2000 03:45 PM berkley

modified the xsl to work with the new servlet architecture.o

385 08/18/2000 03:44 PM berkley

marineServlet now overrides the transformQuery() function to allow it to put the values back into the text boxes of the xsl stylesheet rendered form.

384 08/18/2000 03:41 PM berkley

-fixed the bug where a pathquery document was not valid inside of the <query> tags in a resultset document.
-provided override support for a new function called transformQuery() which allows specific applications to
customize what is returned in the <query> tag

383 08/18/2000 11:05 AM Matt Jones

Fixed small bug in transforming the document to HTML. If there was
no stylesheet for a given doctype, and so the transformation couldn't
occur, the XML doc was returned, but the content-type was still set
(incorrectly) to html. Now it is not set to text/html when an xml doc is...

382 08/18/2000 10:56 AM berkley

removed extraneous protected tags and replaced them with private tags

380 08/18/2000 10:38 AM Matt Jones

Modified behavior of handleSQuery() to now send the resultset document
back to the client application -- this was a bug introduced by recent
changes to the servlet. Also, generally cleaned up the servlet to
produce cleaner documentation and removed some extraneous code and remarks....

379 08/18/2000 09:31 AM bojilova

decrease the number of "initialConnections" to 5, "increaseConnections" stay 5, decrease the "maximumConnections" to 10

378 08/17/2000 05:31 PM Matt Jones

Changed release to version to alpha 8 (1.0a8) and tagged metacat in
CVS as METACAT_ALPHA_8

377 08/17/2000 05:29 PM Matt Jones

Updated default html forms for metacat queries to use the "anyfield"
keyword for constructing a default query. This should now work with
the new handleQuery method of MetaCatServlet.
BugID:
Submitted by:
Reviewed by:

376 08/17/2000 03:21 PM berkley

changed to work with the new MetaCatServlet model. marineServlet now only overwrites one method in MetaCatServlet.

375 08/17/2000 03:20 PM berkley

changed the prototype of overwritable functions to "protected" instead of "private".

374 08/17/2000 11:06 AM bojilova

change the resultset format for DataGuide

373 08/17/2000 09:04 AM berkley

Changed the flow of query and SQuery. SQuery now only handles a preformatted pathquery document as input (in the "query" parameter).
HandleQuery now handles all structured queries derived by CGI parameters.

372 08/17/2000 09:02 AM berkley

Made changes to createSQuery to allow for multiple parameters of the same name. Also changed the param list to include only "Hashtable params" without a "String doctype" since the doctype is already contained in the params.

371 08/16/2000 01:08 PM berkley

fixed bug with handleSQuery() that kept DMan from access the squery functionality

370 08/16/2000 11:48 AM berkley

- created transformResultset() which transforms an xml resultset document and displays it to the client useing DBTransform
- renamed transformDocument() to createResultDocument() and modified its functionality to only return a restultset xml document
- changed handleSQuery() and handleQuery() to use the new methods

369 08/15/2000 04:07 PM Matt Jones

Changed "xmltodb" to "html-path/style" so that the resultset.xsl
stylesheet could be found in various servlet contexts.

367 08/15/2000 03:29 PM Matt Jones

changed release version

366 08/15/2000 03:27 PM Matt Jones

Modified binaries to change classpath for metacat.jar under new
build process.

365 08/15/2000 02:52 PM Matt Jones

Repository reorganization, and some file cleanup to make the XSL and CSS
files portable to various installations of metacat (by using the
build.xml file substitution in the XSL files). Removed "xsqltest" directory
because it is no longer needed. Created new "style" directory inside of...

363 08/15/2000 02:25 PM Matt Jones

removed unneeded replace command

362 08/15/2000 02:24 PM Matt Jones

Added user and password to build.xml for filter substitution.

361 08/15/2000 01:48 PM berkley

remove handleQueryAction() in favor of directly calling handleQuery() and handleSQuery() from doGetOrPost()

360 08/15/2000 01:02 PM bojilova

Cleared hardcoded paths for the location of .html files and use
the new "htmlpath" property from metacat.properties file

359 08/15/2000 12:48 PM bojilova

sorry, I needed new property "html-path" with value "/xmltodb" for me.
Chad, for you should be I think "/berkley"

358 08/15/2000 12:15 PM bojilova

New "servletpath" and "installdir" properties

357 08/15/2000 12:14 PM bojilova

Set a filter for installdir property

356 08/15/2000 11:25 AM bojilova

set filtering="yes" attribute on the copy command of metacat.properties

355 08/15/2000 08:58 AM berkley

Added decodeMouseAction(Hashtable) to decode the mouse click action outside of handleGetOrPost to allow for easy modification of images in a different application.

354 08/14/2000 03:31 PM berkley

added new constructor to allow the creation of a metacatutil object that uses a properties file other than edu.ucsb.nceas.metacat.metacat.

353 08/14/2000 03:22 PM Matt Jones

Fixed build.xml bug -- jar file was included recursively in itself, causing
ever-growing size of jar on install. Changed location of jar file that is
built (from build.dest to build.dir) to fix the problem.

352 08/14/2000 03:09 PM berkley

added eml-resource to the catalog

351 08/14/2000 02:28 PM berkley

Broke up handleQueryAction into handleQuery, handleSQuery, runQuery and transformDocument. handleQueryAction is now a base function which makes calls to each of these functions to create, run and transform a query from CGI parameters.

350 08/14/2000 02:26 PM berkley

Added createSQuery() to handle structured queries of an arbitrary number of parameters. Also modified createQuery() to handle a null query in a graceful manner.

349 08/14/2000 01:53 PM Matt Jones

Added "release" keyword to all metacat source files so that the release
number will be evident in software distributions.

348 08/14/2000 01:43 PM Matt Jones

Updated build process to now use a copy of the source files so that keyword
substitution can ocur before the build. This allows for substitution of
hardcoded values into the source before the compile. Currently, I am
using this feature to do the following:...

347 08/14/2000 11:27 AM bojilova

added Logout link

346 08/14/2000 11:27 AM bojilova

added Logout handling

345 08/14/2000 11:11 AM bojilova

clear lib dir from paths like xmltodb/lib/something.html

344 08/14/2000 10:59 AM bojilova

on "DELETE" added delete from xml_index table for a given docid
before delete from xml_documents, b' of foreign key in xml_index(docid)
to xml_documents(docid)