forked from clarin-eric/VLO
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES.txt
884 lines (739 loc) · 36.7 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
Bug fixes and new features
--------------------------
VLO 4.11.2 (November 2022)
* Actionable links that are not PIDs are not recognised as actionable
<https://github.com/clarin-eric/VLO/issues/358>
VLO 4.11.1 (October 2022)
* Fixed linkchecker database access problem
* Fixed database access problem of VLO change monitor
* Embedded handle resolver classes from MPI corpus structure library to fix vulnerability
VLO 4.11.0 (September 2022)
* New method of submitting records and items to a Virtual Collection
<https://github.com/clarin-eric/VLO/issues/331>
<https://github.com/clarin-eric/VLO/issues/332>
* Cleaner permalinks
<https://github.com/clarin-eric/VLO/issues/320>
* Short timeout for handle resolution for record page
<https://github.com/clarin-eric/VLO/issues/350>
* Import: header profile ID value validation
<https://github.com/clarin-eric/VLO/issues/308>
VLO 4.10.3 (April 2022)
* Various dependencies upgraded
* Fix in CMDI - HTML stylesheet
<https://github.com/clarin-eric/VLO/commit/09b13039f3fbc6dc930a8a9ba048da92e2d6630a>
* Visibility of metadata hierarchies
<https://github.com/clarin-eric/VLO/issues/330>
VLO 4.10.2 (December 2021)
* Various dependencies upgraded,
* Migrated logging to latest version of Log4J 2.x (which fixes log4shell vulnerability)
VLO 4.10.1 (August 2021)
* Resource availability status API (RASA) updated
<https://github.com/clarin-eric/VLO/issues/311>
* Threshold for age of link status information
<https://github.com/clarin-eric/VLO/issues/327>
VLO 4.10.0 (April 2021)
* Temporal coverage facet has been added
<https://github.com/clarin-eric/VLO/issues/115>
<https://github.com/clarin-eric/VLO/issues/296>
* Made Switchboard pop-up configurable
<https://github.com/clarin-eric/VLO/issues/315>
* New facets configuration file
<https://github.com/clarin-eric/VLO/issues/318>
* Conditional facet MULTILINGUAL
<https://github.com/clarin-eric/VLO/issues/290>
VLO 4.9.4 (April 2021)
* switchboard pop-up disabled
<https://github.com/clarin-eric/VLO/issues/315>
VLO 4.9.3 (March 2021)
* switchboard pop-up enabled
<https://github.com/clarin-eric/VLO/issues/315>
* Fixed issue with guided tour
VLO 4.9.2 (October 2020)
* New version of resource availability status API
<https://github.com/clarin-eric/VLO/issues/311>
VLO 4.9.1 (September 2020)
* Dataset metadata validation errors
<https://github.com/clarin-eric/VLO/issues/307>
* Update VCR integration
<https://github.com/clarin-eric/VLO/issues/306>
* Tour script is not loaded (timely)
<https://github.com/clarin-eric/VLO/issues/305>
* 'Empty' filter query is accepted
<https://github.com/clarin-eric/VLO/issues/283>
VLO 4.9.0 (July 2020)
* Show more precise but user friendly media type for resources
<https://github.com/clarin-eric/VLO/issues/240>
* Embedded Schema.org metadata for datasets
<https://github.com/clarin-eric/VLO/issues/209>
* Make switchboard connection more prominent/obvious
<https://github.com/clarin-eric/VLO/issues/127>
* Show language labels in collapsed search results
<https://github.com/clarin-eric/VLO/issues/77>
* Use long date format
<https://github.com/clarin-eric/VLO/issues/284>
* Make web app locale static
<https://github.com/clarin-eric/VLO/issues/282>
* Upgrade to RASA 2.8
<https://github.com/clarin-eric/VLO/issues/299>
* Add busy indicator to "all values" panel interactions
<https://github.com/clarin-eric/VLO/issues/300>
* Prepared implementation of Switchboard pop-up
<https://github.com/clarin-eric/VLO/issues/297>
VLO 4.8.2 (March 2020)
* Using new link checker API
<https://github.com/clarin-eric/VLO/issues/285>
* FCS integration can be disabled
<https://github.com/clarin-eric/VLO/issues/286>
* Fixed bug caused by invalid selection received through query parameters of URL
<https://github.com/clarin-eric/VLO/issues/294>
VLO 4.8.1 (February 2020)
* Upper bound for number of collections sent to statistics reporting
<https://github.com/clarin-eric/VLO/issues/289>
VLO 4.8.0 (January 2020)
* Creator information is displayed for records that provide this information
<https://github.com/clarin-eric/VLO/issues/152>
* Improve record page 'sidebar' icons, including option to invoke the switchboard
<https://github.com/clarin-eric/VLO/issues/163>
<https://github.com/clarin-eric/VLO/issues/269>
<https://github.com/clarin-eric/VLO/issues/273>
* Improvement to links table for a record: do not duplicate non-resource links on
every page, and also include search page and service links
<https://github.com/clarin-eric/VLO/issues/267>
<https://github.com/clarin-eric/VLO/issues/268>
* Widget to copy the link to a page has been simplified
<https://github.com/clarin-eric/VLO/issues/262>
* Changed text of landing page links in search results
<https://github.com/clarin-eric/VLO/issues/246>
* Technical improvements to the guided tour, and made visually more distinct
<https://github.com/clarin-eric/VLO/issues/216>
* Document identifier now by default as a URL path parameter for the record page
<https://github.com/clarin-eric/VLO/issues/272>
* Exposure/impression statistics are gathered
<https://github.com/clarin-eric/VLO/issues/203>
* Extended options for VLO localization/branding
<https://github.com/clarin-eric/VLO/issues/263>
* The front end's favicon is now the VLO icon
<https://github.com/clarin-eric/VLO/issues/197>
* All VLO components are now running on Java 11
<https://github.com/clarin-eric/VLO/issues/132>
* Upgraded the version of the CLARIN base style, now using v0.4.0 (Bootstrap 3.4.1)
VLO 4.7.2 (October 2019)
* Fix for landing page not shown in "links" table for records with only a landing page
<https://github.com/clarin-eric/VLO/issues/260>
* Fix for error on clicking PID info link for some record identifiers
<https://github.com/clarin-eric/VLO/issues/264>
* Fix for rendering issues for links in technical details
<https://github.com/clarin-eric/VLO/issues/266>
* Configurable 'batch size' for resource availability update
VLO 4.7.1 (September 2019)
* Removed 'multilingual' from the record details view
* New version of resource availability status API
* Updated several other dependencies
VLO 4.7.0 (May 2019)
* Landing page link in results should get 'home' icon
<https://github.com/clarin-eric/VLO/issues/228>
* A page listing all actual contributors to the VLO, i.e. all metadata providers
registered in the centre registry (accessible via the main menu on the top of the page)
<https://github.com/clarin-eric/VLO/issues/223>
* Visual indication of (possibly) inaccessible or unavailable resources in search results
and record pages
<https://github.com/clarin-eric/VLO/issues/220>
* Make data provider (CLARIN centre) a facet
<https://github.com/clarin-eric/VLO/issues/217>
* A new facet 'multilingual: yes/no'
<https://github.com/clarin-eric/VLO/issues/212>
* Title of 'resources' tab was changed to 'links'
<https://github.com/clarin-eric/VLO/issues/244>
* Bugfix: null URL causes NPE in XsltModel
<https://github.com/clarin-eric/VLO/issues/242>
VLO 4.6.0 (February 2019)
* 'Collapsing' of (near) duplicate search results (based on configurable 'signature')
<https://github.com/clarin-eric/VLO/issues/113>
<https://github.com/clarin-eric/VLO/issues/195>
* PIDs (Handles, DOIs) marked in an easily recognisable way with an actionable link and
info dialogue and shown more prominently
<https://github.com/clarin-eric/VLO/issues/173>
<https://github.com/clarin-eric/VLO/issues/184>
* Landing pages shown with more prominence in search result and record page
<https://github.com/clarin-eric/VLO/issues/153>
* Fix in parsing for automatic link generation in descriptions
<https://github.com/clarin-eric/VLO/issues/206>
* Missing collection name in metadata no longer mapped to harvest set name
<https://github.com/clarin-eric/VLO/issues/183>
* One-click copy link to clipboard
<https://github.com/clarin-eric/VLO/issues/151>
* VLO configuration gets exposed publicly as protected resources
<https://github.com/clarin-eric/VLO/issues/202>
* VLO importer logic refactored to allow for easier use as a library
<https://github.com/clarin-eric/VLO/issues/181>
* Use of latest version of the CLARIN base style with self-hosted fonts
<https://github.com/clarin-eric/VLO/issues/188>
* Improved facet value filtering interaction
<https://github.com/clarin-eric/VLO/issues/214>
<https://github.com/clarin-eric/VLO/issues/215>
VLO 4.5.3 (November 2018)
* Fixed a link to the Language Resource Switchboard on the help page
VLO 4.5.2 (October 2018)
* Various external service URLs made configurable at build time
(for docker configurability)
<https://github.com/clarin-eric/VLO/issues/199>
VLO 4.5.1 (September 2018)
* Funding statements adapted
* Solr version bumped to 7.4.0
VLO 4.5.0 (July 2018)
* The URL in the address bar updates on changes through Ajax for better sharing
<https://github.com/clarin-eric/VLO/issues/122>
* A guided tour has been added to the web app
<https://github.com/clarin-eric/VLO/issues/7>
* User satisfaction can be elicited
<https://github.com/clarin-eric/VLO/issues/165>
<https://github.com/clarin-eric/VLO/issues/185>
* EOSC-hub statement added to the web app's footer
<https://github.com/clarin-eric/VLO/issues/175>
* Solr authorisation
<https://github.com/clarin-eric/VLO/issues/126>
* Referencing to field-keys instead of solr field names in VloConfig
<https://github.com/clarin-eric/VLO/issues/166>
* Schema validation of VloConfig.xml
<https://github.com/clarin-eric/VLO/issues/124>
VLO 4.4.3 (May 2018)
* Fixed a regression in the web app
<https://github.com/clarin-eric/VLO/issues/171>
VLO 4.4.2 (May 2018)
* Fixed a regression in the statistics generator
<https://github.com/clarin-eric/VLO/issues/170>
VLO 4.4.1 (May 2018)
* Fixed a regression in the web app which broke the rendering of licence names
<https://github.com/clarin-eric/VLO/issues/167>
VLO 4.4.0 (April 2018)
## New and improved features ##
* A link to the landing page, if available, is shown in the search results
<https://github.com/clarin-eric/VLO/issues/161>
* All licence URIs, if available and mappable from the metadata, are shown on the
record page
<https://github.com/clarin-eric/VLO/issues/155>
* The value selection change in the 'more' dialogue is applied in the background
<https://github.com/clarin-eric/VLO/issues/136>
* Records that have no resource proxy at all are skipped during import
<https://github.com/clarin-eric/VLO/issues/134>
* New value mapping strategy for normalisation and metadata curation
<https://github.com/clarin-eric/VLO/issues/93>
* Normalisation: map to null to exclude a value in a field
<https://github.com/clarin-eric/VLO/issues/97>
* Normalisation: map to multiple values
<https://github.com/clarin-eric/VLO/issues/98>
* Data provider and national project fields populated based on data from OAI-PMH and
the centre registry
<https://github.com/clarin-eric/VLO/issues/131>
## Bug fixes ##
* Storing full text again, fixing retrieval issues
<https://github.com/clarin-eric/VLO/issues/162>
* Facet tooltips re-initialisation after expansion/collapse
<https://github.com/clarin-eric/VLO/issues/160>
* Fixed potential race condition that can cause failure to detect duplicate ids
<https://github.com/clarin-eric/VLO/issues/144>
* Better/fixed Ajax response status feedback
<https://github.com/clarin-eric/VLO/issues/135>
## Other changes ##
* Make Wicket develop/deployment mode configurable through environment variable
<https://github.com/clarin-eric/VLO/issues/119>
* Make the list of fields configurable
<https://github.com/clarin-eric/VLO/issues/112>
* Cleanup: remove unused Javascript plugins
<https://github.com/clarin-eric/VLO/issues/111>
* Stability: avoiding possible Null-values for immutable objects
<https://github.com/clarin-eric/VLO/issues/130>
VLO 4.3.6 (February 2018)
* Fixes missing field values in random records
<https://github.com/clarin-eric/VLO/issues/147>
VLO-4.3.5 (February 2018)
* Reverted changes in 4.3.4 that cause issues in the front end (while keeping the fix
for #133)
VLO-4.3.4 (February 2018)
* Fixed issue with retrieving similar documents, leading to errors loading the record page
<https://github.com/clarin-eric/VLO/issues/133>
VLO-4.3.3 (January 2018)
* Fixed issue with boolean query operator interpretation
<https://github.com/clarin-eric/VLO/issues/129>
VLO-4.3.2 (January 2018)
* Fixed issue with default conjunction operator
<https://github.com/clarin-eric/VLO/issues/123>
VLO-4.3.1 (December 2017)
* Fixed issue with Ajax response to search form request
<https://github.com/clarin-eric/VLO/issues/118>
VLO-4.3.0 (December 2017)
* Solved issue of going to simplified search page when going back from a record page
<https://github.com/clarin-eric/VLO/issues/95>
* The order of selection is reflected in the facets listed in the 'breadcrumbs'
<https://github.com/clarin-eric/VLO/issues/14>
* The record page shows "similar records"
<https://github.com/clarin-eric/VLO/issues/61>
* The 'all facet values' dialogue now has an option to filter by first letter and a
redesigned layout
<https://github.com/clarin-eric/VLO/issues/71>
* Additional events are tracked with Piwik
<https://github.com/clarin-eric/VLO/issues/84>
<https://github.com/clarin-eric/VLO/issues/89>
* Solr client and backend upgraded to version 7.1
<https://github.com/clarin-eric/VLO/issues/87>
* Solr index size reduced by not storing full text content for retrieval
<https://github.com/clarin-eric/VLO/issues/99>
* The 'beta' build profile has been renamed to 'docker' and contains more VloConfig
properties for (runtime) filtering
VLO 4.2.1 (August 2017)
* Parallel processing during import and caching improvements
<https://github.com/clarin-eric/VLO/issues/29>
<https://github.com/clarin-eric/VLO/issues/68>
* Fixed detecting (conceptLink) context for attribute XPaths
<https://github.com/clarin-eric/VLO/issues/91>
* Improved performance when reading self links from files (for hierarchy processing)
VLO 4.2.0 (July 2017)
## New and improved features ##
* The 'all facet values' dialogue now supports multi-value selection
<https://github.com/clarin-eric/VLO/issues/74>
* Integration of the Virtual Collection Registry with the VLO
<https://github.com/clarin-eric/VLO/issues/37>
* Better support for multilingual values, with priority for English content. This is
used to display English record titles in headers, but show alternative values in other
languages in the details.
<https://github.com/clarin-eric/VLO/issues/59>
<https://github.com/clarin-eric/VLO/issues/83>
* Scroll to top of search results when navigating to next or previous page
<https://github.com/clarin-eric/VLO/issues/12>
* "License type" (PUB/ACA/RES) is stored separately from other availability information,
and any explicit values linked to this concept in metadata override any derived values
<https://github.com/clarin-eric/VLO/issues/39>
<https://github.com/clarin-eric/VLO/issues/55>
<https://github.com/clarin-eric/VLO/pull/86>
* Support for mapping based on vocabulary value URIs from the CLARIN vocabulary service
<https://github.com/clarin-eric/VLO/issues/47>
* The maximum file size for processed CMDI records has been increased to 50MB
<https://github.com/clarin-eric/VLO/issues/81>
<https://github.com/clarin-eric/VLO/pull/82>
* Piwik improvements: tracking of in-page events and registering canonical page URLs
<https://github.com/clarin-eric/VLO/issues/75>
<https://github.com/clarin-eric/VLO/issues/78>
* A 'favicon' was added
<https://github.com/clarin-eric/VLO/issues/8>
* System administration: placeholders in VloConfig.xml for dockerised environments
<https://github.com/clarin-eric/VLO/issues/67>
## Bug fixes ##
* Mapping of different languages that have the same label
<https://github.com/clarin-eric/VLO/issues/73>
* "Search page for this record" broken for 'hdl:' URIs
<https://github.com/clarin-eric/VLO/issues/85>
* Do not concatenate landing pages if multiple found
<https://github.com/clarin-eric/VLO/issues/79>
* Unresolved URLs are sent to LRS with resolution attempt
<https://github.com/clarin-eric/VLO/issues/76>
VLO 4.1.0 (April 2017)
## Web application enhancements and additions ##
* Multiple values can be selected (OR/AND) for the facets
<https://github.com/clarin-eric/VLO/issues/32>
* No facets are hidden if there are only a few left
<https://github.com/clarin-eric/VLO/issues/52>
* The "Data provider" facet has been renamed to "Metadata source"
<https://github.com/clarin-eric/VLO/issues/17>
* Collection names are shown below record titles in the search results
<https://github.com/clarin-eric/VLO/issues/60>
* English descriptions are shown first in search results and the record page
<https://github.com/clarin-eric/VLO/issues/44>
* Records with only one resource have this resource featured more prominently
<https://github.com/clarin-eric/VLO/issues/23>
* Better pagination in the 'all facet values' view
<https://github.com/clarin-eric/VLO/issues/70>
* The help page has been extended and updated, and made easier to find
<https://github.com/clarin-eric/VLO/issues/9>
<https://github.com/clarin-eric/VLO/issues/10>
* Improved indexability by search engines
<https://github.com/clarin-eric/VLO/issues/4>
* Base styling is imported from the CLARIN base style, making use of its
distribution mechanism through Maven artifacts deployed to Nexus.
<https://github.com/clarin-eric/VLO/issues/30>
<https://github.com/clarin-eric/VLO/issues/65>
* Added icons for public domain mark and "no copyright" right statements
<https://github.com/clarin-eric/VLO/issues/48>
* The icons for resource types were replaced with clearer icons from
fontawesome.io, and 'compressed archive' was added as a resource class with its
own icon
## Web application fixes ##
* Fixed tree expanding issues in metadata hierarchy display
<https://github.com/clarin-eric/VLO/issues/56>
* Fixed display issues for non-ASCII characters in facet values
<https://github.com/clarin-eric/VLO/issues/19>
* Fixed parsing issues with links in descriptions and other fields
<https://github.com/clarin-eric/VLO/issues/18>
* Fixed highlighting of search terms in search results and on the record page
<https://github.com/clarin-eric/VLO/issues/49>
* Relative links in records no longer lead to invalid resource links
<https://github.com/clarin-eric/VLO/issues/57>
* Resource links on the record page always get a label
<https://github.com/clarin-eric/VLO/issues/6>
## Import and mapping improvements ##
* Facet mapping and normalisation definition can be sourced from an external
location
<https://github.com/clarin-eric/VLO/issues/22>
* Processing of hierarchies can be enabled and disabled for individual metadata
sets
<https://github.com/clarin-eric/VLO/issues/62>
* Mapping definitions have been extended & improved for licences/availability
<https://github.com/clarin-eric/VLO/issues/41>
<https://github.com/clarin-eric/VLO/pull/63>
* Improved mapping for the "Song" profile (Meertens Liederenbank)
<https://github.com/clarin-eric/VLO/issues/43>
* Reduced load on system storage when importing large collections
<https://github.com/clarin-eric/VLO/issues/58>
* Improved importer performance
<https://github.com/clarin-eric/VLO/issues/2>
VLO 4.0.2 (December 2016)
* Updated mapping for licence and availability information
<https://github.com/clarin-eric/VLO/issues/21>
* Updated national project mapping
<https://github.com/clarin-eric/VLO/issues/27>
* Fixed occurence of multiple availability level 'tags' (PUB/ACA/RES)
<https://github.com/clarin-eric/VLO/issues/38>
* 'Resource title' concept preferred over 'resource name' for 'name' field
<https://github.com/clarin-eric/VLO/issues/16>
* Removed 'scoll down to see all records' behaviour
<https://github.com/clarin-eric/VLO/issues/20>
VLO 4.0.1 (August 2016)
* Fetching external fonts from https locations, preventing browser
warnings/issues
* Fixed mapping of national project from collection display name
* Removed redundant XPaths from mapping
<https://trac.clarin.eu/ticket/959>
VLO 4.0.0 (July 2016)
* VLO importer supports CMDI 1.2 instead of CMDI 1.1
<https://trac.clarin.eu/ticket/897>
* Field values can be extracted from attributes with concept link
<https://trac.clarin.eu/ticket/836>
* Extended mapping of the 'keyword' and 'rightsHolder' facets
<https://trac.clarin.eu/ticket/931>
<https://trac.clarin.eu/ticket/936>
* Redesigned front end using bootstrap and the common CLARIN style
<https://trac.clarin.eu/ticket/757>
* Added a link to process resources via the Language Resource Switchboard
<https://trac.clarin.eu/ticket/939>
* Fixed facet value count issues when selecting availability level(s)
<https://trac.clarin.eu/ticket/900>
* Proper 404 response for records that do not exist (anymore)
<https://trac.clarin.eu/ticket/928>
VLO 3.4.1 (April 2016)
* Fixed a critical querying performance issue
<https://trac.clarin.eu/ticket/906>
* Fixed the sitemap generator
* Small fixed in the icons
* Included a report generator
VLO 3.4 (March 2016)
* Major revisions and improvements to the mapping of availability, licence and
access information
<https://trac.clarin.eu/ticket/813>
<https://trac.clarin.eu/ticket/814>
<https://trac.clarin.eu/ticket/852>
<https://trac.clarin.eu/ticket/857>
* Prominent presentation of availability and licence information in search
result and the record page
<https://trac.clarin.eu/ticket/812>
* Dedicated facet value selector for main availability levels (PUB/ACA/RES)
* Added legal information about VLO to about page
<https://trac.clarin.eu/ticket/804>
* More references to the landing page and rephrasing of label 'original context'
<https://trac.clarin.eu/ticket/751>
* Visual indication of search activity
<https://trac.clarin.eu/ticket/800>
* More recently imported records appear first
<https://trac.clarin.eu/ticket/815>
* More files included in hierarchies
<https://trac.clarin.eu/ticket/828>
* Uniform mapping/normalisation definition format
<https://trac.clarin.eu/ticket/773>
* Improved Solr querying performance
<https://trac.clarin.eu/ticket/795>
* Upgraded front end to Wicket 7
<https://trac.clarin.eu/ticket/785>
* Improved Piwik reporting and, also for AJAX requests, and better configuration
<https://trac.clarin.eu/ticket/752>
* Fixed issue with indexing of files in metadata hierarchies
<https://trac.clarin.eu/ticket/831>
* The 'continent' facet was removed from the search interface
* The importer can now request up to 4 gigabytes of heap space
* A sitemap generator has been added (separate tool than can be run after
import to generate a sitemap for search engines)
VLO 3.3.2 (November 2015)
* Fixed issue with hierarchy links to unavailable records
<https://trac.clarin.eu/ticket/790>
* Visual indication that a search query is being asynchronously
<https://trac.clarin.eu/ticket/800>
* Collection records with a large number of children only load the first few,
allowing the user to load more if desired
<https://trac.clarin.eu/ticket/805>
* Search terms are now highlighted in the search results as well
VLO 3.3.1 (September 2015)
* Ranking based on relevance with boosts for matches in certain fields and on
basis of record properties such as hierarchy level and presence of name,
description and resource references
<https://trac.clarin.eu/ticket/750>,
<https://trac.clarin.eu/ticket/761>
* Support for advanced search via query syntax, with instructions accessible
via web application
<https://trac.clarin.eu/ticket/762>,
<https://trac.clarin.eu/ticket/770>
* Metadata hierarchies are processed on import and interactively presented
in the web application
<https://trac.clarin.eu/ticket/382>
* Further exlusion of actor languages in the 'language' facet
<https://trac.clarin.eu/ticket/246>
* Hiding of language code prefixes in multi-lingual description fields
<https://trac.clarin.eu/ticket/778>
* Addition of importer option to only import specific data roots
<https://trac.clarin.eu/ticket/768>
* Extended language variants name map with all languages that have multiple
names in ISO 639-3
Known issues:
* In some cases, it may happen that hierarchical relations to records that do
not appear in the index are stored
<https://trac.clarin.eu/ticket/790>
VLO 3.2.2 (August 2015)
* Fixes an exception occurring when clicking the 'Report' link on the main page
<https://trac.clarin.eu/ticket/784>
VLO 3.2.1 (July 2015)
* Graceful handling of requests for all values of nonexistent facets
* Included the VLO iframe page for the CLARIN-D homepage
* Fixed a potential file descriptor leak in the VLO importer
* Fixed appearence of 'jsessionid' parameter in the URL
VLO 3.2 (June 2015)
Mapping:
* Added search facet "Availability" based on licensing information
<https://trac.clarin.eu/ticket/393>
* Non-English language names are ignored (if language code is not used)
<https://trac.clarin.eu/ticket/170>
* Mapping of language name variants to canonical names (OLAC)
<https://trac.clarin.eu/ticket/749>
* Mapping of language tags without olac-language attribute (OLAC)
<https://trac.clarin.eu/ticket/412>
Search interface:
* Added tooltips to facets with facet descriptions
<https://trac.clarin.eu/ticket/711>
* Search term can be removed without removing facet selection in 'bread crumbs'
<https://trac.clarin.eu/ticket/619>
* Search result ranking by relevance
<https://trac.clarin.eu/ticket/575>
Record page:
* Paging of resources in record page
<https://trac.clarin.eu/ticket/565>
* Improved handle resolution for resources in record page
<https://trac.clarin.eu/ticket/550>
* Fixed handle link in record page for cases that contain an '@' character
<https://trac.clarin.eu/ticket/625>
* Link to language info page uses new URL scheme
<https://trac.clarin.eu/ticket/753>
Web application general:
* VLO web pages contain a canonical URL link (improving search engine behaviour)
<https://trac.clarin.eu/ticket/135>
VLO 3.1 (March 2015)
* Added the 'license' facet
<https://trac.clarin.eu/ticket/393>
<https://trac.clarin.eu/ticket/740>
* More fields get indexed for the autocomplete/suggestion function in the search box
<https://trac.clarin.eu/ticket/624>
* Fixed an issue with resolving resource handles
<https://trac.clarin.eu/ticket/666>
* Mapping improvements:
* Fallback to fields defined by pattern (path) if no value is found in a field with a
matching concept link
<https://trac.clarin.eu/ticket/554>
<https://trac.clarin.eu/ticket/668>
* Automatic curation of values in the 'organisation' facet
<https://trac.clarin.eu/ticket/683>
* Better support for RFC1766 codes (such as 'en_US' and 'nl_NL')
<https://trac.clarin.eu/ticket/686>
* The 'language' facet is replaced by an (internal) representation based on language
code if applicable
<https://trac.clarin.eu/ticket/547>
* Regular expressions for national project mapping
<https://trac.clarin.eu/ticket/681>
* Content language is stored for descriptions
<https://trac.clarin.eu/ticket/667>
* Upgraded a number of dependencies including Solr, Wicket and Spring to a more recent
version
<https://trac.clarin.eu/ticket/541>
* VLO importer logs to separate log directory
<https://trac.clarin.eu/ticket/741>
* A number of changes in VloConfig.xml; see UPGRADE instructions for details
VLO 3.0.1 (June 2014)
* DC-3786 (application type) was added to facet 'resourceClass'
<https://trac.clarin.eu/ticket/195>
* Fixed highlighting of search terms that contain unicode characters
<https://trac.clarin.eu/ticket/561>
* Fixed incorrect display of value count for values written in right-to-left script
<https://trac.clarin.eu/ticket/548>
* Added a 'description' metadata element to the page header
<https://trac.clarin.eu/ticket/567>
* Small cosmetic fixes
<https://trac.clarin.eu/ticket/576>
<https://trac.clarin.eu/ticket/577>
<https://trac.clarin.eu/ticket/578>
* Renamed 'permalink' to 'link'
VLO 3.0 (May 2014)
* Made separate collection feature optional
<https://trac.clarin.eu/ticket/558>
* Fixed empty record page title issue
<https://trac.clarin.eu/ticket/556>
* Improved compatibility with old bookmarks
<https://trac.clarin.eu/ticket/557>
* Removed mapping for http://purl.org/dc/terms/language datacategory
see <https://trac.clarin.eu/ticket/554>
* Styling of CMDI to HTML transormation output
* Added simple search page to breadcrumbs
VLO 3.0-beta3 (May 2014)
* Added paging to the 'all facet values' list
<https://trac.clarin.eu/ticket/543>
* Removed duplicate VloConfig.xml in distribution
* Add 'busy' indicators to a number of AJAX action links
* Hidden previous/next links on record page if result set has only one record
* Added a search icon to the facet filter box
* Fixed sometimes chaotic layout of collection facet items
* Permalink link is now a button (to prevent right click/copy url)
* Migrated from CSS to LESS (converted to compressed CSS compile time)
VLO 3.0-beta2 (May 2014)
* Added the "_selfLink" field to fix FCS aggregator connection
<https://trac.clarin.eu/ticket/542>
* Removed simple search selection ‘leave this page’ dialogue
* Included record name in page title for record pages
VLO 3.0-beta (April 2014)
* Added a 'simple search' front page
* Added expansion of search results items to see more details
* Added federated content search support
* Added links to 'search pages' if provided by a record
* Added an 'About' page
* Added links to help and error report form
* Added support for themes, included a CLARIN-D theme
(enabled by query parameter theme=clarin-d)
* Added a filter or 'quick search' input to facet selection panels
* Added filtering on minimal number of occurrences in all facet values popup/page
* Added an advanced search options box with the option to filter on FCS option
* Added resolving of handles of resources to show the actual filename
* Added support for UBN:NBN
* Added a link to the CLARIN language info page for language values of records
* Resource details now shown in tooltip instead of separate page section
* Lazy rendering of the 'all metadata fields' view (generated by CMDI-to-HTML stylesheet)
* Improved error handling
* Numerous fixes and small enhancements to the user interface and code base
* Solr configuration: data directory is configured through java system property
'solr.data.dir', which needs to be configured in the Tomcat instance
VLO 3.0-alpha (March 2014)
* Reimplemented Wicket front-end see <https://trac.clarin.eu/milestone/VLO-3.0>
* Upgraded to Solr 4.6.0
* Added application monitoring via JavaMelody at /monitoring
* Added/replaced context params
* eu.clarin.cmdi.vlo.*
* (externalConfig has been removed)
* VloConfig changes
* Removed list length attribute (e.g. <facetFields length="3">)
* Added collectionFacet
* Added config of ignored and technical fields
VLO 2.18.1 (February 2014)
* Updated national projects mapping for LINDAT/CLARIN (by including r4343)
Beta release 2.18 (January 2014)
* Upgraded to Wicket 6
* Added support for a separate facet concepts file used for testing only
* Configured mount points for pages (URLs changed as a result)
* Added configuration parameters 'pagesInApplicationCache' and
'sessionCacheSize' to control the size of the Wicket page cache
Beta release 2.17 (November 2013)
Added facet overview to the search bar
Added tooltips to facets (ticket 404)
Added modality facet (ticket 422)
Increased the number of results to 30 (ticket 423)
Added support for fulltext search on header (441)
Beta release 2.16 (October 2013)
Fixed broken web links (#311, #420)
Fixed indexing problems (#387)
Several improvement of the facet mapping (#285, #397, #407, #408, #418)
Improvement of user interface (#391, #416)
Improvement of error handling (importer, solr connection)
Split description meta data attribute
Added support for data from Universiteit Utrecht
Production release 2.15 (August 2013)
No changes compared to the beta release.
Beta release 2.15 (July 2013)
Repaired the incorrect reference to profiles, and made
the connection to the solr server more tolerant. Files without
resources will be shown in the web application if and only if there is
a link to a landing page.
Beta Release 2.14 (June 2013)
Support for theming was added, as were some new facet mappings, and the
interface to the Federated Content Search was implemented in the form of
a link - not as a search box like it was originally foreseen.
Beta release 2.13 (May 2013)
A new package, eu.clarin.cmdi.vlo.config was added taking care of the web
application and importer's configuration. Spring is no longer used for
configuration; it was replaced by the Simple framework.
Both the importer and the web application use the same base file for
configuration. This file refers to external resources like for example
the nationalProjectsMapping.xml file.
The base VloConfig.xml file that is included in the /src/main/resources
directory of the package, can be replaced by an external instance. Additionally,
the web application's context file can be used to overrule the solrUrl parameter
defined in the packaged or external configuration file.
Added the nationalProjectsMapping file to the default configuration. This means
that it is no longer necessary to instance of the file external to the package.
By the default the importer and web application will look at the packaged instance.
Landing page support on the result page was added; ticket 257.
Heap memory consumption of the importer was limited. A parameter was added to
to be able to tune the size of the buffer of documents waiting to be deposited
in the database.
Repackaging was carried out. From version 2.13 the web application resides
outside the importer package. Next to these packages the solr package is still
there, and apart from the addition of a hidden facet supporting the landing
page, it has not been modified. In a future release the VLO base functions will
be split off from the importer package.
Release VLO 2.8 (23 may 2012):
Many small fixes.
Streamlined the deployment procedure.
Added facet for the component profile (hidden facet, not shown in interface) for future
use.
Added feedback option.
Removed the dependency on external xml stylesheets (caused a large-scale outage for
spring-users around the 21st of may).
Release VLO 2.5 (22 march 2012):
Lot's of bugfixes and small enhancements.
Release VLO-2.3.1 (28 June 2011):
Disabled 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.
Release VLO-2.3 (10 June 2011):
Most notable change is the importing now is based on conceptlink mapping, allowing the
importer to automatically parse new flavours of cmdi.
http://trac.clarin.eu/ticket/105 Create import based on conceptlinks
http://trac.clarin.eu/ticket/129 Rename origin to collection
http://trac.clarin.eu/ticket/131 ShowResultPage should give proper error when result can
not be loaded
http://trac.clarin.eu/ticket/98 Record with duplicate id does not show
http://trac.clarin.eu/ticket/84 Some links are changed from orginal in the result page
http://trac.clarin.eu/ticket/27 Show list of resources (Written or Media etc...) in Show
result page
Release VLO-2.2 (28 Januari 2011):
http://trac.clarin.eu/ticket/93 Scaling of images fixed (and typo in image resolved)
http://trac.clarin.eu/ticket/92 Breadcrumb to original vlo page added
http://trac.clarin.eu/ticket/63 Frontpage layout changed
http://trac.clarin.eu/ticket/55 Preprocess of imdi files in place
Created correct links from original vlo page to new faceted browser.
Release VLO-2.1 (13 Januari 2011):
http://trac.clarin.eu/ticket/54 Change columnheaders of results
http://trac.clarin.eu/ticket/26 add prev/next links to show result page
http://trac.clarin.eu/ticket/42 capitalization
http://trac.clarin.eu/ticket/62 10 facet values instead of 5
http://trac.clarin.eu/ticket/43 origin for LRT should be CLARIN LRT inventory
http://trac.clarin.eu/ticket/37 extract proper country names from country code facets
http://trac.clarin.eu/ticket/38 extract proper language names from language code facets
http://trac.clarin.eu/ticket/60 remove Unspecified and Unknown from initial facet list
http://trac.clarin.eu/ticket/46 open in original context for the LRT inventory
http://trac.clarin.eu/ticket/29 Link to correct archives based on the metadata
http://trac.clarin.eu/ticket/45 make all links clickable
http://trac.clarin.eu/ticket/34 make partner images clickable
- Added resourceType facet (still todo for OLAC data)
- Added resource list and links to download resources (still todo show names for handles)
Release VLO-2.0 (2 December 2010):
New 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.
- Initial version working and performing very nicely.