source: vlo/branches/to-wicket-1.6/CHANGES @ 4199

Last change on this file since 4199 was 4199, checked in by keeloo, 10 years ago
File size: 5.7 KB
Line 
1
2Bug Fixes and Features
3
4Beta release 2.18
5
6Added support for a separate facet concepts file used for testing only
7
8Beta release 2.17 (november 2013)
9
10Added facet overview to the search bar
11Added tooltips to facets (ticket 404)
12Added modality facet (ticket 422)
13Increased the number of results to 30 (ticket 423)
14Added support for fulltext search on header (441)
15
16Beta release 2.16 (July October 2013)
17
18Fixed broken web links (#311, #420)
19Fixed indexing problems (#387)
20Several improvement of the facet mapping (#285, #397, #407, #408, #418)
21Improvement of user interface (#391, #416)
22Improvement of error handling (importer, solr connection)
23Split description meta data attribute
24Added support for data from Universiteit Utrecht
25
26Production release 2.15 (August 2013)
27
28No changes compared to the beta release.
29
30Beta release 2.15 (July 2013)
31
32Repaired the incorrect reference to profiles, and made
33the connection to the solr server more tolerant. Files without
34resources will be shown in the web application if and only if there is
35a link to a landing page.
36
37Beta Release 2.14 (June 2013)
38
39Support for theming was added, as were some new facet mappings, and the
40interface to the Federated Content Search was implemented in the form of
41a link - not as a search box like it was originally foreseen.
42
43Beta release 2.13 (May 2013)
44
45A new package, eu.clarin.cmdi.vlo.config was added taking care of the web
46application and importer's configuration. Spring is no longer used for
47configuration; it was replaced by the Simple framework.
48
49Both the importer and the web application use the same base file for
50configuration. This file refers to external resources like for example
51the nationalProjectsMapping.xml file.
52
53The base VloConfig.xml file that is included in the /src/main/resources
54directory of the package, can be replaced by an external instance. Additionally,
55the web application's context file can be used to overrule the solrUrl parameter
56defined in the packaged or external configuration file.
57
58Added the nationalProjectsMapping file to the default configuration. This means
59that it is no longer necessary to instance of the file external to the package.
60By the default the importer and web application will look at the packaged instance.
61
62Landing page support on the result page was added; ticket 257.
63
64Heap memory consumption of the importer was limited. A parameter was added to
65to be able to tune the size of the buffer of documents waiting to be deposited
66in the database.
67
68Repackaging was carried out. From version 2.13 the web application resides
69outside the importer package. Next to these packages the solr package is still
70there, and apart from the addition of a hidden facet supporting the landing
71page, it has not been modified. In a future release the VLO base functions will
72be split off from the importer package.
73
74
75Release VLO 2.8 (23 may 2012):
76Many small fixes.
77Streamlined the deployment procedure.
78Added facet for the component profile (hidden facet, not shown in interface) for future use.
79Added feedback option.
80Removed the dependency on external xml stylesheets (caused a large-scale outage for spring-users around the 21st of may).
81
82Release VLO 2.5 (22 march 2012):
83Lot's of bugfixes and small enhancements.
84
85Release VLO-2.3.1 (28 June 2011):
86Disabled handleResolving to get the resource name on showResult panel, see made ticket to fix it: http://trac.clarin.eu/ticket/136. Did not work on clarin server.
87
88Release VLO-2.3 (10 June 2011):
89Most notable change is the importing now is based on conceptlink mapping, allowing the importer to automatically parse new flavours of cmdi.
90http://trac.clarin.eu/ticket/105 Create import based on conceptlinks
91http://trac.clarin.eu/ticket/129 Rename origin to collection
92http://trac.clarin.eu/ticket/131 ShowResultPage should give proper error when result can not be loaded
93http://trac.clarin.eu/ticket/98 Record with duplicate id does not show
94http://trac.clarin.eu/ticket/84 Some links are changed from orginal in the result page
95http://trac.clarin.eu/ticket/27 Show list of resources (Written or Media etc...) in Show result page
96
97Release VLO-2.2 (28 Januari 2011):
98http://trac.clarin.eu/ticket/93 Scaling of images fixed (and typo in image resolved)
99http://trac.clarin.eu/ticket/92 Breadcrumb to original vlo page added
100http://trac.clarin.eu/ticket/63 Frontpage layout changed
101http://trac.clarin.eu/ticket/55 Preprocess of imdi files in place
102Created correct links from original vlo page to new faceted browser.
103
104Release VLO-2.1 (13 Januari 2011):
105http://trac.clarin.eu/ticket/54         Change columnheaders of results
106http://trac.clarin.eu/ticket/26         add prev/next links to show result page
107http://trac.clarin.eu/ticket/42         capitalization
108http://trac.clarin.eu/ticket/62         10 facet values instead of 5
109http://trac.clarin.eu/ticket/43         origin for LRT should be CLARIN LRT inventory
110http://trac.clarin.eu/ticket/37         extract proper country names from country code facets
111http://trac.clarin.eu/ticket/38         extract proper language names from language code facets
112http://trac.clarin.eu/ticket/60         remove Unspecified and Unknown from initial facet list
113http://trac.clarin.eu/ticket/46         open in original context for the LRT inventory
114http://trac.clarin.eu/ticket/29         Link to correct archives based on the metadata
115http://trac.clarin.eu/ticket/45         make all links clickable
116http://trac.clarin.eu/ticket/34         make partner images clickable
117- Added resourceType facet (still todo for OLAC data)
118- Added resource list and links to download resources (still todo show names for handles)
119
120Release VLO-2.0 (2 December 2010):
121New implementation of the original vlo facetted browser using SOLR as a backend and the Wicket framework for the java frontend. We now support CMDI metadata only.
122- Initial version working and performing very nicely.
Note: See TracBrowser for help on using the repository browser.