Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision
  • svn:mergeinfo:

# Date Author Comment
6033 04/08/2011 08:56 AM Chris Jones

Removed hardcoded D1 node type in ResourceHandler and added in a new 'dataone.nodeType' property. Also added 'dataone.coordinatingNodeBaseURL' property which points to the CN that stores the authoritative object format list. If this instance of Metacat is a CN, it may point to itself.

6012 03/16/2011 10:56 PM ben leinfelder

add support for temporal element query in pathquery
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2084

6011 03/12/2011 07:21 AM ben leinfelder

add otherEntity physical elements to indexPaths (ndp)

6009 03/04/2011 03:14 PM barseghian

add paths to indexPaths, and kar namespaces to indexNamespaces for Kepler Workflow Run Manager run-kar queries

6007 03/04/2011 09:56 AM ben leinfelder

include temporal coverage dates in the path index - (for opendap metadata queries)

5894 02/03/2011 02:06 PM berkley

new properties for d1 MN

5855 01/27/2011 03:59 PM ben leinfelder

include default password for geoserver admin - though metacat need not really know what it is.

5847 01/26/2011 04:11 PM ben leinfelder

rework geoserver configuration:
-geoserver context is set to 'geoserver' by default, but can be reconfigured
-data directory is set in the geoserver web.xml file (we have a template, set the value accordingly, then overwrite the deployed version in the geoserver webapp)...

5817 01/18/2011 05:09 PM Jing Tao

Add authorizationPath,authenticationPath and queryPath for workflow scheduler.

5814 01/18/2011 04:41 PM Jing Tao

Add a new property - destination reporsitory name in execution engine part.

5758 12/27/2010 02:44 PM ben leinfelder

include value elements for translations in EML 2.1.1

5709 12/08/2010 04:59 PM ben leinfelder

add support for EML 2.1.1

5671 11/30/2010 03:32 PM berkley

new values for updated schemas

5631 10/28/2010 02:14 PM berkley

fixing files I didn't mean to check in

5630 10/28/2010 02:11 PM berkley

fixed a couple bugs with dates and fixed a major bug where metacat was reading the entire document from the database everytime a DocumentImpl instance was created even though it didn't need to

5628 10/27/2010 10:49 AM berkley

updating system metadata query doc type

5623 10/20/2010 11:02 AM berkley

new config changes

5528 08/27/2010 02:24 PM ben leinfelder

don't include the semtools plugin in the default config

5527 08/27/2010 02:20 PM ben leinfelder

remove chad's local changes (server, db, etc) - but preserve the D1 config values that were added

5526 08/27/2010 12:27 PM berkley

new values for mets namespace

5523 08/27/2010 11:09 AM berkley

moved the dataone types to the metacat.properties file

5518 08/26/2010 05:10 PM ben leinfelder

include MetacatHandlerPlugin interface so that other projects [semtools] can extend the actions handled by Metcat without editing the codebase directly. The SemtoolsPlugin is the prototype for this and can be registered using the Metacat admin interface. Note that the plugin implementation class and supporting jars must be included in the webapp in order for the request to be handled correctly (the semtools build is injecting these as part of it's build process).

5517 08/26/2010 02:43 PM ben leinfelder

include 1.9.3 upgrade script in trunk

5437 07/19/2010 02:15 PM berkley

reverting accidental cahgnes

5436 07/19/2010 02:02 PM berkley

fixing another null auth token bug

5401 06/24/2010 12:43 PM berkley

reverting accidentally committed changes

5399 06/24/2010 12:16 PM berkley

trying another build../cicore/cn-buildout/dataone-cn-metacat/usr/share/metacat/knb.war

5311 04/14/2010 11:31 AM daigle

Merge 1.9.2 changes back into the trunk

5285 03/18/2010 03:06 AM Matt Jones

Adding a new property to be used as an identifier prefix by default.

5276 03/16/2010 12:33 AM Matt Jones

Modified table structure to change identifiers table (previously unused) to
represent a mapping between arbitrary string identifiers and metacat docids.
More information in https://trac.dataone.org/ticket/361. Modifications to
Oracle schemas were made but not tested.

5165 12/18/2009 01:26 PM daigle

add method name to log messages and create configured thresholds for warning messages

5148 12/02/2009 10:40 AM daigle

added a commented out line for auth.moderators for the parc system. This will get uncommented on the parc system and the existing auth.moderators will be commented out.

5141 11/25/2009 10:40 AM daigle

added parc to list of available skins.

5122 11/19/2009 08:19 AM ben leinfelder

special handling for RDF namespace documents (semtools project)

5041 08/26/2009 02:20 PM daigle

Add session Validation action and session timeout functionality.

5038 08/24/2009 02:47 PM daigle

remove base dir definitions from configuration

5027 08/14/2009 02:26 PM daigle

Change MetaCatVersion to MetacatVersion

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

include first as an available skin

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.

4975 07/07/2009 10:20 AM daigle

Add upgrade scripts for 1.9.2 (scheduler tables)

4966 07/01/2009 10:27 AM daigle

Updates primarily for final workflow and run xml metadata design

4948 06/12/2009 04:36 PM daigle

Added tpc workflow search and browse capabilities

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

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

4873 03/26/2009 05:02 PM daigle

Update version to 1.9.1. Add nrs ldap properties to configuration.

4867 03/26/2009 11:07 AM walbridge

add UCNRS LDAP properties

4840 03/13/2009 01:22 PM daigle

Increase database.maximumConnections from 25 to 200

4812 02/18/2009 04:30 PM daigle

Format indexPaths in metacat.properties. Remove from build.properties and build.xml. Move indexPath list getter from MetacatUtil to SystemUtil.

4806 02/17/2009 09:29 AM daigle

remove semicolon at the end of xml.useFullSchemaValidation property.

4795 02/03/2009 04:01 PM daigle

Allow for backup properties to be written to context based subdirectory of the external configuration directory. This allow multiple instances of metacat to be run side by side.

4790 01/29/2009 11:06 AM daigle

Update xml paths for 2.1.0 access structure. Added the 2.1.0 path for indexing. Changed from 2.0 to 2.1.0 for querying.

4776 01/26/2009 10:19 AM daigle

Get the organization list from org.name.<orgname>= property. Add these values back into metacat.properties.

4729 01/06/2009 10:28 AM daigle

Add back the auth.base variable to metacat.properties. Use this variable when creating ldap distinguished name.

4696 12/26/2008 01:04 PM daigle

Added backup directory properties

4631 11/25/2008 12:40 PM daigle

add lter, ltss and saeon skins configurations.

4630 11/25/2008 10:51 AM daigle

Add kepler to available skins

4626 11/24/2008 03:42 PM daigle

added moderators back to metacat.properties

4619 11/24/2008 11:51 AM daigle

Add release info property to provide a brief description of the release (release candidate info mostly)

4616 11/24/2008 11:40 AM walbridge

Remove redundant moderator properties, which should instead be controlled per-skin

4582 11/19/2008 03:08 PM daigle

change generic authentication properties from ldap.* to auth.*

4436 10/10/2008 05:07 PM daigle

Added test properties

4423 10/09/2008 09:37 AM daigle

Added useFullSchemaValidation flag to toggle schema validation.

4395 09/26/2008 10:46 AM walbridge

Change unaffliated to match the LDAP name

4336 09/03/2008 09:03 AM daigle

Change pisco test user organization to PISCO

4334 08/29/2008 10:18 AM daigle

Add functionality to write and read metadata documents to and from the file system.

4291 08/22/2008 04:18 PM daigle

move test properties to the bottom

4277 08/20/2008 04:23 PM daigle

remove skins registry values from global config. These are now in skins specific properties files in the skins directories.

4248 08/14/2008 04:16 PM ben leinfelder

default to "local" services by commenting out the KNB-specific ones

4243 08/14/2008 11:08 AM daigle

Update properties documentation

4239 08/13/2008 04:53 PM daigle

Add lter test accounts

4231 08/13/2008 08:59 AM daigle

Convert properties to camel case

4226 08/08/2008 04:16 PM ben leinfelder

add ability to access protected data via the datamanager/dataquery feature.
Note: the datamanager features rely on the ecogrid stubs being available in Metacat. When Metacat is installed with ecogrid enabled, the required jars are included in the war...something to keep in mind.

4221 08/07/2008 04:44 PM ben leinfelder

add dataquery (from EML's Data Manager library) to the metacat servlet actions

4215 08/06/2008 04:24 PM daigle

Comment out skins registry properties

4214 08/06/2008 08:54 AM daigle

add application.tempDir

4213 08/05/2008 05:50 PM daigle

qualify xml and eml properties with an xml. prefix

4211 08/05/2008 05:32 PM daigle

qualify more propertynames

4208 08/05/2008 04:43 PM daigle

Change sitemapInterval property to be sitemap.interval. Add testing property

4195 08/04/2008 04:59 PM daigle

Add geoserver configuration values

4186 07/31/2008 10:55 AM daigle

Reorder database properties

4182 07/30/2008 10:23 AM walbridge

Consolidation of property names in register-dataset.cgi; returned runConfiguration to default true

4181 07/30/2008 10:19 AM walbridge

Perl token changes as per meeting with Mike Daigle

4178 07/29/2008 11:32 AM daigle

Fully qualify spatial and replication properties

4170 07/28/2008 05:02 PM daigle

clean up replication and harvest properties

4160 07/24/2008 01:53 PM daigle

Add support for separate LDAP and organization level configurations, and add pisco test user accounts

4152 07/22/2008 02:18 PM daigle

add dev.runConfiguration value

4143 07/18/2008 09:36 AM daigle

Remove quotes surrounding eml property values

4132 07/16/2008 11:58 AM daigle

Differentiate between tomcat directory and deployment directory.

4122 07/15/2008 09:55 AM daigle

Add a test.metacat.url value for testing and qualify other test properties with a test. prefix.

4117 07/11/2008 01:42 PM daigle

Add default skin to available skins

4101 07/11/2008 10:01 AM daigle

Add db script suffix properties

4090 07/07/2008 03:37 PM daigle

include eml201_document_corrected=false property that was lost in merge

4083 07/07/2008 01:44 PM daigle

Remove default from ldap administrator

4080 07/06/2008 09:25 PM daigle

Merge 1.9 changes into Head

3994 06/12/2008 12:49 PM berkley

removing commits that I didn't mean to make

3993 06/12/2008 12:43 PM berkley

made it so that the error and success messages from a multipart upload can be transformed using xslt. also added upload functionality to the sms skin

3914 05/23/2008 05:48 PM Jing Tao

Check into cvs head. Change version to 1.8.1

3877 05/15/2008 06:30 PM Jing Tao

Check into cvs head. Remove the double quotes in muser, mpassword and et al.