Changeset 6762


Ignore:
Timestamp:
11/09/15 13:52:46 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:

merged with trunk 3.4

Location:
vlo/branches/vlo-3.3-oeaw
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.3-oeaw

  • vlo/branches/vlo-3.3-oeaw/CHANGES.txt

    r6412 r6762  
    11Bug Fixes and Features
    22
    3 VLO 3.3 (...)
     3VLO 3.3.2 (November 2015)
     4
     5* Fixed issue with hierarchy links to unavailable records
     6        <https://trac.clarin.eu/ticket/790>
     7* Visual indication that a search query is being asynchronously
     8        <https://trac.clarin.eu/ticket/800>
     9* Collection records with a large number of children only load the first few,
     10allowing the user to load more if desired
     11        <https://trac.clarin.eu/ticket/805>
     12* Search terms are now highlighted in the search results as well
     13
     14VLO 3.3.1 (September 2015)
    415
    516* Ranking based on relevance with boosts for matches in certain fields and on
    617basis of record properties such as hierarchy level and presence of name,
    718description and resource references
    8         <https://trac.clarin.eu/ticket/750>, <https://trac.clarin.eu/ticket/761>
     19        <https://trac.clarin.eu/ticket/750>,
     20        <https://trac.clarin.eu/ticket/761>
    921* Support for advanced search via query syntax, with instructions accessible
    1022via web application
    11         <https://trac.clarin.eu/ticket/762>, <https://trac.clarin.eu/ticket/770>
     23        <https://trac.clarin.eu/ticket/762>,
     24        <https://trac.clarin.eu/ticket/770>
    1225* Metadata hierarchies are processed on import and interactively presented
    1326in the web application
     
    1932* Addition of importer option to only import specific data roots
    2033        <https://trac.clarin.eu/ticket/768>
     34* Extended language variants name map with all languages that have multiple
     35names in ISO 639-3
     36
     37Known issues:
     38* In some cases, it may happen that hierarchical relations to records that do
     39not appear in the index are stored
     40                <https://trac.clarin.eu/ticket/790>
     41
     42VLO 3.2.2 (August 2015)
     43* Fixes an exception occurring when clicking the 'Report' link on the main page
     44        <https://trac.clarin.eu/ticket/784>
    2145
    2246VLO 3.2.1 (July 2015)
  • vlo/branches/vlo-3.3-oeaw/UPGRADE.txt

    r6412 r6762  
    3535prepared for deployment environments at build time, so it is no longer necessary
    3636to copy over old configuration values in all cases.
     37
     38* Decide whether hierarchies should be indexed and displayed, and set the new
     39'processHierarchies' configuration element accordingly (true/false). This
     40governs the behaviour of both the importer (will simply skip the 'update
     41hierarchies' step if set to false) and the front end (will not display hierarchy
     42related UI components).
    3743
    3844* In the context fragment for the VLO web application, ADD the following
  • vlo/branches/vlo-3.3-oeaw/pom.xml

    r6740 r6762  
    1111         in each module's pom.xml
    1212    -->
    13     <version>3.3-SNAPSHOT</version>
     13    <version>3.4-SNAPSHOT</version>
    1414   
    1515    <description>Virtual Language Observatory (VLO) parent project</description>
Note: See TracChangeset for help on using the changeset viewer.