Jonathan Green
|
4114ca1f63
|
Merge pull request #128 from jmacwilliams/6.x
Islandora now uses a hook to populate the list of xslts for object details display
|
13 years ago |
Jason MacWilliams
|
12e80ef0c4
|
updated docs for hook_object_details_get_available_xslts
|
13 years ago |
Jason MacWilliams
|
95e401ccb8
|
islandora now uses a hook to get a list of available xslts (for xslt view) so other modules can supply more. it also means the path to the xslt has to be from higher than islandora/, i chose the site root for simplicity (it could be the modules folder)
|
13 years ago |
Jonathan Green
|
74f53c7b43
|
Merge pull request #127 from jmacwilliams/6.x
6.x
|
13 years ago |
Jason MacWilliams
|
8428eb2393
|
configured better error detection around a missing xslt file
|
13 years ago |
Jason MacWilliams
|
1872a0f47e
|
moved mods2html file to object_details_xslts/
|
13 years ago |
Jason MacWilliams
|
1b43b3169d
|
fixed xslt paths
|
13 years ago |
Jason MacWilliams
|
8ed4573edd
|
updated object details page
|
13 years ago |
Jonathan Green
|
f9ddf2953d
|
Merge pull request #126 from adam-vessey/6.x
6.x
|
13 years ago |
Adam Vessey
|
61dcfa0d55
|
Merge branch '6.x' of github.com:Islandora/islandora into 6.x
Conflicts:
fedora_repository.module
|
13 years ago |
Adam Vessey
|
694c4039fe
|
Bit safer with labels and minor optimization.
|
13 years ago |
Adam Vessey
|
b14ba233c2
|
Stop setting the title.
|
13 years ago |
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 |
Jonathan Green
|
5918624b91
|
Merge pull request #107 from grf/postgres-fixes
Postgres fixes
|
13 years ago |
Randy Fischer
|
9987434606
|
removed incomplete checklist
|
13 years ago |
Randy Fischer
|
8d44579f69
|
FEDORA_REPOSITORY lower-cased as well - this is only for consistencies' sake
|
13 years ago |
Randy Fischer
|
4bdc234721
|
path requests for Fedora_Repository lowercased - Postgres does case-sensitive matching
|
13 years ago |
Randy Fischer
|
a592be85a9
|
to-do list
|
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 |