Adam Vessey
c636034d95
Improve relationship management.
...
Can now use some basic typing (int, string) for RDF literals.
13 years ago
Adam Vessey
d2474b9112
Set the title.
13 years ago
Adam Vessey
94c73ff625
Suppress warnings for XSLTs that do not exist for Object Details tab.
13 years ago
Adam Vessey
6370a12bb9
Fix breadcrumbs, so that an entry for the current object is not added.
13 years ago
Adam Vessey
be55312b3e
Clean up renderCollection function.
13 years ago
Adam Vessey
582d735f07
Minor cleanup.
13 years ago
Adam Vessey
3d09a8d69b
Merge branch '6.x' of git://github.com/jmacwilliams/islandora into HEAD
13 years ago
Adam Vessey
3c31229ddc
Merge branch '6.x' of github.com:Islandora/islandora into 6.x
...
Conflicts:
plugins/tagging_form.inc - both introduced slightly different fixes...
13 years ago
Adam Vessey
7b5d3cbee9
Fix move_to_trash function.
13 years ago
Adam Vessey
48c63fad76
Simplify logic in get datastream list and allow multiple pids to be obtained.
13 years ago
Jason MacWilliams
1fcdfbd836
added menu hook so table config works, fixed an incorrect default value, added description to radiogroup
13 years ago
Jason MacWilliams
2e427bb4d1
moved alert message to watchdog and fixed an incorrect default value
13 years ago
Jason MacWilliams
672179a133
remove an erroneous text widget (from development) and completed the table display mode (with configuration)
13 years ago
Jason MacWilliams
a0891d6111
remove 'jason' code guards
13 years ago
Jason MacWilliams
55a355ffce
removed 'jason' code guards
13 years ago
Jason MacWilliams
c05e3dab32
add the mod2html stylesheet for testing transforms
13 years ago
Jason MacWilliams
a88fee9fa9
added core object details code
13 years ago
Jason MacWilliams
6701587fd4
added menu path to load object profile configurations, setup admin page to request all profiles and create a table for user selection
13 years ago
Jason MacWilliams
1c7666842b
invoke custom hooks to retrieve metadata display instead of hard-coding it
13 years ago
Jonathan Green
8f87a48891
Merge pull request #103 from ppound/ISLANDORA-604
...
fix for ISLANDORA 604 and added some defines to FedoraItem.inc
13 years ago
Paul Pound
df42d77c10
fix for ISLANDORA 604 and added some defines to FedoraItem.inc
13 years ago
Jonathan Green
bd573f71b1
Merge pull request #102 from ppound/ISLANDORA-596
...
fixes for tickets ISLANDORA-596 and ISLANDORA-597
13 years ago
Paul Pound
06907b7a86
fixes for tickets ISLANDORA-596 and ISLANDORA-597
13 years ago
Adam Vessey
536c6e58aa
Add missing include.
13 years ago
Adam Vessey
c1615e4875
Use Drupal functions in XSLT to generate URLs.
...
Also, use imagecache_external!
13 years ago
Adam Vessey
8bd4b29e38
Test and add configuration.
13 years ago
Adam Vessey
933d0bc598
Fix stream addition with language prefixes.
13 years ago
Adam Vessey
9a52580ed9
Comment refinement.
13 years ago
Adam Vessey
7749a2f39f
Introduce and use function to render an image.
...
This function tries to make use of imagecache(_external) if it is
avaiable; otherwise, falls back to using theme('image').
13 years ago
Adam Vessey
f674a99b0b
Use url() to build query.
13 years ago
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