Releases for Chaos tool suite

ctools 6.x-1.2

merlinofchaos - October 21, 2009 - 22:02
Official release from CVS tag: DRUPAL-6--1-2
First released: October 21, 2009 - 22:02
Download: ctools-6.x-1.2.tar.gz
Size: 298.97 KB
md5_file hash: 96c17a48adf85b4ddc704dbc6e1978d5
Last updated: October 21, 2009 - 22:05
View usage statistics for this release
  • #605990 by johnskulski: Prevent Views PHP error if display was removed.
  • #605968 by johnskulski: Show more information in the collapsible for Views Panes.
  • #609024: Fix improper validation of views introduced in #547686.

ctools 6.x-1.1

merlinofchaos - October 15, 2009 - 20:25
Official release from CVS tag: DRUPAL-6--1-1
First released: October 15, 2009 - 20:25
Download: ctools-6.x-1.1.tar.gz
Size: 298.74 KB
md5_file hash: 396e10932942e3b72b140787f8e588ff
Last updated: October 15, 2009 - 20:30
View usage statistics for this release

This release fixes several bugs, plus introduces a couple of nice new features. Changes of note:

  • The "page elements" content types were broken if you used more than one. They have also been improved.
  • Variant import did not work at all.
  • Views panes got a bit of a settings makeover.
  • Search, contact, blog and poll pages are now offered as system pages. This should be all of the user-facing pages core offers.
  • For develepers, we offer a backport of the drupal_static() function from Drupal 7. In the future CTools may offer backports of simple core functionality from D7, at least until D7 is ready to go.

Complete changelog:

  • Fix problem with ctools_set_page_token()
  • Add a couple of support functions for ctools_set_page_token that are meant to be used by themes.
  • #563916 by Damien Tournoud: ajax before() operation not using behaviors correctly.
  • #553112: dependent.js failed to set proper initial state if inside an already hidden element.
  • #569508 by markus_petrux: Update user_profile content type.

ctools 6.x-1.0

merlinofchaos - August 19, 2009 - 23:25
Official release from CVS tag: DRUPAL-6--1-0
First released: August 19, 2009 - 23:25
Download: ctools-6.x-1.0.tar.gz
Size: 310.7 KB
md5_file hash: 4332c9a6d9b7d3b4068c594f8068c8db
Last updated: August 19, 2009 - 23:30
View usage statistics for this release

Changes since CTools 1.0-rc1

Please note that the Page Manager module is currently useless without Panels 3.0.

We need documentation help! Please see the issue queue (search the Documentation category) for issues. Please see the Advanced Help! Come help fill in the gaps!

  • #534570: Fix _ and - not recognized in for context keywords.
  • #535744 by Senpai: Rename"post" to"node" in various nid selectors.
  • Make sure that tasks that will not override existing overrides refuse to enable and provide an error message saying why.
  • #540750 by manuee: User picture was not available despite having a .inc file.
  • #537184 by stephthegeek: CSS tweaks to fix heights on operations.
  • #471024: Stop preventing exposed-view-in-block blocks from showing up as content panes.
  • #483170: Link paths in page list if they have sensible destinations.
  • #406284: Allow items with the user uid argument to be used as a normal menu item.

ctools 6.x-1.0-rc1

merlinofchaos - July 23, 2009 - 00:26
Official release from CVS tag: DRUPAL-6--1-0-RC1
First released: July 23, 2009 - 00:26
Download: ctools-6.x-1.0-rc1.tar.gz
Size: 211.38 KB
md5_file hash: 442ac724b717d2fb8daf3b9209f72933
Last updated: July 23, 2009 - 00:30
View usage statistics for this release
  • #510968: Arguments needed to be recalulculated when path changed in page task.
  • #522454 by stella: export.inc not properly using the 'key' instead of 'name' everywhere.
  • #132557: Allow alter hook for rendered data: hook_ctools_render_alter()
  • #520128: Context object may not be available when loading page cache.
  • #498066 by mikl: Fix class names in advanced help.
  • #504286 by Darren Oh: Set proper primary key on ctools_object_cache
  • #514432 by markus_petrux: Various node fields available as a pane.
  • #451928 by populist: Fix file upload from modals.
  • #522836 by andrewlevine: Add form_clean_id() to ctools_rebuild_form() to prevent extraneous -1s from appearing.
  • #518254: Accidentally inverted truth value on compare users.
  • #464252 by andrewlevine: Helper to make onchange AJAX requests for select boxes.

ctools 6.x-1.0-beta4

merlinofchaos - July 12, 2009 - 18:37
Official release from CVS tag: DRUPAL-6--1-0-BETA4
First released: July 12, 2009 - 18:37
Download: ctools-6.x-1.0-beta4.tar.gz
Size: 204.19 KB
md5_file hash: 725b6b5964e80e1f2e5c352ce634d5f4
Last updated: July 12, 2009 - 18:40
View usage statistics for this release

This beta release of the Chaos Tools suite implements many bug fixes and a brand new user interface for page management system.

The delegator module has been removed and replaced with the page manager module. You will need to turn this module on when you update. All of your data should be moved properly to the new module, unless you have exports in module code. If you do, those will need to be updated to the new function names.

Special note: The system pages (node/%, user/% etc) are now disabled by default. If you are using them you will need to enable them after turning on the page manager module.

ctools 6.x-1.0-beta3

merlinofchaos - May 20, 2009 - 23:43
Official release from CVS tag: DRUPAL-6--1-0-BETA3
First released: May 20, 2009 - 23:43
Download: ctools-6.x-1.0-beta3.tar.gz
Size: 193.62 KB
md5_file hash: 90ecfe732ba5f27dd45564d310feadd1
Last updated: May 20, 2009 - 23:45
View usage statistics for this release

The API version for this CTools release is 1.0.1.

  • Add a new method of adding dynamic tabs.
  • Remove erroneous references to panels.
  • #459716: content.theme.inc missing typo caused PHP error.
  • #455732 by dereine: Restore code to pull the title from the blocks table for block types.
  • #451928 by josh_k: Allow file uploads in the modal.
  • #447920: Ensure there is a context selector for the "terms" argument and context converters so it can be used with Views.
  • Remove some "external" cruft from contexts that has not been active in a long time.
  • Add a selector so we can add individual taxonomy contexts. Yay!
  • #458300: Panels not using proper method to override the path for the view.
  • Minor doxygen update.
  • Allow panels to have edit tabs.
  • Add "view" tab to taxonomy term view so the edit tab shows up.
  • #467198: Input on pane config not saved in panel pane.
  • Fix clone subtask.
  • #451078: key 0 being false caused context transmission to view to fail.
  • #435936: modalBackdrop was not getting proper CSS.

ctools 6.x-1.0-beta2

merlinofchaos - May 8, 2009 - 16:17
Official release from CVS tag: DRUPAL-6--1-0-BETA2
First released: May 8, 2009 - 16:17
Download: ctools-6.x-1.0-beta2.tar.gz
Size: 188.35 KB
md5_file hash: 4a033a5d775e651a311fbe8751b47910
Last updated: May 8, 2009 - 16:20
View usage statistics for this release

Changes since DRUPAL-6--1-0-BETA1:

ctools 6.x-1.0-beta1

merlinofchaos - May 1, 2009 - 01:04
Official release from CVS tag: DRUPAL-6--1-0-BETA1
First released: May 1, 2009 - 01:04
Download: ctools-6.x-1.0-beta1.tar.gz
Size: 186.48 KB
md5_file hash: 2329348c4925d41855bcf2b397ca1307
Last updated: May 1, 2009 - 01:05
View usage statistics for this release

This version of CTools is primarily to support Panels 3.0-beta1. For interesting items, look at that module's release notes.

ctools 6.x-1.0-alpha3

merlinofchaos - March 30, 2009 - 20:16
Official release from CVS tag: DRUPAL-6--1-0-ALPHA3
First released: March 30, 2009 - 20:16
Download: ctools-6.x-1.0-alpha3.tar.gz
Size: 132.14 KB
md5_file hash: 6555ee952901ef8728f19a0b5b80b8b4
Last updated: March 30, 2009 - 20:20
View usage statistics for this release

Changes since DRUPAL-6--1-0-ALPHA2:

ctools 6.x-1.0-alpha2

merlinofchaos - January 29, 2009 - 23:05
Official release from CVS tag: DRUPAL-6--1-0-ALPHA2
First released: January 29, 2009 - 23:05
Download: ctools-6.x-1.0-alpha2.tar.gz
Size: 127.77 KB
md5_file hash: 684b6aaf8b522f9e43222972846a9611
Last updated: January 29, 2009 - 23:10
View usage statistics for this release

Significant improvements and additions.

ctools 6.x-1.x-dev

merlinofchaos - December 30, 2008 - 18:54
Nightly development snapshot from CVS branch: DRUPAL-6--1
First released: December 30, 2008 - 18:54
Download: ctools-6.x-1.x-dev.tar.gz
Size: 300.99 KB
md5_file hash: bc3f8ec7eb52c8e9e07a8e6575da9d4f
Last updated: November 21, 2009 - 00:03
View usage statistics for this release

Development snapshot for CTools

ctools 6.x-1.0-alpha1

merlinofchaos - December 30, 2008 - 18:33
Official release from CVS tag: DRUPAL-6--1-0-ALPHA1
First released: December 30, 2008 - 18:33
Download: ctools-6.x-1.0-alpha1.tar.gz
Size: 112.44 KB
md5_file hash: 5abae4dc22c8d7dea17d34d0260b7916
Last updated: December 30, 2008 - 18:50
View usage statistics for this release

This is the initial alpha testing release of the CTools system. This module includes a lot of tools (the ctools module and .inc files) and the delegator module, which is designed (currently) to work with Panels to provide a way to override existing pages, as well as create new pages.

KNOWN ISSUES:

  • Delegator doesn't do enough validation on paths, so it's possible to create conflicting paths. Please try to avoid doing this.
  • The documentation is barely started. There are some notes in the help directories.
  • I have tested ONLY node and user contexts; node form contexts, term and vocabulary contexts haven't been used at all.
  • Probably the "content types" from Panels needs to move to CTools.
  • Many needed features are of the tools are still missing. Patches accepted!
  • There is an 'admin/build/delegator' path that doesn't do much. It will be removed in the future, but it still contains the link to import a task handler. This import is a little bit difficult to use right now, that will hopefully be smoothed somewhat.
Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.