Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tripal-7.x-3.0-beta1.tar.gztar.gz 1.77 MB
MD5: a6aeeebb1fd85058fc14d63c1206b659
SHA-1: 557297c84332f04e58839ac79cf2c0edacc2bca0
SHA-256: ab6dd2cc572828f3e01e7a63db7a69d04f9245b33f9ed183b7bbbdbd9994bc97
Download tripal-7.x-3.0-beta1.zipzip 2.13 MB
MD5: 84ce7719ee83469b4a89a086e014fda6
SHA-1: 7e9e9c7b6ce2f3b1f45e649a08d984715478fe7c
SHA-256: a0119cb4a283d6a9c0bb7cbc712bb200583d66e9510a2707cd1ad2996f759bc4

Release notes

This release represents a major improvement over the 7.x-3.0-alpha1 release. This represents a stable design for Tripal v3. We expect future v3 beta releases to be primarily bug fixes and addition of some outstanding features that need completion.

Remember, this is a beta release version! We expect you will find bugs. We recommend testing Tripal v3.0-beta1 on a development server. Future updates to the beta version will provide Drupal based updates. These will ensure that periodic updates can easily transition your Tripal v3.0-beta site to a full stable Tripal v3.0 site once the stable version is finally released. Please help us speed our stable release by reporting any bugs you may find with instructions for how to reproduce them.

This release provides the following:

  1. All Tripal content types are now implemented using Entities rather than Nodes.
  2. Tripal content types no longer follow the Chado schema structure. Content types are now more intuitive and based on controlled vocabulary terms. For example, previously feature pages would provide content for genes, SNPs, mRNA, genetic markers, etc. Now each of those types can be their own Tripal Content Typel
  3. Site admins can create as many content types as they have data in their site. There is no limit to the type and number of content types.
  4. A new Storage API layer has been added to separate Tripal from Chado. Chado still serves as the primary storage location for data, but the new layer will allow for integration of data from other data sources. This beta version does not yet support any other data storage other than Chado. The full stable v3.0 release will.
  5. Ancillary data about Tripal Content Types are now "attached" as fields to Entities. This allows the site admin to full customize the layout of the site without writing templates. Templates can still be used if desired, but now it's possible to create a much more custom layout than previously.
  6. This version now provides the first introduction of RESTful web services to Tripal. Remote programmers can now access data from a Tripal site using any scripting language they desire to retrieve data formatted in JSON-LD using the W3C Hydra vocabulary. Web services still require implementation of access controls, and a much richer querying structure. The full stable v3.0 release will have a mature RESTFul web services.
  7. To assist with layout of new content types with lots of attached fields a new tripal_ds module is provided that automatically creates new layouts for each content type using Display Suites. The layout is designed to resemble the Tripal v2 template based layout for consistency. But site admins are free to change these layouts using the Tripal Content Type graphical interface.
  8. Tripal v3 provides a migration tool to help ease the burden of converting your Tripal v2 nodes over to Tripal v3. It especially allows for use of your custom Tripal v2 templates even with Tripal v3 Entities. This will allow for faster upgrade to v3 while still affording a gradual transition from v2 templates to v3 layouts.
Created by: spficklin
Created on: 11 Feb 2017 at 06:48 UTC
Last updated: 14 Feb 2017 at 00:38 UTC
Bug fixes
New features

Other releases