Downloads

Download tar.gz 56.35 KB
MD5: 48cc1f1784b3c51d45c682794679674d
SHA-1: da6d34eabeb110c5cf86989be57cd07ae0931ad3
SHA-256: 6a0a43aeacffa719c1437659bc399766a649e77a0f021d31bc45a78951d50750
Download zip 63.39 KB
MD5: 86f1b5137a1ffa62023489059a6c5d55
SHA-1: 4d9091e5ecf24db31ec924fbf1f01fac059b3e07
SHA-256: 6da2ab0810e22d6f2505328cc1aec3f3527ecbd56bc1e0ecdd6af4a32b3838da

Release notes

This is the initial stable release of DART 6.x-2.x. The major improvements include:

  • Integration with ctools exportables. This means dart tags can be exported, cloned, disabled, included in features, etc...
  • Major code re-write ... much cleaner and easier to follow
  • Several new hooks are available (see the main project page)
  • Integration with context module instead of the fragile display rules form 6.x-1.x
  • Much improved administration forms.
  • and more...

Updating from DART 6.x-1.x

The 6.x-1.x branch is no longer being developed. Only major bug fixes (or security fixes) will be worked on. If you are using that branch it is recommended that you update to the 6.x-2.x branch. To upgrade, follow these steps:

  1. Backup everything & put your site in maintenance mode
  2. Install and enable ctools if its not already installed on your site. If you use the "display rules" currently then you might also want to install context. (Note: current display rules will be lost during this update - sorry).
  3. Delete all the files form the existing /dart folder (Several files and folders have become obsolete.
  4. Download the 6.x-2.x version of dart
  5. Run /update.php. At this point all of your existing dart tags will autmagically be assigned a "machine name" (the dtid has be deprecated).
  6. Any of your tags that are displayed as a block, will work fine. If you had any calls to print dart_tag($dtid); in your theme, you will need to change those to print dart_tag($machinename);. The machine name can be found on the /admin/build/dart_tags page.
  7. Test, test & test some more. When your satisfied, take your site out of maintenance mode
Created by: bleen
Created on: 26 Feb 2011 at 23:33 UTC
Last updated: 26 Feb 2011 at 23:36 UTC
New features
Bug fixes
Unsupported

Other releases