Changeset 6735


Ignore:
Timestamp:
11/03/15 16:24:18 (9 years ago)
Author:
Twan Goosen
Message:

merged changes from 3.3 branch

Location:
vlo/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk

  • vlo/trunk/CHANGES.txt

    r6607 r6735  
    11Bug Fixes and Features
    22
    3 VLO 3.3 (September 2015)
     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
  • vlo/trunk/vlo-commons/pom.xml

    r6481 r6735  
    5757            <properties>
    5858                <vloconfig.solrUrl>http://localhost:8080/vlo-solr/core0/</vloconfig.solrUrl>
    59                 <vloconfig.dataRootsFile>dataroots-testvm.xml</vloconfig.dataRootsFile>
     59                <vloconfig.dataRootsFile>file:/lat/webapps/vlo/dataroots-testvm.xml</vloconfig.dataRootsFile>
    6060            </properties>
    6161        </profile>
  • vlo/trunk/vlo-commons/src/main/resources/dataroots-testvm.xml

    r6409 r6735  
    33    <DataRoot>
    44        <originName>European Library</originName>
    5         <rootFile>/lat/apache/htdocs/oai-harvester/work/european-library/results/cmdi/</rootFile>           
    6         <prefix>http://catalog-clarin.esc.rzg.mpg.de/cmdi/</prefix>
    7         <tostrip>/lat/apache/htdocs/oai-harvester/work/</tostrip>
     5        <rootFile>/lat/apache/htdocs/oai-harvester/european-library/results/cmdi/</rootFile>           
     6        <prefix>http://catalog-clarin.esc.rzg.mpg.de/oai-harvester/</prefix>
     7        <tostrip>/lat/apache/htdocs/oai-harvester/</tostrip>
    88        <deleteFirst>false</deleteFirst>
    99    </DataRoot>
Note: See TracChangeset for help on using the changeset viewer.