Activity
From 12/14/2010 to 01/12/2011
01/12/2011
- 11:57 AM Revision 5797 (metacat): uncommenting tests
- 11:57 AM Revision 5796 (metacat): fixing generateSystemMetadata
01/11/2011
- 05:23 PM Revision 5795 (metacat): Add the util.xsl which will be reused by another xsl files.
- 04:52 PM Revision 5794 (metacat): updated replicate to only use GET requests. added notes for tomorrows standup
01/10/2011
- 04:14 PM Revision 5793 (metacat): handle search options:
- -remember the checked options when form is 'reset'
-refresh the search results when options have changed (by checking... - 02:57 PM Bug #2495: Charset bug: Internationalization
- Fro reference: http://wiki.apache.org/tomcat/FAQ/CharacterEncoding
- 02:57 PM Bug #2495: Charset bug: Internationalization
- Current state: use XML encoding in prolog if it existing, otherwise default to UTF-8
Next phase: respect encoding spe... - 11:40 AM Revision 5792 (metacat): use the detected document encoding when getting the outputstream writer from the response
- http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2495
- 10:51 AM Revision 5791 (metacat): fixed bug with http/https port
01/07/2011
- 03:59 PM Revision 5790 (metacat): ui enhancements:
- -Remove all button for the cart
-Add all button for the search results
-use buttons for the add/remove cart actions
-... - 02:26 PM Revision 5789 (metacat): search criteria:
- -ensure search criteria ids are unique
-add click listener to Remove button only - 01:00 PM Revision 5788 (metacat): add login/logout page and links - only logged in users can use the data cart
- 11:51 AM Revision 5787 (metacat): comment out the Refresh button for the Cart - now loading it when the page loads and after every edit
- 11:45 AM Revision 5786 (metacat): load the cart when the page first loads
- 11:12 AM Revision 5785 (metacat): apply accordian listeners to cart and search results separately
- 11:03 AM Revision 5784 (metacat): show the number of records in the cart on the tab label, ie:
- Cart (3)
- 10:33 AM Revision 5783 (metacat): use post() method rather than load() when the div is not given - allows calling a metacat method without replacing any content on the page
01/06/2011
- 09:28 PM Revision 5782 (metacat): -move saved search criteria to the ecp tab
- -create new tab for the cart
- 01:58 PM Revision 5781 (metacat): include "shopping cart" for search results
- 12:26 PM Revision 5780 (metacat): adding additional debugging info
- 12:25 PM Revision 5779 (metacat): undoing last commit
- 12:24 PM Revision 5778 (metacat): added additional debugging info
- 11:19 AM Revision 5777 (metacat): adding war version replacement token
- 10:51 AM Revision 5776 (metacat): fix for member variables but in the request wrapper
- 09:52 AM Revision 5775 (metacat): adding war version to node response
01/05/2011
- 04:58 PM Revision 5774 (metacat): add/remove ECPM search criteria that have been defined using the tree browser - incrementally refines the search
- 12:54 PM Revision 5773 (metacat): use latest EML xslt tag for build
01/04/2011
- 05:24 PM Revision 5772 (metacat): merge "shared" and "common" EML stylesheets into single "common" directory that is retrieved from the EML repository when Metacat is built
- 04:21 PM Revision 5771 (metacat): use the eml/emlroot pattern for filenames before merging this into the eml repository
- 04:04 PM Revision 5770 (metacat): implemented health api
- 02:16 PM Revision 5769 (metacat): show Entity when including measurement information within EML rendering
- 02:15 PM Revision 5768 (metacat): Use "Data Object" instead of "Entity" when displaying tables, etc... so as not to confuse it with Annotation Entities
- 01:48 PM Revision 5767 (metacat): use debug level for request encoding message
- 01:38 PM Revision 5766 (metacat): consolidate annotation and attribute summary into single table
- 11:46 AM Revision 5765 (metacat): use +/- for hiding and showing the extra metadata/annotation accordian section
- 11:26 AM Revision 5764 (metacat): new class
- 11:26 AM Revision 5763 (metacat): implemented ping
- 11:19 AM Revision 5762 (metacat): use citation as the search result accordian item
- 09:44 AM Revision 5761 (metacat): added url decoding to the filter
12/27/2010
- 02:47 PM Revision 5760 (metacat): use detected document encoding or Metacat's default encoding (UTF-8)
- 02:46 PM Revision 5759 (metacat): include shared method in superclass
- 02:44 PM Revision 5758 (metacat): include value elements for translations in EML 2.1.1
- 11:25 AM Revision 5757 (metacat): create another test for various i18n features including eml 2.1.1
- http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2495
- 11:21 AM Bug #2495: Charset bug: Internationalization
- found another spot in query result caching where encodings were being mixed - now using explicit UTF-8
- 11:20 AM Revision 5756 (metacat): 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
12/23/2010
- 01:57 PM Bug #2495: Charset bug: Internationalization
- I've also verified that Replication can handle the encodings (Mac -> Ubuntu tested).
- 09:10 AM Revision 5755 (metacat): 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.
12/22/2010
- 01:35 PM Revision 5754 (metacat): uncomment the other test cases and make sure we do the clean up when the tests are complete (delete the uploaded documents)
- 10:09 AM Bug #5262: EML document owner can't read the document
- I tried this on two local machines (running from svn trunk) and then on dev.nceas.ucsb.edu. In al cases, the owner wa...
- 09:31 AM Bug #5262: EML document owner can't read the document
- In dev metacat, the eml document is is doc.1292979786139.1. And owner is uid=maanand,o=unaffiliated,dc=ecoinformatics...
12/21/2010
- 10:11 PM Bug #5262: EML document owner can't read the document
- What was the EML document?
Are there any records in the xml_access table for this document? - 06:11 PM Bug #5262 (New): EML document owner can't read the document
- An eml document was inserted into metacat.
There is no access rule in the document, so only the owner can read the ... - 02:40 PM Bug #2495: Charset bug: Internationalization
- I've added encoding detection for incoming/outgoing xml files so that their original encoding is preserved (or defaul...
- 02:30 PM Revision 5753 (metacat): copy, compile, and run the test classes using UTF-8 encoding since they contain special characters
- 02:26 PM Revision 5752 (metacat): 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 s...
12/20/2010
- 03:02 PM Revision 5751 (metacat): fixed a bug with trailing slashes
- 02:19 PM Revision 5750 (metacat): fix for paths with semi-colons or other 'reserved' characters in them for D1 rest services
12/17/2010
- 04:38 PM Revision 5749 (metacat): correct the prolog
- 12:00 PM Revision 5748 (metacat): changed test to use actual semi-colons instead of colons
- 11:29 AM Revision 5747 (metacat): add XmlStreamReader test for determining encoding
- 11:25 AM Revision 5746 (metacat): added semi-colon id test
12/16/2010
- 12:45 PM Revision 5745 (metacat): found a failure when using an InputStreamReader without an encoding
- 12:10 PM Revision 5744 (metacat): a test to explore character encoding with utf8 chars
12/15/2010
- 12:29 PM Revision 5743 (metacat): -remove owner/org metadata but leave keywords
- -include labelWidth param for formatting the left hand labels
- 11:05 AM Revision 5742 (metacat): fixed bug where comparisons didn't work because of my change this morning
- 10:29 AM Revision 5741 (metacat): made this method more robust
12/14/2010
- 05:27 PM Revision 5740 (metacat): inclue shorter model summary for the attributes when displaying in the resultset stylesheet
- 04:30 PM Revision 5739 (metacat): make links more intuitive with () and formatting
- 04:03 PM Revision 5738 (metacat): remove old annotation details template
- 03:30 PM Revision 5737 (metacat): separate template for citation; padding for EML details
- 03:30 PM Revision 5736 (metacat): let subGroup_border (tables) maintain white background even when they are in a shaded container (results set)
- 02:47 PM Revision 5735 (metacat): fixed bug in new code
- 02:38 PM Revision 5734 (metacat): fixed bug where permission would get set to -1 for no good reason
- 01:32 PM Revision 5733 (metacat): use 100% table widths
- 01:15 PM Revision 5732 (metacat): include more details in the Citation section
- 12:59 PM Revision 5731 (metacat): typo - "dataset/pubDate"
- 12:36 PM Revision 5730 (metacat): add pubDate to return fields
- 11:14 AM Revision 5729 (metacat): don't install into /tmp
- 11:00 AM Revision 5728 (metacat): refactor/modularize the templates for easier reuse
- 10:40 AM Revision 5727 (metacat): include annotation id in the xsl:key so that attribute-measurement mappings can be made for each annotation without confusing them across annotations.
Also available in: Atom