Alan Stanley
5a77c93b38
changed menu type
11 years ago
MorganDawe
81cc6be977
Removed console log function and reference to old view object permission.
11 years ago
MorganDawe
76e09b2471
Fixed Menu path conflicts with printing dc_data and clipping large image and newspaper.
11 years ago
MorganDawe
b002191085
Added the previously removed print callback, as it was required by another module and was breaking clipping.
11 years ago
Alan Stanley
f478feabb4
refactored form logic
11 years ago
Christian Selig
962f7f46d9
Removed unnecessary newlines.
11 years ago
Christian Selig
798312bedb
Added ability to revert to previous versions of datastreams.
11 years ago
Alan Stanley
1228a6da6b
added constants, redefined menu path
11 years ago
Alan Stanley
95333c2534
added management of deleted files
11 years ago
Christian Selig
2dac96d312
Fixed link to print image not being formed correctly.
11 years ago
Christian Selig
9a985d1d02
Removed prefixed slashes that caused links to break.
11 years ago
Adam Vessey
febd3a3fee
Carry through changes.
11 years ago
Jordan Dukart
82da5d74ff
Restructuring to the derivate process, documentation, more tests.
11 years ago
Jordan Dukart
5bafbd8151
Updated with tests.
11 years ago
jonathangreen
cc1e4138fd
Fixed bug in audio/video solution pack
...
We were implicitly passing the extra datastream version paramerter
in the islandora video solution pack because we were going to the
url: islandora/object/pid/datastream/MP3/view/name.mp3 and because
the datastream view fucntion now took an extra parameter this was
getting implicitly passed on. So we would try to download version
name.mp3. This makes sure that it won't happen.
11 years ago
MorganDawe
0f4a02b7f0
After consulting my coworkers, i have remoted the previous print preview menu callback in favor of the new print callback i have implemented.
11 years ago
MorganDawe
86431678d0
Corrected duplicate menu access path in core.
11 years ago
Jordan Dukart
b482b40530
Initial commit for feedback.
11 years ago
MorganDawe
735cdca6da
Travis build was failing, added menu callbacks back into core.
11 years ago
MorganDawe
1bf6024431
Updated via code review feedback.
11 years ago
MorganDawe
dffb15526d
Updated via code review feedback.
11 years ago
William Panting
d7645ce1e7
not bubling permissions
11 years ago
jonathangreen
7afc0093e7
Added datastream versions forms.
...
This commit allows users with the correct permissions to see
all the previous versions of a datastream. It also allows
the user to see the contents of old datastreams and delete
versions of the previous datastreams.
11 years ago
MorganDawe
7a2984bb77
Removed the alter hook, and implemented a generic printer hook to move more printer functionality to the solution packs.
11 years ago
MorganDawe
4c16e6af1d
Added the ability to print dc info and images for basic image, large image and pdf solution packs.
11 years ago
Adam Vessey
cde90385b2
Fix code standard issues.
12 years ago
Adam Vessey
e6fe099478
Carry through through the function rename.
...
Also, be sure to call the transformer function after the alter, just in case
a modules adds in another value in the manner it used to use 'em.
12 years ago
Adam Vessey
69216abc81
Use renderable arrays instead of the array of strings we used to.
...
... Arrays of strings are still supported... Just not encouraged.
12 years ago
jonathangreen
13967dd4a5
Updated islandora to include datastream history page
12 years ago
Adam Vessey
5884812486
Fix hook implementation.
...
... Function was name inappropriately... Herp derp.
12 years ago
Adam Vessey
0f00f43f99
Fix function comment (parsing)...
12 years ago
Adam Vessey
acc142b8d9
Implement basic collection filter hook for namespaces.
12 years ago
phil
a99cce882f
added title callback to change the drupal title
12 years ago
Adam Vessey
09e9785ecf
Add filter_xss() to trigger_error() calls...
...
Hurray coder! :P
12 years ago
Adam Vessey
fa34498130
Themify datastream link creation.
12 years ago
Adam Vessey
7aa1151001
Deprecate old and use new functions.
12 years ago
Adam Vessey
6f9b7b877a
Get rid of non-strict policy enforcement.
12 years ago
Adam Vessey
daa1501292
Change initial variable name.
12 years ago
Adam Vessey
6384036901
Squash ddebug_backtrace().
12 years ago
Adam Vessey
54bee2e233
Return the final result from the permission anonymous functions.
...
... Was missing... Also, the handling of an empty array of permissions
was happening only implicitly.
12 years ago
Adam Vessey
b1479d5af7
Revert "Pass the content models..."
...
This reverts commit 2a654d6e837c4c8809d22b99bed731c1dc847e70...
The content models weren't needed or used... Messed up matching braces in
my head.
Conflicts:
islandora.module
12 years ago
Adam Vessey
bb635ccbcd
The namespace check is handled via the hooked access callback.
12 years ago
Adam Vessey
2a654d6e83
Pass the content models...
12 years ago
Adam Vessey
594adab668
Pass the user along as we should.
12 years ago
Adam Vessey
ef4a0fe021
Use the hooked access callback in place of the any/all cases.
...
Leaving the functions called in place, in the case that they're called
elsewhere.
12 years ago
Adam Vessey
70333d8783
Add the strict access flag.
12 years ago
Adam Vessey
a8f13b0a46
Add access checks.
12 years ago
Adam Vessey
9459899105
Add hook_islandora_datastream_access()...
...
... Also, start using our new access functions in a few places.
12 years ago
Adam Vessey
f0a52f2bda
Initial implementation of the hooked access callback...
...
... Now have to make it get used everywhere.
12 years ago
Nelson Hart
44792a0b09
another approach to getting the breadcrumb to display the link title
12 years ago