918 Commits (4928b0df07543085e527b4a267163f74821c19a6)
 

Author SHA1 Message Date
Jonathan Green d30efed3be Merge pull request #140 from jmacwilliams/6.x 12 years ago
Jason MacWilliams 530d5a3aca added notes to reverse iterator in purge_relationships 12 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 12 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) 12 years ago
Jonathan Green 7c9aefc8ec Merge pull request #139 from willtp87/ISLANDORA-581 12 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. 12 years ago
Alan Stanley 3d226bec86 Merge branch '6.x' of https://github.com/Islandora/islandora into 6.x 12 years ago
Jonathan Green 1fa2f2a3ae Merge pull request #138 from adam-vessey/6.x 12 years ago
Adam Vessey ac0cfab95c Merge branch '6.x' of github.com:adam-vessey/islandora into 6.x 12 years ago
Adam Vessey 0b8ef2ecd9 Fixed where I missed avoiding the page cache for datastreams. 12 years ago
Jonathan Green 72630f1462 Merge pull request #137 from jonathangreen/6.x 12 years ago
jonathangreen a3c66723f1 Fixed Namespaces Message (for real this time) 12 years ago
jonathangreen d5549e9a33 Fixed Namespaces Message 12 years ago
jonathangreen 2b471e48a6 Removed Useless Configuration Options 12 years ago
Alan Stanley c0f8ff77e6 Merged files 12 years ago
Adam Vessey 2371ea7869 Use function to get query. 12 years ago
Jonathan Green 3ca0bcb7cd Merge pull request #136 from adam-vessey/6.x 12 years ago
Adam Vessey 116916d5ce Merge branch '6.x' of digital.march.es:/var/www/html/drupal/sites/all/modules/islandora/ into 6.x 12 years ago
Adam Vessey 08e0c679b3 Speed up breadcrumb query. 12 years ago
Jonathan Green 05fbdcfa1c Merge pull request #135 from adam-vessey/6.x 12 years ago
Adam Vessey 63d505a1f1 Use the relevant constant. 12 years ago
Adam Vessey ff615b140a Merge branch '6.x' of github.com:Islandora/islandora into 6.x 12 years ago
Adam Vessey 3d7c6bc00f Merge branch '6.x' of digital.march.es:/var/www/html/drupal/sites/all/modules/islandora/ into 6.x 12 years ago
Adam Vessey 5db38dde91 Use drupal set headers to allow proper page caching, but disable caching... 12 years ago
Jonathan Green b338e388ef Merge pull request #134 from jmacwilliams/6.x 12 years ago
Jason MacWilliams c2f0b10ffc updated configurations to save display mode as well and config options, also report a successful save to the user 12 years ago
Jonathan Green c71cf5c8fe Merge pull request #133 from jordandukart/6.x 12 years ago
Jordan Dukart 3cb70d9223 Comment spacing, islandora_object_load function 12 years ago
Jordan Dukart a4985161f7 Comment spacing, islandora_object_load function 12 years ago
Jonathan Green 773de14639 Merge pull request #131 from jordandukart/6.x 12 years ago
Jordan Dukart d8b404d7b5 Added tuque wrapper for use in 6.x development 12 years ago
Jonathan Green 3d0b98ab21 Merge pull request #130 from jordandukart/6.x 12 years ago
jonathangreen bf5f0b40bc Updated the watchdog 12 years ago
jonathangreen 3cc97d393c Merge branch '6.x' of github.com:Islandora/islandora into 6.x 12 years ago
Jonathan Green 9fbde2afe5 Merge pull request #129 from jmacwilliams/6.x 12 years ago
Adam Vessey c1b3890357 Fix syntax error. 12 years ago
Jordan Dukart 1d47e2163e Change to allow the use of diacritics. JIRA ticket ISLANDORA-625 12 years ago
Jason MacWilliams c781b4e78d fixed error trap in get_datastream to log it in the watchdog - also fixed a syntax bug 12 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 12 years ago
Jason MacWilliams 4e0d243a79 removed old commented out code this is now wrong and would cause errors if someone used it again 12 years ago
Jason MacWilliams b345b01a20 updated createDQCEditForm to use fedora_item instead of calling __soap:getDatastreamDissemination directly, now the request is error filtered 12 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 12 years ago
Adam Vessey 429b70c518 ISLANDORA-485 AHAH causes file upload 12 years ago
Jonathan Green 4114ca1f63 Merge pull request #128 from jmacwilliams/6.x 12 years ago
Jason MacWilliams 12e80ef0c4 updated docs for hook_object_details_get_available_xslts 12 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) 12 years ago
Jonathan Green 74f53c7b43 Merge pull request #127 from jmacwilliams/6.x 12 years ago
Jason MacWilliams 8428eb2393 configured better error detection around a missing xslt file 12 years ago
Jason MacWilliams 1872a0f47e moved mods2html file to object_details_xslts/ 12 years ago
Jason MacWilliams 1b43b3169d fixed xslt paths 12 years ago