Skip to content

Release v3.2

Compare
Choose a tag to compare
@jdamerow jdamerow released this 27 Mar 18:44
· 33 commits to master since this release

Bug

  • [CCP-111] - Forgot Password Email Not Sent.
  • [CCP-142] - On the index page, there is a black box at the top of the page.
  • [CCP-144] - On some pages, the drop down menus have extra bullets
  • [CCP-145] - When I try to add a synonym to a concept, I get a greyed out screen.
  • [CCP-146] - Some pages are missing the favicon
  • [CCP-149] - Method getTotalNumberOfWordsIndexed needs a little work and another name.
  • [CCP-150] - User table needs some adjustments
  • [CCP-156] - Concept lists: descriptions of concepts are not shown.
  • [CCP-162] - When words are indexed for first time, last run timestamp is not updated
  • [CCP-164] - Select Wordnet concept from search results
  • [CCP-167] - Create new concept shows datatable alert if one search for empty string in VIAF
  • [CCP-168] - Adding new concept: hitting enter in search VIAF input should not submit form
  • [CCP-169] - When searching VIAF, sometimes it shows just question marks.
  • [CCP-170] - Description field in tables need to render html (right now it shows <i> and <br>)
  • [CCP-173] - Search results only show a maximum of 10 results, no matter what
  • [CCP-188] - ConceptSearch by "equals_to" does not return results
  • [CCP-189] - There are (at least) three different predicates for "equals" across the application
  • [CCP-192] - No search results throws error
  • [CCP-193] - REST serach api returns wrong results
  • [CCP-196] - When calling the API while the indexer is running it doesn't show a correct error message.
  • [CCP-208] - Concept search page always shows just one page
  • [CCP-214] - REST api search: value of pos isn't case-insensitive
  • [CCP-215] - REST api search: default operator for search should be 'and'

New Feature

  • [CCP-82] - Provide scroller for description of concepts in concept search , wordnet wrapper add and converting normal concept to wrapper pages .
  • [CCP-135] - Return RDF format from API
  • [CCP-136] - Change history recording
  • [CCP-138] - Add new Concept should use a backing bean.
  • [CCP-141] - There should be an API method that lets other applications create ConceptWrappers.
  • [CCP-157] - REST add method needs to add URI of added concept to returned JSON
  • [CCP-163] - In rest interface, all possible ids need to be returned for a concept.
  • [CCP-171] - We need the functionality back to make a concept a concept wrapper.
  • [CCP-172] - We need paginating functionalities for concepts in concept lists
  • [CCP-174] - Timeout for conceptpower session needs to be longer
  • [CCP-175] - REST API search: user should be able to specify how many results per page they want to get back
  • [CCP-176] - REST Api search: add pagination
  • [CCP-177] - Search on GUI: pagination should be done on backend side
  • [CCP-181] - REST search should return json when requested
  • [CCP-185] - Return concept alternative ids
  • [CCP-186] - We need a merge functionality for concepts
  • [CCP-194] - REST search needs to allow search without POS
  • [CCP-202] - We need integration tests for all REST methods

Test Chore

  • [CCP-203] - Unit Test for Rest API

Chore

  • [CCP-187] - Can deleted concepts still be found when called by there id?