Skip to content

Commit 9c23e14

Browse files
committed
Merge branch 'dev' into getThis
2 parents d16965d + 4ed78bd commit 9c23e14

45 files changed

Lines changed: 755 additions & 7693 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ module/VuFind/tests/.phpunit*
2727
node_modules
2828
public/swagger-ui
2929
tests/phpcs.cache.json
30-
themes/bootstrap5/scss/vendor/bootstrap
3130
local/DirLocations.ini
3231
local/config/vufind.bak
3332
local/config/vufind/*

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"endroid/qr-code": "6.0.9",
5858
"ezyang/htmlpurifier": "4.19.0",
5959
"firebase/php-jwt": "^7.0.0",
60-
"guzzlehttp/guzzle": "7.11.0",
60+
"guzzlehttp/guzzle": "7.12.1",
6161
"jaybizzle/crawler-detect": "^1.2",
6262
"laminas/laminas-cache": "3.14.0",
6363
"laminas/laminas-cache-storage-adapter-blackhole": "^2.0",
@@ -119,6 +119,7 @@
119119
"vufind-org/vufindharvest": "5.5.0",
120120
"vufind-org/vufindhttp": "3.3.0",
121121
"vufind-org/vufind-marc": "1.2.0",
122+
"vufind-org/vufind-xml": "1.7.0",
122123
"webfontkit/open-sans": "^1.0",
123124
"webmozart/glob": "^4.7",
124125
"wikimedia/composer-merge-plugin": "2.1.0",

composer.lock

Lines changed: 79 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

languages/CookieConsent/ru.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ popup_description_html = "Этот сайт использует основны
2929
popup_revision_message_html = "Ваше согласие запрошено, поскольку категории файлов cookie были обновлены."
3030
Save Settings = "Сохранить настройки"
3131
third_party_html = "Третья сторона"
32+
toggle_categories = "Подробности"
33+
toggle_category_details = "Сведения о файлах cookie"

languages/HoldingStatus/ru.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
acquisition = "В процессе комплектования"
12
availability_uncertain = "Неопределенно"
23
copies_ordered_on_date = "%%copies%% экземпляров заказано %%date%%"
34
copy_ordered_on_date = "1 экземпляр заказан %%date%%"

languages/HoldingStatus/sv.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
acquisition = "Beställd"
12
availability_uncertain = "Osäker"
23
copies_ordered_on_date = "%%copies%% exemplar beställt %%date%%"
34
copy_ordered_on_date = "1 exemplar beställt %%date%%"

0 commit comments

Comments
 (0)