Граф коммитов

2345 Коммитов

Автор SHA1 Сообщение Дата
Alexander Bigga 4d9a1ffec0
Merge pull request #592 from sebastian-meyer/allow-multiple-filegrps
Allow multiple file groups of any type
2021-03-24 11:39:54 +01:00
Alexander Bigga 466dcafc32
Merge branch 'master' into allow-multiple-filegrps 2021-03-24 11:19:16 +01:00
Alexander Bigga 17bd286ba1
Merge pull request #603 from albig/fix-559
Show all subparts in collection view
2021-03-23 13:58:44 +01:00
Sebastian Meyer ecd8ec8422
Merge branch 'master' into allow-multiple-filegrps 2021-03-23 13:51:13 +01:00
Alexander Bigga 5c50fd8d8c
Update Classes/Plugin/Collection.php
Co-authored-by: Sebastian Meyer <sebastian.meyer@slub-dresden.de>
2021-03-23 13:26:11 +01:00
Sebastian Meyer 05e70cdae4
Rephrase comments to be more consistent 2021-03-22 23:39:17 +01:00
Sebastian Meyer 440d9bcf69
Merge branch 'master' into fix-559 2021-03-22 23:33:58 +01:00
Sebastian Meyer 7b60b2d17d
Merge pull request #588 from beatrycze-volk/search-highlight-word
Add configuration for fields which need to be highlighted in the image
2021-03-22 23:32:51 +01:00
Alexander Bigga 9cac0e0639 Make the collection listview more robust agains missing volume_sorting.
Currently the volume_sorting field is used as array key. But in some
circumstances this field is empty or the same value is used. Both will
lead to an incomplete list of elements.

This commit appends the record uid to make sure, the array key is
unique.
2021-03-22 22:55:08 +01:00
Alexander Bigga 2b6735e234 Use mets_orderlabel for sorting as fallback.
This happens in case of newspaper (year).

The current workaround of using title_sorting is not working for
documents following the METS application profile as the title and
title_sorting are empty for structtype year.

Only METS ORDERLABEL is set, which is used in the calendar view. But it
is not used in listview. That's why only one year is shown below a
newspaper title (anchor) in single collection view.
2021-03-22 22:55:08 +01:00
Alexander Bigga db7285a2aa Prefer ORDER label over year(_sorting) fallback in volume sorting.
The ORDER label is optional in the LOGICAL structMap. If it is present,
it should be used for volume sorting.

Using the year or the year_sorting will fail, if multiple volumes have
the same value.
2021-03-22 22:55:08 +01:00
Alexander Bigga e16676590f
Update Resources/Public/Javascript/PageView/FulltextControl.js
Co-authored-by: Sebastian Meyer <sebastian.meyer@opencultureconsulting.com>
2021-03-22 16:45:01 +01:00
Alexander Bigga 698773c5f4
Update Classes/Plugin/Tools/FulltextTool.php
Co-authored-by: Sebastian Meyer <sebastian.meyer@opencultureconsulting.com>
2021-03-22 16:44:50 +01:00
Alexander Bigga 65fc96de35
Update Documentation/Plugins/Index.rst
Co-authored-by: Sebastian Meyer <sebastian.meyer@opencultureconsulting.com>
2021-03-22 16:44:34 +01:00
Beatrycze Volk 2134911d3c
Update Resources/Public/Javascript/PageView/PageView.js
Co-authored-by: Sebastian Meyer <sebastian.meyer@opencultureconsulting.com>
2021-03-11 16:07:07 +01:00
Beatrycze Volk 4c63d4624d
Update Resources/Public/Javascript/PageView/FulltextControl.js
Co-authored-by: Sebastian Meyer <sebastian.meyer@opencultureconsulting.com>
2021-03-11 16:05:34 +01:00
Beatrycze Volk 2d044467d4
Update Documentation/Plugins/Index.rst
Co-authored-by: Sebastian Meyer <sebastian.meyer@opencultureconsulting.com>
2021-03-11 16:05:29 +01:00
Beatrycze Volk 9d82770abe
Update Configuration/TypoScript/Toolbox/setup.txt
Co-authored-by: Sebastian Meyer <sebastian.meyer@opencultureconsulting.com>
2021-03-11 16:05:22 +01:00
Sebastian Meyer d4771b7308
Merge branch 'master' into search-highlight-word 2021-03-11 10:31:53 +01:00
Sebastian Meyer f20a9e6d56
Merge pull request #545 from albig/search-plugin-enhance
Fix search in documents for hierarchical documents like newspaper.
2021-03-10 11:03:17 +01:00
Sebastian Meyer a30c459126
Use correct bibliographic terms 2021-03-10 10:33:30 +01:00
Sebastian Meyer 2c97b9c2c6
Use correct bibliographic terms 2021-03-10 10:31:00 +01:00
Alexander Bigga cc128f108f
Merge pull request #8 from kitodo/scrutinizer-patch-2
Scrutinizer Auto-Fixes
2021-03-08 21:29:17 +01:00
Scrutinizer Auto-Fixer 79d9a5aab3 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2021-03-08 20:29:05 +00:00
Alexander Bigga b55efa21aa Change first filterQuery to sub-query as it is not accepted/executed otherwise. 2021-03-08 21:05:49 +01:00
Alexander Bigga 64005ad42a Change language label 2021-03-07 11:51:54 +01:00
Alexander Bigga 13ea40ae37 Simplify code (Scrutinizer hint) 2021-03-07 11:47:33 +01:00
Alexander Bigga b230130e4e Merge branch 'search-plugin-enhance' of github.com:albig/kitodo-presentation into search-plugin-enhance 2021-03-07 08:58:44 +01:00
Alexander Bigga 914c3b1f06 Reenable search in year types with descendants and single documents. 2021-03-07 08:54:26 +01:00
Alexander Bigga d75f541a44
Merge branch 'master' into search-plugin-enhance 2021-03-05 17:47:23 +01:00
Sebastian Meyer 00289bd319
Merge pull request #602 from beatrycze-volk/fix-initalization
Fix interaction initialization for OL map
2021-03-04 09:31:17 +01:00
Beatrycze Volk 6532b42071 Fix interaction initialization for this.map in ImageManipulation 2021-03-03 23:11:45 +01:00
Alexander Bigga b69d040e81
Merge branch 'master' into search-plugin-enhance 2021-03-03 17:18:08 +01:00
Alexander Bigga c7ca11c3fe
Merge branch '3.x' into search-plugin-enhance 2021-03-03 15:42:01 +01:00
Beatrycze Volk af2769e896 Fix interaction initialization for OL map
It looks that missing brackets were causing problems and sometimes method zoomTo on this.map was throwing error.
2021-03-02 18:10:22 +01:00
Sebastian Meyer 57353530a8
Merge pull request #600 from kitodo/albig-patch-1
Update issue templates
2021-02-23 22:26:53 +01:00
Sebastian Meyer 3893e9565b
Consistently use upper case in headings 2021-02-23 22:17:44 +01:00
Alexander Bigga b7ee6ca76c Update issue templates
Add sections for benefits and calculation / complexity.
2021-02-23 20:49:23 +01:00
Beatrycze Volk 6ac3dc5c50 Add documentation for search hl elements 2021-02-23 13:19:24 +01:00
Sebastian Meyer 52d6d2cef1 Fix small typos 2021-02-23 09:26:32 +01:00
Sebastian Meyer 7e23280a1d Make variable names more consistent 2021-02-23 09:26:17 +01:00
Alexander Bigga f90c3b5c7d
Merge branch 'master' into search-highlight-word 2021-02-22 13:48:32 +01:00
Alexander Bigga b8a97e00b5
Merge branch 'master' into allow-multiple-filegrps 2021-02-22 13:44:10 +01:00
Sebastian Meyer 859d5c11da
Merge pull request #598 from albig/fix-solr8
Remove solr.StandardFilterFactory as it is unused and breaks Solr 8.
2021-02-22 09:16:40 +01:00
Alexander Bigga 74035948b9 Remove solr.StandardFilterFactory as it is unused and breaks Solr 8.
The StandardFilterFactory did nothing for several Solr / Lucene
version. That's why it has been removed in Solr 8.

Having this filter still in schema.xml breaks creating new dlfCores with
Solr 8.

The fix is removing standardFilterFactory.

See:
* https://stackoverflow.com/questions/56913835/upgrade-filter-in-schema-xml-with-solr-standardfilterfactory-from-existing-core
* https://github.com/apache/lucene-solr/blob/branch_8_0/lucene/CHANGES.txt
* https://issues.apache.org/jira/browse/LUCENE-8356
2021-02-22 09:01:07 +01:00
Sebastian Meyer cabc3c7167
Merge branch 'master' into allow-multiple-filegrps 2021-02-18 16:45:27 +01:00
Sebastian Meyer 217233fa38
Merge pull request #593 from sebastian-meyer/update-gitignore
Update .gitignore
2021-02-18 16:44:15 +01:00
Sebastian Meyer 9b88d74c60
Merge branch 'master' into allow-multiple-filegrps 2021-02-18 10:20:35 +01:00
Sebastian Meyer 0aa3aaa1a6 Update .gitignore 2021-02-18 09:22:56 +01:00
Sebastian Meyer fe84c0b821
Merge pull request #591 from kitodo/albig-patch-2
Update issue templates
2021-02-17 22:26:05 +01:00