Project

General

Profile

Statistics
| Revision:

# Date Author Comment
5018 08/07/2009 10:35 AM daigle

Updated comments to more accurately reflect the API

5017 08/07/2009 10:32 AM ben leinfelder

include first as an available skin

5016 08/06/2009 10:59 AM daigle

Fix references to db classes that were moved and refactoring missed.

5015 08/04/2009 02:32 PM daigle

Create database and shared directories for database management code and shared code respectively.

5014 08/04/2009 02:30 PM daigle

Create replication directory. Move replication code there. Use log4j for replication logging (rollingfileappender). Beef up replication logging and error control.

5013 07/31/2009 04:47 PM daigle

Add the ability to delete a scheduled workflow (move status to deleted in database)

5012 07/30/2009 04:58 PM daigle

Added end time to workflow scheduler.

5011 07/30/2009 01:27 PM daigle

Propagate the kar id throughout the configuration screens.

5010 07/30/2009 01:26 PM daigle

Populate admin login user dropdown with configured admins

5009 07/30/2009 10:31 AM daigle

Revert change to test target that limits the tests run.

5005 07/30/2009 10:20 AM daigle

Input date formatting changes

5004 07/30/2009 10:19 AM daigle

Use context url instead of server IP. Server IP breaks if the server does not have an externally facing IP (behind a proxy server)

5003 07/30/2009 10:14 AM daigle

Remove unneeded exception handling

5002 07/30/2009 10:13 AM daigle

Update utilities tag to UTILITIES_1_0_1_RC2

5001 07/28/2009 10:06 AM ben leinfelder

include datamanager configuration in the /admin utility (for FIRST project...and others down the road)

5000 07/28/2009 10:01 AM ben leinfelder

override the 10px margin that was added to the EML stylesheet that we are including.

4999 07/27/2009 02:47 PM Duane Costa

Implement fix for Bug #4245: Harvester command line scripts don't execute.

4998 07/27/2009 02:42 PM ben leinfelder

-handle new(?) XPath for the question prompt and include in the CSV download
-sort the multiple choice options

4997 07/27/2009 12:59 PM ben leinfelder

fix name="...." attribute that was causing problems in IE (it was a typo, but not caught in firefox)
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4262

4996 07/27/2009 12:50 PM Duane Costa

Bug 3835: Design and implement OAI-PMH compliant harvest subsystem
Check to see whether metacat database has changed since last refresh date, and if it has, refresh catalog objects in memory.

4990 07/24/2009 11:49 AM Jing Tao

Add a new line for NameVirtualHost. Otherwise, the host will fail.

4989 07/21/2009 01:12 AM ben leinfelder

sort workflow run results by:
-date executed (desc)
-tpc name (asc)

4988 07/21/2009 12:49 AM ben leinfelder

sort workflow results by:
-date (desc)
-tpc name (asc)

4987 07/20/2009 06:44 AM daigle

Add debug statement

4986 07/20/2009 06:42 AM daigle

Fix issue where every scheduled job gets the same parameters.

4985 07/20/2009 04:26 AM daigle

replace // with #

4984 07/19/2009 11:18 PM daigle

Created new AuthStub class to always authenticate.

4981 07/11/2009 07:16 AM daigle

Implement stop method in services. Stop all services when shutting down metacat. This primarily keeps scheduler from hanging with open threads.

4980 07/11/2009 07:14 AM daigle

Adjust width of workflow resultset column so download link shows up

4979 07/09/2009 11:14 AM daigle

Catch exception that was leaving shape files open. Roll back transaction in this case.

4978 07/09/2009 11:13 AM daigle

Catch exception when schema exists in db but not on disk. Try to get the schema before throwing exception

4977 07/09/2009 11:12 AM daigle

remove this file. This is now handled in db update scripts.

4976 07/09/2009 11:11 AM daigle

Beef up search. Change pdf report element name.

4975 07/07/2009 10:20 AM daigle

Add upgrade scripts for 1.9.2 (scheduler tables)

4973 07/06/2009 04:55 PM daigle

Handle extracting a docid from a urn (lsid) during a read action

4972 07/06/2009 04:54 PM daigle

Update utilities tag to 1_0_1_RC1

4971 07/06/2009 04:53 PM daigle

Beef up comments

4970 07/01/2009 10:38 AM daigle

kepler workflow execution engine client classes

4969 07/01/2009 10:35 AM daigle

Format file

4968 07/01/2009 10:31 AM daigle

Added so axis call to workflow engine will work (attachments support)

4967 07/01/2009 10:29 AM daigle

Workflow scheduler and archiving fixes for TPC workflow engine

4966 07/01/2009 10:27 AM daigle

Updates primarily for final workflow and run xml metadata design

4965 06/29/2009 02:24 PM ben leinfelder

remove duplicate jar - same version as existing one

4964 06/29/2009 02:20 PM ben leinfelder

axis-ant (1.3) support in metacat

4963 06/29/2009 02:17 PM daigle

moved axis-ant.jar to lsid_lib

4962 06/29/2009 02:10 PM ben leinfelder

axis-ant (1.3) support in metacat (may need additional jars)

4960 06/18/2009 05:48 PM walbridge

force ecogrid to use SVN for checkouts, currently using trunk (but may swap to a tag in the near future)

4959 06/18/2009 10:24 AM daigle

Added generic scheduler and workflow scheduling functionality.

4958 06/18/2009 10:21 AM daigle

Add svn ant jars and revert quartz jar back to 1.5.2 for compatibility issues.

4953 06/12/2009 04:55 PM daigle

Added tpc workflow search and browse capabilities

4952 06/12/2009 04:47 PM daigle

Add scheduler and workflow schedule functionality

4951 06/12/2009 04:41 PM daigle

Add scheduler and workflow schedule functionality

4950 06/12/2009 04:39 PM daigle

Add archival read funtionality (jar/kar/war files)

4949 06/12/2009 04:37 PM daigle

Added tpc workflow search and browse capabilities

4948 06/12/2009 04:36 PM daigle

Added tpc workflow search and browse capabilities

4947 06/12/2009 04:29 PM daigle

add ssl to yum install

4946 05/29/2009 02:13 PM Duane Costa

Bug 3835: Design and implement OAI-PMH compliant harvest subsystem
1. Refactor the 'eml' metadataPrefix into a distinct metadataPrefix value (and corresponding crosswalk class) for each EML version:
eml-2.0.0, eml-2.0.1, eml-2.1.0. (In recent VTC discussion, we decided not to add support for the older 'beta' versions of EML 2.0.0.)...

4945 05/28/2009 11:13 AM Duane Costa

Bug 3835: Design and implement OAI-PMH compliant harvest subsystem
1. When building the Metacat OAI-PMH catalog, modify the database query to search only for documents with public read access.
2. Change syntax used for identifiers in the repository to LSID format instead of using a URL to a specific repository....

4944 05/20/2009 09:29 AM Duane Costa

Bug 3835: Design and implement OAI-PMH compliant harvest subsystem
Add support for request parameter "metadataPrefix=eml". This returns EML 2.1.0 records in an OAI-PMH format. EML 2.0.0 and 2.0.1 documents are first transformed to EML 2.1.0 using the eml201to210.xsl stylesheet that is packaged with the EML Utilities.

4943 05/11/2009 08:39 AM Duane Costa

Begin development for Bug 3835: Design and implement OAI-PMH compliant harvest subsystem

4942 04/30/2009 11:26 AM kanderson

fixed TOC page numbers.

4941 04/30/2009 11:24 AM kanderson

removed old files.

4940 04/30/2009 11:19 AM kanderson

pdf of Admin Guide

4939 04/30/2009 11:18 AM kanderson

checked paging and made a couple small fixes.

4938 04/29/2009 04:26 PM kanderson

Removed old versions of guide and outline.

4937 04/29/2009 04:23 PM kanderson

Renamed Admin Guide to remove Draft from file name. Also made changes to LSID section.

4936 04/29/2009 12:50 PM Chris Jones

In AuthSession, I've modified the formatOutput() method to include both the email and organization values found in the userInfo array. On successful login(), this changes the returned xml to include <email> and <organization> elements if they exist in the userInfo array. This information is useful to web client applications that need to show login status beyond just the users full name.

4935 04/29/2009 10:28 AM Matt Jones

Added LSID description to guide.

4934 04/24/2009 03:07 PM walbridge

include IO::Socket:SSL requirement (needed for LDAP TLS support with ldapweb.cgi)

4933 04/23/2009 09:35 AM daigle

Add redirect to skins directory.

4932 04/22/2009 09:05 AM ben leinfelder

include the "mock up" search fields

4931 04/21/2009 11:32 AM kanderson

Removed CVS and added LSID installation instructions (untested).

4930 04/20/2009 09:11 AM kanderson

added title page and updated replication instructions.

4929 04/16/2009 05:33 PM kanderson

Incorporated Mike's feedback

4928 04/16/2009 10:47 AM daigle

word 97 version

4927 04/16/2009 10:40 AM daigle

Added this temporarily because I updated an old version of the doc

4926 04/15/2009 11:13 AM daigle

Add ssl virtualhost. Change non-ssl to work with ssl.

4924 04/14/2009 05:55 PM kanderson

Updated Replication instructions

4923 04/14/2009 11:47 AM kanderson

updating draft.

4921 04/14/2009 10:33 AM daigle

Fix reference to old common/eml-2.0.1 directory

4918 04/14/2009 10:13 AM daigle

Fix reference to old common/eml-2.0.1 directory

4917 04/13/2009 08:55 PM kanderson

working on incorporating feedback

4916 04/13/2009 04:27 PM walbridge

Further fixes to handle mixed-file uploads:
- set the fileCount object based on upCount existing files
- use ucount only if it exists; remove debugging'
- the entry form javascript now correctly tracks the file numbers, and can be relied on instead of using upCount...

4910 04/13/2009 09:34 AM daigle

Update load testing scripts

4909 04/13/2009 09:34 AM daigle

This file will be autogenerated with a script and doesn't need to be checked into svn

4908 04/09/2009 01:59 PM kanderson

Redid outline to be 2/3 levels/fit on one page.

4907 04/08/2009 11:04 AM daigle

Add load test documentation

4906 04/08/2009 10:59 AM daigle

Update load test code

4905 04/06/2009 03:28 PM walbridge

Display helpful error message when user lacks permissions to edit a document, supress the 'use Morpho' message (closes Bug #3928)

4904 04/06/2009 01:51 PM walbridge

fix bug #3950, make additional uploads stick when modifying a document

4903 04/06/2009 10:26 AM walbridge

Change confirm page text to make it seem less like a receipt of completed information, which has confused a few NCEAS participants. Lower the visual impact of the horizontal rules.

4902 04/05/2009 03:26 PM daigle

Insert and squery load tests

4901 04/03/2009 02:47 PM walbridge

Three small fixes:
- 'salutation' was misspelled and wasn't picked up correctly in document modificiation
- keyword handling wasn't setting the thesaurus correctly
- check against the full list of moderators for the ACL validation

4900 04/03/2009 01:34 PM Matt Jones

Matt's comments on Metacat Admin guide.

4899 04/02/2009 07:08 PM walbridge

Enable uploads for the default KNB skin. With the improvements to infrastructure Mike's done, this should work like a charm

4898 04/02/2009 05:45 PM ben leinfelder

do not duplicate the true/false indicators for the metadata vocab/value matrix

4897 04/02/2009 05:40 PM ben leinfelder

use recordNum instead of studentId for transposed data

4896 04/02/2009 05:20 PM ben leinfelder

use "recordNum" rather than "studentId"

4895 04/02/2009 05:00 PM ben leinfelder

omit studentId values from normal resultset
strip the html tags from the qti elements for both return formats

4894 04/02/2009 04:27 PM walbridge

Removed spatial coverage requirement for KNB skin