Project

General

Profile

Statistics
| Revision:

# Date Author Comment
566 11/27/2000 01:55 PM Matt Jones

Modified stylesheets and server code to use a single "read" action instead
of the earlier "getdocument" and "getrelateddocument" actions. In the
process, developed and started to utilize a new suite of URL "protocol
handlers" that are in the package "edu.ucsb.nceas.protocols" and handle...

553 11/20/2000 05:14 AM Jing Tao

Add the eml style sheet into metacat module.

548 11/16/2000 12:35 PM berkley

changed alpha to dev in odbc driver param

547 11/16/2000 12:33 PM berkley

removed servercode param

538 11/14/2000 11:01 AM berkley

added servercode prop.

535 11/13/2000 05:04 PM Matt Jones

Modified pathquery.dtd and QuerySpecification to allow some new constraints
on queries submitted to Metacat. Now, queries can contain an optional
set of <owner> tags that identify the users for which documents should be
returned, and a list of <site> tags constraining the site identifiers...

527 11/13/2000 10:11 AM bojilova

changes for using SRB v1.1.8 at LTER, NM

526 11/13/2000 10:08 AM bojilova

SRB v1.1.8

525 11/13/2000 10:05 AM berkley

added replication properties

511 11/03/2000 11:12 AM bojilova

not needed

510 11/03/2000 09:38 AM bojilova

XSLT transformation on "login" and "logout" action

508 10/31/2000 02:29 PM bojilova

added "qformat=html" form parameter for "login" and "logout" actions

507 10/31/2000 02:14 PM bojilova

changed action's value:
"Login" to "login"
"Logout" to "logout"

506 10/30/2000 05:12 PM Matt Jones

Modified stylesheets to use the default.css file from the new KNB web site.
Also, provided a new resultset.xsl that represents a simple freetext query
of the KNB data repository. Updated build.xml to relect the location of the
new css stylesheet.

505 10/27/2000 07:07 PM Matt Jones

Began work on new UI for the KNB web site. It will be the main query
interface from the KNB website.

503 10/24/2000 01:03 PM bojilova

merge AUTH_LDAP to the main branch

500 10/09/2000 02:58 PM Matt Jones

Fixed typo in stylesheet.

499 10/09/2000 12:33 PM Matt Jones

More user interface changes to the HTML MARINE interface. Minor
rearrangement of columns, some link changes.

498 10/06/2000 06:40 PM Matt Jones

Replaced imagemap with anchor links in the web interface to simplify the
rearrangement of the interface. This new feature uses javascript to
submit the form when the link is clicked.

497 10/05/2000 06:50 PM Matt Jones

Various changes to improve consistency of the MARINE and METACAT user
interfaces as presented through the XSL->HTML conversions. Eliminated
one (extraneous) copy of the rowcol.css style sheet in favor of sharing
a single css stylesheet in xmltodb/lib/style/rowcol.css. Modified all...

488 10/03/2000 03:47 PM berkley

added ability to enterpret relationdoctype tag.

487 10/03/2000 02:26 PM berkley

added new linkage to the title in the table

482 10/03/2000 08:05 AM berkley

made package changes

480 10/02/2000 10:32 AM bojilova

moved it from src/edu/ucsb/nceas/metacat dir to here

477 09/29/2000 01:52 PM berkley

changed the look of relations

474 09/27/2000 01:12 PM berkley

added a "server" parameter which tells the system the path to the server on which metacat is running. This is used for metacat:// urls.

470 09/26/2000 03:09 PM berkley

added new fields

469 09/26/2000 03:09 PM berkley

added support for returndoc handling.

468 09/26/2000 03:08 PM berkley

added a packagedoctype parameter so that the servlet knows what kind of doctype a package

467 09/26/2000 03:08 PM berkley

updated for returndoc field

456 09/15/2000 03:16 PM berkley

updated this style sheet to display only resource documents and their related files. Also added hidden input params to the images on the left so that the related document info is sent back to the servlet when documentation or an abstract is requested.

455 09/15/2000 12:53 PM berkley

this stylesheet now processes relation information.

438 09/05/2000 02:01 PM berkley

added documentation and cleaned up the markup.

435 09/05/2000 01:49 PM berkley

Added support for viewabstract

432 09/05/2000 08:43 AM berkley

style sheet for resource documents

422 08/31/2000 02:18 PM berkley

changed xslf for new resultfield scheme

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

406 08/24/2000 08:57 AM berkley

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

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.

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

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

379 08/18/2000 09:31 AM bojilova

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

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:

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.

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...

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

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

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

352 08/14/2000 03:09 PM berkley

added eml-resource to the catalog

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

340 08/10/2000 04:30 PM bojilova

changed paths

338 08/10/2000 03:34 PM bojilova

simple JavaScript to put focus on username field

335 08/10/2000 01:45 PM higgins

no message

334 08/10/2000 12:13 PM bojilova

changing paths, b' of new dev environment

331 08/09/2000 04:17 PM Matt Jones

updated properties file to reflect new db location

330 08/08/2000 05:40 PM Matt Jones

added web.xml configuration file for Tomcat Servlet engine

329 08/08/2000 05:39 PM Matt Jones

-Reorganized xmltodb module to support new install process for the new
linux server (dev.nceas.ucsb.edu). Added "build.sh" shell script that
calls ant withthe proper umask set for installation. Use:

./build.sh install

to post a new copy of the servlet and its supporting files to the install...

328 08/07/2000 05:31 PM bojilova

rearrange html pages for login and metacat access

327 08/07/2000 02:44 PM bojilova

renamed index.html to metacat.html

326 08/07/2000 02:43 PM bojilova

unused

325 08/07/2000 11:55 AM bojilova

it was smashed to 95 bytes only

323 08/07/2000 08:13 AM berkley

no message

322 08/04/2000 05:51 PM Matt Jones

moved srbProps file

321 08/04/2000 04:43 PM bojilova

maximumConnections added

319 08/04/2000 01:54 PM Matt Jones

minor config file update

318 08/04/2000 08:32 AM berkley

no message

311 08/02/2000 04:26 PM bojilova

Added support for "anonymous" user

308 08/01/2000 11:22 AM bojilova

added "initialConnections", "incrementConnection" options used for the Pool of Connections

304 07/28/2000 12:00 PM berkley

no message

299 07/27/2000 10:14 AM higgins

Copies to replace corrupted class files

298 07/26/2000 03:26 PM berkley

no message

295 07/26/2000 08:28 AM berkley

Added marine files to metacat package

281 07/13/2000 07:04 PM bojilova
  • empty log message ***
280 07/13/2000 06:48 PM bojilova
  • empty log message ***
279 07/13/2000 02:48 PM bojilova
  • empty log message ***
278 07/13/2000 02:31 PM bojilova
  • empty log message ***
277 07/13/2000 02:02 PM bojilova
  • empty log message ***
276 07/13/2000 01:48 PM bojilova
  • empty log message ***
275 07/13/2000 11:22 AM bojilova
  • empty log message ***
273 07/13/2000 11:17 AM bojilova
  • empty log message ***
268 07/11/2000 10:26 AM bojilova

using the new interface to SRB JavaRMI to solve the auth problem

258 07/10/2000 11:35 AM bojilova

added hidden "action" field

256 07/04/2000 03:16 PM Matt Jones

minor property change

255 07/04/2000 03:14 PM Matt Jones

removed catalog jar file because not needed because source code is in src dir so is included as part of metacat.jar

249 06/30/2000 12:05 PM bojilova

hidden form item "action" is not needed

248 06/30/2000 11:20 AM bojilova

session expiration message page
it has a link that should go to new login page.

247 06/30/2000 10:59 AM bojilova

session expiration message page shown when
session expire or session has not been stored
between different user requests.

222 06/28/2000 02:33 PM bojilova

testing

217 06/27/2000 07:23 PM Matt Jones

fixed html file parameters

216 06/27/2000 05:47 PM Matt Jones

removed jar file because it is too dynamic