Releases for Drupal
drupal 7.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| drupal-7.0-alpha1.tar.gz | 2.18 MB | 508109c6cf0ead868e02d8c3db2a4d1f |
TODO
drupal 6.15
| Download | Size | md5 hash |
|---|---|---|
| drupal-6.15.tar.gz | 1.04 MB | 43c60bde08d6ea67682a998c2804c357 |
The fifteenth maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
In addition to this security vulnerability, the following bugs have been fixed since the 6.14 release:
- #193383 follow up by TheRec: (regression) - some set_time_limit() numbers were inadvertently removed in the previous patch.
- #499828 by Darren Oh, Dave Reid, dww: Wrong release dates were recorded on multi-module projects if deployed from CVS
- #563526 by jhodgdon: fix @see and @code phpdoc in user-profile.tpl.php
- #485350 by jhodgdon: better documentation and add code example for module_load_include()
- #574862 by jhodgdon: better documentation for menu_set_active_trail()
- #263517 by mfb: fix notice when parsing an RSS feed with file attachments
Drupal 5.21
| Download | Size | md5 hash |
|---|---|---|
| drupal-5.21.tar.gz | 749.18 KB | 1efb86c2457f02cd40a976e1382d03bb |
The twenty-first maintenance and security release of the Drupal 5 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
Drupal 5.20
| Download | Size | md5 hash |
|---|---|---|
| drupal-5.20.tar.gz | 749.15 KB | c042fdb1e995808efc398437ea7c5de4 |
The twentieth maintenance and security release of the Drupal 5 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
In addition to this security vulnerability, the following bugs have been fixed since the 5.19 release:
- Backport of #227228 by andypost, et al. Per-table cache_flush variables to avoid not flushing all but the first table when multiple tables are cleared.
- #141965 by jeffschuler: taxonomy_term_path() and its phpdoc block was separated by one blank line, thus disconnecting it for the API docs parser.
- #472160 by chx and Heine. Deny D6-style access elements.
- #109513 backport by Freso. Create temporary mysql tables in memory.
- #292565 second follow up by John Morahan: fix login destination again on 403/404 pages and make the search form work there if displayed
drupal 6.14
| Download | Size | md5 hash |
|---|---|---|
| drupal-6.14.tar.gz | 1.03 MB | 014bb453a8d0adb0233c763e40d63859 |
The fourteenth maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
In addition to this security vulnerability, the following bugs have been fixed since the 6.13 release:
- #482646 follow up by Dave Reid: only check the db prefix for simpletest if it was a string (not running a multisite)
- #284392 by Passionate_Lass, Anselm Heaton, tassoman, agentrickard: DISTINCT handling in db_distinct_field()'s MySQL implementations was resulting in bogus queries
- #310139 by fonant, c960657, pwolanin: drupal_urlencode() and Drupal.encodeURIComponent was used to encode query strings and other components it should not have been used for
- #499254 by chx: Drupal lacked support for positive integer values in database queries, beyond PHP_INT_MAX; caused issues with twitter integration and big numbers in general
drupal 8.x-dev
Placeholder release. The 8.x-dev series won't actually have any code until the DRUPAL-7 branch for core is created and HEAD is opened for business. This release just exists so that there's a "8.x-dev" option in the issue queue.
Drupal 5.19
| Download | Size | md5 hash |
|---|---|---|
| drupal-5.19.tar.gz | 748.86 KB | d5e3dbcfd3e7f7ef431dada57a6c846e |
The nineteenth maintenance and security release of the Drupal 5 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
drupal 6.13
| Download | Size | md5 hash |
|---|---|---|
| drupal-6.13.tar.gz | 1.03 MB | 76dcb6e311fbb98ca3322fd1413f4a04 |
The thirteenth maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
In addition to this security vulnerability, the following bugs have been fixed since the 6.12 release:
- - Patch #463450 by wulff: fixed documentation glitch.
- #193577 by Rob Loach, Damien Tournoud, andypost: JavaScript string split() function does not behave like PHP explode(); causes problems with multiple node body break tags
- #454992 by sun, bengtan: _drupal_flush_css_js() should not have 'q' as a possible CSS query character, since that is the Drupal path name character too
- #452704 by andypost, catch: Names of compressed CSS and JS files should have a prefix, so that names starting in ad* will not happen. Those are easily blocked by firewalls, Firefox's Adblock, etc.
Drupal 5.18
| Download | Size | md5 hash |
|---|---|---|
| drupal-5.18.tar.gz | 748.82 KB | d88a6c737d6b8dbffabd0df40ad319af |
The eighteenth maintenance and security release of the Drupal 5 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
drupal 6.12
| Download | Size | md5 hash |
|---|---|---|
| drupal-6.12.tar.gz | 1.03 MB | 82e2517f175320cffe20997333b3a33a |
The twelfth maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
In addition to this security vulnerability, the following bugs have been fixed since the 6.11 release:
- #353328 by catch, BrianV: When a new commment is added, the redirection path should point to page, where the new comment is.
- #239945 by Xano, JeremyFrench, Damien Tournoud, andypost: Should not iterate over the children in taxonomy_get_tree() anymore if we reached max_depth.
- #292565 by grendzy, John Morahan, Jody Linn: remove path munging on 403/404 pages, which caused problems for login redirects
- #448268 by dww: Make sure that submitting the themes admin form clears out the update status cache, just like the modules admin form does.
Drupal 5.17
| Download | Size | md5 hash |
|---|---|---|
| drupal-5.17.tar.gz | 748.57 KB | 14d5aec31f6878b959015d038280c266 |
The seventeenth maintenance and security release of the Drupal 5 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
drupal 6.11
| Download | Size | md5 hash |
|---|---|---|
| drupal-6.11.tar.gz | 1.03 MB | 6a341807b83c4e48f50ce7921562402c |
The eleventh maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
This release fixes a security vulnerability. Sites are urged to upgrade immediately after reading the security announcement:
In addition to this security vulnerability, the following bugs have been fixed since the 6.10 release:
- #376408 follow up by pwolanin: search_nodeapi() lacked break in switch; resulted in issue in logic not code flow
- #197864 by vito_swat, alpritt, Murz, catch: Use hook_term_path() in forum module instead of hook_link_alter(); simplfies code, improves performance and compatibility.
- #314314 by bastos, Dave Reid, mr.baileys, Pasqualle: fix invalid XHTML markup in update.php output
- #372914 by chx, pwolanin, webchick: Menu link title localization was broken when a non-t callback was used
- #395086 by Freso: call trim() before truncate_utf8() in comment module for better quality truncation.
Drupal 5.16
| Download | Size | md5 hash |
|---|---|---|
| drupal-5.16.tar.gz | 748.29 KB | b8b603a5dbf5e7f280ed6e1521ca9bae |
The sixteenth maintenance and security release of the Drupal 5 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
drupal 6.10
| Download | Size | md5 hash |
|---|---|---|
| drupal-6.10.tar.gz | 1.03 MB | d8f222c260556b5d7c3ff41bdd251b3c |
The tenth maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
This release fixes a security vulnerability. Sites are urged to upgrade immediately after reading the security announcement:
In addition to this security vulnerability, the following bugs have been fixed since the 6.9 release:
- - Patch #298722 by pwolanin: _menu_translate returns FALSE before to_arg is available. Drupal.org upgrade blocker.
- #310863 by bangpound, dboulet, catch, lee20: Locale variable results in locale module install, so skip adding empty variable when not needed.
- #275796 by Gribnif, Damien Tournoud, Dave Reid, vaish: module_list() should set its static variable to NULL instead of unset()-ing it, so it does not retain its value
- #328110 by marcingy, swentel, Damien Tournoud, pwolanin, David_Rothstein: the link argument is passed by reference to menu_link_save(), so avoid overwriting local variables in menu_enable().
drupal 6.9
| Download | Size | md5 hash |
|---|---|---|
| drupal-6.9.tar.gz | 1.03 MB | 5c682a4709f4632febbe7617a784a01a |
The ninth maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
In addition to this security vulnerability, the following bugs have been fixed since the 6.8 release:
- - Patch #331708 by chx: poll_choice_js uses FAPI2.
- - Patch #350708 by dww: t() documentation clean-up.
- #245990 by Dave Reid, chx, dww: Look for the www.example.com page when a HTTP request seems to fail. Looking for the local page caused problems for people with interactive authentication, redirects, hosting added JavaScript code, and so on.
- - Patch #262920 by ainigma32: language selection for domain should look at HTTP_HOST not SERVER_NAME.
- - Patch #353886 by killes: too many arguments to SQL query in locale import.
- - Rollback of #325908.
Drupal 5.15
| Download | Size | md5 hash |
|---|---|---|
| drupal-5.15.tar.gz | 748.05 KB | 4c3c71bcf17bdbbe8c4e8dacbb1d0072 |
The fifteenth maintenance and security release of the Drupal 5 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
drupal 6.8
| Download | Size | md5 hash |
|---|---|---|
| drupal-6.8.tar.gz | 1.02 MB | 561f281b2dbee8310293a61443bdfbc7 |
The eight maintenance release of the Drupal 6 series. Only fixes for bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
The following bug has been fixed since the 6.7 release:
- Rolling back #280934. PHP 4 incompatibility.
Drupal 5.14
| Download | Size | md5 hash |
|---|---|---|
| drupal-5.14.tar.gz | 746.8 KB | 281c9ef75f757ab660d5e190b4a6c6c5 |
The fourteenth maintenance release of the Drupal 5 series. Only fixes for bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
The following bug has been fixed since the 5.13 release:
- Rolling back #280934. PHP 4 incompatibility.
Drupal 5.13
| Download | Size | md5 hash |
|---|---|---|
| drupal-5.13.tar.gz | 746.81 KB | ceb0122cb27fd503fd24d1bacd967c2a |
The thirteenth maintenance and security release of the Drupal 5 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
drupal 6.7
| Download | Size | md5 hash |
|---|---|---|
| drupal-6.7.tar.gz | 1.02 MB | c9e8e5a9892538d355c62bd17b95b3a9 |
The seventh maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
In addition to this security vulnerability, the following bugs have been fixed since the 6.6 release:
- - Patch #324118 by winterheart: fixed invalid XHTML being generated for forum topic listings.
- - Patch #329019 by dww, sun: fixed PHP warning.
- #315739 by sun: The theme name is in arg(4) on the block admin page, so only redirect to theme specific page if that is set.
- - Patch #329646 by Damien Tournoud: properly reset user_access().
- - Patch #255293 by Gribnif, maartenvg: incorrect regex causes some aggregated CSS to fail.
- #329998 by pwolanin: escape markup looking non-HTML tags in schema descriptions
