elizoller
433d033f72
attempt to reduce shared code in the FedoraAdapterTest
4 years ago
elizoller
51cd810cca
code sniffer fixes
4 years ago
ezoller
788b57047a
transform 1 response from preg_match to a boolean
4 years ago
ezoller
8606a96662
fixes for new classes in newer version of guzzlehttp but still needing to support old methods
4 years ago
ezoller
985f7789c3
fix geminiclient tests
4 years ago
ezoller
b713f4c996
update test module info file
4 years ago
Eli Zoller
5b08b765cb
some of these urls are necessary as strings
4 years ago
Eli Zoller
3172f9f55f
more code sniffer fixes
4 years ago
Eli Zoller
ec648e6e15
replace more url() -> toUrl() and remove unused variables
4 years ago
Eli Zoller
de4fcbb00c
codesniffer fixes - dependencies must be prefixed with drupal: and missing variable doc comments
4 years ago
Eli Zoller
8ed7611db2
fix deprecations in tests
4 years ago
Eli Zoller
b2e71084c7
add defaultTheme per https://www.drupal.org/node/3083055
4 years ago
Eli Zoller
1ed788a6e8
phpcs fixes and using dependency injection
4 years ago
Eli Zoller
bb09637449
properly use StringTranslationTrait
4 years ago
Eli Zoller
94c1931382
fix toUrl method
4 years ago
Eli Zoller
1e3dbaeef3
phpcs fixes
4 years ago
Eli Zoller
3bb741f9d7
fix test
4 years ago
Eli Zoller
96b496a360
fix deprecations in tests
4 years ago
elizoller
406a75d4a9
stream_for updates for d9
4 years ago
Jared Whiklo
174cd0f0c9
Switch to using PHPUnit directly and splitting into testsuites. ( #805 )
4 years ago
Alan Stanley
a3d7a55bdf
coder_fixes ( #797 )
...
Co-authored-by: ajstanley <alanjarlathstanle@gmail.com>
4 years ago
Rosie Le Faive
26f8cfb7ef
Remove swp files.
4 years ago
Rosie Le Faive
5ade4bf5dc
Use new title in test. Document that strings allowed.
4 years ago
elizoller
316917a12c
improve header check in the case that it fails and update tests since they now make another fedora call
4 years ago
qadan
0719944549
dont mind me just sprinkling semicolons everywhere
4 years ago
qadan
65bea6b0e7
update tests
4 years ago
Jared Whiklo
bbcd28ccb5
Validate JWT expiry ( #776 )
...
* Validate JWT expiry
* Fixing bad merge conflict from Github UI
* whitespace
Co-authored-by: dannylamb <dlamb@islandora.ca>
5 years ago
dannylamb
7b24912fd3
Renames `entity_bundle` to `islandora_entity_bundle` to avoid name collision ( #772 )
...
* #1470 Move entity_bundle context plugin to islandora_entity_bundle to avoid ctools
* Update hook
* Update EntityBundleTest.php
* Coding standards
* Touching up tests
* plugin.manager.condition, not plugin.manager.context...
Co-authored-by: Jonathan Hunt <git@huntdesign.co.nz>
5 years ago
B. Seeger
82097d5307
Adds prefix for dcterms to module ( #757 )
...
fixes: https://github.com/Islandora/documentation/issues/1412
5 years ago
dannylamb
b8abc327b0
Adding OR logic to NodeHasTerm and ilk
5 years ago
dannylamb
b553f2cd2b
Jsonld alter caching ( #747 )
...
* Invalidating cache appropriately when context that affect jsonld change
* Tests, coding standards
5 years ago
dannylamb
1e0b98e50a
Drupal uri predicate ( #729 )
...
* Switch the label and summary of contextReaction map_uri_predicate.
* Switch config form to Self-reference predicate.
* Rename files to JsonldSelfReference... .
* Coding standards.
5 years ago
Seth Shaw
d45f948017
Integer-based weight drag-n-drop (Issue 1262) ( #171 )
...
* add integer_weight_selector
* test integer weight drag-n-drop
* move reorder_children view to core
5 years ago
dannylamb
e0d70b6059
Allowing NodeHasTerm to check for multiple tags using AND logic ( #167 )
5 years ago
dannylamb
310481be34
Remove duplicate media delete action ( #153 )
...
* Removing duplicate delete media action
* Torching test
* Update hook
* Coding standards
6 years ago
dannylamb
9af957f4e3
Refactoring URL generation into util functions ( #144 )
...
* Refactoring URL generation into util functions
* Coding standards
* Ignoring schema errors on media.settings in functional tests
* Missed tests in submodules
6 years ago
dannylamb
28c74495c8
Adding describes url to messages and enforcing language neutrality in a few more places.
6 years ago
dannylamb
578ab47fd9
Forcing urls in event messages to be language neutral as well ( #141 )
6 years ago
Jared Whiklo
ba806fd719
Switch @value to @id ( #140 )
6 years ago
dannylamb
b250b01a4e
Revert "Simpler upload form to link media and node in one shot" ( #139 )
...
* Revert "Simpler upload form to link media and node in one shot (#135 )"
This reverts commit 845efd3520
.
* Coder
6 years ago
dannylamb
8e02b05b7a
Swapping file and media urls in jsonld ( #136 )
6 years ago
dannylamb
845efd3520
Simpler upload form to link media and node in one shot ( #135 )
6 years ago
dannylamb
b4b8fe1e12
Media Fedora Uri Pseudo-Fields ( #126 )
...
* Getting media fedora uris in the pseudo field as well
* Same tests, less code
6 years ago
dannylamb
43b971cdf6
Slideshow image formatter ( #127 )
...
* Custom image formatter with URL to node instead of media
* Tests
6 years ago
Jared Whiklo
a82f80f3ea
Display Fedora URI in Drupal ( #124 )
...
* Make a pseudo field we can use
* coder
* Fix config and coder for root level
* Default to empty array
* Add tests and clean up some deprecations
* Form validation of Gemini URI before bundle selection.
* Coder
* Add functional test for Islandora Settings
6 years ago
Seth Shaw
57070658ac
Add tests for the `EntityBundle` and `JsonldAlterTypeReaction` plugins (Issue 992) ( #110 )
...
* EntityBundleTest WIP
* don't use route parameters to identify entity
* give taxonomy permissions and fix 'Hello World!' NOT in output
* WIP JsonldTypeAlterReactionTest
* working JsonldTypeAlterReactionTest
- remove buggy FieldUiTestTrait
- use schema:Organization for test predicate
- remove commented-out code
- add assertTrue for successful @type modification
* restore media type comment
6 years ago
Jared Whiklo
4ce5e44c29
Make derivative Drupal media type configurable ( #106 )
...
* Make derivative media type configurable
* Unset parameter or Alpaca vomits
* Coder
* More coder
6 years ago
Jared Whiklo
4ba1816ed9
Abstract derivative events and bring image/video in-house ( #103 )
...
* Make image, video as submodules
* Fix branch names and Travis pointers
* Deduplicate test code
* Return the account
* Make queue configurable
Remove extraneous CONTRIBUTING.md and composer.json
6 years ago
Jared Whiklo
9e42c33f6c
Use standard JWT claims ( #84 )
...
* Alter JWT claims to use standard ones.
* Clean up deprecated methods/traits.
* missing space after a comma
* Serves me right for being proactive.
6 years ago
Jared Whiklo
2b3418e0fa
Delete tombstone if it exists ( #97 )
...
* Delete tombstone if it exists
* Coding standards
6 years ago