Browse Source

Changed package to 'tripal' for all modules

Stephen Ficklin 10 years ago
parent
commit
6230b71886

+ 1 - 1
tripal_analysis/tripal_analysis.info

@@ -1,7 +1,7 @@
 name = Tripal Analysis
 description = Supports the companalyses tables of Chado by providing pages for viewing and editing of analyses. Table list at: http://gmod.org/wiki/Chado_Companalysis_Module.
 core = 7.x
-project = tripal_analysis
+project = tripal
 package = Tripal
 version = 7.x-2.0-rc1
 configure = admin/tripal/chado/tripal_analysis/configuration

+ 1 - 1
tripal_bulk_loader/tripal_bulk_loader.info

@@ -1,7 +1,7 @@
 name = Tripal Bulk Loader
 description = Supports the construction of templates for customizable uploading of tab-delimited files into the Chado database.
 core = 7.x
-project = tripal_bulk_loader
+project = tripal
 package = Tripal
 version = 7.x-2.0-rc1
 

+ 1 - 1
tripal_contact/tripal_contact.info

@@ -1,7 +1,7 @@
 name = Tripal Contact
 description = Supports the contact tables of Chado by providing pages for viewing and editing of contacts. Table list at: http://gmod.org/wiki/Chado_Contact_Module.
 core = 7.x
-project = tripal_contact
+project = tripal
 package = Tripal
 version = 7.x-2.0-rc1
 

+ 1 - 1
tripal_core/tripal_core.info

@@ -1,7 +1,7 @@
 name = Tripal Core
 description = Provides support for all Tripal modules and includes the Tripal API, jobs management, materialized views, Chado installation and custom tables.
 core = 7.x
-project = tripal_core
+project = tripal
 package = Tripal
 version = 7.x-2.0-rc1
 configure = admin/tripal

+ 5 - 0
tripal_cv/includes/tripal_cv.admin.inc

@@ -316,6 +316,11 @@ function theme_tripal_cv_admin_set_defaults_form($variables) {
     '#markup' => $settings_table,
   );
 
+  // TODO: I believe rendering of the form should not happen here. But rather
+  // the form should be returned as is. This way other modules can have access
+  // to the form elements via the hook_form_alter.  Rather, there should
+  // be a theme function for the form where the rendering in the table
+  // should occur.  See the tripal_pub_importer_setup_form() for an exmaple.
   return drupal_render_children($element);
 
 }

+ 1 - 1
tripal_cv/tripal_cv.info

@@ -1,7 +1,7 @@
 name = Tripal CV
 description = Supports the Controlled Vocabulary (CV) tables of Chado by providing pages for viewing and editing of CVs. Table list at: http://gmod.org/wiki/Chado_CV_Module.
 core = 7.x
-project = tripal_cv
+project = tripal
 package = Tripal
 version = 7.x-2.0-rc1
 configure = admin/tripal/chado/tripal_cv

+ 1 - 1
tripal_db/tripal_db.info

@@ -1,7 +1,7 @@
 name = Tripal DB
 description = Supports the database cross-reference tables of Chado by providing pages for viewing and editing of databases and their cross-references. Table list at: http://gmod.org/wiki/Chado_General_Module.
 core = 7.x
-project = tripal_db
+project = tripal
 package = Tripal
 version = 7.x-2.0-rc1
 configure = admin/tripal/chado/tripal_db

+ 1 - 1
tripal_feature/tripal_feature.info

@@ -1,7 +1,7 @@
 name = Tripal Feature
 description = Supports the sequence (feature) tables of Chado by providing pages for importing, viewing and editing of sequences (features). Table list at: http://gmod.org/wiki/Chado_Sequence_Module.
 core = 7.x
-project = tripal_feature
+project = tripal
 package = Tripal
 version = 7.x-2.0-rc1
 

+ 1 - 1
tripal_featuremap/tripal_featuremap.info

@@ -1,7 +1,7 @@
 name = Tripal Feature Map
 description = Supports the map tables of Chado by providing pages for viewing and editing of maps. Table list at: http://gmod.org/wiki/Chado_Map_Module
 core = 7.x
-project = tripal_featuremap
+project = tripal
 package = Tripal
 version = 7.x-2.0-rc1
 

+ 1 - 1
tripal_genetic/tripal_genetic.info

@@ -1,7 +1,7 @@
 name = Tripal Genetic
 description = Supports the genetic tables of Chado by providing pages for viewing of genetic data associated with stocks and features. Table list at: http://gmod.org/wiki/Chado_Genetic_Module
 core = 7.x
-project = tripal_genetic
+project = tripal
 package = Tripal
 version = 7.x-2.0-rc1
 

+ 1 - 1
tripal_library/tripal_library.info

@@ -1,7 +1,7 @@
 name = Tripal Library
 description = Supports the library tables of Chado by providing pages for viewing and editing of biological libraries. Table list at: http://gmod.org/wiki/Chado_Library_Module
 core = 7.x
-project = tripal_library
+project = tripal
 package = Tripal
 version = 7.x-2.0-rc1
 

+ 1 - 1
tripal_natural_diversity/tripal_natural_diversity.info

@@ -1,7 +1,7 @@
 name = Tripal Natural Diversity
 description = Supports the natural diversity (ND) tables of Chado by providing pages for viewing of data in the ND tables as associated with features, stocks and projects. Table list at: http://gmod.org/wiki/Chado_Natural_Diversity_Module
 core = 7.x
-project = tripal_natural_diversity
+project = tripal
 package = Tripal
 version = 7.x-2.0-rc1
 

+ 1 - 1
tripal_organism/tripal_organism.info

@@ -1,7 +1,7 @@
 name = Tripal Organism
 description = Supports the organism tables of Chado by providing pages for viewing and editing of organisms. Table list at: http://gmod.org/wiki/Chado_Organism_Module
 core = 7.x
-project = tripal_organism
+project = tripal
 package = Tripal
 version = 7.x-2.0-rc1
 configure = admin/tripal/chado/tripal_organism

+ 1 - 1
tripal_phenotype/tripal_phenotype.info

@@ -1,7 +1,7 @@
 name = Tripal Phenotype
 description = Supports the phenotype tables of Chado by providing pages for viewing of phenotype data associated with features. Table list at: http://gmod.org/wiki/Chado_Phenotype_Module
 core = 7.x
-project = tripal_phenotype
+project = tripal
 package = Tripal
 version = 7.x-2.0-rc1
 

+ 1 - 1
tripal_project/tripal_project.info

@@ -1,7 +1,7 @@
 name = Tripal Project
 description = Supports the project tables of Chado by providing pages for viewing and editing of projects. Table list at: http://gmod.org/wiki/Chado_General_Module
 core = 7.x
-project = tripal_project
+project = tripal
 package = Tripal
 version = 7.x-2.0-rc1
 configure = admin/tripal/chado/tripal_project

+ 1 - 1
tripal_pub/tripal_pub.info

@@ -1,7 +1,7 @@
 name = Tripal Publication
 description = Supports the pub (publication) tables of Chado by providing pages for importing, viewing, and editing of publications. Table list at: http://gmod.org/wiki/Chado_Publication_Module
 core = 7.x
-project = tripal_pub
+project = tripal
 package = Tripal
 version = 7.x-2.0-rc1
 

+ 1 - 1
tripal_stock/tripal_stock.info

@@ -1,7 +1,7 @@
 name = Tripal Stock
 description = Supports the stock tables of Chado by providing pages for viewing, and editing of stocks. Table list: http://gmod.org/wiki/Chado_Stock_Module
 core = 7.x
-project = tripal_stock
+project = tripal
 package = Tripal
 version = 7.x-2.0-rc1
 

+ 1 - 1
tripal_views/tripal_views.info

@@ -1,7 +1,7 @@
 name = Tripal Views
 description = Integrates all Chado tables with Drupal Views and provides basic searching for administrators and site visitors and provides a range of flexibility for creating custom pages without the need for programming.
 core = 7.x
-project = tripal_core
+project = tripal
 package = Tripal
 version = 7.x-2.0-rc1
 configure = admin/tripal/views-integration