source: vlo/branches/vlo-3.1/CHANGES @ 6041

Last change on this file since 6041 was 6041, checked in by Twan Goosen, 9 years ago

Merged fixes to #553 from trunk

File size: 10.4 KB
Line 
1Bug Fixes and Features
2
3VLO 3.1 (???)
4* Upgraded a number of dependencies including Solr, Wicket and Spring to a more recent version
5        <https://trac.clarin.eu/ticket/541>
6* More fields get indexed for the autocomplete/suggestion function in the search box
7        <https://trac.clarin.eu/ticket/624>
8* Mapping improvements:
9        * Fallback to fields defined by pattern (path) if no value is found in a field with a matching concept link
10                <https://trac.clarin.eu/ticket/554>
11                <https://trac.clarin.eu/ticket/668>
12        * Automatic curation of values in the 'organisation' facet
13                <https://trac.clarin.eu/ticket/683>
14        * Better support for RFC1766 codes (such as 'en_US' and 'nl_NL')
15                <https://trac.clarin.eu/ticket/686>
16        * The 'language' facet is replaced by an (internal) representation based on language code if applicable
17                <https://trac.clarin.eu/ticket/547>
18        * Regular expressions for national project mapping
19                <https://trac.clarin.eu/ticket/681>
20        * Content language is stored for descriptions
21                <https://trac.clarin.eu/ticket/667>
22
23
24VLO 3.0.1 (June 2014)
25* DC-3786 (application type) was added to facet 'resourceClass'
26        <https://trac.clarin.eu/ticket/195>
27* Fixed highlighting of search terms that contain unicode characters
28        <https://trac.clarin.eu/ticket/561>
29* Fixed incorrect display of value count for values written in right-to-left script
30        <https://trac.clarin.eu/ticket/548>
31* Added a 'description' metadata element to the page header
32        <https://trac.clarin.eu/ticket/567>
33* Small cosmetic fixes
34        <https://trac.clarin.eu/ticket/576>
35        <https://trac.clarin.eu/ticket/577>
36        <https://trac.clarin.eu/ticket/578>
37* Renamed 'permalink' to 'link'
38
39VLO 3.0 (May 2014)
40* Made separate collection feature optional
41        <https://trac.clarin.eu/ticket/558>
42* Fixed empty record page title issue
43        <https://trac.clarin.eu/ticket/556>
44* Improved compatibility with old bookmarks
45        <https://trac.clarin.eu/ticket/557>
46* Removed mapping for http://purl.org/dc/terms/language datacategory
47        see <https://trac.clarin.eu/ticket/554>
48* Styling of CMDI to HTML transormation output
49* Added simple search page to breadcrumbs
50
51VLO 3.0-beta3 (May 2014)
52* Added paging to the 'all facet values' list
53        <https://trac.clarin.eu/ticket/543>
54* Removed duplicate VloConfig.xml in distribution
55* Add 'busy' indicators to a number of AJAX action links
56* Hidden previous/next links on record page if result set has only one record
57* Added a search icon to the facet filter box
58* Fixed sometimes chaotic layout of collection facet items
59* Permalink link is now a button (to prevent right click/copy url)
60* Migrated from CSS to LESS (converted to compressed CSS compile time)
61
62VLO 3.0-beta2 (May 2014)
63* Added the "_selfLink" field to fix FCS aggregator connection
64        <https://trac.clarin.eu/ticket/542>
65* Removed simple search selection ‘leave this page’ dialogue
66* Included record name in page title for record pages
67
68VLO 3.0-beta (April 2014)
69* Added a 'simple search' front page
70* Added expansion of search results items to see more details
71* Added federated content search support
72* Added links to 'search pages' if provided by a record
73* Added an 'About' page
74* Added links to help and error report form
75* Added support for themes, included a CLARIN-D theme
76        (enabled by query parameter theme=clarin-d)
77* Added a filter or 'quick search' input to facet selection panels
78* Added filtering on minimal number of occurrences in all facet values popup/page
79* Added an advanced search options box with the option to filter on FCS option
80* Added resolving of handles of resources to show the actual filename
81* Added support for UBN:NBN
82* Added a link to the CLARIN language info page for language values of records
83* Resource details now shown in tooltip instead of separate page section
84* Lazy rendering of the 'all metadata fields' view (generated by CMDI-to-HTML stylesheet)
85* Improved error handling
86* Numerous fixes and small enhancements to the user interface and code base
87
88* Solr configuration: data directory is configured through java system property
89        'solr.data.dir', which needs to be configured in the Tomcat instance
90
91VLO 3.0-alpha (March 2014)
92* Reimplemented Wicket front-end see <https://trac.clarin.eu/milestone/VLO-3.0>
93* Upgraded to Solr 4.6.0
94* Added application monitoring via JavaMelody at /monitoring
95* Added/replaced context params
96   * eu.clarin.cmdi.vlo.*
97   * (externalConfig has been removed)
98* VloConfig changes
99   * Removed list length attribute (e.g. <facetFields length="3">)
100   * Added collectionFacet
101   * Added config of ignored and technical fields
102
103
104VLO 2.18.1 (February 2014)
105* Updated national projects mapping for LINDAT/CLARIN (by including r4343)
106
107Beta release 2.18  (January 2014)
108
109* Upgraded to Wicket 6
110* Added support for a separate facet concepts file used for testing only
111* Configured mount points for pages (URLs changed as a result)
112* Added configuration parameters 'pagesInApplicationCache' and
113'sessionCacheSize' to control the size of the Wicket page cache
114
115Beta release 2.17 (November 2013)
116
117Added facet overview to the search bar
118Added tooltips to facets (ticket 404)
119Added modality facet (ticket 422)
120Increased the number of results to 30 (ticket 423)
121Added support for fulltext search on header (441)
122
123Beta release 2.16 (October 2013)
124
125Fixed broken web links (#311, #420)
126Fixed indexing problems (#387)
127Several improvement of the facet mapping (#285, #397, #407, #408, #418)
128Improvement of user interface (#391, #416)
129Improvement of error handling (importer, solr connection)
130Split description meta data attribute
131Added support for data from Universiteit Utrecht
132
133Production release 2.15 (August 2013)
134
135No changes compared to the beta release.
136
137Beta release 2.15 (July 2013)
138
139Repaired the incorrect reference to profiles, and made
140the connection to the solr server more tolerant. Files without
141resources will be shown in the web application if and only if there is
142a link to a landing page.
143
144Beta Release 2.14 (June 2013)
145
146Support for theming was added, as were some new facet mappings, and the
147interface to the Federated Content Search was implemented in the form of
148a link - not as a search box like it was originally foreseen.
149
150Beta release 2.13 (May 2013)
151
152A new package, eu.clarin.cmdi.vlo.config was added taking care of the web
153application and importer's configuration. Spring is no longer used for
154configuration; it was replaced by the Simple framework.
155
156Both the importer and the web application use the same base file for
157configuration. This file refers to external resources like for example
158the nationalProjectsMapping.xml file.
159
160The base VloConfig.xml file that is included in the /src/main/resources
161directory of the package, can be replaced by an external instance. Additionally,
162the web application's context file can be used to overrule the solrUrl parameter
163defined in the packaged or external configuration file.
164
165Added the nationalProjectsMapping file to the default configuration. This means
166that it is no longer necessary to instance of the file external to the package.
167By the default the importer and web application will look at the packaged instance.
168
169Landing page support on the result page was added; ticket 257.
170
171Heap memory consumption of the importer was limited. A parameter was added to
172to be able to tune the size of the buffer of documents waiting to be deposited
173in the database.
174
175Repackaging was carried out. From version 2.13 the web application resides
176outside the importer package. Next to these packages the solr package is still
177there, and apart from the addition of a hidden facet supporting the landing
178page, it has not been modified. In a future release the VLO base functions will
179be split off from the importer package.
180
181
182Release VLO 2.8 (23 may 2012):
183Many small fixes.
184Streamlined the deployment procedure.
185Added facet for the component profile (hidden facet, not shown in interface) for future use.
186Added feedback option.
187Removed the dependency on external xml stylesheets (caused a large-scale outage for spring-users around the 21st of may).
188
189Release VLO 2.5 (22 march 2012):
190Lot's of bugfixes and small enhancements.
191
192Release VLO-2.3.1 (28 June 2011):
193Disabled 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.
194
195Release VLO-2.3 (10 June 2011):
196Most notable change is the importing now is based on conceptlink mapping, allowing the importer to automatically parse new flavours of cmdi.
197http://trac.clarin.eu/ticket/105 Create import based on conceptlinks
198http://trac.clarin.eu/ticket/129 Rename origin to collection
199http://trac.clarin.eu/ticket/131 ShowResultPage should give proper error when result can not be loaded
200http://trac.clarin.eu/ticket/98 Record with duplicate id does not show
201http://trac.clarin.eu/ticket/84 Some links are changed from orginal in the result page
202http://trac.clarin.eu/ticket/27 Show list of resources (Written or Media etc...) in Show result page
203
204Release VLO-2.2 (28 Januari 2011):
205http://trac.clarin.eu/ticket/93 Scaling of images fixed (and typo in image resolved)
206http://trac.clarin.eu/ticket/92 Breadcrumb to original vlo page added
207http://trac.clarin.eu/ticket/63 Frontpage layout changed
208http://trac.clarin.eu/ticket/55 Preprocess of imdi files in place
209Created correct links from original vlo page to new faceted browser.
210
211Release VLO-2.1 (13 Januari 2011):
212http://trac.clarin.eu/ticket/54         Change columnheaders of results
213http://trac.clarin.eu/ticket/26         add prev/next links to show result page
214http://trac.clarin.eu/ticket/42         capitalization
215http://trac.clarin.eu/ticket/62         10 facet values instead of 5
216http://trac.clarin.eu/ticket/43         origin for LRT should be CLARIN LRT inventory
217http://trac.clarin.eu/ticket/37         extract proper country names from country code facets
218http://trac.clarin.eu/ticket/38         extract proper language names from language code facets
219http://trac.clarin.eu/ticket/60         remove Unspecified and Unknown from initial facet list
220http://trac.clarin.eu/ticket/46         open in original context for the LRT inventory
221http://trac.clarin.eu/ticket/29         Link to correct archives based on the metadata
222http://trac.clarin.eu/ticket/45         make all links clickable
223http://trac.clarin.eu/ticket/34         make partner images clickable
224- Added resourceType facet (still todo for OLAC data)
225- Added resource list and links to download resources (still todo show names for handles)
226
227Release VLO-2.0 (2 December 2010):
228New 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.
229- Initial version working and performing very nicely.
Note: See TracBrowser for help on using the repository browser.