From d7e9ebc02c3b35cd600441fe0c48019e3423ddf6 Mon Sep 17 00:00:00 2001 From: Ben Woodhead Date: Wed, 19 Oct 2011 13:39:19 -0300 Subject: [PATCH 1/4] cleanup --- plugins/CreateCollection.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/CreateCollection.inc b/plugins/CreateCollection.inc index c29eb657..9bab5a97 100644 --- a/plugins/CreateCollection.inc +++ b/plugins/CreateCollection.inc @@ -1,7 +1,5 @@ Date: Wed, 19 Oct 2011 13:43:42 -0300 Subject: [PATCH 2/4] Added the correct pathing to solutionpack --- core/formClass.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/formClass.inc b/core/formClass.inc index a469fa01..d1505d25 100644 --- a/core/formClass.inc +++ b/core/formClass.inc @@ -45,7 +45,7 @@ class formClass { 'description' => t('Install content models and collections required by installed solution packs.'), 'page callback' => 'fedora_repository_solution_packs_page', 'access arguments' => array('add fedora datastreams'), - 'file' => 'fedora_repository.solutionpacks.inc', + 'file' => 'core/fedora_repository.solutionpacks.inc', 'type' => MENU_LOCAL_TASK, ); From f255932abbb9fd66e20711fe0ea203be2e0f2cc8 Mon Sep 17 00:00:00 2001 From: Ben Woodhead Date: Wed, 19 Oct 2011 13:57:30 -0300 Subject: [PATCH 3/4] Moved the files to a single poorly chosen place --- core/formClass.inc | 4 ++-- {xsd => xsl}/collection_policy.xsd | 0 {xsd => xsl}/islandoracm.xsd | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {xsd => xsl}/collection_policy.xsd (100%) rename {xsd => xsl}/islandoracm.xsd (100%) diff --git a/core/formClass.inc b/core/formClass.inc index d1505d25..0206da1f 100644 --- a/core/formClass.inc +++ b/core/formClass.inc @@ -49,7 +49,7 @@ class formClass { 'type' => MENU_LOCAL_TASK, ); - $items['islandoracm.xsd'] = array( + $items['xsl/islandoracm.xsd'] = array( 'title' => t('Islandora Content Model XML Schema Definition'), 'page callback' => 'fedora_repository_display_schema', 'page arguments' => array('islandoracm.xsd'), @@ -57,7 +57,7 @@ class formClass { 'access arguments' => array('view fedora collection'), ); - $items['collection_policy.xsd'] = array( + $items['xsl/collection_policy.xsd'] = array( 'title' => t('Islandora Content Model XML Schema Definition'), 'page callback' => 'fedora_repository_display_schema', 'page arguments' => array('collection_policy.xsd'), diff --git a/xsd/collection_policy.xsd b/xsl/collection_policy.xsd similarity index 100% rename from xsd/collection_policy.xsd rename to xsl/collection_policy.xsd diff --git a/xsd/islandoracm.xsd b/xsl/islandoracm.xsd similarity index 100% rename from xsd/islandoracm.xsd rename to xsl/islandoracm.xsd From 701f22d0384e2f32ccb41461183159f249c32c4f Mon Sep 17 00:00:00 2001 From: Ben Woodhead Date: Wed, 19 Oct 2011 14:00:17 -0300 Subject: [PATCH 4/4] Changed islandora config to islandora configuration --- core/formClass.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/formClass.inc b/core/formClass.inc index 0206da1f..923f0418 100644 --- a/core/formClass.inc +++ b/core/formClass.inc @@ -25,7 +25,7 @@ class formClass { $items = array(); $items['admin/settings/fedora_repository'] = array( - 'title' => t('Islandora Configure'), + 'title' => t('Islandora Configuration'), 'description' => t('Enter the Islandora Collection information here'), 'page callback' => 'drupal_get_form', 'page arguments' => array('fedora_repository_admin'),