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
jonathangreen
d0de6d6b90
Modified solution_packs.inc to return datastreams
...
The table printed by solution_packs.inc used to not mention
which datastreams were modified. We do that now.
We also test the MD5 of the datastream to make sure that it is
actually the same.
12 years ago
Jonathan Green
fdccec3bc3
Merge pull request #219 from nigelgbanks/7.x-load-function-issues
...
Warning no longer displayed when attempting to call islandora_load_objec...
12 years ago
Jonathan Green
b92b71567f
Merge pull request #218 from willtp87/7.x_authentication_tokens
...
better docs, implemented cron to remove expired authentication
12 years ago
William Panting
c6e35cb8b5
better docs, implemented cron to remove expired authentication tokens from the database
12 years ago
Jonathan Green
e3ba5d3075
Merge pull request #217 from willtp87/7.x_authentication_tokens
...
Token authentication.
12 years ago
William Panting
b25d691d8d
more secure, more documented tokens
12 years ago
William Panting
bf3945ecf8
more secure authentication tokens and better docs
12 years ago
William Panting
e1a5a35590
Token authentication.
12 years ago
Jonathan Green
e50206534d
Merge pull request #216 from adam-vessey/7.x
...
Remove old step storage, and force a rebuild
12 years ago
Adam Vessey
2be54344b2
Remove old step storage, and force a rebuild
...
... Was not rebuilding the list of steps before trying to select the
next, so some odd behaviour was occuring--going back to the first step,
due to the current step_id no longer existing.
12 years ago
Nigel Banks
65fd37cbac
Updated require objects hook to use NewFedoraObjects.
12 years ago
Nigel Banks
a330997c63
Solution pack required objects now takes NewFedoraObjects rather than arrays.
12 years ago
Nigel Banks
95bed5254b
Warning no longer displayed when attempting to call islandora_load_object with an existing object in the datastream_load function.
12 years ago
Jonathan Green
acbee01eaf
Merge pull request #215 from adam-vessey/7.x
...
Rebuild list of steps on every request
12 years ago
Adam Vessey
edd8b9eda0
Fix off-by-one error.
12 years ago
Adam Vessey
f93e35fe87
Update documentation.
12 years ago
Adam Vessey
980b7eebda
Rebuild list of steps with every request.
...
... This should allow steps to be added/omitted in a more flexible
manner.
12 years ago
Jonathan Green
ee7df73fe3
Merge pull request #214 from adam-vessey/7.x
...
Revert "Allow form builders to trigger rebuilds."
12 years ago
Adam Vessey
fa27c1af17
Revert "Allow form builders to trigger rebuilds."
...
This reverts commit 7a0efc1230
.
... Rebuilding is/was kinda broken.
12 years ago
Jonathan Green
c3b09c2b97
Merge pull request #212 from nigelgbanks/7.x-autoloading-ajax
...
Auto loading now working with IslandoraTuqueWrapper.
12 years ago
Nigel Banks
5089a562e5
Auto loading now working with IslandoraTuqueWrapper.
12 years ago
Jonathan Green
fb38281565
Merge pull request #211 from adam-vessey/7.x-check-object
...
Check load success before attempting to use objects.
12 years ago
Adam Vessey
951aa2bccb
Check load success before attempting to use objects.
12 years ago
Jonathan Green
9ca39d11fa
Merge pull request #210 from adam-vessey/7.x-ingest-rebuild
...
Allow form builders to trigger rebuilds.
12 years ago
Adam Vessey
7a0efc1230
Allow form builders to trigger rebuilds.
...
Needed to be able to skip a form, that we only know to skip when we
get to the given step. (Currently the case in the islandora_marcxml
module).
12 years ago
Jonathan Green
74f1f13bb0
Merge pull request #209 from nigelgbanks/7.x
...
Fix potential white screen problems with instantiating IslandoraTuque.
12 years ago
Jonathan Green
dd7a09edc9
Merge pull request #203 from nigelgbanks/7.x-ingest
...
7.x ingest
12 years ago
Nigel Banks
aafa625d37
Allow for the connection function to take a user and url much like the connection constructor.
12 years ago
Nigel Banks
b610533cbe
Fix potential white screen problems with instantiating IslandoraTuque.
12 years ago
Nigel Banks
84e5c543f4
Prevent white screen when tuque is not accessible.
12 years ago
Nigel Banks
dd01783050
Prevent hooks from being called multiple times.
12 years ago
Nigel Banks
0274fc6512
Merge pull request #3 from jonathangreen/7.x-ingest
...
7.x ingest
12 years ago
jonathangreen
baa8d6ed58
Make modifications to turn tuque back into a library.
...
Tuque is a library again. And all of the functions are overriden in
islandora for the sake of object loading.
12 years ago
jonathangreen
b25d00a25f
Remove the globals
...
Remove the globals.inc file.
12 years ago
jonathangreen
cf1beabd5c
Updated the wildcard load functions
...
Updated the wildcard load functions to work more like core drupal does, reversing some previous changes.
12 years ago
jonathangreen
391fa9e8f6
Merge branch '7.x-ingest' of git://github.com/nigelgbanks/islandora into 7.x-ingest
12 years ago
Nigel Banks
11c0020a14
Merge pull request #2 from adam-vessey/7.x-ingest
...
7.x ingest
12 years ago
Adam Vessey
cda9f25ae7
Break out acquisition of datastream info.
12 years ago
Adam Vessey
30b8830d33
Merge remote-tracking branch 'upstream/7.x-ingest' into 7.x-ingest
12 years ago