Nigel Banks
12cce15665
Updated documentation to use the list style instead of @code sections.
12 years ago
Nigel Banks
60e17fd1c1
Gets autoloaded now.
12 years ago
Nigel Banks
145f1ad000
islandora_tuque.inc gets autoloaded now.
12 years ago
Jonathan Green
2c5f8b8b87
Merge pull request #244 from jordandukart/7.x
...
Change so that we can pass through and use URIs in additional to the ori...
12 years ago
Jordan Dukart
7f452454d5
Change so that we can pass through and use URIs in additional to the original functionality.
12 years ago
Nigel Banks
23b9e30dc2
Removing debug code.
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
Jonathan Green
feca3291e1
Merge pull request #237 from nhart/7.x
...
update file path for this (pull request?) 90a624621fce1d99c67f96fb236a5d...
12 years ago
Jonathan Green
fe12defee4
Merge pull request #235 from jonathangreen/7.x-test-tokens
...
7.x test tokens
12 years ago
jonathangreen
2cad3a18b2
Fixed some bugs in authtokens.
12 years ago
Jonathan Green
5716944b51
Merge pull request #234 from nigelgbanks/7.x-fix-missing-icon-when-no-clean-urls
...
7.x fix missing icon when no clean urls
12 years ago
Nigel Banks
90a624621f
Follow file naming/placement conventions
12 years ago
Nigel Banks
65764f0e75
Standards compliance.
12 years ago
Nigel Banks
59b1ace0cb
Display admin form status icons when clean urls are off.
...
The icon for the status of the repository was not displaying when clean urls
was turned off. Image files can't be referenced with through the query "q"
paramter.
12 years ago
nhart
d9e9431660
dublin core coder review, drupal access callback with islandora token failover for accessing datastreams
12 years ago
Daniel Lamb
159f64c519
Reworked split FEDORA_VIEW permissions based on convo with David. Now it's FEDORA_VIEW_OBJECTS and FEDORA_MANAGE_DATASTREAMS
12 years ago
nhart
d635327938
update file path for this (pull request?) 90a624621f
12 years ago
Daniel Lamb
64273d3370
Merge branch '7.x' of https://github.com/Islandora/islandora into 7.x
12 years ago
Jonathan Green
9e3ef60e21
Merge pull request #232 from jonathangreen/7.x
...
Updated README to include the XACML policies
12 years ago
jonathangreen
3ed1bd1dba
Updated README to include the XACML policies
...
Included the necessary XACML policies in the repository. Added
information about them to the README.
12 years ago
Daniel Lamb
04f4b5d680
Merge branch '7.x' of https://github.com/daniel-dgi/islandora into 7.x
12 years ago
Daniel Lamb
8787cb53db
Merge branch '7.x' of https://github.com/Islandora/islandora into 7.x
12 years ago
Kris Bulman
4ce3a51444
Merge branch '7.x' of https://github.com/Islandora/islandora into 7.x
12 years ago
Kris Bulman
12f9c81e28
Broke apart permissions to view objects and datastreams. They are now two seperate permissions. Got rid of permission to view management tabs, as these are now displayed only if the user has appropriate permissions to use the tabs.
12 years ago
Jonathan Green
f657adcadf
Merge pull request #230 from nigelgbanks/7.x-allow-viewers-based-on-content-type
...
7.x allow viewers based on content type
12 years ago
Jonathan Green
082adc1b6a
Merge pull request #229 from nigelgbanks/7.x-decode-pid-from-url-on-object-load
...
Decode the pid when retrieved from the url as it may be encoded, which c...
12 years ago
Nigel Banks
777dab1511
Parameters documented for viewer functions.
12 years ago
Nigel Banks
f2bec4baab
Updated function header.
12 years ago
Nigel Banks
1a49cd3e6b
Merge branch '7.x' into 7.x-allow-viewers-based-on-content-type
12 years ago
Nigel Banks
96a4eb6279
Decode the pid when retrieved from the url as it may be encoded, which causes problems with tuque.
12 years ago
Nigel Banks
fdce0c6e8b
Merge branch '7.x' into 7.x-allow-viewers-based-on-content-type
12 years ago
Jonathan Green
9e965936e7
Merge pull request #228 from nigelgbanks/7.x-remove-direct-instantiation-of-tuque-objects
...
Fixed namespace problem caused by previous commit
12 years ago
Nigel Banks
8680f911c9
Fixed namespace problem caused by previous commit
12 years ago
Jonathan Green
ca227d118b
Merge pull request #227 from nigelgbanks/7.x-remove-direct-instantiation-of-tuque-objects
...
Removed instantiation of NewFedoraObject.
12 years ago
Nigel Banks
252cc44a72
Removed instantiation of NewFedoraObject.
12 years ago
Jonathan Green
7fafe82388
Merge pull request #226 from adam-vessey/7.x
...
Avoid creating a temp file
12 years ago
Adam Vessey
cf63033f79
Avoid creating a temp file
12 years ago
Jonathan Green
0d2898ed06
Merge pull request #225 from dwilcox/7.x
...
Changed object management permissions
12 years ago
Jonathan Green
ed0a7e6f3a
Merge pull request #224 from nhart/7.x
...
catch bad dc.. or qdc elements
12 years ago
David Wilcox
c3519035bf
Changed object management permissions
...
Changed 'FEDORA_MODIFY_STATE' to 'FEDORA_MANAGE_PROPERTIES' and fixed
'View object management tabs' permission to correctly depend on
'FEDORA_MANAGE'.
12 years ago
Nigel Banks
41f1737d9b
Viewers can be defined by content type as well, for aggregate objects such as books.
12 years ago
Kris Bulman
e8a450e346
catch bad dc.. or qdc
12 years ago
Jonathan Green
8b04ef9b7c
Merge pull request #223 from adam-vessey/7.x
...
Allow for altering of the configuration in submit handlers.
12 years ago
Adam Vessey
7a7b0fd1ba
Merge branch '7.x' of git://github.com/Islandora/islandora into 7.x
12 years ago
Adam Vessey
83d30bae66
Squash dsm() and line of commented out code.
12 years ago
Adam Vessey
eb1a315af1
Allow for altering of the configuration in submit handlers.
12 years ago
Jonathan Green
ddd584ec44
Merge pull request #222 from willtp87/7.x
...
islandora_check_object_status now handling Fedora's whitespacing
12 years ago
William Panting
6c0a918291
islandora_check_object_status now handling Fedora's whitespacing
12 years ago
Jonathan Green
5ccd983968
Merge pull request #221 from jonathangreen/7.x-solution-pack-required-objects-relationships
...
7.x solution pack required objects relationships
12 years ago
jonathangreen
c0256f1d5e
Merge branch '7.x' of github.com:Islandora/islandora into 7.x-solution-pack-required-objects-relationships
...
Conflicts:
islandora.module
12 years ago