STY Drupal Module Feeds
panels 6.x-3.7
Last updated: July 27, 2010 - 00:05View usage statistics for this release Download Size md5 hash panels-6.x-3.7.tar.gz 373.51 KB e3a45d1e4085e4dc7736f20de9d209f7 Official release from CVS tag: DRUPAL-6--3-7
Last updated: July 27, 2010 - 00:05View usage statistics for this release
Please see my blog post at http://www.angrydonuts.com for some discussion of the new features across the Panels 3 Suite.
Please be absolutely certain that you upgrade CTools and Panels at the same time!!!!!
- Experimentally introduced the In-Place Editor (IPE).
- Updated Panels Stylizer to use CTools' new Export UI.
- Deprecated panels_get_panels() function. This will be eventually disappear. Use panels_get_regions() instead.
- #834084: Reusable flexible layout introduced. Admin UI at admin/build/panels/layouts.
- Clean up flexible. Attempt to reduce the use of unnecessary divs.
- Add more ability to control flexible classes.
- Add ability to fix flexible canvas to a set width.
- Allow disabling of scaling for IE6 in flexible.
- #822234 by Amitaibu: Missing url() caused IPE to not work on sites not using top level URLs.
- #844062: Turned the normal drag and drop editor into a renderer plugin, made the IPE part of it. Also some fairly serious code reorganization.
- Improve the renderer selection framework. This framework has no UI, but it utilizes exportables and new choices can be hand crafted.
ctools 6.x-1.7
Last updated: July 27, 2010 - 00:05View usage statistics for this release Download Size md5 hash ctools-6.x-1.7.tar.gz 454.75 KB 33e01a3ea69f3529b25bd89bbb71b6b5 Official release from CVS tag: DRUPAL-6--1-7
Last updated: July 27, 2010 - 00:05View usage statistics for this release
Please see my blog post at http://www.angrydonuts.com for some discussion of the new features across the Panels 3 Suite.
Please be absolutely certain that you upgrade CTools and Panels at the same time!!!!!
- Deprecated the callback-based 'defaults' in favor of the identical 'process' (plugin system). Consequently, moved the content_type plugin over to use 'process' instead of the 'defaults' callback.
- Added a ctools.api.php file and began documenting some of our api/hooks there.
- Changed all hook_ctools_plugin_directory() implementations to use the more informative variable naming scheme.
- #817612 by elstudio: Fix validation error that was making it impossible to add 'Existing node' content_types.
- #787644 by Amitaibu and merlinofchaos: Introduce export-ui and auto-submit. See API.txt for more.
- Update the plugin system documentation, and clean up plugin system logic.
- #827498: Allow the 'custom' content type to be re-usable and exportable.
- #827370 by dereine: Allow the new auto-submit.js to allow a single class that causes every element in the form to auto-submit.
drupal 7.0-alpha6
Last updated: July 9, 2010 - 00:20View usage statistics for this release Download Size md5 hash drupal-7.0-alpha6.tar.gz 2.34 MB eb64647263affc36f76d1e7ffb751d32 Official release from CVS tag: DRUPAL-7-0-ALPHA6
Last updated: July 9, 2010 - 00:20View usage statistics for this release
Changes since DRUPAL-7-0-ALPHA5:
- Drupal has a new core theme: Bartik!
- Numerous fixes to the upgrade path, including basic tests. Getting very close! :)
- Numerous important security fixes.
- Numerous accessibility improvements.
- Setting up Private files is now optional, rather than required.
- Registry made more fool-proof and robust.
- Redesign of Field UI "Manage Display" screen, to reflect multiple view modes. Field UI screens are now also extensible from contrib.
- Re-implementation of Overlay without jQuery UI, to address numerous critical issues.
- User creation setting now defaults to "Visitors, with admin approval" for security.
- Installation will no longer fail when settings.php is not present. Nice usability improvement.
- Required modules are once again shown on the modules page.
- Many improvements to input formats and filters.
- Table prefixes are now per-database connection, rather than global.
webform 7.x-3.0-beta6
Last updated: June 21, 2010 - 05:10View usage statistics for this release Download Size md5 hash webform-7.x-3.0-beta6.tar.gz 328.42 KB b2e32326c4d009b9af6efb190f3623cd Official release from CVS tag: DRUPAL-7--3-0-BETA6
Last updated: June 21, 2010 - 05:10View usage statistics for this release
The Beta 6 version of Webform 3 provides multiple bug fixes relating to conditional logic, upgrade paths, and display issues. It also includes a few minor API enhancements that should make Webform more extensible by other modules.
This update is required to get Webform working in the latest Drupal 7 CVS code, and will be necessary when upgrading to the next released Drupal 7 Alpha (currently we're on Alpha 5, API changes will require this Webform update before upgrading to Drupal 7 Alpha 6). This version is still compatible with Alpha 5 of Drupal 7.
Bug Fixes (Drupal 6 and 7):
#713892: "Submissions for ..." page has broken sorting if >50 submissions
#666508: Unrecoverable error has occurred during update
#821666: Conditional Questions Don't Receive Placeholder in Downloaded CSV
#781786: Missing hidden components in emails when anonymous users submit
#802826: Conditional rules dont work for nested fieldsets
#812690: Don't redirect on submission update
#817424: Anonymous user gets warning: array_keys() expects parameter 1 to be array, null given error
#797370: Conditional Components Always Display When "Multiple" is Used
#774206: Add webform components on translation.module duplication
#768960: Webform nodes no longer can be cloned
#786748: Grid form elements set to mandatory are not mandatory
#787128: HTML is incorrectly stripped from description
#779678: theme_webform_token_help() should always include %profile?
#768928: WSOD on upgraded date fields
Bug Fixes (Drupal 7 only):
#826608: WSOD on admin/content/webform in Drupal 7
#813226: Updating webform component without default value fails
#817094: field_extra_field_weight removed from drupal core
#765308: hook_node_view and hook_node_load should not use & in their parameters
#813828: Use of undefined constant CACHE_DISABLED
#815824: Error when viewing results -> analysis of grid component
#779966: Pre-loading select list options by AJAX does not work in D7
#779346: Email component does not render when viewing submissions, error in theme_webform_display_email()
#775624: Error with limits
New Features (all just API related):
#808922: Add drupal_alter hook into submission render function
#817204: Paging Information missing from $form
#711300: Distinguish between the different types of webform-select when adding #prefix to form elements
#821030: Bind $node and $submission to $form in webform_client_form
webform 6.x-3.0-beta6
Last updated: June 21, 2010 - 05:05View usage statistics for this release Download Size md5 hash webform-6.x-3.0-beta6.tar.gz 333.69 KB d16966c8a72a6e7c6b72d630970e884e Official release from CVS tag: DRUPAL-6--3-0-BETA6
Last updated: June 21, 2010 - 05:05View usage statistics for this release
The Beta 6 version of Webform 3 provides multiple bug fixes relating to conditional logic, upgrade paths, and display issues. It also includes a few minor API enhancements that should make Webform more extensible by other modules.
Bug Fixes (Drupal 6 and 7):
#713892: "Submissions for ..." page has broken sorting if >50 submissions
#666508: Unrecoverable error has occurred during update
#821666: Conditional Questions Don't Receive Placeholder in Downloaded CSV
#781786: Missing hidden components in emails when anonymous users submit
#802826: Conditional rules dont work for nested fieldsets
#812690: Don't redirect on submission update
#817424: Anonymous user gets warning: array_keys() expects parameter 1 to be array, null given error
#797370: Conditional Components Always Display When "Multiple" is Used
#774206: Add webform components on translation.module duplication
#768960: Webform nodes no longer can be cloned
#786748: Grid form elements set to mandatory are not mandatory
#787128: HTML is incorrectly stripped from description
#779678: theme_webform_token_help() should always include %profile?
#768928: WSOD on upgraded date fields
Bug Fixes (Drupal 7 only):
#826608: WSOD on admin/content/webform in Drupal 7
#813226: Updating webform component without default value fails
#817094: field_extra_field_weight removed from drupal core
#765308: hook_node_view and hook_node_load should not use & in their parameters
#813828: Use of undefined constant CACHE_DISABLED
#815824: Error when viewing results -> analysis of grid component
#779966: Pre-loading select list options by AJAX does not work in D7
#779346: Email component does not render when viewing submissions, error in theme_webform_display_email()
#775624: Error with limits
New Features (all just API related):
#808922: Add drupal_alter hook into submission render function
#817204: Paging Information missing from $form
#711300: Distinguish between the different types of webform-select when adding #prefix to form elements
#821030: Bind $node and $submission to $form in webform_client_form
cck 5.x-1.12
Last updated: June 17, 2010 - 14:40View usage statistics for this release Download Size md5 hash cck-5.x-1.12.tar.gz 140.63 KB 56a4b7e9beb544253ea0b6543a2cee22 Official release from CVS tag: DRUPAL-5--1-12
Last updated: June 17, 2010 - 14:40View usage statistics for this release
Hotfix release for 5.11
- #829670 : fatal error in nodereference.module.
Release notes for 5.11
---------------------
Fixes SA-CONTRIB-2010-065 - Content Construction Kit (CCK) - Access Bypass.
- #195688 by jcnventura, add print option to nodeapi.
- Add db_rewrite_sql() check to nodereference formatters.
- #339753 by MrGeneYUss: fix invalid admin/content/types/[type]/edit path (not actually used in the UI).
- #341538 by gianfrasoft: fix SQL errors on field creation on rare circumstances.
- #356908 Number : Correctly filter 'prefix' and 'suffix' properties.
views 5.x-1.8
Last updated: June 17, 2010 - 03:00View usage statistics for this release Download Size md5 hash views-5.x-1.8.tar.gz 243.92 KB 8ce8dedb10c81b51d879f77082180482 Official release from CVS tag: DRUPAL-5--1-8
Last updated: June 17, 2010 - 03:00View usage statistics for this release
SA-CONTRIB-2010-067: Fix CSRF vulnerability in Views UI.
views 6.x-2.11
Last updated: June 17, 2010 - 03:00View usage statistics for this release Download Size md5 hash views-6.x-2.11.tar.gz 1.59 MB ea5ef15e0d03c03627f7c5ea2350d78d Official release from CVS tag: DRUPAL-6--2-11
Last updated: June 17, 2010 - 03:00View usage statistics for this release
- #770006 by macdee: Taxonomy term default plugin mysteriously broken.
- #767146 by bangpound: Validation not passed down into row style plugin.
- #513396 by yhager and jcisio: Views trim was not multibyte safe.
- #550420 by blauerberg: Views RSS did not properly pass readmore flag from node to RSS item.
- #781296 by dereine: Node: Type "link to its node" option broken.
- #769010 by andrea.gariboldi: Overuse of query substitutions fails on some databases.
- #607418: Fix queries broken with "ambiguous nid" due to uncommon relationships.
- #768162: Revert inadvertant change to grid style behavior.
- #815392 by killes and dereine: Incorrect construction of $account caused accidental non-permanent change to $user->roles.
- #723454 by dereine: Upgrade from 5.0 could cause blocks for views with long names to lose configuration.
cck 6.x-2.7
Last updated: June 16, 2010 - 10:50View usage statistics for this release Download Size md5 hash cck-6.x-2.7.tar.gz 430.22 KB 79e7f184ba68f5bf09eb8fde872572b8 Official release from CVS tag: DRUPAL-6--2-7
Last updated: June 16, 2010 - 10:50View usage statistics for this release
CCK 6.x-2.7
===========
Features:
- #692822 by Dave Reid, add authoring info and publishing options to CCK extra fields.
- #670344 by dagmar: Make CCK compatible with both, views 2 and views 3.
Bugfixes:
- #470470 by neilnz, use iLIKE for postgres selects.
- #769592 by vkareh, add default values to nodeapi.
- #714762 by Robbert, make diff module integration PHP5 compliant.
- Add db_rewrite_sql() check to nodereference formatters.
- #625768 CCK 6.x-2.6, got fatal error on update.php while running userreference_update_6002().
- #649106 by thekevinday: Fix content_copy_form_alter(), where $form_state argument is not passed by reference.
Fixes SA-CONTRIB-2010-065 - Content Construction Kit (CCK) - Access Bypass.
cck 5.x-1.11
Last updated: June 16, 2010 - 10:50View usage statistics for this release Download Size md5 hash cck-5.x-1.11.tar.gz 79.71 KB 1674eb745514e6303c5bd071eeb653d7 Official release from CVS tag: DRUPAL-5--1-11
Last updated: June 16, 2010 - 10:50View usage statistics for this release
This release has a critical bug. Please use the 5.12 release instead.
5--1.11
=======
- #195688 by jcnventura, add print option to nodeapi.
- Add db_rewrite_sql() check to nodereference formatters.
- #339753 by MrGeneYUss: fix invalid admin/content/types/[type]/edit path (not actually used in the UI).
- #341538 by gianfrasoft: fix SQL errors on field creation on rare circumstances.
- #356908 Number : Correctly filter 'prefix' and 'suffix' properties.
Fixes SA-CONTRIB-2010-065 - Content Construction Kit (CCK) - Access Bypass.
token 5.x-1.14
Last updated: June 7, 2010 - 15:00View usage statistics for this release Download Size md5 hash token-5.x-1.14.tar.gz 29.18 KB bfdf9acd0186766f918e3f392351ab8d Official release from CVS tag: DRUPAL-5--1-14
Last updated: June 7, 2010 - 15:00View usage statistics for this release
Changes since DRUPAL-5--1-13:
- bug #262360 by Justin W Freeman, derhasi, MGN: Expose control of token caching to functions that call token_replace
- Hungarian translation update for Token module 5.x-1.13 by kutyamutya.
- #207768 by jmstacey, roderik, Dave Reid | budda: Fixed cached tokens being used for new objects with empty IDs.
- by Dave Reid: Backported current Drupal 6 branch code.
- by Dave Reid: Backported term and vocabulary description tokens.
token 6.x-1.13
Last updated: June 7, 2010 - 15:00View usage statistics for this release Download Size md5 hash token-6.x-1.13.tar.gz 60.53 KB c640dd34d3d25c0f7079d959bea2a650 Official release from CVS tag: DRUPAL-6--1-13
Last updated: June 7, 2010 - 15:00View usage statistics for this release
Changes since DRUPAL-6--1-12:
drupal 6.17
Last updated: June 2, 2010 - 19:00View usage statistics for this release Download Size md5 hash drupal-6.17.tar.gz 1.04 MB 14f936496d1f927d9b65e3849d7274f4 Official release from CVS tag: DRUPAL-6-17
Last updated: June 2, 2010 - 19:00View usage statistics for this release
The seventeenth maintenance release of the Drupal 6 series. Only bugfixes and minor improvements have been committed. New features are only being added to the forthcoming Drupal 7.0 release. This release does not fix any security issues.
The following patches have been committed since the 6.16 release:
ctools 6.x-1.6
Last updated: June 2, 2010 - 01:10View usage statistics for this release Download Size md5 hash ctools-6.x-1.6.tar.gz 402.18 KB e66289bd55a88f6613520a1c5c19b110 Official release from CVS tag: DRUPAL-6--1-6
Last updated: June 2, 2010 - 01:10View usage statistics for this release
The 1.5 release was botched: only some of the changes listed on the release notes were actually included. This release (1.6) includes all changes that were supposed to be in 1.5.
panels 6.x-3.5
Last updated: May 29, 2010 - 00:55View usage statistics for this release Download Size md5 hash panels-6.x-3.5.tar.gz 340.53 KB f713545b0a818271a43ffc10c9e192bd Official release from CVS tag: DRUPAL-6--3-5
Last updated: May 29, 2010 - 00:55View usage statistics for this release
This release is primarily a follow-up quickfix to problems in the 6.x-3.4 release.
Changes since DRUPAL-6--3-4:
- Restored (and deprecated) panels_print_layout(), as other modules were
relying on it. - Increment required CTools API version.
- Updated docblock to indicate when the deprecated panels_load_include()
will be removed. - Deincrement required CTools API version; should only increment once
changes have been introduced that necessitate it. - Updated CHANGELOG for release.
- Replace panels_load_include() with ctools_include().
- Restore panels_load_include() as there are other modules that use this function and broke without it.
ctools 6.x-1.5
Last updated: May 29, 2010 - 00:55View usage statistics for this release Download Size md5 hash ctools-6.x-1.5.tar.gz 401.96 KB 15e0cd9559927280b5a5f9fc4a659e32 Official release from CVS tag: DRUPAL-6--1-5
Last updated: May 29, 2010 - 00:55View usage statistics for this release
This release is primarily a follow-up quickfix to problems in the 6.x-1.4 release.
Changes since DRUPAL-6--1-4:
- Update CHANGELOG for release.
- Add operation alter tooks to let modules add items to Page Manager pages.
- #804198: CTools AJAX framework did not work properly with javascript aggregation.
- Docblock formatting touchup.
- Issue #737434 by nealeyoung: Make the node_updated content_type plugin
actually do what it advertises and output last change time. - Deincrement API version; should only change it once changes have been
committed that definitively require a new version. - Partial rollback of #711664 - central-hook-based plugin definition no
longer defaults to FALSE, as this caused widespread unexpected behavior
in modules using ctools plugins. - Issue #708926: Remove dependency-busting call to panels_get_path().
- Handle forms passing through required contexts properly.
- Increment API version.
- Do not allow Views Content Pane displays to be selected by the legacy
Views content connector; based on #791960.
drupal 7.0-alpha5
Last updated: May 23, 2010 - 15:30View usage statistics for this release Download Size md5 hash drupal-7.0-alpha5.tar.gz 2.31 MB de9c1d51f0ce730f7356bd0a160e8ce1 Official release from CVS tag: DRUPAL-7-0-ALPHA5
Last updated: May 23, 2010 - 15:30View usage statistics for this release
Numerous upgrade path fixes.
Numerous security path fixes.
Numerous API documentation additions -- all core hooks are documented now!
Lots and lots of critical bug fixes.
simplenews 6.x-1.3
Last updated: May 21, 2010 - 15:45View usage statistics for this release Download Size md5 hash simplenews-6.x-1.3.tar.gz 208.03 KB 4ad44946f3940e325121e0e84ba5422c Official release from CVS tag: DRUPAL-6--1-3
Last updated: May 21, 2010 - 15:45View usage statistics for this releaseBug fixes
#804252 by Sutharsan: Fixed: Database update error in 6.x-1.2
panels 6.x-3.4
Last updated: May 20, 2010 - 02:00View usage statistics for this release Download Size md5 hash panels-6.x-3.4.tar.gz 363.3 KB 6fc2170843269a05f65bc22155aa0d97 Official release from CVS tag: DRUPAL-6--3-4
Last updated: May 20, 2010 - 02:00View usage statistics for this release
Changes since DRUPAL-6--3-3:
ctools 6.x-1.4
Last updated: May 20, 2010 - 01:55View usage statistics for this release Download Size md5 hash ctools-6.x-1.4.tar.gz 401.67 KB 48733a28fdb6745d597b8fece736b5b0 Official release from CVS tag: DRUPAL-6--1-4
Last updated: May 20, 2010 - 01:55View usage statistics for this release
Changes since DRUPAL-6--1-3:






