Branch:
7.x-1.10
2.x
6.x
6.x-release
7.x
7.x-1.10
7.x-1.11
7.x-1.12
7.x-1.13
7.x-1.3
7.x-1.4
7.x-1.5
7.x-1.6
7.x-1.7
7.x-1.8
7.x-1.9
7.x-2.x
7.x-fedora-4
7.x-release
8.x-1.x
8.x0
953-hocr-media-updated
959-hocr-tiff-performance
959-iiif-performance
959-iiif-width-height-caching
IIIFManifest_speedup
MNPALS-2.x
d9_islandora
hocr_media_redux
improve_error_ms_for_permissions
issue-1870-undefined-index-rel
main
master
master-main-rename
ocr_mime
removing-doxygen-and-jenkins-stuff
rosiel-views-filter
travis-3.7.0
1.0.0
1.1.0
1.1.1
2.0.0
2.0.1
2.1.0
2.1.1
2.10.0
2.11.0
2.12.0
2.2.0
2.2.1
2.3.0
2.4.0
2.4.1
2.4.2
2.4.3
2.4.4
2.4.5
2.5.0
2.5.1
2.6.0
2.6.1
2.6.2
2.7.0
2.7.1
2.8.0
2.8.1
2.8.2
2.8.3
2.9.0
2.9.1
6.x-11.1.0
6.x-11.1.1
6.x-11.3
6.x-11.3.1
6.x-11.3beta1
6.x-11.3beta2
6.x-11.3beta3
6.x-12.1-RC1
6.x-12.1-RC2
6.x-12.1-RC3
6.x-12.1.0
6.x-12.2.0
6.x-12.2.0-RC1
6.x-12.2.0-RC2
6.x-12.2.0-RC3
6.x-12.3.0-RC
6.x-12.3.0-RC1
6.x-13.1
6.x-13.1-RC1
7.x-1.0
7.x-1.1
7.x-1.1-RC1
7.x-1.1-RC2
7.x-1.10
7.x-1.11
7.x-1.12
7.x-1.13
7.x-1.2
7.x-1.2-RC1
7.x-1.2-RC2
7.x-1.3
7.x-1.3-RC1
7.x-1.4
7.x-1.4-RC1
7.x-1.5
7.x-1.5RC
7.x-1.6
7.x-1.6-RC1
7.x-1.7
7.x-1.7-RC2
7.x-1.8
7.x-1.9
8.x-1.1
php5.3-eol
v11.1.0
v11.1.1
v2.6.3
v2.6.4
${ noResults }
1 Commits (7.x-1.10)
Author | SHA1 | Message | Date |
---|---|---|---|
Jonathan Green | ff0ed13e1f |
Added a config for travis-ci
This config will let islandora work with travis-ci. travis more travis This one should work. Test travis with apache. added sudo Added chown Fixed permissions... i hope.w Apache config back to non-apache Another try at a travis config Added some debug output woot Another update Added some debug data to sort out whats up with travis. more debug another More debug Perhaps this will finally work Revert "More debug" This reverts commit 508e993f4b02f7f3c9eb0d978514d0be89abbc78. Revert "another" This reverts commit cbf280eb4ebd22dda90788752787250a0ef71361. Revert "more debug" This reverts commit e6ce86ad77fdb89807c426adaa04a90a9955f343. Revert "Added some debug data to sort out whats up with travis." This reverts commit 5cb8e5b2f5dd20896f501a70167495b42d8f77f4. Holy jumping jesus it works. |
12 years ago |
Nigel Banks | 7ec10d2c11 |
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 |