This website works better with JavaScript.
Explore
Help
Sign In
Code
/
islandora
Watch
7
Star
0
Fork
You've already forked islandora
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
Drupal modules for browsing and managing Fedora-based digital repositories.
islandora
islandora-legacy
808
Commits
37
Branches
80
Tags
23 MiB
Tree:
926fd23f55
islandora
/
.gitignore
3 lines
48 B
Raw
Normal View
History
Unescape
Escape
Added gitignore
13 years ago
cache.properties
Added license for gnu gpl 3, and ignored .DS_Store files.
12 years ago
.DS_Store
Created hooks and implemented them as part of the tuque wrapper classes. hook_islandora_object_alter(AbstractFedoraObject $object, array &$context) hook_CMODEL_PID_islandora_object_alter(AbstractFedoraObject $object, array &$context) hook_islandora_datastream_alter(AbstractFedoraObject $object, AbstractFedoraDatastream $datastream, array &$context) hook_CMODEL_PID_DSID_islandora_datastream_altezr(AbstractFedoraObject $object, AbstractFedoraDatastream $datastream, array &$context) hook_islandora_object_ingested(FedoraObject $object) hook_CMODEL_PID_islandora_object_ingested(FedoraObject $object) hook_islandora_object_modified(FedoraObject $object) hook_CMODEL_PID_islandora_object_modified(FedoraObject $object) hook_islandora_object_purged($pid) hook_CMODEL_PID_islandora_object_purged($pid) hook_islandora_datastream_ingested(FedoraObject $object, FedoraDatastream $datastream) hook_CMODEL_PID_DSID_islandora_datastream_ingested(FedoraObject $object, FedoraDatastream $datastream) hook_islandora_datastream_modified(FedoraObject $object, FedoraDatastream $datastream) hook_CMODEL_PID_islandora_datastream_modified(FedoraObject $object, FedoraDatastream $datastream) hook_islandora_datastream_purged(FedoraObject $object, $dsid) hook_CMODEL_PID_islandora_datastream_purged(FedoraObject $object, $dsid) Also updated the testing scripts to support different configurations, as well wrote tests for all the implemented hooks. This requires the latest version of Tuque so be sure to update.
12 years ago
tests/test_config.ini