drupal 7.12

Download Size md5 hash
drupal-7.12.tar.gz 2.95 MB db2284beb97241c9bdca9c638cd8a4f1
drupal-7.12.zip 3.36 MB 257a77dc373827e8de25d23f23af54bd
Official release from tag: 7.12
Last updated: February 1, 2012 - 22:16

Maintenance release of the Drupal 7 series. Includes bugfixes only (no new functionality), plus the security fixes from Drupal 7.11 which was released alongside Drupal 7.12.

All changes committed since Drupal 7.10 are as follows:

  • #336483 by brianV, catch: Fixed Performance: SELECT MAX(comment_count()) FROM node_comment_statistics() does full table scan.
  • #289504 by catch, mikeryan, moshe weitzman: Fixed user_delete() performance: index comment uid columns.
  • #1326482 by ryanissamson: Clean up minor code style issues in archiver.inc.
  • #996236 by fago, sun, pillarsdotnet, xjm: Fixed drupal_flush_all_caches() does not clear entity info cache.
  • Rollback of Issue #1280792 by andypost: Key length too long error.
  • #569076 by rocket_nova, wamilton, alonpeer: Test that taxonomy term page contains a link to parent terms in the breadcrumbs.
  • #1367000 by chris.leversuch, oriol_e9g, David_Rothstein: Clean up API docs for php module.
  • #1421330 by heyrocker: Fixed Add @see for cache_set() and cache_get() .
Read more

drupal 7.11

Download Size md5 hash
drupal-7.11.tar.gz 2.66 MB e9857e1749762367d7631d74cc6564a7
drupal-7.11.zip 3.08 MB 687258ef31de9f5827779c33e594c25f
Official release from tag: 7.11
Last updated: February 1, 2012 - 22:11

Important!! It was discovered post-release that this version of Drupal only includes bug fixes from Drupal 7.9, not Drupal 7.10! Users are encouraged to use Drupal 7.12 instead. Discussion is happening at #1430404: Drupal 7.11 is missing all the bug fixes from Drupal 7.10

Maintenance and security release of the Drupal 7 series. Only fixes for security vulnerabilities have been committed. New features are only being added to the forthcoming Drupal 8.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

No other fixes are included. For additional bugfixes, see Drupal 7.12 released alongside Drupal 7.11.

drupal 6.24

Download Size md5 hash
drupal-6.24.tar.gz 1.05 MB a37c6f22b624159fa5e4bc6896cdcf15
drupal-6.24.zip 1.22 MB fd91a08fa7eee70232812910d38b06dd
Official release from tag: 6.24
Last updated: February 1, 2012 - 22:11

The twentyfourth maintenance release of the Drupal 6 series. Only bugfixes have been committed. No security fixes are included in this release. New features are only being added to the forthcoming Drupal 8.0 release.

This release includes the security fixes from Drupal 6.23 which was released alongside Drupal 6.24. No additional security fixes are included.

The complete list of changes committed since Drupal 6.22 are as follows:

  • #879270 by Ben Coleman: query in taxonomy_node_get_terms() needs the v.weight field added to the SELECT because it was already present in the ORDER BY; improved PostgreSQL compatibility
  • #12274 by markoshust, DamienMcKenna, seanbfuller, cburschka, aufumy: do not accept email addresses with dots at the end as valid
  • #600836 by tim.cosgrove, dww, naxoc, Dave Reid: prevent batches from going indefinitely if their 'finished' value becomes bigger than 1
  • #289504 by mikeryan, catch, moshe weitzman: backport indexes from Drupal 7 on comments and node_comment_statistics to improve performance of mass-user operations such as deleting users en masse
Read more

drupal 6.23

Download Size md5 hash
drupal-6.23.tar.gz 1.05 MB e3e752702d466a1babcb2a827d272424
drupal-6.23.zip 1.21 MB 1d42f25d8336c4afc4f297ef828ddff6
Official release from tag: 6.23
Last updated: February 1, 2012 - 22:10

The twentythird maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities have been committed. New features are only being added to the forthcoming Drupal 8.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

No other fixes are included. For additional bugfixes, see Drupal 6.24 released alongside Drupal 6.23.

drupal 7.10

Download Size md5 hash
drupal-7.10.tar.gz 2.93 MB 1caafb849bc756e62dd874b90b95ab31
drupal-7.10.zip 3.34 MB 1e11489c780f25672d2a57490b0dae5c
Official release from tag: 7.10
Last updated: December 5, 2011 - 22:50

Highlights

  • Fixed Content-Language HTTP header to not cause issues with Drush 5.x.
  • Reduce memory usage of theme registry (performance).
  • Fixed PECL upload progress bar for FileField
  • Fixed running update.php doesn't always clear the cache.
  • Fixed PDO exceptions on long titles.
  • Fixed Overlay redirect does not include query string.
  • Fixed D6 modules satisfy D7 module dependencies.
  • Fixed the ordering of module hooks when using module_implements_alter().
  • Fixed "floating" submit buttons during AJAX requests.
  • Fixed timezone selected on install not propogating to admin account.
  • Added msgctx context to JS translation functions, for feature parity with t().
  • Profiles' .install files now available during hook_install_tasks().
  • Added test coverage of 7.0 -> 7.x upgrade path.
  • Numerous notice fixes.
  • Numerous documentation improvements.
  • Additional automated test coverage.

Update notes

  • None at this time.

Known issues

  • None at this time.

Full list of changes since 7.9:

  • #1318316 by xjm: AssertTaxonomyPage is missing documentation.
Read more

drupal 7.9

Download Size md5 hash
drupal-7.9.tar.gz 2.66 MB 7f45f109c413ca69ebb6e3140ed47225
drupal-7.9.zip 3.07 MB 670c0cbc07433f553f03d0fd2ea23979
Official release from tag: 7.9
Last updated: October 26, 2011 - 20:25

Highlights

  • Critical fixes to OpenID to spec violations that could allow for impersonation in certain scenarios. Existing OpenID users should see http://drupal.org/node/1323342 for more information on transitioning.
  • Fixed files getting lost when adding multiple files to multiple file fields at the same time.
  • Improved usability of the clean URL test screens.
  • Restored height/width attributes on images run through the theme system.
  • Fixed usability bug with first password field being pre-filled by certain browser plugins.
  • Fixed file_usage_list() so that it can return more than one result.
  • Fixed bug preventing preview of private images on node form.
  • Fixed PDO error when inserting an aggregator title longer than 255 characters.
  • Spelled out what TRADITIONAL means in MySQL sql_mode.
  • Deprecated "!=" operator for DBTNG; should be "<>".
  • Added two new API functions (menu_tree_set_path()/menu_tree_get_path()) were added in order to enable setting the active menu trail for dynamically generated menu paths.
  • Added new "fast 404" capability in settings.php to bypass Drupal bootstrap when serving 404 pages for certain file types.
Read more

drupal 7.8

Download Size md5 hash
drupal-7.8.tar.gz 2.64 MB e0226b56e8d5c57c6b126e8ed5866b1f
drupal-7.8.zip 3.05 MB c3cb3850eccf6438482de7602443c7c1
Official release from tag: 7.8
Last updated: August 31, 2011 - 19:06

The eighth maintenance release of the Drupal 7 series. Only bugfixes and small API improvements have been committed. No security fixes are included in this release. New features are only being added to the forthcoming Drupal 8.0 release.

Important note about Drupal 6 -> 7.7 upgrade path for multilingual sites

If you:

  • upgraded from Drupal 6 to Drupal 7.7
  • had Locale module enabled
  • had created any content after enabling it

...then you would have run across issue #1164852: Inconsistencies in field language handling and found that your node bodies went missing. This issue has been fixed in 7.8. Restore your Drupal 6 backup and re-run the upgrade path to 7.8, and everything should work.

If you cannot roll back, there is an experimental script at http://drupal.org/files/issues/tf_reset-1164852-42.php_.txt which removes language information from every field value and disables language support for every field to address the issue. Some users have reported success with this script, but it is not supported officially and may result in future upgrade issues with field data.

Changes since 7.7:

  • #1262360 by larowlan: Add larowlan as forum maintainer.
  • #1008580 by sun, xjm, Jeff Burnz, tim.plunkett: Fixed image references in forum.css.
  • Read more

drupal 7.7

Download Size md5 hash
drupal-7.7.tar.gz 2.63 MB 2eeb63fd1ef6b23b0a9f5f6b8aef8850
drupal-7.7.zip 3.04 MB ca3ad55641e7a086eca13a2cd62aea6e
Official release from tag: 7.7
Last updated: July 28, 2011 - 00:44

This release is just Drupal 7.6 with a fixed VERSION string. That's it. Oops. :(

drupal 7.6

Download Size md5 hash
drupal-7.6.tar.gz 2.63 MB e88e63c4da9e5e170f089d050c88c827
drupal-7.6.zip 3.04 MB 0994493e6fbe9a972d930761a8317c17
Official release from tag: 7.6
Last updated: July 27, 2011 - 20:31

The sixth maintenance release of the Drupal 7 series. Only bugfixes have been committed. No security fixes are included in this release. New features are only being added to the forthcoming Drupal 8.0 release.

This release includes the security fixes from Drupal 7.5 which was released alongside Drupal 7.6. No additional security fixes are included.

Major changes committed since Drupal 7.4 are as follows:

Changes since Drupal 7.4

    • #1000736 by fangel, stBorchert, adorsk: Fixed Term reference autocomplete widget having problems handling terms with commas.
    • #1218954 by Mark Theunissen: Fixed Path aliases broken after upgrade.
    • #634616 follow-up by sun: Documentation and bug fix for 'prevent' AJAX property.
    • #1164852 follow-up by plach: Fix node module update which was hard-coding translatable to TRUE.
    • #1206200 follow-up by chx: Commit missing hunk from 7.x version.
    • #1164852 by plach: Default the 'translatable' bit on fields to FALSE for fields created in the UI, to match those created by the API.
Read more

drupal 7.5

Download Size md5 hash
drupal-7.5.tar.gz 2.62 MB 36d65b7a97c58226c64a6abdf481de45
drupal-7.5.zip 3.03 MB f40a25de09bc7276fb197ea324d5e4da
Official release from tag: 7.5
Last updated: July 27, 2011 - 20:26

The fifth maintenance and security release of the Drupal 7 series. Only fixes for security vulnerabilities have been committed. New features are only being added to the forthcoming Drupal 8.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

No other fixes are included. For additional bugfixes, see Drupal 7.7 released alongside Drupal 7.5.

drupal 7.4

Download Size md5 hash
drupal-7.4.tar.gz 2.62 MB 84704de078e9f5432c9bb5c6ecd841d4
drupal-7.4.zip 3.03 MB 5ce4e91a023034972f888e268cd5072b
Official release from tag: 7.4
Last updated: June 30, 2011 - 01:31

The fourth maintenance release of the Drupal 7 series. Only bugfixes have been committed. No security fixes are included in this release. New features are only being added to the forthcoming Drupal 8.0 release.

This release includes the security fixes from Drupal 7.3 which was released alongside Drupal 7.4. No additional security fixes are included.

Major changes committed since Drupal 7.2 are as follows:

Changes since Drupal 7.2

  • Critical bug Roll-back of Issue #534594 by beejeebus, catch: This causes fatal errors from class loaders in certain modules (CTools, etc.)
  • Critical bug #1007830 by drunken monkey, Damien Tournoud, bfroehle: Fixed Nested transactions throw exceptions on ddl changes.
  • Critical bug #761648 follow-up by lyricnz: Fixed Menu D6->D7 upgrade doesn't maintain node-menu configuration.
  • Critical bug #1014262 by Eric_A, asimmonds: Fixed user_update_7011() completely broken (User email template tokens not upgraded).
  • Critical bug #1089472 by janusman, David_Rothstein: batch API finishes when >99.5% of items have been processed.
Read more

drupal 7.3

Download Size md5 hash
drupal-7.3.tar.gz 2.61 MB c290775724bc309647d84d03ddb88e2e
drupal-7.3.zip 3.01 MB d93f4caa222ecea199bd7dc033f657a2
Official release from tag: 7.3
Last updated: June 30, 2011 - 01:26

The third maintenance and security release of the Drupal 7 series. Only fixes for security vulnerabilities have been committed. New features are only being added to the forthcoming Drupal 8.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

No other fixes are included. For additional bugfixes, see Drupal 7.4 released alongside Drupal 7.3.

drupal 6.22

Download Size md5 hash
drupal-6.22.tar.gz 1.05 MB 447490f3bc155fd1d5c2d47280c999a5
drupal-6.22.zip 1.21 MB 1d7361d7c2171a29721835d1b402b97f
Official release from tag: 6.22
Last updated: May 25, 2011 - 20:56

The twentysecond maintenance release of the Drupal 6 series. Only bugfixes have been committed. No security fixes are included in this release. New features are only being added to the forthcoming Drupal 8.0 release.

This release includes the security fixes from Drupal 6.21 which was released alongside Drupal 6.22. No additional security fixes are included.

The complete list of changes committed since Drupal 6.20 are as follows:

  • #113611 by crischan, jjrey, JuliaKM, salvis, Offlein: Forum post counts incorrect when using node access control modules
  • #321063 by eMPee584, Kars-T, pillarsdotnet: Path book/export/html/N with a non-book nid should abort and return 404 not found.
  • #235673 by yched, Damien Tournoud, swentel, pwolanin, redndahead, sun, carlos8f, c960657: Changes to block caching mode not caught
  • #384794 by trond, mvc, alduya, intuited, jaydublu, jhedstrom: trim() .po file comments on import, so that custom textgroup imports will find their right database equivalent
  • #163445 by webengr, mlsamuelson, greg.1.anderson, pescetti: fix issues with IE not being able to download private files served over SSL with additional headers
Read more

drupal 7.2

Download Size md5 hash
drupal-7.2.tar.gz 2.6 MB cf88c87e3694ebd15b62ba6f6a69124f
drupal-7.2.zip 3.01 MB 990780792d35fb6feadbca2dbea30057
Official release from tag: 7.2
Last updated: May 25, 2011 - 20:56

The second maintenance release of the Drupal 7 series. Only bugfixes have been committed. No security fixes are included in this release. New features are only being added to the forthcoming Drupal 8.0 release.

This release includes the security fixes from Drupal 7.1 which was released alongside Drupal 7.2. No additional security fixes are included.

Known issues:

The complete list of changes committed since Drupal 7.0 are as follows:

  • Get CHANGELOG.txt caught up to speed with changes in Drupal 6 and Drupal 5 in the past three years.
  • #1137074 by plach, Jose Reyero: notices and wrong links on translation tab for unpublished nodes.
  • #1021270 by larowlan, wojtha: Fixed Blocks for custom menus are impossible to theme.
  • #1096340 by plach, fietserwin, sun: Fixed Stale language types/negotation info after enabling/disabling modules.
  • #1019352 by Jody Lynn: delete blog module's variable on hook_uninstall().
  • #1019292 by TR, Jody Lynn: remove random nbsp characters.
Read more

drupal 7.1

Download Size md5 hash
drupal-7.1.tar.gz 2.59 MB 27eb45cb894a76f3a9ae6715584a10cc
drupal-7.1.zip 3 MB 36f65bdd5e7c70b8aa04a27e645f57b8
Official release from tag: 7.1
Last updated: May 25, 2011 - 20:21

The first maintenance and security release of the Drupal 7 series. Only fixes for security vulnerabilities have been committed. New features are only being added to the forthcoming Drupal 8.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

No other fixes are included. For additional bugfixes, see Drupal 7.2 released alongside Drupal 7.1.

drupal 6.21

Download Size md5 hash
drupal-6.21.tar.gz 1.05 MB d01bf183438b2fbb666f54688704c2bd
drupal-6.21.zip 1.21 MB 2fb008c0f69fe8a0ce083e54b836df70
Official release from tag: 6.21
Last updated: May 25, 2011 - 20:21

The twentyfirst maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities have been committed. New features are only being added to the forthcoming Drupal 8.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

No other fixes are included. For additional bugfixes, see Drupal 6.22 released alongside Drupal 6.21.

drupal 7.0

Download Size md5 hash
drupal-7.0.tar.gz 2.6 MB e96c0a5e47c5d7706897384069dfb920
drupal-7.0.zip 3.05 MB d54d0c34bddbf003c523116b0006762e
Official release from tag: 7.0
Last updated: January 5, 2011 - 06:26

Changes since DRUPAL-7-0-RC-4:

Read more

drupal 7.0-rc4

Download Size md5 hash
drupal-7.0-rc4.tar.gz 2.59 MB 104c08e609c64bb1e45b55a7ad1ad857
drupal-7.0-rc4.zip 3.05 MB 807c695cbf2391c820a31a5825ba3750
Official release from tag: 7.0-rc-4
Last updated: December 30, 2010 - 04:41

Changes since DRUPAL-7-0-RC-3:

Read more

drupal 7.0-rc3

Download Size md5 hash
drupal-7.0-rc3.tar.gz 2.59 MB be9a3f190e2648fa03dcb2bf3d8be199
drupal-7.0-rc3.zip 3.03 MB d19d9028721ce704be609381102ba6e5
Official release from tag: 7.0-rc-3
Last updated: December 24, 2010 - 22:09

Changes since DRUPAL-7-0-RC-2:

Read more

drupal 6.20

Download Size md5 hash
drupal-6.20.tar.gz 1.05 MB a4f59401fbb3e20e3a03ac5fc11bd27c
drupal-6.20.zip 1.23 MB 06114b337ba9d682f44fa13d98ecfa46
Official release from tag: 6.20
Last updated: December 24, 2010 - 22:09

The twentieth maintenance release of the Drupal 6 series. Only bugfixes have been committed. No security fixes are included in this release. New features are now only being added to the Drupal 8.0 development version.

The complete list of changes committed since Drupal 6.19 are as follows:

  • #494462 by z.stolar: modify robots.txt to give search engine crawlers permission to index content in /sites/*, such as images uploaded to the site
  • #481142 by JohnAlbin, sociotech: theme settings forms were not inherited by sub-themes
  • #764548 by Dave Reid, sun: backport hiding of hidden modules on the modules page, so if projects include hidden modules for testing, those will not confuse users
  • #687674 by jefnguo, rdrh555: fix minor code documentation typo in menu.inc
  • #881540 by bjaspan: make syslog identity configurable on the user interface (instead of hardwired to 'drupal')
  • #280930 by pillarsdotnet, oadaeh, David_Rothstein: fall back on an empty array if hook_schema is not defined for a module
  • #956320: clean up documentation for menu_set_active_trail
Read more
Subscribe with RSS Syndicate content
nobody click here