Browse Source

Changed fedora to islandora

pull/24/head
Ben Woodhead 13 years ago
parent
commit
02c55906d0
  1. 4
      fedora_repository.info
  2. 2
      formClass.inc
  3. 7
      plugins/fedora_imageapi.info
  4. 8
      tests/fedora_repository.test

4
fedora_repository.info

@ -4,5 +4,5 @@ dependencies[] = imageapi
dependencies[] = tabs
description = Shows a list of items in a fedora collection.
package = Islandora
version = 6.x-$Format:%h$-dev
core = 6.x
version = 6.1
core = 6.1

2
formClass.inc

@ -338,7 +338,7 @@ class formClass {
}
$form['fedora_repository_title'] = array(
'#type' => 'textfield',
'#title' => t('Fedora Repository Title'),
'#title' => t('Digital Repository Title'),
'#default_value' => variable_get('fedora_repository_title', 'Digital Repository'),
'#description' => t('The title displayed when viewing collections and objects in /fedora/repository. Leave blank to display no title. Note that the menus must be rebuilt after changing this variable.'),
);

7
plugins/fedora_imageapi.info

@ -1,8 +1,7 @@
; $Id$
name = Fedora ImageAPI
description = Adds image manipulation support through a REST interface
package = Fedora Repository
package = Islandora
dependencies[] = fedora_repository
dependencies[] = imageapi
version = 6.1dev
core = 6.x
version = 6.1
core = 6.1

8
tests/fedora_repository.test

@ -9,9 +9,9 @@ class FedoraRepositoryTestCase extends DrupalWebTestCase {
public static function getInfo() {
return array(
'name' => 'Fedora Repository',
'description' => t('The Fedora repository content models.'),
'group' => t('fedora repository'),
'name' => 'Digital Repository',
'description' => t('The Digital repository content models.'),
'group' => t('digital repository'),
);
}
@ -144,7 +144,7 @@ class FedoraRepositoryTestCase extends DrupalWebTestCase {
return $matches[1];
}
private function outputScreenContents($description = "Screen contents", $basename = 'Fedora Repository') {
private function outputScreenContents($description = "Screen contents", $basename = 'Digital Repository') {
// This is a hack to get a directory that won't be cleaned up by SimpleTest.
$file_dir = file_directory_path() . '../simpletest_output_pages';
if (!is_dir($file_dir)) {

Loading…
Cancel
Save