Jonathan Green
f898f20f59
Merge pull request #257 from nigelgbanks/7.x-system-settings-form-default-value
...
Added function to simplify system settings forms that utilize AJAX.
12 years ago
Nigel Banks
36aec2a94c
Added function to simplify system settings forms that utilize AJAX.
12 years ago
Jonathan Green
6930c09b2d
Merge pull request #255 from willtp87/7.x
...
some datastreams were downloading into
12 years ago
Jonathan Green
8570de3f3b
Merge pull request #256 from nigelgbanks/7.x-default-test-config
...
Updated for changed config value.
12 years ago
Nigel Banks
23c42cb3aa
Updated for changed config value.
12 years ago
William Panting
67308b17d7
some datastreams were downloading into
...
files without extensions
12 years ago
Jonathan Green
18577d628c
Merge pull request #254 from nigelgbanks/7.x-filename-conventions
...
7.x filename conventions
12 years ago
Nigel Banks
01f619b38c
Removing unused image.
12 years ago
Nigel Banks
aa7b52f2ac
File naming conventions.
12 years ago
Jonathan Green
965932fe49
Merge pull request #252 from nigelgbanks/7.x-set-title-for-view-objects
...
Automatically set the title to the object label when viewing objects.
12 years ago
Nigel Banks
f8a98eb31e
Automatically set the title to the object label when viewing objects.
12 years ago
Jonathan Green
dc22e80964
Merge pull request #251 from nigelgbanks/7.x-dir-message
...
Added a helper function for displaying if the given directory exists.
12 years ago
Nigel Banks
370532007a
Added a helper function for displaying if the given directory exists.
...
This can be used in admin setting forms and else where to indicate if the given
directory exists.
12 years ago
Jonathan Green
7996f439fa
Merge pull request #250 from nigelgbanks/7.x-exec-message
...
Added a helper function for displaying if the given executable is access...
12 years ago
Nigel Banks
f4885ae868
Added a helper function for displaying if the given executable is accessible.
...
This can be used in admin setting forms and else where to indicate if the given
executable is availible, and if its version requirements are met.
12 years ago
Jonathan Green
196b46b0cb
Merge pull request #248 from adam-vessey/7.x
...
Basic Entity support.
12 years ago
Jonathan Green
ba0eb5fa0a
Merge pull request #249 from nigelgbanks/7.x-more-policies
...
Added two more policies, not necessarily required for all users.
12 years ago
Adam Vessey
d583e9f870
Basic Entity support.
...
Expose a few fields, which can be substituted in for Tokens
(in Rules).
12 years ago
Nigel Banks
3015117fbb
Added two more policies, not necessarily required for all users.
...
They both allow access to API-M functions to everyone including
anonymous users.
12 years ago
Jonathan Green
e5ae847022
Merge pull request #243 from nigelgbanks/7.x-tuque-wrapper
...
Created hooks and implemented them as part of the tuque wrapper classes.
12 years ago
Nigel Banks
6ab6b11a3a
Merge branch '7.x' into 7.x-tuque-wrapper
...
Conflicts:
islandora.info
12 years ago
ajstanley
6d7cf7e790
Merge pull request #247 from ajstanley/7.x
...
Changed case to conform to standard
12 years ago
Alan Stanley
a9abf13eaf
Changed case ot conform to standard
12 years ago
Alan Stanley
65772a1c41
made viewer callback potentially aware of fedora object being displayed
12 years ago
Jonathan Green
e3404b0e2a
Merge pull request #246 from nigelgbanks/7.x-filename-conventions
...
Follow File Name Conventions
12 years ago
Nigel Banks
eba34eabbb
Follow File Name Conventions
...
File naming conventions now state that all PHP files (except templates) should
be lower-case and use underscores to separate words in a filename.
includes/IslandoraTuque.inc, and includes/IslandoraTuqueWrapper.inc are not
included in this commit as there is another pull request that corrects their
names in place, and we would like to avoid merge conflicts.
12 years ago
Nigel Banks
23f57b21f9
Removing unused ingest registry hook.
12 years ago
Nigel Banks
c2be7aede8
Removing Ignored file.
12 years ago
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