Commit Graph

1945 Commits

Author SHA1 Message Date
Sebastian Meyer 10a9b29e40 Fix typos in labels 2019-11-14 19:54:38 +01:00
Sebastian Meyer 82ea6e7033 We need the PID to get the metadata 2019-11-14 18:35:59 +01:00
Sebastian Meyer 8a98fe6168
Merge pull request #438 from kitodo/cleanup-for-release
Cleanup for release
2019-11-14 16:26:46 +01:00
Sebastian Meyer 9386dd2a82 Remove unused parameters
Fixes codacy issues
2019-11-14 16:12:31 +01:00
Alexander Bigga 5cc3540544 issue is a toplevel structure 2019-11-14 15:00:08 +01:00
Sebastian Meyer 8b7867f60f Simplify metadata settings 2019-11-14 14:08:21 +01:00
Sebastian Meyer c03abaf43b Replace FormEngine with UserFunc and ItemsProcFunc 2019-11-14 14:08:01 +01:00
Sebastian Meyer 07aeb01d71 Fix update script 2019-11-14 11:52:08 +01:00
Sebastian Meyer 95764bbf0b Loosen version constraints for TYPO3 2019-11-14 11:39:33 +01:00
Sebastian Meyer a196b60f3d Use lower case CSS classes for backwards compatibility 2019-11-14 11:26:23 +01:00
Sebastian Meyer 6141374dbb
Merge pull request #436 from kitodo/fix-calendar
Add support for seasonal newspapers and periodicals
2019-11-14 11:20:09 +01:00
Alexander Bigga c9ba698718 use always MarkerBasedTemplateService (scrutinizer hint) 2019-11-14 10:59:06 +01:00
Alexander Bigga 642f561eb0 Doctrine does not support multiple orderBy; ASC is default order 2019-11-14 10:17:58 +01:00
Alexander Bigga ecd5ecfab1 array must be initialized 2019-11-14 10:17:18 +01:00
Sebastian Meyer c643210c86
Fix scrutinizer issue 2019-11-14 09:53:08 +01:00
Sebastian Meyer 226ab2ff8f
Merge branch 'master' into fix-calendar 2019-11-14 09:46:44 +01:00
Sebastian Meyer 63c447a3a5
Merge pull request #435 from kitodo/fix-150
Fix search truncation with '*' and '?'
Fixes #150
2019-11-14 09:46:12 +01:00
Sebastian Meyer 494a5b618a
Don't escape whitespace in search queries 2019-11-13 21:36:16 +01:00
Sebastian Meyer 3a442a5985 Apply fixes from 2.x to master 2019-11-13 16:55:30 +01:00
Sebastian Meyer 18228403dd
Merge branch 'master' into fix-150 2019-11-13 15:57:11 +01:00
Sebastian Meyer 00ac356d21
Merge pull request #434 from kitodo/fix-419
Turn empty search query into '*'
This fixes #419
2019-11-13 15:56:28 +01:00
Sebastian Meyer 8cdadbb688
Merge branch 'master' into fix-419 2019-11-13 15:43:57 +01:00
Sebastian Meyer 9c43b2f20c
Merge pull request #433 from kitodo/psr-12-code-style
PSR-12 code style
2019-11-13 15:43:02 +01:00
Sebastian Meyer a22e69bdc8 Fix search truncation with '*' and '?' 2019-11-13 14:28:21 +01:00
Sebastian Meyer 3faee53dde Add use declaration for Connection 2019-11-13 14:09:46 +01:00
Sebastian Meyer 97acf54345 Remove obsolete use declarations 2019-11-13 14:09:35 +01:00
Sebastian Meyer 57c40cc7da Fix scrutinizer issue 2019-11-13 14:05:21 +01:00
Sebastian Meyer dc31f96bb4 Turn empty search query into '*' 2019-11-13 14:00:11 +01:00
Sebastian Meyer 51740d7f25 Place condition on new line 2019-11-13 13:51:28 +01:00
Sebastian Meyer 57ecf61ae9 Move namespace declaration behind file-level docs 2019-11-13 13:41:26 +01:00
Sebastian Meyer e832d94e20 Use lower case for all reserved types and keywords 2019-11-13 13:09:00 +01:00
Sebastian Meyer 5e4ad588a2 Use short form of type keywords 2019-11-13 12:51:19 +01:00
Sebastian Meyer 0b4cc80373
Merge pull request #430 from kitodo/fix-issues
Fix issues
2019-11-13 11:14:47 +01:00
Alexander Bigga 98cd03c819 fix trailing whitespaces 2019-11-12 20:58:47 +01:00
Sebastian Meyer 2961ea50a5
Merge branch 'master' into fix-issues 2019-11-12 17:16:04 +01:00
Sebastian Meyer 3e46765e70 Fix typo in translation 2019-11-12 16:54:44 +01:00
Sebastian Meyer 3f09b08d3d
Merge pull request #429 from albig/fix-volume-without-parent2
Always show volumes of a collection.
2019-11-12 16:53:20 +01:00
Sebastian Meyer 0066c1d8a9
Fix setting of $sorting for volumes without toplevel 2019-11-12 16:45:36 +01:00
Sebastian Meyer d95af02eee Add magic method __isset() 2019-11-12 16:34:27 +01:00
Alexander Bigga 5a9be24fda Always show volumes of a collection.
In case volumes and parents have different collections assigned it may
happen that these volumes are not shown at all.

E.g.
Parent: "Collection-1"
Volume (child): "Collection-2"

The collection plugin is configured to show only "Collection-2". The
current code cannot find the parent as it does not belogn to "Collection
2". As result, the volume is not shown.

The proposed solution handles the found volume as "toplevel" list entry.
The parent is still not shown.
2019-11-12 15:37:41 +01:00
Sebastian Meyer cf70dc7d9e check if array exists to avoid PHP warning
Co-Authored-By: Alexander Bigga <alexander.bigga@slub-dresden.de>
2019-11-12 11:38:01 +01:00
Sebastian Meyer 432badfe58 Add prefix to localization labels to prevent duplicates 2019-11-11 18:36:25 +01:00
Sebastian Meyer 73fa2513ca Use variable instead of boolean value 2019-11-11 18:26:45 +01:00
Sebastian Meyer 3cb7fc7e05 Add missing localization labels 2019-11-11 18:25:55 +01:00
Sebastian Meyer 7b04b609af
Merge pull request #426 from kitodo/check-physicalstructure
Always check for valid xpath results
2019-11-10 00:30:35 +01:00
Sebastian Meyer c99f292f70 Fix xpath return values 2019-11-08 19:23:54 +01:00
Sebastian Meyer 4b6957764a
Merge pull request #425 from albig/feature-filter-in-collection-plugin
Add selectFilter to all plugins
2019-11-08 18:41:47 +01:00
Alexander Bigga f5df0d41f7 add selectFilter to all plugins 2019-11-08 13:51:39 +01:00
Alexander Bigga e2c476391e fix usage of renamed cache key 2019-11-08 13:29:31 +01:00
Sebastian Meyer 16df6c2d2e
Merge pull request #423 from kitodo/fix-scrutinizer-issues
Fix scrutinizer issues
2019-11-07 16:25:12 +01:00