forked from alxp/islandora
-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
D9 islandora #809
Merged
Merged
D9 islandora #809
Changes from all commits
Commits
Show all changes
77 commits
Select commit
Hold shift + click to select a range
c44b957
update messenger for d9
elizoller 8eb7dee
fix dependency injection
elizoller 3b23a86
update info files
elizoller 406a75d
stream_for updates for d9
elizoller 2b726b9
remove deprecated entity query
elizoller 56ae235
replace deprecated functions
elizoller bba922f
use dependency injection for messenger and fix other deprecated funct…
elizoller 96b496a
fix deprecations in tests
elizoller 3bb741f
fix test
elizoller 1e3dbae
phpcs fixes
elizoller 94c1931
fix toUrl method
elizoller bb09637
properly use StringTranslationTrait
elizoller 1ed788a
phpcs fixes and using dependency injection
elizoller d4a51be
more deprecations with upgrade_status 3.x version and more phpcs fixes
elizoller b2e7108
add defaultTheme per https://www.drupal.org/node/3083055
elizoller 0b165a8
replace deprecated context definition method - per https://www.drupal…
elizoller 51158aa
fix context definitions
elizoller eecbd83
remove more deprecations
elizoller 8ed7611
fix deprecations in tests
elizoller de4fcbb
codesniffer fixes - dependencies must be prefixed with drupal: and mi…
elizoller ec648e6
replace more url() -> toUrl() and remove unused variables
elizoller 3172f9f
more code sniffer fixes
elizoller 5b08b76
some of these urls are necessary as strings
elizoller 93bcac2
d9 requires update to flysystem module
elizoller fcf78dc
update migrate_source_csv
elizoller 01fdcfb
temporarily point crayfish-commons to branch with d9 dependencies
elizoller 073ec09
another composer dependency adjustment
elizoller a4b389b
point composer to d9 branch of jsonld
elizoller 6b409dc
remove hook_post_action for d9
elizoller 251f28c
remove hook_post_action as a dependency - this does break multifile m…
elizoller 02e2cb2
update migration keys -> ids per https://www.drupal.org/node/3060246
elizoller 183b707
fix url method
elizoller ec4ee15
merge 8.x-1.x
elizoller 2dc07e5
point jsonld back to dev since PR has been merged
elizoller 697efee
wrong branch name
elizoller 6f51488
add update hook for change in migration source
elizoller 5d35dba
update travis.yml for php 7.4
elizoller a7b26a7
add doc comment
elizoller 36b959a
merge 8.x-1.x
elizoller d4e2c72
Merge branch 'd9_islandora' of https://github.com/asulibraries/island…
elizoller 3643ae9
build on php7.2, 7.3, 7.4
elizoller 1083d92
use this instead of Drupal::
elizoller 354d590
just php 7.3 and 7.4
elizoller 637ef08
swap back to dev-dev crayfish-commons since PR was merged
elizoller 311196b
perhaps this fixes the config thing
elizoller 5543731
trying to fix config
elizoller 1d19ca0
ugh errant semicolon
elizoller 90b7553
missing variable name
elizoller 4f8fef8
maybe it would help if i named the variables consistently
elizoller 758fc1d
please work...
elizoller da26e5e
i can't get the dependency injection of config correct
elizoller b9adac5
sad panda
elizoller f547b35
thanks @seth-shaw-unlv for this magical fix
elizoller 339391a
fix dependency injection
elizoller 50a64ea
putting the config in the AbstractGenerateDerivativeMediaFile class i…
elizoller 843fda9
already the system.file config
elizoller b713f4c
update test module info file
elizoller 7a5bcfa
fix implode ordre of parameters
elizoller a5f9505
remove unused use statement
elizoller 985f778
fix geminiclient tests
elizoller 4a8f23d
phpcs fix
elizoller 3c3262b
check for fedora key in flysystem
elizoller 24ed82c
check for array not being null
elizoller 1ab05e7
more null checks
elizoller e5c1038
try on the downgrade-symfony branch
elizoller 33764db
set fedora url to null if it isn't in the settings
elizoller 3850750
testing the crayfish-commons version fix
elizoller 8606a96
fixes for new classes in newer version of guzzlehttp but still needin…
elizoller 8dc7210
update phpunit.xml?
elizoller 788b570
transform 1 response from preg_match to a boolean
elizoller 6a311c8
reorder crayfish-commons version fix
elizoller 51cd810
code sniffer fixes
elizoller 0ce9b3e
abstract awaying the shared constructor so that phpcpd is happy about…
elizoller 433d033
attempt to reduce shared code in the FedoraAdapterTest
elizoller ce14534
remove unused use statement
elizoller d8e7a2d
code sniffer fixes...not sure how i missed these...
elizoller f6a6f41
remove reliance on branch of crayfish-commons since PR has been merged
elizoller File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
services: | ||
islandora.commands: | ||
class: \Drupal\islandora\Commands\IslandoraCommands | ||
arguments: ['@entity_type.manager', '@current_user', '@account_switcher'] | ||
tags: | ||
- { name: drush.command } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we need to remove this (per the drupal docs as Islandora relies on functionality introduced in 8.7.x (for example as part of this PR, the deprecation of
$context
and addition of$context_definitions
)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@qadan ah i think you're right about context. i don't see anywhere that states that we only support 8.7 and up so before i just want to check with @dannylamb before removing support for that (by removing the
core: 8.x
part)