ezoller
1083d928cc
use this instead of Drupal::
4 years ago
ezoller
183b7075b2
fix url method
4 years ago
ezoller
02e2cb22b5
update migration keys -> ids per https://www.drupal.org/node/3060246
4 years ago
Eli Zoller
5b08b765cb
some of these urls are necessary as strings
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
d4a51bebe2
more deprecations with upgrade_status 3.x version and more phpcs fixes
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
1e3dbaeef3
phpcs fixes
4 years ago
elizoller
3b23a864fd
update info files
4 years ago
elizoller
8eb7deec4c
fix dependency injection
4 years ago
elizoller
c44b957eae
update messenger for d9
4 years ago
Alan Stanley
a3d7a55bdf
coder_fixes ( #797 )
...
Co-authored-by: ajstanley <alanjarlathstanle@gmail.com>
4 years ago
Alan Stanley
ad05b37d08
Media multifile ( #756 )
...
* Syntax
* Formatting
* Adds files to existing media
* added dir creation
* added dependency
* added dependency
* pulled install
* coder stuff
* implicit schema
* added delete Action
* coder
* altered delete function
* Update composer.json
* Update islandora.info.yml
* Update AbstractGenerateDerivativeMediaFile.php
* Update composer.json
* Update composer.json
* Update MediaSourceHasMimetype.php
double semi colon
Co-authored-by: Alan Stanley <astanley@upei.ca>
Co-authored-by: Alan Stanley <alan@agile.humanities.ca>
4 years ago
Seth Shaw
c4c602a9c9
add deleting node to test
4 years ago
Seth Shaw
3d2eb69736
remove requirement for a value in the configured reference field (for collections)
4 years ago
dannylamb
8ff6112045
coding standards and removing dsm
4 years ago
dannylamb
22134df96f
Handling case where IIIF manifest generation fails if cantaloupe is down
4 years ago
Seth Shaw
bfab343d32
verify entity before walking breadcrumb ( #786 )
4 years ago
J Hunt
a51db93ec1
#1534 Change config permission to 'administer site configuration' ( #780 )
...
Co-authored-by: Jonathan Hunt <git@huntdesign.co.nz>
4 years ago
dannylamb
82f3b006c3
Update field.field.media.extracted_text.field_mime_type.yml
5 years ago
dannylamb
3c969bf14f
Revert "update field_edited_text when different from the file contents ( #769 )" ( #770 )
...
This reverts commit 163a621bc4
.
5 years ago
Seth Shaw
163a621bc4
update field_edited_text when different from the file contents ( #769 )
5 years ago
dannylamb
8b7caa9e8c
Fixes JSONLD endpoint fail for Extracted Text ( #768 )
...
* wrapping string in array for case where there's no rdf mapping
* Adding rdf mapping for extracted text
5 years ago
dannylamb
029bbcfe5d
Reindexing parents of extracted text when updated ( #767 )
5 years ago
dannylamb
e9bea0d697
Using context_definitions annotation instead of the deprecated contex… ( #764 )
5 years ago
Seth Shaw
1b2ab9e76f
save document media files to fedora by default ( #765 )
5 years ago
Seth Shaw
f5d98ab709
add Home link to breadcrumbs ( #759 )
5 years ago
dannylamb
20477e814a
Add submodules to CI testing ( #749 )
...
* Add submodules to CI testing
* Forgot a quote
* Fixing tests
5 years ago
dannylamb
79f2812711
Responding to review
5 years ago
dannylamb
f8d339ed47
Linking to Alpaca in READMEs
5 years ago
dannylamb
8f7f6bed4a
Full submodule audit
5 years ago
dannylamb
a9497941a8
More CLAWditing
5 years ago
dannylamb
cc21297c0b
De-CLAWing
5 years ago
Seth Shaw
f59ee71fc3
add dependency on islandora_core_feature
5 years ago
Seth Shaw
e647684e43
remove field_permissions dependency
5 years ago
Seth Shaw
b542c0ef49
add field_original_name
5 years ago
Yamil
d09f2326dd
Ran Aspell CLI spell checker ( #178 )
...
I used an Aspell "word list" based on the "word list" from the ISLE repo found
here...
https://raw.githubusercontent.com/Islandora-Collaboration-Group/ISLE/master/.aspell.en.pws
5 years ago
dannylamb
9c65bfc155
Moving half the config over to islandora_defaults to remove that tric… ( #173 )
...
* Moving half the config over to islandora_defaults to remove that tricky dependency
* Putting in the handling of null weights that got lost in the shuffle
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
Seth Shaw
1fbda7b4ce
Enable islandora_core_feature on Travis builds ( #170 )
...
* Update .travis.yml
* enable all the submodules
* pull in upstream
* remove unnecessary field_permissions dependency
* simplify enabling submodules
5 years ago
Seth Shaw
fdd2b33b4d
remove field_permissions dependency ( #169 )
5 years ago
dannylamb
5453b10ad9
Text extraction ( #163 )
5 years ago
Seth Shaw
38a13c179f
change 'Members' in UI to 'Children' ( #168 )
5 years ago
Joe Corall
d16e49748a
IIIF Presentation API Validator ( #166 )
...
* Add a manifest label, and width/height of image per https://iiif.io/api/presentation/validator/service/
* try fetching image metadata from IIIF before using Drupal's settings
* Move $mime_type into scope
5 years ago
Joe Corall
eb0014da4d
Allow for multiple fields to be selected ( #165 )
5 years ago
Joe Corall
a00573f3ed
Initial implementation of a REST Export serializer for IIIF Manifests ( #157 )
...
* Initial implementation of a REST Export serializer for IIIF Manifests
* Coding standards
* Pass full URL to IIIF
* Basic implementation of manifest per https://iiif.io/api/presentation/2.1/#manifest
* Remove unused variable
* Remove dependency for OSD, add config variable for IIIF server
* Update settings.yml
* Fix key name
* fix schema/settings issue
* Broaden approach of discovering file/image fields
5 years ago
Jared Whiklo
f301c833cf
Define a filesize attribute to be persisted ( #156 )
5 years ago
Seth Shaw
5888d45b41
Fix Breadcrumb error when viewing node tab: Issue 1238 ( #155 )
...
* Fix applies when viewing a node's tab
* remove logging message used during dev
* clarify note about getRawParameters
* update build to use getRawParameters
* use dependency injection for node storage
* TRAVIS!
5 years ago