Project

General

Profile

Statistics
| Revision:

# Date Author Comment
5806 01/13/2011 05:42 PM Jing Tao

Add kar-2.1.0 as return doctype.

5805 01/13/2011 03:15 PM berkley

implementing replicate

5804 01/13/2011 03:01 PM ben leinfelder

include change from morpho (unused div id formatting)

5803 01/13/2011 02:32 PM berkley

new d1 common jar

5802 01/13/2011 11:58 AM berkley

removing code I just added

5801 01/13/2011 11:54 AM berkley

adding default url to test against

5800 01/13/2011 11:51 AM berkley

uncommented tests

5799 01/13/2011 11:34 AM berkley

added replicate servlet mapping

5798 01/13/2011 11:33 AM berkley

fixes for creating SM for legacy docs

5797 01/12/2011 11:57 AM berkley

uncommenting tests

5796 01/12/2011 11:57 AM berkley

fixing generateSystemMetadata

5795 01/11/2011 05:23 PM Jing Tao

Add the util.xsl which will be reused by another xsl files.

5794 01/11/2011 04:52 PM berkley

updated replicate to only use GET requests. added notes for tomorrows standup

5793 01/10/2011 04:14 PM ben leinfelder

handle search options:
-remember the checked options when form is 'reset'
-refresh the search results when options have changed (by checking/unchecking the boxes)

5792 01/10/2011 11:40 AM ben leinfelder

use the detected document encoding when getting the outputstream writer from the response
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2495

5791 01/10/2011 10:51 AM berkley

fixed bug with http/https port

5790 01/07/2011 03:59 PM ben leinfelder

ui enhancements:
-Remove all button for the cart
-Add all button for the search results
-use buttons for the add/remove cart actions
-Remove all button for the search criteria
-Add button for the search criteria now clears the tree selection after it saves the selected concepts

5789 01/07/2011 02:26 PM ben leinfelder

search criteria:
-ensure search criteria ids are unique
-add click listener to Remove button only

5788 01/07/2011 01:00 PM ben leinfelder

add login/logout page and links - only logged in users can use the data cart

5787 01/07/2011 11:51 AM ben leinfelder

comment out the Refresh button for the Cart - now loading it when the page loads and after every edit

5786 01/07/2011 11:45 AM ben leinfelder

load the cart when the page first loads

5785 01/07/2011 11:12 AM ben leinfelder

apply accordian listeners to cart and search results separately

5784 01/07/2011 11:03 AM ben leinfelder

show the number of records in the cart on the tab label, ie:
Cart (3)

5783 01/07/2011 10:33 AM ben leinfelder

use post() method rather than load() when the div is not given - allows calling a metacat method without replacing any content on the page

5782 01/06/2011 09:28 PM ben leinfelder

-move saved search criteria to the ecp tab
-create new tab for the cart

5781 01/06/2011 01:58 PM ben leinfelder

include "shopping cart" for search results

5780 01/06/2011 12:26 PM berkley

adding additional debugging info

5779 01/06/2011 12:25 PM berkley

undoing last commit

5778 01/06/2011 12:24 PM berkley

added additional debugging info

5777 01/06/2011 11:19 AM berkley

adding war version replacement token

5776 01/06/2011 10:51 AM berkley

fix for member variables but in the request wrapper

5775 01/06/2011 09:52 AM berkley

adding war version to node response

5774 01/05/2011 04:58 PM ben leinfelder

add/remove ECPM search criteria that have been defined using the tree browser - incrementally refines the search

5773 01/05/2011 12:54 PM ben leinfelder

use latest EML xslt tag for build

5772 01/04/2011 05:24 PM ben leinfelder

merge "shared" and "common" EML stylesheets into single "common" directory that is retrieved from the EML repository when Metacat is built

5771 01/04/2011 04:21 PM ben leinfelder

use the eml/emlroot pattern for filenames before merging this into the eml repository

5770 01/04/2011 04:04 PM berkley

implemented health api

5769 01/04/2011 02:16 PM ben leinfelder

show Entity when including measurement information within EML rendering

5768 01/04/2011 02:15 PM ben leinfelder

Use "Data Object" instead of "Entity" when displaying tables, etc... so as not to confuse it with Annotation Entities

5767 01/04/2011 01:48 PM ben leinfelder

use debug level for request encoding message

5766 01/04/2011 01:38 PM ben leinfelder

consolidate annotation and attribute summary into single table

5765 01/04/2011 11:46 AM ben leinfelder

use +/- for hiding and showing the extra metadata/annotation accordian section

5764 01/04/2011 11:26 AM berkley

new class

5763 01/04/2011 11:26 AM berkley

implemented ping

5762 01/04/2011 11:19 AM ben leinfelder

use citation as the search result accordian item

5761 01/04/2011 09:44 AM berkley

added url decoding to the filter

5760 12/27/2010 02:47 PM ben leinfelder

use detected document encoding or Metacat's default encoding (UTF-8)

5759 12/27/2010 02:46 PM ben leinfelder

include shared method in superclass

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

include value elements for translations in EML 2.1.1

5757 12/27/2010 11:25 AM ben leinfelder

create another test for various i18n features including eml 2.1.1
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2495

5756 12/27/2010 11:20 AM ben leinfelder

use UTF-8 encoding when getting bytes from the DB and converting them into a string.
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2495

5755 12/23/2010 09:10 AM ben leinfelder

only call response.getWriter() when we are about to send text/xml to the client, otherwise we end of calling both getWriter() and getOutputStream() - resulting in an illegal state.

5754 12/22/2010 01:35 PM ben leinfelder

uncomment the other test cases and make sure we do the clean up when the tests are complete (delete the uploaded documents)

5753 12/21/2010 02:30 PM ben leinfelder

copy, compile, and run the test classes using UTF-8 encoding since they contain special characters

5752 12/21/2010 02:26 PM ben leinfelder

use detected XML encoding when reading/writing files
use UTF-8 as default when performing queries in the DB (assume DB is using UTF-8)
remove as many PrintWriters (uses system default character encoding only) as possible and construct OutputStreamWriters where explicit encoding can be given....

5751 12/20/2010 03:02 PM berkley

fixed a bug with trailing slashes

5750 12/20/2010 02:19 PM berkley

fix for paths with semi-colons or other 'reserved' characters in them for D1 rest services

5749 12/17/2010 04:38 PM ben leinfelder

correct the prolog

5748 12/17/2010 12:00 PM berkley

changed test to use actual semi-colons instead of colons

5747 12/17/2010 11:29 AM ben leinfelder

add XmlStreamReader test for determining encoding

5746 12/17/2010 11:25 AM berkley

added semi-colon id test

5745 12/16/2010 12:45 PM berkley

found a failure when using an InputStreamReader without an encoding

5744 12/16/2010 12:10 PM berkley

a test to explore character encoding with utf8 chars

5743 12/15/2010 12:29 PM ben leinfelder

-remove owner/org metadata but leave keywords
-include labelWidth param for formatting the left hand labels

5742 12/15/2010 11:05 AM berkley

fixed bug where comparisons didn't work because of my change this morning

5741 12/15/2010 10:29 AM berkley

made this method more robust

5740 12/14/2010 05:27 PM ben leinfelder

inclue shorter model summary for the attributes when displaying in the resultset stylesheet

5739 12/14/2010 04:30 PM ben leinfelder

make links more intuitive with () and formatting

5738 12/14/2010 04:03 PM ben leinfelder

remove old annotation details template

5737 12/14/2010 03:30 PM ben leinfelder

separate template for citation; padding for EML details

5736 12/14/2010 03:30 PM ben leinfelder

let subGroup_border (tables) maintain white background even when they are in a shaded container (results set)

5735 12/14/2010 02:47 PM berkley

fixed bug in new code

5734 12/14/2010 02:38 PM berkley

fixed bug where permission would get set to -1 for no good reason

5733 12/14/2010 01:32 PM ben leinfelder

use 100% table widths

5732 12/14/2010 01:15 PM ben leinfelder

include more details in the Citation section

5731 12/14/2010 12:59 PM ben leinfelder

typo - "dataset/pubDate"

5730 12/14/2010 12:36 PM ben leinfelder

add pubDate to return fields

5729 12/14/2010 11:14 AM berkley

don't install into /tmp

5728 12/14/2010 11:00 AM ben leinfelder

refactor/modularize the templates for easier reuse

5727 12/14/2010 10:40 AM ben leinfelder

include annotation id in the xsl:key so that attribute-measurement mappings can be made for each annotation without confusing them across annotations.

5726 12/13/2010 04:21 PM ben leinfelder

remove the containing border - was too busy

5725 12/13/2010 04:09 PM ben leinfelder

include annotation ID in the data table display link so that the style sheet can effectively look up the additional semantic annotation for that data entity.

5724 12/13/2010 04:08 PM ben leinfelder

handle references and original attribute names the same when loading annotation measurements for the column

5723 12/13/2010 03:34 PM ben leinfelder

lookup the annotation details for each column in the data table

5722 12/13/2010 03:33 PM ben leinfelder

use span instead of p tag for showing the full uri of the classes

5721 12/13/2010 10:07 AM ben leinfelder

include template for rendering a single attribute

5720 12/10/2010 03:37 PM ben leinfelder

style the results for ajax stats call

5719 12/10/2010 02:12 PM ben leinfelder

include additional parameters added since sbclter modified these stylesheets.
also remove the duplicate param that caused xslt processors to fail (sometimes)

5718 12/10/2010 02:11 PM ben leinfelder

include citation information at top of page

5717 12/10/2010 10:57 AM ben leinfelder

use the data package title in the header rather than just "Data Set Description"

5716 12/10/2010 10:57 AM ben leinfelder

comment out the "in XXX data catalog system"

5715 12/10/2010 10:56 AM ben leinfelder

use saxon for xpath 2.0 functions since xalan only does 1.0

5714 12/09/2010 03:54 PM ben leinfelder

use EML 2.1.1 and UTF-8

5713 12/09/2010 03:50 PM ben leinfelder

handle i18n translation elements that are included in eml 2.1.1

5712 12/09/2010 10:41 AM ben leinfelder

support EML 2.1.1

5711 12/09/2010 10:30 AM ben leinfelder

include anonymous parameter when getting report

5710 12/09/2010 10:04 AM ben leinfelder

include EML 2.1.1 documents in skin (path query search, mostly)

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

add support for EML 2.1.1

5708 12/08/2010 04:52 PM ben leinfelder

fix the setaccess() method so that it accepts strings not numbers (i.e. "read" not "4")

5707 12/08/2010 04:48 PM ben leinfelder

do not use replace() XPath function - it is 2.0 (not in Xalan)