Project

General

Profile

Statistics
| Revision:

# Date Author Comment
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)

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

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

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

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

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

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

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.

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

4893 04/02/2009 03:20 PM ben leinfelder

disable output escaping for CDATA html elements

4892 04/02/2009 09:36 AM ben leinfelder

split vocab/value into two columns (can easily switch back to single column)

4890 04/01/2009 12:00 PM ben leinfelder

question choices and metadata selection controlled by a counter - can easily increase the number returned...note: probably need to make this a parameter for user or be intelligent about figuring what the widest question is (ie: does it have 5,10,20! metadata entries?)

4889 04/01/2009 10:21 AM ben leinfelder

include short answer prompts in the resultset view

4888 04/01/2009 10:06 AM ben leinfelder

include prompt for both multiple choice and short answer questions when downloading

4887 04/01/2009 09:08 AM ben leinfelder

omit the demographic data - this is not well-defined for the prototype

4886 03/31/2009 03:43 PM ben leinfelder

omit duplicate values in the for the standard metadata header section (columns for each question)

4885 03/31/2009 03:26 PM ben leinfelder

omit the metadata vocab/values from the normal header section since they will be used in the "matrix-style" header section

4883 03/31/2009 12:03 PM ben leinfelder

add vocab name/value matrix above data rows.
currently there is only a single column for the concatenated value of the vocab name + "/" + vocab value. it's so much easier!

4881 03/31/2009 09:33 AM ben leinfelder

reduce the extra whitespace on the transpose

4880 03/30/2009 04:01 PM ben leinfelder

hide the "transpose" checkbox except when on the data cart page

4879 03/30/2009 11:10 AM ben leinfelder

use name attributes for selection entity-attributes.
note: this is still a static version of which question-level metadata is being included in the resultset

4878 03/30/2009 11:08 AM ben leinfelder

only "correct" non-null values

4877 03/27/2009 01:25 PM ben leinfelder

allow both text nodes and cdata nodes to provide content for document data package values (FIRST)

4876 03/27/2009 01:17 PM ben leinfelder

include qPrompt and qChoice
need to quote the csv so that commas in the question text do not throw it off

4875 03/27/2009 11:21 AM ben leinfelder

Now the metadata attributes show as rows above the data.
very close!
todo: special handling for thesaurus (ie NBII/Bloom) metadata fields

4874 03/27/2009 09:15 AM ben leinfelder

pivot constrained to a List of specific attributes: studentId (record number), score, response.
This is the "lower half" of the return set (data).
now: on to the metadata header rows

4873 03/26/2009 05:02 PM daigle

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

4872 03/26/2009 04:06 PM ben leinfelder

Now doing the dataquery/download in the FIRST skin's jsp rather than embedded in the Metacat servlet.
TODO: implement the very-custom data return format agreed upon by the FIRST team

4869 03/26/2009 02:03 PM walbridge

add LDAP base to NRS skin properties

4867 03/26/2009 11:07 AM walbridge

add UCNRS LDAP properties

4860 03/25/2009 02:36 PM daigle

Add date to log output

4859 03/24/2009 04:36 PM ben leinfelder

include pivot options for dataquery

4857 03/24/2009 11:24 AM daigle

Somehow log4j.properties is missing from head. Restoring it.

4856 03/24/2009 10:17 AM daigle

Introduce replication user. Use the fileutil writer methods instead of writing directly.

4855 03/23/2009 05:02 PM ben leinfelder

new datamanager feature!
Pivot a result set (rows to columns).
Handles simplest case:
-single id column (observation)
-single pivot column (pivot)

4853 03/23/2009 12:55 PM daigle

add date to log output

4841 03/13/2009 01:27 PM daigle

Use only one eml common stylesheet directory for all post 2.0.0 beta versions of eml. Point all eml versions to that directory in skin xml files.

4840 03/13/2009 01:22 PM daigle

Increase database.maximumConnections from 25 to 200

4831 03/05/2009 01:29 PM ben leinfelder

include NSF grant number

4829 03/04/2009 04:18 PM Margaret O'Brien

found more method that should be plural

4828 03/04/2009 02:08 PM Margaret O'Brien

removed duplicate variable settings

4827 03/04/2009 02:00 PM Margaret O'Brien

fixed path for sibling access

4826 03/04/2009 10:19 AM Margaret O'Brien

1. changed path for doc-level access to sibling instead of child
2. renamed template "datasetaccess" to datatableaccess and changed path to distribution/access

4825 03/04/2009 10:02 AM Margaret O'Brien

updated templates to reflect new spelling of dateTime and methods in attributes.

4824 03/04/2009 09:31 AM daigle

Added eml 2.1.0 stylesheets for sbclter.

4823 03/03/2009 09:38 AM daigle

Create an eml 2.1.0 shared directory. Move skin specific xsl directives into sbclter directory: sbclter-eml-2.0.0.xsl and sbclter-eml-2.1.0.xsl

4814 02/20/2009 11:13 AM daigle

Removed the () from the javascript length functions in the submitRequest function.

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.

4808 02/17/2009 09:32 AM daigle

Update replication documentation and fix code so that replication log is available.

4806 02/17/2009 09:29 AM daigle

remove semicolon at the end of xml.useFullSchemaValidation property.

4798 02/10/2009 08:59 AM daigle

Prepend the web application name to the log message.

4796 02/06/2009 11:45 AM ben leinfelder

use "prompt" xpath that matches current QTI serialization

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.

4792 01/29/2009 02:15 PM ben leinfelder

handle case when there is a single question on the assessment

4791 01/29/2009 02:14 PM ben leinfelder

correct spelling of "Assessment"

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.

4788 01/29/2009 10:12 AM daigle

Remove moderators from esa skin configuration. This is currently handled via global configuration in metacat.properties

4787 01/28/2009 05:16 PM ben leinfelder

change "blah blah" to something more respectable

4786 01/27/2009 04:46 PM daigle

Add admin email to the esa skin configuration

4784 01/27/2009 04:29 PM daigle

Make esa admin user and password configurable

4783 01/27/2009 11:22 AM walbridge

fix javascript image references with contextUrl

4777 01/26/2009 01:10 PM daigle

Add the context url as a parameter to insertLoginBox() in branding_extensions.js.

4776 01/26/2009 10:19 AM daigle

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

4775 01/23/2009 03:42 PM daigle

Changed spatial and taxonomic display option to true.

4759 01/16/2009 01:42 PM daigle

Go back to main context page when user cancels login.

4757 01/15/2009 07:23 PM walbridge

Kill more pesky ant tokens, replace URL references with fully qualified URL as this page is rendered into emails.

4756 01/15/2009 02:30 PM walbridge

confirmData template changes for dealing with modified otherEntity data

4755 01/15/2009 01:39 PM walbridge

fix ESA contextURL reference

4753 01/14/2009 04:06 PM daigle

validate only required fields.

4752 01/14/2009 04:06 PM daigle

add the ability to validate that only required fields are populated.

4750 01/14/2009 04:04 PM daigle

Add sections for the unaffiliated user configuration and add required field to appropriate fields

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.

4724 01/02/2009 08:15 AM daigle

add security constraint sections to disallow access to *.cfg and *.properties files.

4718 12/26/2008 04:31 PM daigle

change metacatconfigure.html to metacat-configure.html

4714 12/26/2008 01:25 PM daigle

Add backup configuration page

4698 12/26/2008 01:07 PM daigle

Renamed MetaCatUtil to MetacatUtil

4697 12/26/2008 01:05 PM daigle

Removed extra %> that showed up on page

4696 12/26/2008 01:04 PM daigle

Added backup directory properties

4659 12/08/2008 02:36 PM ben leinfelder

add skin properties files so that first can be enabled as the default when configuring metacat in the admin interface.
note: not checking in the modifcation to metacat.properties file - that will remain a deployment-specific change and not included in the standard distribution

4653 12/08/2008 10:32 AM ben leinfelder

handle mixture of datapackages: some with demographic data, some without.
takes advantage of the [new] StaticSelectionItem feature in the datamanager

4652 12/08/2008 10:31 AM ben leinfelder

readding DM library (again!)

4651 12/08/2008 10:30 AM ben leinfelder

why does SVN hate me?

4650 12/04/2008 05:21 PM ben leinfelder

include demographic data if present in the datapackage
TODO: handle a mixture of datapackages when performing the union (i.e. cases when one package as demographic data and the other does not)
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3519

4636 11/26/2008 02:07 PM ben leinfelder

assessment title and type are now elements rather than attributes in edml
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3345