Activity
From 12/28/2013 to 01/26/2014
01/23/2014
- 09:33 AM Bug #6365 (Resolved): 'Maximum call stack size exceeded' error
- After some testing and attempts to recreate this error, it looks like it has been resolved as it was the same infinit...
- 09:30 AM Story #6314 (Resolved): Choose graphing JS library for statistics graphs
- I've decided to go with d3.js since it is very flexible and interactive.
01/21/2014
- 05:02 PM Feature #6325 (Resolved): Include link back to search from the Metadata view
- The metadata view will include a small link at the top of the page to go "back to search" which routes back to the da...
01/17/2014
- 04:33 PM Bug #6372 (Resolved): 'Object Expected' error from DataCatalogView line 1487 in IE8
- This was fixed by simply removing commas that were at the end of object name:value pairs. IE 8 can't overlook them.
- 04:32 PM Bug #6397 (Resolved): About view is not rendering in IE 8
- All other views except the About view are rendering fine, even the DataCatalogView which is far more complicated. The...
- 04:29 PM Bug #6365: 'Maximum call stack size exceeded' error
- I believe this error is caused by the same infinite loop that was freezing up metacatui in 1.4.1, which has since bee...
- 01:30 PM Bug #6365: 'Maximum call stack size exceeded' error
- I believe this is being caused by the setInterval in the DataCatalogView addAll function, which checks if the map is ...
- 04:26 PM Story #6394 (In Progress): Test the JSON Apache compression in all browsers
- I have tested so far in Firefox versions 4+, Chrome 31 and 30, IE 8 and 11, and Safari 6.0.5.
Have yet to test in ... - 01:25 PM Bug #6396 (Resolved): 404 for components/jquery.min.map
- 12:13 PM Bug #6357 (Resolved): Display quick info window when a duplicate filter has been added before rejecting input and clearing input box
- 09:58 AM Bug #6395 (Resolved): Clicking on an autocompete suggestion does not submit the input
- This was just a case of the view reference being moved into the AJAX response function in the new faceted query call.
- 09:15 AM Feature #6388 (Resolved): Compress Solr response for faster page load
- I added filter queries so that we can start caching commonly used filters in Solr.
I also moved the faceted query...
01/16/2014
- 05:01 PM Bug #6395 (Resolved): Clicking on an autocompete suggestion does not submit the input
- 05:00 PM Story #6394 (Resolved): Test the JSON Apache compression in all browsers
- 04:42 PM Bug #6393: 404 for entryForm.js
- We can probably just remove the two URLs for this and just keep the entryForm.js that is packaged with metacatUI. Ori...
- 04:22 PM Bug #6393 (Resolved): 404 for entryForm.js
- 01:54 PM Feature #6388: Compress Solr response for faster page load
- It seems like the server takes about 1 - 1.2 seconds per query to send results to the client, no matter the query res...
- 11:11 AM Feature #6388: Compress Solr response for faster page load
- More information here: http://httpd.apache.org/docs/2.2/mod/mod_deflate.html
- 11:10 AM Feature #6388: Compress Solr response for faster page load
- In the Apache config (mn-demo-8), I just tried adding:
AddOutputFilterByType DEFLATE text/json
and saw a reduction ... - 11:08 AM Feature #6388: Compress Solr response for faster page load
- If the compression is not enough to decrease load time, move the abstract to a separate AJAX call after the rest of t...
- 11:06 AM Feature #6388 (Resolved): Compress Solr response for faster page load
- 09:49 AM Feature #6387 (Resolved): Add "details" link in download contents row to link to an innerpage anchor placed at that data file's metadata.
- 09:47 AM Feature #6304: Add list of all objects in resource map of top of Metadata view alongside Download button
- -I think the look should be similar to the rest of the metadata detail sections instead of the heavy purple text and ...
01/15/2014
- 04:56 PM Feature #6385 (Closed): Add 'Edit' button to metadata view for editing metadata through metacatUI rather than Morpho
- 04:55 PM Feature #5975 (In Progress): Implement 'Statistics' view
- A mockup of the user profile page has been added to the datadepot master branch
- 04:37 PM Feature #5959 (Resolved): Implement Most Accessed Data query and display
- Yep, that took about one minute. Can now sort by popularity.
- 04:31 PM Feature #5959 (In Progress): Implement Most Accessed Data query and display
- We can do this through a simple 'sort by popularity' in the 'sort by' dropdown rather than have a separate link in th...
- 01:52 PM Feature #6304 (Resolved): Add list of all objects in resource map of top of Metadata view alongside Download button
01/14/2014
- 04:49 PM Feature #6304 (In Progress): Add list of all objects in resource map of top of Metadata view alongside Download button
- This is such a great feature to have! A few comments:
-I think the look should be similar to the rest of the metadat...
01/13/2014
- 04:17 PM Bug #6372 (Resolved): 'Object Expected' error from DataCatalogView line 1487 in IE8
- 04:16 PM Feature #6335 (Resolved): Test in Windows XP
- IE 9+, Firefox, and Chrome all handled he KNB website (currently metacatui 1.4.2) well. IE8 had an error that stopped...
- 02:21 PM Feature #6335 (In Progress): Test in Windows XP
- 12:29 PM Feature #6288 (Resolved): Add data view and download statistics to result listing
- 10:40 AM Bug #6368 (Resolved): Pagination is not updated when 0 results are returned
- The pagination is now cleared out when no results are returned
- 09:44 AM Feature #6349 (Resolved): Display a "Download" label above the Download button in the result list *on hover*
- 09:44 AM Feature #6291 (Resolved): Only show dropdown for download button when there is more than one package.
- 09:44 AM Feature #6370 (Resolved): Pan to marker on map on hover of the marker icon, not the entire row
- 09:43 AM Feature #6369 (Resolved): Download button should look like an icon but then as a button on row hover
01/10/2014
- 02:23 PM Feature #6370 (Resolved): Pan to marker on map on hover of the marker icon, not the entire row
- 01:58 PM Feature #6369 (Resolved): Download button should look like an icon but then as a button on row hover
- 10:19 AM Bug #6368 (Resolved): Pagination is not updated when 0 results are returned
01/08/2014
- 01:31 PM Feature #6288: Add data view and download statistics to result listing
- Draft of this is in metacatui trunk and relies on newer changes in Metacat indexing that are targeted for v2.4.0.
We...
01/07/2014
- 11:48 AM Bug #6343 (Resolved): Last item in the result row does not display the abstract
- The popovers were being initialized before the node for the result row was added to the DOM, so the last item in the ...
- 11:11 AM Feature #6324 (Resolved): Do not let the result list minimize during loading - instead just blank out with a loading icon
- Instead of the view removing all the result list html and then appending the rows, it now adds a 'loading' class whic...
- 10:46 AM Bug #6367 (Resolved): Clearing filters in list mode returns to map mode
- 10:13 AM Bug #6366 (Resolved): Add the upload date to the result list row citation if pubDate is not in the EML
01/06/2014
- 04:51 PM Feature #6327 (Resolved): Rethink the "Creator" filter name - not intuitive
- After all the reviewing we have had by people outside and within NCEAS, I have only had one person confused by this t...
- 04:07 PM Bug #6364 (Resolved): Filters are not reset after click of the "Data" link in the main navigation
- 04:07 PM Bug #6364: Filters are not reset after click of the "Data" link in the main navigation
- I replaced the href for the 'Data' link in the navbar with a class show-new-dataCatalogView. The navbar view now list...
- 12:11 PM Bug #6364 (Resolved): Filters are not reset after click of the "Data" link in the main navigation
- 02:48 PM Bug #6365 (Resolved): 'Maximum call stack size exceeded' error
- 02:28 PM Bug #6363 (Resolved): Page is too wide in external view
- 11:54 AM Bug #6363 (Resolved): Page is too wide in external view
- 01:49 PM Feature #6360 (Resolved): Remove 'Share Your Data' button from data catalog view based on user feedback that it is more obvious in the main navigation and seems out of place
- 10:03 AM Feature #6360 (Resolved): Remove 'Share Your Data' button from data catalog view based on user feedback that it is more obvious in the main navigation and seems out of place
- 12:12 PM Task #6358: Address feedback from Corinna Gries
- Forgot the last two points:
One minor thing that bothered me was the fact that the text on some pages didn't seem ... - 09:59 AM Task #6358 (Resolved): Address feedback from Corinna Gries
- 09:58 AM Task #6358: Address feedback from Corinna Gries
- just a few things to nag about (I am attaching some screenshot to illustrate my complaints.)
It took me a while to g... - 09:08 AM Task #6358 (Resolved): Address feedback from Corinna Gries
- I went through the new KNB search interface and I really like it. It's pretty fast even for the 'anything' search. I ...
- 11:48 AM Task #6361 (Resolved): Address feedback from Carly Strasser
First - the website looks fantastic. I love the search interface too. A few items (using Mac OS Mavericks, Chrome V...- 11:15 AM Task #6361 (Resolved): Address feedback from Carly Strasser
First - the website looks fantastic. I love the search interface too. A few items (using Mac OS Mavericks, Chrome V...- 11:14 AM Task #6359 (Resolved): Address feedback from Mark Servilla
- 10:03 AM Task #6359: Address feedback from Mark Servilla
- General Impressions
- Filter dialog better to be fully expanded, otherwise it may go unnoticed;
without t... - 09:09 AM Task #6359 (Resolved): Address feedback from Mark Servilla
- Very nice update, indeed. Kudos to the development team. My initial testing/evaluation was blazing fast, but eventual...
- 10:02 AM Feature #6354 (Resolved): Add explanation popover or change language for 'Using map boundaries' to clarify how the spatial filter works
01/03/2014
- 04:14 PM Bug #6357 (Resolved): Display quick info window when a duplicate filter has been added before rejecting input and clearing input box
- 03:49 PM Feature #6353 (Resolved): Move 'share data' and 'hide map' buttons up the page and give the sidebar a max-height to avoid overlapping
- 01:42 PM Feature #6353 (Resolved): Move 'share data' and 'hide map' buttons up the page and give the sidebar a max-height to avoid overlapping
- 03:30 PM Bug #6352 (Resolved): Hide the horizontal scrollbar on the Filters sidebar
- 01:32 PM Bug #6352 (Resolved): Hide the horizontal scrollbar on the Filters sidebar
- 03:27 PM Feature #6350 (Resolved): Clear filter text inputs after the 'current filter' node has been created
- 01:18 PM Feature #6350 (Resolved): Clear filter text inputs after the 'current filter' node has been created
- 02:53 PM Task #6348 (Resolved): Address feedback from Carl Boettiger
- 1) Impressions, issues:
Really slick, awesome interface. Great work. I love the auto-complete/matched list boxes o... - 10:25 AM Task #6348 (Resolved): Address feedback from Carl Boettiger
- Hi KNB team,
writing my impressions after a quick test drive of the new KNB interface.
Testing on Google Chro... - 02:49 PM Feature #6356 (Resolved): Style the taxonomic coverage so that it doesn't run off the page and is more compact
- 01:48 PM Feature #6354 (Resolved): Add explanation popover or change language for 'Using map boundaries' to clarify how the spatial filter works
- 01:21 PM Feature #6351 (Rejected): Add animation to text leaving the search box to the list of currently applied filters
- 10:39 AM Feature #6349 (Resolved): Display a "Download" label above the Download button in the result list *on hover*
- I attached a screenshot of a quick mockup I did in Chrome of what I am thinking. This is mostly based on feedback fro...
01/02/2014
- 12:43 PM Bug #6340 (Resolved): KNB site fails to load on slow connection
- I talked with Ben and we agreed the load times are acceptable.
I added a "Loading" text to index.html so that whe... - 11:58 AM Story #6344 (Resolved): Research ways to make Require.js load individual Backbone views without preloading all other views and their dependencies
- 10:26 AM Bug #6342 (Resolved): Move popovers in sidebar dynamically so that they don't cover the label
- I added a question mark icon next to the checkboxes in the Filters sidebar and moved the popovers to those elements i...
01/01/2014
- 02:07 PM Bug #6340: KNB site fails to load on slow connection
- I was able to test out my local metacatUI pointing to the KNB metacat and the data catalog view loads within 1-4 seco...
- 10:34 AM Bug #6340 (In Progress): KNB site fails to load on slow connection
- We can avoid the timeout error by adding a waitSeconds configuration to require.js (http://requirejs.org/docs/api.htm...
- 01:18 PM Task #6302 (Resolved): Design mockup of user statistics page
- A design mockup for the KNB user profile has been added to the design folder of datadepot and attached here.
12/31/2013
- 04:35 PM Task #6331 (Resolved): Address metacatui feedback from Mike Frenock
- All the tickets related to Mike's feedback have been finished, except I am aiming to have Windows XP compatibility te...
- 04:33 PM Task #6341 (Resolved): Address metacatui feedback from Gastil-Buhl
- Everything looks good in Firefox 16 now - we can upgrade KNB this week for Gastil to try again.
- 04:31 PM Feature #6215 (Resolved): Add minimize icon to the filter and result list headers to better indicate their collapsing functionality
- I added a minimize and maximize icons to the sidebar and search result list. I upgraded all themes to FontAwesome 3.2...
- 01:29 PM Bug #6339 (Resolved): Firefox 16.0.2 is getting JS errors and not loading properly
- Finally figured out that the minimum year and maximum year inputs were including the quotation marks inside the JS fo...
- 10:58 AM Bug #6339: Firefox 16.0.2 is getting JS errors and not loading properly
- I've found that the embedded Javascript in the search.html template for DataCatalogView is causing this error. I susp...
- 01:13 PM Bug #6343 (Resolved): Last item in the result row does not display the abstract
- 12:36 PM Bug #6342 (Resolved): Move popovers in sidebar dynamically so that they don't cover the label
12/30/2013
- 05:19 PM Story #6330 (In Progress): Address feedback on MetacatUI features and usability
- 05:14 PM Feature #6337 (Resolved): Add explanation tooltip to the 'Includes data files' similar to the Year types
- I changed the language to match ONEMercury, which is seems people are more familiar with - so it now says 'Only resul...
- 10:37 AM Feature #6337 (Resolved): Add explanation tooltip to the 'Includes data files' similar to the Year types
- To better explain what that filter is for
- 04:51 PM Task #6341 (In Progress): Address metacatui feedback from Gastil-Buhl
- There is an error in Firefox 16 pointing to jQuery that I will be looking into. I created a ticket for that issue her...
- 02:40 PM Task #6341 (Resolved): Address metacatui feedback from Gastil-Buhl
- Gastil wrote:
@I only did a simple test. I entered the word coral in the text box at the top of the page. It found... - 02:36 PM Bug #6340: KNB site fails to load on slow connection
- At the airport I have a very slow/lossy network connection. Most pages load slowly. Trying to load the KNB MetacatUI ...
- 02:32 PM Bug #6340 (Resolved): KNB site fails to load on slow connection
- 02:11 PM Feature #6334 (Resolved): Change the autocomplete term count for the 'Anything' filter
- 02:10 PM Feature #6334: Change the autocomplete term count for the 'Anything' filter
- I chose to add the plus sign + next to the counts to indicate the number isn't exact
- 09:06 AM Feature #6334 (Resolved): Change the autocomplete term count for the 'Anything' filter
- Re: this feedback from Mike Frenock: "after clicking on the first group [from a 'PISCO' Anything filter term] (showed...
- 02:03 PM Bug #6333 (Resolved): 'Anything' filter autocomplete dropdown is cut off the left side of the screen
- 08:55 AM Bug #6333 (Resolved): 'Anything' filter autocomplete dropdown is cut off the left side of the screen
- Need to adjust the positioning a bit.
- 01:44 PM Bug #6329 (Resolved): Last disclaimer in the footer is cut off the end of the page
- 01:42 PM Feature #6336 (Resolved): Add ' Sort by' to the sorting dropdown menu so it displays before a selection is made
- 10:25 AM Feature #6336 (Resolved): Add ' Sort by' to the sorting dropdown menu so it displays before a selection is made
- 01:42 PM Feature #6332 (Resolved): Reduce rows of Solr search to 200
- 08:53 AM Feature #6332 (Resolved): Reduce rows of Solr search to 200
- So it will work faster on slower internet connections and machines
- 11:40 AM Feature #6338 (Rejected): Add a list of files in the resource map at the top of the Metadata view
- Duplicate
- 10:45 AM Feature #6338 (Rejected): Add a list of files in the resource map at the top of the Metadata view
- Similar to ONEMercury where the list of files for that data package is listed at the top of the Metadata details view...
- 11:39 AM Feature #6326 (Resolved): Include a minimize and maximize icon in the header for the filters and result list.
- Duplicate
- 11:38 AM Feature #6328 (Resolved): Set a max-height on the Google map infowindows for large abstracts
- 11:00 AM Bug #6339 (Resolved): Firefox 16.0.2 is getting JS errors and not loading properly
- Version 16.0.2 of Firefox is not displaying almost anything correctly - there are a couple errors of "Syntax error: i...
- 10:49 AM Task #6331 (In Progress): Address metacatui feedback from Mike Frenock
- What I found:
1. No instructions on how things work...after awhile of fiddling around I tried to find some instructi... - 09:32 AM Feature #6335 (Resolved): Test in Windows XP
- If we have access to a Windows XP machine I would like to test is reducing the number of rows in the Solr query to 20...
- 08:51 AM Feature #6215 (New): Add minimize icon to the filter and result list headers to better indicate their collapsing functionality
- This issue has come up again in the feedback from Mike Frenock, so it's clear we need to add it.
Also available in: Atom