Adam Vessey
830b597c4a
Add parameter to suppress error messages on get_datastream
13 years ago
Adam Vessey
1314b0992b
Merge branch '6.x-merged' of github.com:adam-vessey/islandora into 6.x
...
Conflicts:
CollectionClass.inc
ObjectHelper.inc
13 years ago
Adam Vessey
2d1e6409ca
Add usage of imagecache_external, if available.
13 years ago
Adam Vessey
1463c78a38
Improve code documentation.
13 years ago
Adam Vessey
828c6965f7
Use hook_islandora_tabs_alter() to ensure that fedora_object_details tab remains selected.
13 years ago
Adam Vessey
67bd855852
Introduce hook_islandora_tabs_alter().
...
Called just before return of drupal_render()'d markup. Passed the
tabset and associative array of the parameters with which
hook_islandora_tabs() was called; that is:
array(
'content_models' => {an array of ContentModel objects},
'pid' => {the PID of the object being rendered},
'page' => {the page of the object to be displayed},
)
13 years ago
Adam Vessey
f51cdfe115
Use hook_islandora_tabs() to add ALL the tabs.
...
... Including those provided by islandora proper.
13 years ago
Adam Vessey
6d6342c269
Truncate titles for regular display to 60 character +/- a word.
...
Should make the length an actual configurable value... Shouldn't be hard, though.
13 years ago
Adam Vessey
c01495947a
Add the page parameter to the islandora_tabs hook call.
...
... Facilitates implementation of equivalent functionality, where
the object was instantiated with the PID, and then the page was
passed to the method declared in your ISLANDORACM stream.
13 years ago
Adam Vessey
ee4427910b
Extract Drupal collection view assembly into separate function.
...
Hurray for enabling code reuse!
13 years ago
Adam Vessey
0d6c34e10f
Avoid warning/error when file does not exist.
13 years ago
Adam Vessey
1068dbde0a
Add comments and rename XSLT so it is not used by default...
...
The XSLT will still be used if it is present, though.
13 years ago
Adam Vessey
d44aca62d1
Format XSLT and pass parameters.
13 years ago
Adam Vessey
373c390a87
Try to use covertQDC.xsl before using the Drupal's table generating business.
13 years ago
Adam Vessey
948bba9827
Generate the download form.
...
... As opposed to spitting out markup for it directly.
13 years ago
Adam Vessey
c76891ff25
Use Sparql query for breadcrumbs.
13 years ago
Adam Vessey
b609a8fd5c
Make control group selection optional.
13 years ago
Adam Vessey
c3ccdec4b6
Allow the addition of Redirect and External datastreams.
13 years ago
Adam Vessey
842b8b5a31
Get the extension without exploding.
13 years ago
Adam Vessey
fe7628559f
Use wrapping modify_datastream wrapper in replace datastream callback.
13 years ago
Adam Vessey
2d9c55fc5d
Make a little closed to convertQDC.xsl
13 years ago
Adam Vessey
48c1551533
Fix Headers for FlowPlayer
...
FlowPlayer requires the "Content-Length" header to be returned in order to work properly,
but it wasn't getting returned in the header when a user was not logged in.
A slight change to the semantics, and opening up of the getDatastream API-M method via
XACML seems to work.
13 years ago
Adam Vessey
61204b9168
Fix datastream replacement errors.
13 years ago
Adam Vessey
c7e05f4c30
Improve code documentation.
13 years ago
Adam Vessey
73c55ca3ca
Use hook_islandora_tabs_alter() to ensure that fedora_object_details tab remains selected.
13 years ago
Adam Vessey
83cd4b871a
Introduce hook_islandora_tabs_alter().
...
Called just before return of drupal_render()'d markup. Passed the
tabset and associative array of the parameters with which
hook_islandora_tabs() was called; that is:
array(
'content_models' => {an array of ContentModel objects},
'pid' => {the PID of the object being rendered},
'page' => {the page of the object to be displayed},
)
13 years ago
Adam Vessey
ee2b6a9588
Use hook_islandora_tabs() to add ALL the tabs.
...
... Including those provided by islandora proper.
13 years ago
Adam Vessey
d2b0a11a7a
Truncate titles for regular display to 60 character +/- a word.
...
Should make the length an actual configurable value... Shouldn't be hard, though.
13 years ago
Adam Vessey
5714ef776f
Merge branch '6.x' of github.com:adam-vessey/islandora into 6.x
13 years ago
Adam Vessey
ee2477df91
Add the page parameter to the islandora_tabs hook call.
...
... Facilitates implementation of equivalent functionality, where
the object was instantiated with the PID, and then the page was
passed to the method declared in your ISLANDORACM stream.
13 years ago
Adam Vessey
5655a5170b
Extract Drupal collection view assembly into separate function.
...
Hurray for enabling code reuse!
13 years ago
Adam Vessey
6d57165be0
Avoid warning/error when file does not exist.
13 years ago
Adam Vessey
01c5a4736f
Fix error in CollectionClass.
...
Was able to instantiate without a PID, which would mean that the
'collectionObject' object helper would not get created... Blargh.
13 years ago
Adam Vessey
47d85f6a6f
Add comments and rename XSLT so it is not used by default...
...
The XSLT will still be used if it is present, though.
13 years ago
Adam Vessey
7645a7b438
Format XSLT and pass parameters.
13 years ago
Adam Vessey
1460b8e5ce
Fix error.
13 years ago
Adam Vessey
2ac5ad45c7
Try to use covertQDC.xsl before using the Drupal's table generating business.
13 years ago
Adam Vessey
27d6c763ff
Fix syntax error.
13 years ago
Adam Vessey
62e43518da
Merge branch '6.x' of github.com:adam-vessey/islandora into 6.x
...
Conflicts:
ObjectHelper.inc
13 years ago
Adam Vessey
08545aa194
Fix error message.
...
Was using wrong variable name.
13 years ago
Adam Vessey
278afdf4d8
Fix syntax error involving reference.
13 years ago
Adam Vessey
6006effbb3
Make a little closed to convertQDC.xsl
13 years ago
Adam Vessey
27fdb97f2d
Merge branch '6.x' of github.com:Islandora/islandora into 6.x
...
Conflicts:
ObjectHelper.inc - fix content size acquisition
13 years ago
Adam Vessey
3696cab9ea
Generate the download form.
...
... As opposed to spitting out markup for it directly.
13 years ago
Adam Vessey
5b3fe1ef76
Use Sparql query for breadcrumbs.
13 years ago
Adam Vessey
132248951d
Fix error when label contains an extension.
...
Error intro'd during datastream replace 'improvements'.
13 years ago
Adam Vessey
7bc755f231
Make control group selection optional.
13 years ago
Adam Vessey
8cfdc902ab
Fix issue with downloading versioned datastreams.
...
Had to do with migration to use of newer REST API; it takes the version
parameter differently, as a query parameter instead of a position in the
URL.
13 years ago
Adam Vessey
01ac63a3d9
Allow the addition of Redirect and External datastreams.
13 years ago
Adam Vessey
fa77552e57
Get the extension without exploding.
13 years ago