Jordan Dukart
6f59b764cc
Added xslt extension to MimeClass.inc
13 years ago
Adam Vessey
1f30a3ded1
Merge branch '6.x' of git://github.com/Islandora/islandora into 6.x
13 years ago
Adam Vessey
efbd0da51e
Refine "Object Details" handling.
...
- Allow "form" structure to be returned by the hook call in
addition to markup.
- Fix permissions.
13 years ago
Jonathan Green
d30efed3be
Merge pull request #140 from jmacwilliams/6.x
...
islandora now calls out to modules to alter the collection query
13 years ago
Jason MacWilliams
530d5a3aca
added notes to reverse iterator in purge_relationships
13 years ago
Jason MacWilliams
845c33964a
updated purge_datastream to iterate backwards through the rels elements instead of forward so it can correctly remove all of them
13 years ago
Jason MacWilliams
21a6fd1aee
updated getCollectionQuery to call out an alter for other modules to update the query (specifically for the xacml module, but others could alter as well)
13 years ago
Jonathan Green
7c9aefc8ec
Merge pull request #139 from willtp87/ISLANDORA-581
...
ISLANDORA-581 On content model trigered tabs we use module_exists to ver...
13 years ago
William Panting
8c3da4569a
ISLANDORA-581 On content model trigered tabs we use module_exists to verify if a module is present and enabled before calling code. We also use module_load_include instead of including directly.
13 years ago
Alan Stanley
3d226bec86
Merge branch '6.x' of https://github.com/Islandora/islandora into 6.x
13 years ago
Jonathan Green
1fa2f2a3ae
Merge pull request #138 from adam-vessey/6.x
...
6.x
13 years ago
Adam Vessey
ac0cfab95c
Merge branch '6.x' of github.com:adam-vessey/islandora into 6.x
13 years ago
Adam Vessey
0b8ef2ecd9
Fixed where I missed avoiding the page cache for datastreams.
13 years ago
Jonathan Green
72630f1462
Merge pull request #137 from jonathangreen/6.x
...
Removed Old Configuration Options
13 years ago
jonathangreen
a3c66723f1
Fixed Namespaces Message (for real this time)
13 years ago
jonathangreen
d5549e9a33
Fixed Namespaces Message
13 years ago
jonathangreen
2b471e48a6
Removed Useless Configuration Options
...
There are old configuration options that predate time (are older
then islandora has been in GIT) that just don't do anything anymore.
We used to hide them in advanced settings. Just killed them.
13 years ago
Alan Stanley
c0f8ff77e6
Merged files
13 years ago
Adam Vessey
2371ea7869
Use function to get query.
13 years ago
Jonathan Green
3ca0bcb7cd
Merge pull request #136 from adam-vessey/6.x
...
6.x
13 years ago
Adam Vessey
116916d5ce
Merge branch '6.x' of digital.march.es:/var/www/html/drupal/sites/all/modules/islandora/ into 6.x
13 years ago
Adam Vessey
08e0c679b3
Speed up breadcrumb query.
...
... Guess it doesn't really do much towards optimization server-side.
13 years ago
Jonathan Green
05fbdcfa1c
Merge pull request #135 from adam-vessey/6.x
...
6.x
13 years ago
Adam Vessey
63d505a1f1
Use the relevant constant.
13 years ago
Adam Vessey
ff615b140a
Merge branch '6.x' of github.com:Islandora/islandora into 6.x
...
Conflicts:
ObjectHelper.inc - changed to drupal_set_header.
13 years ago
Adam Vessey
3d7c6bc00f
Merge branch '6.x' of digital.march.es:/var/www/html/drupal/sites/all/modules/islandora/ into 6.x
13 years ago
Adam Vessey
5db38dde91
Use drupal set headers to allow proper page caching, but disable caching...
...
Noticed at first that it wasn't working, and then it made the DB huge...
Anyway.
13 years ago
Jonathan Green
b338e388ef
Merge pull request #134 from jmacwilliams/6.x
...
updated configurations to save display mode as well and config options, ...
13 years ago
Jason MacWilliams
c2f0b10ffc
updated configurations to save display mode as well and config options, also report a successful save to the user
13 years ago
Jonathan Green
c71cf5c8fe
Merge pull request #133 from jordandukart/6.x
...
6.x
13 years ago
Jordan Dukart
3cb70d9223
Comment spacing, islandora_object_load function
13 years ago
Jordan Dukart
a4985161f7
Comment spacing, islandora_object_load function
13 years ago
Jonathan Green
773de14639
Merge pull request #131 from jordandukart/6.x
...
Added tuque wrapper for use in 6.x development
13 years ago
Jordan Dukart
d8b404d7b5
Added tuque wrapper for use in 6.x development
13 years ago
Jonathan Green
3d0b98ab21
Merge pull request #130 from jordandukart/6.x
...
Change to allow the use of diacritics. JIRA ticket ISLANDORA-625
13 years ago
jonathangreen
bf5f0b40bc
Updated the watchdog
13 years ago
jonathangreen
3cc97d393c
Merge branch '6.x' of github.com:Islandora/islandora into 6.x
13 years ago
Jonathan Green
9fbde2afe5
Merge pull request #129 from jmacwilliams/6.x
...
Removing the random datastream-not-found exceptions from the fedora.log
13 years ago
Adam Vessey
c1b3890357
Fix syntax error.
13 years ago
Jordan Dukart
1d47e2163e
Change to allow the use of diacritics. JIRA ticket ISLANDORA-625
13 years ago
Jason MacWilliams
c781b4e78d
fixed error trap in get_datastream to log it in the watchdog - also fixed a syntax bug
13 years ago
Jason MacWilliams
13781d24f7
updated getStream function to use fedora_item to retrieve the datastream dissemination instead of calling soap directly, the result error filtering on the output
13 years ago
Jason MacWilliams
4e0d243a79
removed old commented out code this is now wrong and would cause errors if someone used it again
13 years ago
Jason MacWilliams
b345b01a20
updated createDQCEditForm to use fedora_item instead of calling __soap:getDatastreamDissemination directly, now the request is error filtered
13 years ago
Jason MacWilliams
cfe5efd06b
added checks to get_datastream and get_datastream_dissemination to filter for missing datastreams, also updated add_datastream_from_* and purge_datastrea to resync the datastream list so the checks are consistent
13 years ago
Adam Vessey
429b70c518
ISLANDORA-485 AHAH causes file upload
...
Little patch to allow use of upload_element instead of the normal
"file" element
13 years ago
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