Quantcast
Channel: Releases for Drupal core
Viewing all 601 articles
Browse latest View live

drupal 6.22

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

Release notes

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
  • #118108 by Chris Johnson, cburschka, bleen18: remove node_access table entries when a node is deleted to avoid leftover cruft
  • #632080 by donquixote, mathieu, jonhattan, andypost: clone return values from _system_theme_data(), so modules careless about lack of object copies will not overwrite the system level cached values
  • #107051 by webchick, gdevlugt, vladimir.dolgopolov, swentel, Dave Reid, tuffnatty, zyware, crifi, tobiasb: Fix for users showing multiple times in the who's online block
  • #292790 by ag888, kjay, mr.baileys, recidive, malc0mn, jonathan1055, null: fix menu machine name validation form API constuct, so we don't need to validate it with custom code
  • #307636 follwup by quicksketch: fix to make image_get_info() on IIS work better had a variable name typo before; now fix that
  • #1093352 by ohnobinki: fix invalid HTML entity in batch.inc
  • #905576 by droplet, idflood, tim.plunkett: /contact should not be blocked from search engines
  • #335621 by Dave Reid, jrguitar21, jhodgdon: fix PHP strict warning by initializing object in template_preprocess_block_admin_display_form()
  • #977174 by AlexisWilke: Fix minor HTML validity issue in update.php when generating list of results
  • #690358 by sbrattla, jhodgdon, nenne: overhaul file_check_directory() documentation due to various issues
  • #1013986 by disturbedmime, jhodgdon: fix unfinished sentence in file_validate_extensions()
  • #480152 by jhodgdon: filter_filter() docs were incorrect and outdated
  • #470198 by figaro, ashmiler: fix small typo in menu item description for admin/build/menu
  • #519362 by mfb, bfoehle: Resolve dc:creator tag as the item author if author tag is not set in aggregator module.
  • #1105384 by claar: fix system_admin_menu_block_page() first doc line
  • #1087092 by danillonunes, drewish: fix a tiny misues of @result in drupal_map_assoc() documentation
  • #1089332 by jeffschuler: fix misuse of @see in db_add_field() documentation
  • #1103938 by kiamlaluno, jhodgdon, jeffschuler: fix misues of @name in various include files and document theme.inc constants better

drupal 7.3

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

Release notes

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 7.4

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

Release notes

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.
  • Critical bug #1029606 follow-up by catch, David_Rothstein: Fixed Regression: Not loading the .module file causes a fatal error when uninstalling some modules (as does loading it).
  • Critical bug: #1028092 by jbrown, chx, eojthebrave , dixon_, justinrandell, Sweetchuck: Fixed critical: Default image is not set to permanent and saved to the wrong schema.
  • Critical bug
  • #1115510 by catch, barbi, amateescu: Fixed Entity providing modules must call field_attach_delete_bundle() in hook_uninstall().
  • #561422 by sun, dalin, lyricnz, catch, Gerhard Killesreiter, Damien Tournoud: Replace strtr() with str_replace() for db prefixing for increased performance.
  • #1016582 by mfb, sun: Fixed Help block empty on every page, or the same on every page, due to 'cache per role'.
  • #961584 by james.elliott, mgifford, ximo: Fixed 'Skip to main content' link doesn't work in Overlay for Bartik or Stark.
  • #1081068 by wojtha, bfroehle, Heine: Fixed drupal_http_request() inconsistent redirect_url().
  • #1169426 by plach, fietserwin, sun: Fixed Field invoke multiple does not handle field language correctly.
  • #647964 by jergason, bfroehle, Damien Tournoud, corbacho, Pancho: Fixed Running cron does not check for available updates.
  • #1137848 by BrockBoland, tim.plunkett, jensimmons: Disallow /filter/tips page from search engines.
  • #504506 by andypost, Gábor Hojtsy: Fixed Drupal.formatPlural incorrectly handle complex plural rules.
  • Additional test coverage.
  • Numerous documentation fixes.

User Interface Text Changes

The following changes impact translators:

  • Issue #1047920 by wojtha: Fixed String in system admin - @count is required in $plural.
  • Issue #885616 by mgifford, Everett Zufelt: Fixed Labels missing from a number of locale admin forms.
  • Issue #1038030by yched: Fixed More accurate error handling in EntityFieldQuery : non-existing field.

drupal 7.5

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

Release notes

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.6

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

Release notes

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.
    • #1206200 by plach, chx: Add support for field meta conditions in EntityFieldQuery to allow for field language updates.
    • #822054 by agentrickard: Remove site_mission() cruft in system.test.
    • #898634 by catch, alex_b, chx: Fixed install_drupal(): call to menu-touching functions results in SQL syntax error.
    • #1179426 by chx, xjm: Added tests for SA-CORE-2011-001.
    • #348448 follow-up by jbrown: Coding standard fixes to E_STRICT tests.
    • #952970 by clemens.tolboom, yched: Fixed Undefined index: required in field_default_form().
    • #931512 by ahwebd, catch, tobiasb: Fixed Node body 'description' and 'required' are missed on nodes upgraded from D6 to D7.
    • #1019470 by benjamin.wss, bfroehle: Ensure that file_directory_temp() works on Windows.
    • #771448 by Damien Tournoud, attiks: Changed Use proc_open() instead of pcntl_fork() in simpletest.
    • #929166 by dww, deviantintegral, yoroy: Add warning if private files are accessible over the web.
    • #348448 follow-up by jrchamp, catch: Fix E_STRICT errors.
    • #1010480 by catch: Optimize _menu_navigation_links_rebuild().
    • #1187906 by David_Rothstein, tstoeckler: Fixed Shortcut module cannot be installed via an install profile if the menu module wasn't installed first.
    • #1196310 by barbi, JamesK: Fixed node_feed() doc does not conform to standards.
    • #1180100 by barbi: Fixed drupal_attributes() doc should mention the space at beginning of return value.
    • #949616 by catch, a.mikheychik, adamdicarlo, dixon_, anavarre: Fixed Multiple parent relations confirmation form loses term description.
    • #1040262 by tsi: Fixed locale-rtl.css.
    • #1040262 by tsi: Fixed locale-rtl.css.
    • #237634 by salvis: Document that node_access_write_grants() should not be called directly.
    • #1047070 by douggreen, marcingy, yched: Fixed list_field_update_forbid() logic is backwards.
    • #1209470 by Damien Tournoud: Fixed REQUEST_TIME is a float with microseconds on PHP 5.4.
    • #1181576 by James_Stallings: Fixed node_get_recent() doc needs to clarify what 'recent' means.
    • #1007910 by lyricnz, idflood: Fixed D6->D7 update doesn't convert 'primary-links' menu to 'main-menu'.
    • #1190110 by oriol_e9g: Fixed hook_theme() has error in the 'function' section of return value.
    • #983632 by peterpoe, marcingy, catch: Fixed 'New' comment marker does not work.
    • #1136130 follow-up by pillarsdotnet: Document why WATCHDOG_* constants are necessary.
    • #1007830 follow-up by bfroehle: Better fix for nested transactions throw exceptions on ddl changes in MySQL.
    • #360377 by deviantintegral, janusman: Fixed book_get_books() cache becomes stale when batch-inserting book pages.
    • #1162022 by sun: Ensure #validate and #submit keys always exist in drupal_prepare_form().
    • And the .install file for the test. You'd think I wouldn't forget that TWICE, but you would be wrong.
    • #1169564 by FreekyMage, jhodgdon: Fixed hook_file_download() - sample function body not updated for d7/8.
    • #879076 by alex_b, pillarsdotnet, ceardach: Fixed Do not set expired=0 where expired is already 0 (performance).
    • #1179582 by dalin: Changed l() documentation should mention that sanitization is not performed when HTML => TRUE.
    • #978028 by Dave Reid: Fixed File token fixes: [file:description] does not exist and [file:owner] not using format_username().
    • #1103590 by dcrocks: Fixed blocks being added to 'hidden' region when theme first enabled.
    • #1203852 by pwolanin: Changed Increase hashing iterations for more secure password hashes.
    • #1205882 by Psikik, rbayliss: Fixed hook_delete() function body has typo.
    • #1204844 by good_man: Fixed User module lacks a little RTL.
    • #1203766 by sun, lyricnz: Fixed With large number of permissions /admin/people/permissions becomes unusable.
    • #1071846 by gbrands: Fixed conf_path() doc needs cleanup.
    • #1192178 by pillarsdotnet: Changed The user_module_invoke() function lacks documentation of parameters.
    • #813052 by lyricnz, droplet, dinknaround: Fixed Undefined index: format in comment_preview() line 2065 and line 2183.
    • #1198396 by pillarsdotnet, jhodgdon: Fixed Add required docs to user_pass_rehash() function.
    • #188947 by lyricnz: Fixed date_validate()(form) should be date_validate()(element).
    • #1101678 by cwells73, jhodgdon: Fixed documentation for hook_search_status()
    • #1049462 by rfay: Fixed Usage of deprecated form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons.
    • #1130198 by pillarsdotnet, Damien Tournoud: Fixed Regression: line-breaks are mangled by drupal_html_to_text().
    • #634616 by effulgentsia, rfay, sun: Fixed Various problems due to AJAX binding to mousedown instead of click.
    • #1083982 by Damien Tournoud: Fixed support for remote streamwrappers.
    • #1204648 by webchick: Fixed Tests added for SA-2011-CORE-002 broke testbot.

drupal 7.7

drupal 7.8

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

Release notes

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.
  • #978944 by Aron Novak, chx, ksenzee: Fixed Handle exceptions thrown in cron.
  • #1125662 by catch, Gábor Hojtsy, bfroehle: Fixed UpdateTestContribCase fails on sites with contrib modules/themes in the filesystem.
  • #1002048 by Akaoni, Boobaa, joosts, sfyn, bfroehle: Fixed Work around move_uploaded_file() issues with safe_mode() and open_basedir().
  • #1214876 by brianV, Shyamala: Fixed Removing a poll choice doesn't actually work.
  • #943772 by jpsoto, yched, catch, bojanz, pillarsdotnet, steinmb: Fixed field_delete_field() and others fail for inactive fields.
  • #402896 by berdir, catch, andypost, dmitrig01, chx, pounard, sun, sdboyer: introduce DrupalCacheArray and use it for drupal_get_schema().
  • #1204230 by xjm, sun, yched: Missing hook_field_widget_form_alter().
  • #1261926 by droplet: remove duplicated CSS.
  • #1124786 by zambrey: fixed notice
  • #1260790 by swentel, Damien Tournoud, klausi: a swentel as shortcut maintainer.
  • #988878 by Shyamala, Dave Reid: system_tokens() references a not initialized variable.
  • #1193044 by Dave Reid: the [file:size] token may not always return in KB, despite description.
  • #1244980 by sven.lauer: hook_menu()'s documentation doesn't include ITEM_to_arg().
  • #1253298 by bfroehle: PHP Notice with statistics_exit().
  • #1252696 by larowlan: docblock error with EntityFieldQuery->fieldCondition.
  • #1259096 by Akaoni: cache Bin cache_path() is never cleaned up.
  • #1078176 by franz, agentrickard: block module renders blocks that are set to display on no pages.
  • Path Patch #1213242 by andypost: optimize count(has) quiery.
  • #766170 follow-up by tim.plunkett: Committing CSS file for Overlay RTL styling.
  • #1202416 by xjm, joelstein: Tests for search working with node access turned on.
  • #1164852 follow-up by plach, chx, Boobaa, sun: Fixed critical regression: Node bodies display as empty after upgrade to 7.7 from 6.x if the nodes have a language.
  • #766170 by aspilicious, casey, tsi, xjm: Fixed Overlay lacks rtl styling.
  • #1244784 by marcingy: Fixed Add another answer in edit poll, not saved.
  • Oops. Forgot the new files.
  • #766458 by aspilicious, xjm, Jeff Burnz, tsi: Fixed Seven theme lacks rtl styling.
  • #1112854 by dereine, chx, Damien Tournoud: Fixed Subqueries use wrong arguments.
  • Rollback of #1174602. This is a clean-up patch rather than a bug fix, and could have implications in contrib.
  • #1249132 by aspilicious: Add INSTALL.sqlite.txt in robots.txt.
  • #1238124 by David_Rothstein: Roll-back blue 'save' button in 7.x.
  • #1234834 by catch: Fixed user_update_7006() causes fatal errors when trying to fill 'module' column of permissions table on disabled modules.
  • #939562 by Stevel, bfroehle: Fixed Update fails on contact #7002.
  • #1231856 by lyricnz: Fixed menu_update_7001() breaks when updating from 7.4 or upgrading from D6.
  • #732992 by adrinux, sreynen, David_Rothstein, jensimmons, Damien Tournoud, marcingy, Dave Reid | Sp.Shut: Added Allow filter_xss_admin() to accept HTML5 tags.
  • #1246376 by sun: HTTP_REQUEST_TIMEOUT constant value is not negative.
  • #1078398 by xjm, BayerMeister: Fixed taxonomy_implode_tags() modifies term objects (instead of cloning) and adds extra ' when called multiple times.
  • #198855 by dereine, ainigma32, sun: check_markup() hardcodes cache expiration.
  • #1196318 by James_Stallings: node_last_changed() is lacking doc.
  • #1232722 by peterpoe: drupal_process_states() - doc listing states is not quite right.
  • #1174602 by jn2: Node_block_view() should use render arrays.
  • #1056416 by bfroehle, Devin Carlson: Strings in hook_requirements() api example not using .
  • #1234316 by agi.novanta: fixed Notice: Undefined property: stdClass:: in forum_node_update() (line 373 of /.../modules/forum/forum.module).
  • #1238124 by Bojhan: the blue 'save' button is gone, bring it back.
  • #1239376 by Dave Reid: .ogg file extension incorrectly mapped to 'application/ogg' in file_default_mimetype_mapping().
  • #711842 by Devin Carlson: documentation missing for () in taxonomy-term.tpl.php.
  • #1236594 by linclark: node_page_edit() doc has wrong information.
  • #717834 by David_Rothstein, clemens.tolboom, catch: Fixed The dependencies declared in core's hook_update_dependencies() implementations aren't actually correct.
  • #1184082 by googletorp: like queries failing on postgres with standard_conforming_strings() turned on.
  • #1240824 by chx: Add chx as database update system maintainer.
  • #981524 by das-peter, Pisco, sun: Fixed system_date_format_save() doesn't save localized date formats.
  • #1185780 by Damien Tournoud: Fixed Make transactions more flexible and useful.
  • #1235266 by rbayliss: color_scheme_form_submit() has typo in code comment.
  • #1221214 by chx: file_download() returns 404 instead of 403.
  • #1216886 by pounard: _lock_id() shouldn't use drupal_static(), any cache clear would potentially make locks stall.
  • #1224802 by kiamlaluno: DrupalLocalStreamWrapper::stream_open() uses a local variable instead of the argument passed by reference.
  • #1198088 by Jacine: obsolete .clearfix in default taxonomy-term.tpl.php template.
  • #774040 by B-Prod, mattyoung: theme_item_list() function duplicates last value when dealing with children.
  • #1174444 by Boobaa, xjm, Dave Reid: Make the _element_validate_()* functions in field.module available for all contrib modules to use.
  • #1174686 by ksenzee: overlay parent improperly opens child overlay on specific external links.
  • #1226558 by Mark Theunissen: minor typo in docs for function menu_link_get_preferred().
  • #1228888 by Johnny vd Laar: shortcut_set_unassign_user() deletes in the wrong table.
  • #303189 by Darren Oh, fietserwin, q0rban, bdragon, osopolar, dboulet, Peter Törnstrand: Fixed Tabledrag doesn't hide columns when the whole table is initially hidden.
  • #123983 by TR, klavs: Fixed PHP memory not allowing color scheme change.
  • #1067998 by eporama, amanaplan, ceefour: Fixed Warning: Invalid argument supplied for foreach() in filter_list_format() (line 675 of /.../modules/filter/filter.module).
  • #1067750 by yched, fago: Let Field API fail in a tale-telling way on invalid .
  • #1177284 by ohnobinki: Fixed Add support to sqlite for char:normal type.
  • #1062040 by droplet: Fixed role page weight title.
  • #1227426 by Mark Theunissen: Fixed variable was removed, but is still being assigned in template_preprocess_maintenance_page().
  • #1096208 by mr.baileys: Fixed PHP notices when creating menu link '#'.
  • #1194480 by James_Stallings, jhodgdon: Fixed field_default_view() doc has problems.
  • #1209350 by mdupont: Fixed Node access rights doc should mention how to use query tags.
  • #1222802 by franz, droplet, jhodgdon, Krasnyj: Fixed theme_pager_link() doc missing 'text' variable.
  • #1196102 by James_Stallings, jhodgdon: Fixed taxonomy_check_vocabulary_hierarchy() doc lacks return value.
  • #1222794 by gapple, jhodgdon: Fixed drupal_add_css() support for stream wrappers not documented.
  • #1100260 by barbi, massimoi: Fixed Batch operations example needs redirect.
  • #1196116 by James_Stallings, foobar3000: Fixed taxonomy_vocabulary_save() doc needs more detail.
  • #1228920 by pp: Fixed hook_field_extra_fields_alter() functions example code is wrong.
  • #1196108 by James_Stallings, foobar3000: Fixed taxonomy_get_children() return value doc is not complete.
  • #936686 by David_Rothstein, Einewton: Fixed 'Installation failed' errors when installing modules from Update Manager w/ Overlay.
  • #276153 by pwolanin, das-peter: Fixed Testing does not work at all when locale of host session is not English.
  • #1167458 by yoroy, David_Rothstein, dcmistry: New users do not know to click on 'Modules' to extend their site.

drupal 7.9

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

Release notes

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.
  • Added format_string() function which can perform string munging ala the t() function without the overhead of the translation system.
  • Numerous #states system fixes.
  • Numerous EntityFieldQuery, DBTNG, and SQLite fixes.
  • Numerous Shortcut module fixes.
  • Numerous language system fixes.
  • Numerous token fixes.
  • Numerous CSS fixes.
  • Numerous upgrade path fixes.
  • Numerous minor string fixes.
  • Numerous notice fixes.

Update notes

- Upon first upgrading to 7.9, there are reports of Panels Pages going missing at #1323162: Panels disappear after updating core to 7.9. Solution is to clear the cache.

Known issues

- Using drush si in Drush 5.x causes error #1314392: drush site-install on Drupal 7.9 fails with a fatal error "Call to undefined function cache_get()". The fix is to apply the patch at http://drupal.org/node/673020#comment-5106306 or update to the latest -dev release of D7.

Full list of changes since 7.8:

  • #1320576 by amateescu: Fixed hook_field_purge_field_instance() doesn't exist.
  • #570314 follow-up by jhodgdon, Mac_Weber: Fixed form_set_value() documentation needs more detail.
  • #1312844 by sven.lauer: Fixed hook_schema() doc should state that database tables are auto-created.
  • #1314396 by rocket_nova: Fixed Documentation for theme_links() should say that Attributes class must be an array .
  • #1312178 by rocket_nova, jhodgdon, unabacus: Fixed Documentation problem with 'hook_theme_registry_alter()' example code.
  • #1129642 follow-up by BTMash: Fixed D7 upgrade path for images.
  • #789484 by Lars Toomre, pillarsdotnet, michaellenahan, sven.lauer, Mac_Weber: Fixed Confusing documentation for argument in hook_access()/hook_node_access().
  • #766382 by neoglez, pebosi, andypost, sarah_p: Fixed Column 'nid' is ambiguous when using node access modules.
  • #1066274 by pcambra, Damien Tournoud, xjm: Added hook_options_list() should allow to pass the instance of a field .
  • #1310250 by joelcollinsdc: Fixed Improve reverse proxy ip address handing commenting and documentation.
  • #759244 by Mac_Weber, sivaji: Fixed Seven theme pager links needs more spacing.
  • #1184830 by linclark, Dipper: Fixed User account group has no #type.
  • #1307062 by sven.lauer, jhodgdon: Fixed install file hooks should state whether module code is available.
  • #1129642 by jbrown: Fixed Populate HTML image tags with dimension attributes (like D6 imagefield) without re-introducing I/O (followup).
  • Reverting accidental commit with last patch.
  • Oops. Forgot a file.
  • #1310164 by sven.lauer: Documentation missing for #object in Field API.
  • #1234848 by mr.baileys, xjm: Fixed language_list() doc is missing return value.
  • #1021568 by skottler, sven.lauer, jhodgdon: Fixed hook_theme() variables vs render elements.
  • #221712 by Damien Tournoud, G√°bor Hojtsy, iliphil, Bodo Maass, idflood, loganfsmyth: Fixed locale_language_from_browser() doesn't parse language tags correctly, has a broken logic.
  • Oops. Correcting spacing error with previous patch.
  • #943924 by Merco, lotyrin, eojthebrave: Fixed Allow preview of private image on node add form.
  • #1041906 by Monochrome, bobodrone, ELC, ctibor, DamienMcKenna: Fixed Taxonomy term menu link title overrides term page title.
  • #1002734 by pillarsdotnet, yched: Fixed Multiple 'Undefined index' notices in modules/field/modules/number/number.module.
  • #1281932 by loganfsmyth, bfroehle, G√°bor Hojtsy: Convert Drupal.t and Drupal.formatPlural regular expressions to extended form.
  • #1268234 by derjochenmeyer: Move out rendering image from aggregator parser.
  • #262498 by EugenMayer, DjebbZ: Fixed Error in content administration using taxonomy filter.
  • #1183430 by TR, oriol_e9g: Fixed t function strings should not have whitespaces at beginning or end.
  • #1299046 by beltofte: Fixed Secondary tabs order reversed in LTR.
  • #1191614 by G√°bor Hojtsy: Added Make t() formatter available as its own function.
  • #1311490 by skottler: remove dl.multiselect remnants.
  • #1309298 by sven.lauer: document that hook_(en|dis)able implementations should live in .install files.
  • #1309750 by kiamlaluno: wrong spelling in the hook_search_execute() documentation.
  • #1307332 by pillarsdotnet: improve the docs for DrupalLocalStreamWrapper::getLocalPath() function.
  • #1081266 by mfb: avoid re-scanning module directory when multiple modules are missing.
  • #1258176 by sven.lauer: API doc for element_children() is only useful for people who already know what 'children' are.
  • #1220602 by catch: Fixed Call to undefined function _update_7000_field_read_fields() during Forum update 7003.
  • #1308994 by Devin Carlson: certain Field UI messages have the wrong type.
  • #341038 by jhodgdon, kathyh, sdboyer: Docblock for DatabaseStatementInterface is a bit off.
  • #1115106 by Damien Tournoud: Fixed Failures to update a field are not properly handed in SQL Storage and Field UI.
  • #673020 by mgifford, attiks: Added the Content-Language HTTP header to the generated page.
  • #1253828 by sven.lauer: Fixed drupal_render() doc should explain what 'child' means.
  • #743234 by mr.baileys, twistor, Berdir, mgifford: Fixed /aggregator does not use pagination.
  • #1300482 by pillarsdotnet: Fixed Remove cruft function_exists() from _field_filter_items() leftover from the (removed) function registry.
  • #1292922 by loganfsmyth, plach: Fixed EntityFieldQuery count query broken for translatable fields.
  • #1248940 by yched: Fixed 'Manage fields' screens : broken table layout.
  • #1300496 by Dave Reid: Fixed VERSION constant was not updated to '7.9-dev' after 7.8 release.
  • #1295502 by pillarsdotnet: Fixed Add missing '$' character to docblock for timer_start(), timer_read(), and timer_stop() functions.
  • #1295502 by pillarsdotnet: Fixed Add missing '$' character to docblock for timer_start(), timer_read(), and timer_stop() functions.
  • #1079966 by dereine, catch: Fixed Notice when renaming bundles.
  • #1167218 by droplet, kathyh: Fixed DatabaseStatementInterface::fetch* - document what empty return value is.
  • #1244116 by catch: Fixed Feed items with title longer than 255 characters fail to insert into aggregator_item().
  • #1054848 by barraponto: Fixing common typos through codespell.py.
  • #1274674 by karschsp, pgrond, mdupont, aroq | Lars Toomre: Added static caching to taxonomy_vocabulary_get_names().
  • #859970 by jn2, sun, rfay: Cleanup form_api() () docs - keys in 2 places, missing some.
  • #1273206 by droplet: Access global when it essentially needed.
  • #1178580 by Dave Reid: Fixed PHP notices with [node:summary], [node:body], or [comment:body] if there is no body field or language mismatch.
  • #1252768 by vegantriathlete: Fixed Misnomer in the text supplied for configuring cron.
  • #1250800 by attiks, dereine: language domain should work regardless of ports or protocols.
  • Oops. Rollback of #951644 which was accidentally committed.
  • #1120290 by wojtha: Provide transition for accounts with incompletely stored OpenIDs.
  • #1205138 by pwolanin, Dave Reid: Do not blow away non-MD5 password hashes in user_update_7000().
  • #1057242 by drunken monkey: Change notice for entity_uri() should not use ->uri (was ->uri doesn't match the contract for uri callbacks).
  • #1122584 by 10oclock, Rob Loach: Fixed Use #attached for block_admin_display_form() instead of drupal_add_css().
  • #1289364 by swentel: Fixed SchemaCache generates empty cid.
  • #76824 by geerlingguy, xjm, droplet, kbahey: Change notice for Drupal should not handle 404 for certain files.
  • #1005570 by reglogge: Fixed Document leading dot requirement for () in settings.php.
  • #1123092 by michaellenahan: Fixed user-profile.tpl.php doc has confusing/misleading first paragraph.
  • #1290512 by droplet: Fixed Seven: remove duplicated css .
  • #1290562 by bleen18, droplet: Fixed Contextual: remove duplicated css.
  • #1000282 by dixon_, sun: Fixed argument missing for comment_load()[_multiple]().
  • #363354 by xjm, aspilicious, casey, Boobaa: Fixed Tableselect should only select enabled checkboxes.
  • #1295456 by pillarsdotnet: Fixed Add missing '$' character in docblock for DrupalWebTestCase::drupalGetNodeByTitle() function.
  • #1295460 by TR, pillarsdotnet: Fixed Add missing '$' character to docblock for taxonomy_get_term_by_name() function.
  • #1295462 by pillarsdotnet: Fixed Add missing '$' character to docblock for _theme_load_registry() function.
  • #825972 by daniels220, Reidsy, jhodgdon: Fixed sess_write()/sess_read() documentation should recommend instead.
  • #1110650 by oriol_e9g, JohnAlbin, linclark, dixon_: Fixed comment-by-anonymous class never appears.
  • #1247626 by sven.lauer: Fixed hook_install()/hook_uninstall() doc does not specify that the implementations must live in the .install file.
  • #1177738 by catch: Speed up theme registry rebuilds when multiple themes are enabled.
  • #1282956 by rickmanelius, pgrond: Fixed Node revision log of '0' is ignored.
  • #1060772 by agentrickard, DeweyOxberger: Fixed Create a view of taxonomy terms (Views UI) and get an error from hook_form_alter().
  • #1118404 by Damien Tournoud, keichee, bfroehle: Fixed 'Manual updates required' table broken.
  • #1018050 by sun: Provide node type/bundle in comment_entity_info().
  • #1278160 by tim.plunkett: Lower the logging severity level of 'orphaned actions'.
  • #879580 by arithmetric: Fixed States fail when using integer values for select/radio dependencies.
  • #1050606 by jhodgdon, bxtaylor: Fixed menu_tree_data() doc needs more detail.
  • #790770 by swentel, jhodgdon, David_Rothstein, naxoc: Fixed 'Add to shortcuts' link should not appear on 403/404 pages.
  • #1290486 by arthurf: File.mimetypes needs entry for m4v.
  • #1264894 by Devin Carlson, James_Stallings: Fixed The 'Parameters' section shows HTML tags are rendered as plain text.
  • #1113702 by franz: Fixed Comment in url_is_external() wrong.
  • #1294284 by Chi: Code style fix for field_ui().test.
  • #881376 by marcvangend: Fixed 'Run the clean URL test' UX is broken.
  • #520106 by JohnAlbin, pillarsdotnet, chx, sun, Nick Lewis, drifter, Mark Trapp: Fixed No way to dynamically set active trail.
  • #1040810 by Tor Arne Thune, jhodgdon: Fixed UPGRADE.txt describes erroneous step and should mention release notes.
  • #1226796 by sun, catch, Damien Tournoud: Fixed Not equal operator '!=' is not supported by all databases, must be '<>'.
  • #848546 by mlncn: Fixed Throbber versus Progress bar help text incorrect?.
  • #1242460 by Chi: Code style fix for database_test().test.
  • #1201024 by pillarsdotnet: drupal_realpath() should describe when it should be used.
  • #955848 by anrikun, Kars-T, catch, chx: when editing an existing node with a link, the link itself is listed in 'Parent item'
  • #1282986 by valthebald: password of '0' ignored in drupal_http_request().
  • #1286650 by megensel: incorrect API usage in system.admin.inc.
  • #1253204 by fietserwin: user_field_extra_fields() does not translate labels.
  • #1271026 by swentel: name of shortcut should be required.
  • #1263882 by TR, cweagans: removed trailing whitespace
  • #706894 by amateescu, sun: poll form uses #description for a button.
  • Reverting #1266348. We can't change APIs in a stable release.
  • #1008250 by jhodgdon, bxtaylor: clean up hook_init() and hook_boot() doc.
  • #1116416 by Kars-T, Coornail: use 'Header set' instead of 'Header append' in .htaccess to avoid double encoding.
  • #1283244 by pillarsdotnet, TR: request_uri() documentation did not conform to standards.
  • #1266348 by kathyh, webchick: improved consistency of internal APIs
  • #1059268 by Berdir: Fixed Files are lost when adding multiple files to multiple file fields at the same time.
  • #1116416 by Kars-T, Coornail: use 'Header set' instead of 'Header append' in .htaccess to avoid double encoding.
  • #1153122 by Mac_Weber, tim.plunkett: Fixed padding to make Save button in admin page more visible.
  • #952772 by oriol_e9g, mdupont, bleen18, idflood: theme_html_tag() optional value not really optional.
  • #1078646 by Nneka, droplet, Vincent Giersch, larowlan: incorrect link to the author's profile in topic column if topic has replies.
  • #1262064 by michaellenahan: default.settings.php has formatting issue with numbered list.
  • #1280718 by theborg: white space in forum code.
  • #1281436 by dixon_: double spaces in comment.module.
  • #1279888 by 10oclock: missing table prefix on query in node_feed().
  • #1263912 by TR: run-tests.sh fails to print out list of tests to be run.
  • #1273032 by michaellenahan: conf_path() has formatting issue with numbered list.
  • #1275214 by CashWilliams: block_load() should not refer to .
  • #1278182 by CashWilliams: user-profile.tpl.php should use not in example.
  • #1276746 by jessebeach: the title of the ui.mouse library in system.module is incorrectly set to 'jQuery UI: Droppable' instead of 'jQuery UI: Mouse'.
  • #999040 by Niklas Fiekas: corrected alternative control structure syntax in theme templates.
  • #1185842 by Dave Reid: the [node:author] token does not use format_username().
  • #1024328 by pillarsdotnet, droplet: re-use message-16-error.png icon for dblog severity levels higher than LOG_ERR.
  • #1260162 by michaellenahan, B√®s: hook_file_insert() doc has no function body.
  • #1257638 by michaellenahan, B√®s: hook_menu() example should be changed to not suggest admin/config/foo as path.
  • #897650 by Garrett Albright, Damien Tournoud: DatabaseSchema_sqlite()::findTables() shouldn't find indexes.
  • #1164808 by mrfelton: block title field was overlooked.
  • #1237290 by e-anima, dereine, xjm: menu path length fix.
  • #240828 by sun, xjm, David_Rothstein, yoroy: 'This form is outdated. Reload the page and try again' is incorrect and confuses users.
  • #160163 by c960657, Pancho, danillonunes: login with OpenID link has mis-encoding of #.
  • #1266694 by Damien Tournoud: Fixed DatabaseStatementPrefetch doesn't implement fetchColumn().
  • #1269178 by catch: add catch as cache system co-maintainer.
  • #1263882 by cweagans, TR: Code style: authorize.php.
  • #1273444 by Xano: Missing operator docs for EntityFieldQuery's propertyCondition() and addFieldCondition().
  • #1212018 by Liam Morland: form required marker in field.form.inc should use theme system.
  • #565288 by bfroehle, anarcat, p.brouwers, aspilicious: cannot install Drupal when Drupal.org is 503 (at Drupalcon!).
  • #1265294 by sven.lauer: Minor improvement of the documentation page for t().
  • #1267092 by xjm: some comment cleanup in block.test.
  • #1265586 by James_Stallings, edmund.kwok: remove bitter tasting 'bile' in core documentation ;).
  • #799932 by David_Rothstein, Stefan Freudenberg: Fixed Simpletest HTTP authentication credentials should use the 'password' form element.
  • #1118016 by dereine, pwolanin: Fixed conditional visibility of a managed_file() using #states attribute does not work.
  • #575810 by wojtha, Heine, vzima: Fixed OpenID discovery spec violation - follow redirects.
  • #1069778 by msonnabaum: Fixed Conflicting messages from user_pass_submit().
  • #1136854 by chx: Fixed MySQL 5.5 breaks speedy testing.
  • #1222576 by jox: Fixed file_usage_list() is defective (might return incomplete results).
  • #1231856 follow-up by marcingy: Fixed menu_update_7001() breaks if block module disabled.
  • #937380 by David_Rothstein, swentel: Fixed errors when submitting the shortcut set configuration page after deleting all shortcuts.
  • #787876 by zero2one, avior: Fixed Edit 'My Account' fills the first password field.
  • #1069080 by Marie Wendel, droplet: Fixed node_comment_statistics().last_comment_timestamp() description.
  • #1216758 by tim.plunkett: Add module and hook as formal parameters in module_invoke().

drupal 7.10

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

Release notes

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.
  • #1329914 by xjm, msonnabaum: Fixed Ensure ['q'] is set before calling drupal_normal_path().
  • #1332648 by sven.lauer, jhodgdon, xjm: Clean up API docs for contextual module.
  • #1198398 by jm@bellcom.dk, AllRob: Fixed Timezone selected on install not correctly saved to admin user account.
  • #1182296 by BTMash, matason, catch, xjm: Add tests for 7.0->7.x upgrade path.
  • #1206992 by oriol_e9g: fixed Field UI error message and incorrect type level.
  • #1196112 by rocket_nova: taxonomy_get_parents() return value documentation isn't complete.
  • #1087940 by drewish, rocket_nova: document that wildcard % doesn't work as first argument in menu paths.
  • #1289208 by minorOffense, skottler, rocket_nova: REQUEST_TIME documentation is misleading.
  • #1302364 by Chi, realityloop: duplicate status check in forum_field_storage_pre_update().
  • #1280674 by TR, DamZ: submit button 'floats' during ajax submission.
  • #765860 by effulgentsia, dww, dereine, mikey_p, xjm, sun, sven.lauer: drupal_alter() fails to order modules correctly in some cases.
  • #1346772 by xjm: Fixed StatisticsLoggingTestCase->testLogging() is unstable.
  • #1337124 by xjm: improve API documentation for taxonomy_autocomplete().
  • #1313342 by CrookedNumber, RaulMuroc, Yuri: Fixed Curacao should appear in standard_country_list().
  • #655190 by dealancer: Fixed Allow hook_install_tasks() to be called from a profile's .install file (or document that it can't be).
  • #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module dependencies.
  • #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module dependencies.
  • #488496 by loganfsmyth, G√°bor Hojtsy: Implement missing msgctx context in JS translation for feature parity with t().
  • #1146234 by David_Rothstein, Tor Arne Thune, xjm: Fixed Overlay redirect does not include query string.
  • #1326950 by chrispomeroy: Fixed typo in overlay-child-rtl.css.
  • #1339292 by xjm: Fixed hook_requirements() documentation references incorrect path for cron in system.api.php.
  • #212284 by Damien Tournoud, alexanderpas, dww: Fixed security check in 'configure' stage not compatible with overriding variables: site_name() and site_mail().
  • #789484 by Lars Toomre, sven.lauer, jhogdon, pillarsdotnet, michaellenahan: Fixed Confusing documentation for argument in hook_access()/hook_node_access().
  • #1333314 by ericduran: Fixed Left over console.log in authorized.js.
  • #1333346 by claudiu.cristea: Fixed hook_field_extra_fields_alter() example code.
  • #1247982 by kathyh, Aron Novak, xjm: Fixed API doc for hook_aggregator_parse() is incorrect.
  • #777168 by Berdir, effulgentsia: Fixed Notice: Undefined property: stdClass:: in profile_user_presave().
  • #1326932 by jenlampton, rump: Bunny ears are fuzzy: update search test node content to reflect this.
  • #1006714 by Steven Jones, chx, mr.baileys, xjm, carlos8f: Fixed drupal_get_path() doesn't work for profiles.
  • #1263644 by jhodgdon, ultimateboy, Tor Arne Thune: Define what being in MAINTAINERS.txt means.
  • #1334768 by ls206, Pasqualle: Fixed Syntax error in locale_test().js line 27.
  • #935208 by droplet, assert0, adrinux, Tor Arne Thune: Fixed PECL uploadprogress bar doesn't appear.
  • #1180642 by franz, catch, xjm, musicnode: Fixed PDOException in statistics_exit() when path longer than 255 characters.
  • #1049284 by xjm: Fixed Running update.php to flush caches no longer works unless there are updates pending.
  • #999024 by bfroehle, O Govinda: Fixed Status Report page refers to 'update status module' instead of 'update manager module'.
  • Missing files.
  • #951644 by catch, David_Rothstein, aschiwi, xjm: Fixed Requirement warnings (e.g. for PHP memory limit) are not shown on install or update unless there is a requirement error also.
  • #1328378 by Chi: Fixed remove bogus colour value in CSS in Seven theme.
  • #1312844 follow-up by David_Rothstein, kathyh: Fixed minor formatting bug.
  • #1103590 follow-up by Tor Arne Thune, dcrocks: Add tests for blocks being added to 'hidden' region.
  • #1326472 by xjm: Add capitalization and periods to several inline comments in common.inc.
  • #561858 follow-up by effulgentsia, sun: Add tests for AJAX framework lazy-load feature.
  • #1021064 by montesq, barraponto, cwells73, mejd: Fixed No Main Links causes error message in form description to set Secondary Links.
  • #1011614 by catch, pillarsdotnet: Fixed Theme registry can grow too large for MySQL max_allowed_packet() and memcache default slab size.
  • #1274406 by marcingy, grndlvl: Fixed PDO exception is thrown when saving a node with a title that is too long.
  • #673020 follow-up by attiks: Critical fix to Content-Language HTTP header to not cause issues with Drush.
  • Ahem. Back to 7.x-dev.
  • Back to 7.x-dev

drupal 6.23

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

Release notes

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 6.24

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

Release notes

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
  • #1278160 by tim.plunkett: lower the severity level in watchdog() for orphaned actions
  • #975754 by jhodgdon, Albert Volkman: fix phpdoc about access callback inheritance for menu items
  • #336483 by brianV, catch: add index for comment_count on column in node_comment_statistics to avoid full table scan when search index is updated for example
  • #1137848 by pillarsdotnet, BrockBoland, tim.plunkett: hide /filter/tips page from well behaving search engines, it is pointless to be included in search indexes
  • #648516 by cafuego, williamestrada: node_build_filter_query() should consider the vid of nodes when joining on term_data to consider only current revisions of nodes
  • #767104 by mgriego, EugenMayer, mkalkbrenner: taxonomy_node_save() should refresh the node terms (especially for free tagging vocabularies) when nodes are updated, so they are kept up to date in the same HTTP request
  • #720876 by pillarsdotnet: user_register_validate() should invoke user_module_invoke() with an account object rather than an array; improved PHP 5.3 compatibility
  • #269877 by neochief, roderik, akaliel, mathieu, jct, Jo Wouters, fago, ufku, fmjrey, nonsie, pfournier: avoid duplicate paths (again) in path_set_alias()
  • #147000 by Berdir, Dave Reid, pwolanin, pillarsdotnet, TR, jbrauer, dstol: rework module_rebuild_cache() and system_theme_data() to support locking, so that concurrent requests will not corrupt the data; fixes an issue where themes got disabled occasionally
  • #156582 by c960657, drico, pwolanin, townxelliot, Damien Tournoud, kbahey, mikeytown2, jpmckinney, craig_, zyxware: add missing timeout support to drupal_http_request() to avoid Drupal hanging on web service requests
  • #556842 by mh86, catch, bangpound, wojtha, deviantintegral: optimize taxonomy_get_tree() by building the tree internally instead of recursively to improve performance; especially good for bigger taxonomies
  • #504506 by andypost, pillarsdotnet, podarok: Drupal.formatPlural() did not pass on extra arguments for translations of some plural values
  • #1173012 by carlos8f, Fabianx, Gábor Hojtsy: do not remove blocks for disabled modules in _block_rehash() to avoid blocks disappearing for people following the update guide to the letter disabling contrib modules when updating Drupal core
  • #883038 by pillarsdotnet, ShutterFreak, anarcat: ereg() and ereg_replace() are deprecated but Drupal 6 will not migrate to preg to avoid breaking APIs, so we need to silence the warnings coming out of the use of ereg on PHP 5.3+
  • #1174496 by Eric_A, grendzy, greg.1.anderson, c31ck: drupal_error_handler() should not assume filter_xss() is available. It might be called before that is loaded. Also fixes Drush compatibility.
  • #825972 by daniels220, Reidsy, Albert Volkman: add phpdoc documentation to sess_read() and sess_write()
  • #1260932 by DjebbZ, pwolanin: hook_nodeapi() optional arguments should not be made required by some core modules either
  • #208793 by Damien Tournoud, kbahey, TR: instead of hardcoding the HTTP protocol version in responses, respond with the HTTP protocol version requested (or fall back to HTTP/1.0 if the requested protocol/version is unknown)
  • #971812 by mfb, twistor: aggregator ignores Atom id element, which is equivalent to RSS guid element
  • #845542 by pounard: db_query_temporary() will fail without CREATE TEMPORARY TABLES permission on MySQL, update install documentation for that
  • #1225364 by sivaji, ñull: body field label is configurable but hardcoded in min word count validation error message
  • #1103310 by c960657: lock_acquire() does not properly extend expired lock due to misuse of db_query() to check for affected rows
  • #909274 by ergonlogic, franz: user/0/delete should not be accessible even for administrators
  • #1006938 by dww, westwesterson: avoid PHP warnings in the PHP 4 XML parser caused by the relatively new XML data pieces produced at updates.drupal.org
  • #480082 by pp: add previously undocumented variables in system_send_email_action_form()'s message field description
  • #1173012 by carlos8f, Fabianx: fix poll_block() to not wrap the block list operation in permission checks which could result in block placement and configuration lost when block rehashing is run with a user lacking permissions to view content
  • #1283442 by Ben Coleman, twistor, ggevalt: aggregator_block()'s permission check on the list, configure and save operations could result in loss of aggregator blocks when block rehasing is invoked with a user who has no access to feeds; permissions should only be checked on the view op
  • #1169034 by mfb: fix notice in file_create_filename() for cases when the ext variable did not exist previously
  • #1196102 by James_Stallings, noisetteprod: improve phpdoc on taxonomy_check_vocabulary_hierarchy()
  • #338402 by rocket_nova, jhodgdon: improve documentation on node_get_types()
  • #1098556 by barbi, rocket_nova, kiamlaluno: search_box() documentation referred to theme_search_box_form() which is in fact implemented in search-block-form.tpl.php in Drupal 6
  • #1192178 by pillarsdotnet, jhodgdon: fix user_module_invoke() argument names to make more sense and phpdoc to document them (no behavioral change of course)
  • #1288838 by anrikun: fix bad code indentation in _locale_batch_build()
  • #1175614 by barbi, oriol_e9g, CashWilliams, aenw: improve phpdoc on block_list()
  • #1100260 by barbi, jhodgdon: fix phpdoc in batch operations example to have a redirect
  • #372766 by jhodgdon, jn2: phpdoc improvements to user_save()
  • #1222802 by franz, droplet, jhodgdon: cleanup for pager phpdoc blocks; add missing text argument doc to theme_pager_link
  • #1190846 by vitalsouto, ninizik: remove one of two copies of repeated phpdoc documentation on actions
  • #300714 by j0hn-smith, alexjarvis, lilou, linuxbox: sort node revisions by vid not timestamp.
  • #1149628 by Ben Coleman: fix blog module query to include all ORDER BY fields in select for PostgreSQL compatibility
  • #201876 by gpk: improve yellow in Garland tabledrag to stand out better for usability
  • #356359 by mgifford, Agileware: improve accessibility of the search form
  • #925580 by tbenice, rsevero, marcp: dix upload modules's form altering to be clearly compatible with PHP 5.3
  • #188947 by lyricnz: date_validate() takes a form element, not a whole form, correct the variable name to clean this up
  • #1154722 by mattconnolly, barbi, jhodgdon: link Form API reference to Drupal 6 version in Form API docs
  • #1095066 by drewish, barbi: improve node_build_content() return value documentation
  • #401266 by pillarsdotnet, jhodgdon: improve documentation on user_mail_tokens() to be more accurate on required account properties
  • #1184106 by barbi: improve documentation on db_set_active()
  • #1063636 by barbi, Rob Loach, TR: reference drupal_add_css() in drupal_get_css() docs
  • #1176524 by andypost, TR, dww: remove leftover CVS ID tags from Drupal core
  • #1169080 by barbi, csdco: improve documentation of file_set_status()
  • #623276 by jhodgdon: improve documentation on file_scan_directory()
  • #1123120 by kiamlaluno, mr.baileys: improve documentation for theme preprocess; hook argument was missing

drupal 7.11

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

Release notes

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 7.12

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

Release notes

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() .
  • #1415794 by Zen Master: Fixed node_access_test_form_node_form_alter() has wrong documentation header.
  • #1409052 by mkadin: Fixed hook_menu() should state that auto-loaders should return FALSE to indicate nothing found and trigger a 404.
  • #1372280 by sven.lauer: Document that field_info_field_by_id() may also be used for deleted fields.
  • #1416212 by pontus_nilsson: Fixed _user_mail_notify() -- options for need to be a list.
  • #1045786 by D√©sir√©, Albert Volkman, droplet: Fixed Length of Aggregator Trimmed Description.
  • #1025286 by Tor Arne Thune, Devin Carlson, swentel: Fixed logo_upload() in form_set_error() instead of favicon_upload() in system.admin.inc.
  • #1360416 by droplet, LSU_JBob: Fixed Document that the page_bottom() region is hidden from the blocks UI.
  • #1402620 by jeckman, jwlogemann: Fixed node_show() return doc links to nonexistent function.
  • #1405260 by skottler: Clarify the language around non-reliable queue examples.
  • #984874 by LSU_JBob, dalin, Albert Volkman, sun: Use DrupalUnitTestCase where possible.
  • #1280792 by julien, xjm, pingers, Niklas Fiekas: Fixed {trigger_assignments()}.hook has only 32 characters, is too short.
  • #1110650 follow-up by sun: Oops. No entity_create() in 7.x. :)
  • #1110650 follow-up by grendzy, oriol_e9g, sun: Fixed comment-by-anonymous class never appears.
  • #1371484 by catch, langworthy, makara, ArtistConk: Fixed Private properties in abstract class DrupalCacheArray.
  • #1411592 by dadikof, Niklas Fiekas: Fixed func_get_args() can't be used as a function parameter before PHP 5.3.
  • #1420048 by nod_, droplet: fixed menu* JS indention.
  • #1099062 by nod_, droplet: Autocomplete.js micro optimization.
  • #1399496 by droplet: JS semicolon to following code standard .
  • #1354852 by marvil07, 30equals: hook_node_type_insert() has no sample function body.
  • #1394790 by joachim: explain system_admin_compact_mode().
  • #1377544 by kotnik: hook_update_N documentation uses dead links.
  • #852524 by plach, oriol_e9g: include language provider files only when they are needed.
  • #1416218 by scorchio: Improve variable naming in format_interval().
  • #736556 by daniels220, jeckman, Albert Volkman: fixed theme_links() doc needs expansion.
  • #1346166 by Dave Reid: Improve performance of token_replace() if there are no tokens to replace.
  • #1387572 by pbull, tarekdj: Fixed node links are not left aligned in bartik theme on RTL direction.
  • #1387098 by LSU_JBob, nburles: bug in ajax.js when minified.
  • #1000074 by naxoc: node_permission() uses check_plain() without a purpose.
  • #666854 by TR, JacobSingh: fixed E_NOTICE warnings in run_tests().sh .
  • #1386514 by pflame, nod_, David_Rothstein: Fixed Dragging and dropping a shortcut from disabled to enabled doesn't switch the status if the dragging happens fast.
  • #1330554 by oriol_e9g, fiftyz, richthegeek: Fixed taxonomy_get_tree() incorrect depth on multiple parents.
  • #1160928 follow-up by sun: Commit missing file. Oops.
  • #987930 by David_Rothstein, Tor Arne Thune: Fixed The obsolete 'site_offline_message' variable is not always deleted during the D6->D7 upgrade.
  • #1373582 by jhodgdon, TR: Fixed Trailing whitespace.
  • #1386976 by nburles, LSU_JBob: Fixed Bug in drupal.js when minified.
  • #1402962 by xjm, marcingy, oriol_e9g, msonnabaum: Fixed Render cache shouldn't treat empty strings as a cache miss.
  • #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, realityloop: Change notice for: Using basename() is not locale safe.
  • Revert "Issue #1367000 by chris.leversuch, oriol_e9g, David_Rothstein: Clean up API docs for php module."
  • #800434 by pillarsdotnet, plach, bart.hanssens: Added drupal_mail(), allow hook_mail_alter() implementation to cancel mail.
  • #1367000 by chris.leversuch, oriol_e9g, David_Rothstein: Clean up API docs for php module.
  • #1309742 by rocket_nova, Albert Volkman: Add inline comment clarifying use of language_list() in system_date_format_save().
  • #1160928 by catch, xjm: Add tests for node type/comment body upgrade path.
  • #955848 by anrikun, Kars-T, catch, chx, casey, sun: Fixed When editing an existing node with a link, the link itself is listed in 'Parent item': menu_parent_options() needs some rewriting.
  • #1214344 by wiifm, msonnabaum, oriol_e9g: Fixed 'misc/progress.js' is not being included when 'Aggregate JavaScript files' is used.
  • #131737 by malc0mn, pillarsdotnet, scor, xjm, nvanhove, oriol_e9g, mrfelton, aspilicious, Pancho, v1nce, dhthwy: Fixed Ensure that the Return-Path is set when sending mail on both Windows and non-Windows systems.
  • #1399334 by ArtistConk: Two small grammar fixes.
  • #1391426 by yched: Fixed Wrong bundles in EntityFieldQueryTestCase.
  • #1371938 by yched, Everett Zufelt, xjm, casey: Fixed hook_field_delete() no longer invoked during field_purge_data().
  • #1384224 by philbar, Plazik, oriol_e9g: Fixed Resize Site Logo in Seven Theme Maintenance Pages.
  • #1397890 by sun: Fixed DrupalWebTestCase::assertFieldByName() outputs bogus assertion message when no is passed.
  • #1397882 by sun: Fixed system_theme_settings_submit() does not properly clean up submitted form values.
  • #1181750 by Everett Zufelt, sun: Fixed Removal of 'Hidden' option in comment settings form may break programmatic form submissions.
  • #1315886 by xjm, jhodgdon: Clean up API docs for includes directory, files starting with A-C.
  • #1407028 by jhodgdon, arianek: Remove arianek from Maintainers.txt. We will miss you. :) Thanks for all of your awesome work! :D
  • #1338110 by aaron.r.carlton, oriol_e9g: Fixed remove the protected variable () if it's not used in tracker.test.
  • #1399896 by xjm: Fixed testCommentNewCommentsIndicator() is inside CommentHelperCase and therefore gets run repeatedly.
  • #1398806 by kiamlaluno: Fixed The purpose of hook_search_page() is explained twice.
  • #1336308 by kathyh, pjcdawkins, meshkinsoft: Fixed wrong usage of function t in system_menu().
  • #1376164 by sun, oriol_e9g: Fixed Format SimpleTestFunctionalTest description according to standards.
  • #1274212 by amateescu, c31ck: Fixed Incorrect order of choices in Poll module.
  • #939880 by amateescu, marcingy: Fixed Poll Module throws PDOException when creating poll content.
  • #1391384 by yched, oriol_e9g: Fixed Wrong static clear on taxonomy_vocabulary_save().
  • #1376502 by TR, vitalsouto: Fixed Code cleanup: Removed empty PHP blocks from templates left over from git migration.
  • #1387766 by dereine: Added Use fast drupal static pattern for locale.
  • #1295546 by c31ck, marcingy, amateescu, xjm: Fixed Weight and number of votes not getting saved when updating a poll.
  • #1344752 by pflame, aspilicious, JacobSingh: Fixed Drag and Drop of shortcuts between Enable and Disable Does not respect the Shortcuts Limit.
  • #1367014 by chris.leversuch: Clean up API docs for toolbar module.
  • #1227396 by chris.leversuch, jhodgdon: Document that hook_node_access() is not called on node listings.
  • #987472 by damien_vancouver, OnkelTem: Fixed search.module doesn't consistently support multibyte characters.
  • #1364528 by Everett Zufelt, catch: Add xjm as taxonomy module maintainer.
  • Revert "Issue #1371484 by makara: Fixed Private properties in abstract class DrupalCacheArray."
  • #1368872 by agentrickard, oriol_e9g: Clean up API docs for syslog.
  • #1273104 by TwoD, Rob Loach, nburles, nod_: Remove eval() from field_ui().js.
  • #1273722 by bfroehle: Fix FieldAttachTestCase::setUp() signature.
  • follow-up #1007830 by Damien Tournoud, basic: Fixed Nested transactions throw exceptions when they got out of scope.
  • #1359710 by xjm, pwolanin: Fixed taxonomy_menu() passes invalid arguments into taxonomy_form_term().
  • #1380660 by aspilicious, loganfsmyth: Fixed field_available_languages() static cache never cleared.
  • #1382144 by Chi: Rename variable in standard profile.
  • #1387002 by Rob Loach, nburles: Fixed Bug in overlay-parent.js when minified.
  • Revert "Issue #1039666 by Jelle_S: Fixed Placing a block in a region via select dropdown moves it to the top of the region, but it will show at the bottom."
  • #1370060 by jvns, chris.leversuch: Add cross-references between taxonomy_vocabulary_load() and taxonomy_vocabulary_machine_name_load().
  • #1379206 by c31ck, pingers: Fixed Documentation problem with hook_url_outbound_alter().
  • #1386318 by barbi: Fixed hook_field_widget_info() should have a @see to other function.
  • #1309278 by basic, Niklas Fiekas: Added Make PDO connection options configurable.
  • #1347812 by nanotube, xjm: Fixed Remove/replace documentation references to upload_file_load() and upload_file_delete().
  • #381994 by xjm, good_man, elcuco, brianV, yhager: Fixed Machine-name fields are always in Latin characters, and should therefore always be LTR.
  • #1359326 by xjm: Fixed t() documentation does not clearly indicate that options are documented in format_string() docs.
  • #1015916 by BTMash, jenlampton, theborg, Aron Novak, christefano, realityloop, xjm, Kevin Hankens: Fixed Image field 'title' allows more data than database column size.
  • #1025582 by sun: Added Custom db_select() 'conditions' parameter for menu_build_tree().
  • #1338428 by jbrown, BTMash, Tor Arne Thune: Fixed image_dimensions_scale() and image_scale_effect() are ungrokable and buggy.
  • #629518 by jhodgdon, reglogge, jvns, oriol_e9g: Fixed hook_node_insert() and other node hooks have imprecise/misleading descriptions.
  • #1039666 by Jelle_S: Fixed Placing a block in a region via select dropdown moves it to the top of the region, but it will show at the bottom.
  • #1332636 by sven.lauer, xjm: Clean up API docs for contact module.
  • #1323720 by xenophyle, xjm: Clean up API docs for block module.
  • #1325116 by xenophyle, xjm: Clean up API docs for Aggregator module.
  • #1326638 by sven.lauer, jhodgdon, xjm: Clean up API docs for field_ui() module.
  • #1332580 by sven.lauer, xjm: Clean up API docs for color module.
  • #1373634 by oriol_e9g, sun: Fixed Installation profile is not installed and not registered as module, unless identical to parent site.
  • #1373194 by chris.leversuch: Fixed Field Attach API topic/group page should link to Field Language API page.
  • #1371256 by ayelet_Cr, oriol_e9g: Document that QueryConditionInterface::condition() should not be used to add NULL conditions.
  • #942782 by pillarsdotnet, xjm, becw, timhilliard, JohnAlbin, jrchamp, Tor Arne Thune, Damien Tournoud, jn2, James Andres, dstol, melon, colan: Fixed Custom menus never receive an active trail.
  • #866292 by marcingy, ygerasimov, quicksketch, attiks, furamag: Fixed '0' not displayed as checkbox / radios options (nor as any element #title).
  • #1345480 by chris.leversuch, rbayliss: Fixed node_load() does not document FALSE return value.
  • #1362920 by scor, oriol_e9g: Wrong sitename variable in system.api.php.
  • #1366232 by sun: Fixed drupalCreateUser() breaks if testing site/profile does not install Comment module.
  • #678594 follow-up by mlncn: Add clarifying comment to RDFa markup for file/image formatters.
  • #1366740 by patrickd: Fixed theme_progress_bar() should have more information about when to use function.
  • #1319904 by rc_100, xjm, jhodgdon: Clean up API docs for help module.
  • #1347890 by sven.lauer, xjm, jhogdon: Clean up API docs for file module.
  • #1349610 by bartlantz, jhodgdon: Make the subtopics of Field API link back to it.
  • #1050466 by xjm, makara, rhayun: Fixed The taxonomy index should be maintained in a node hook, not a field hook.
  • #1371484 by makara: Fixed Private properties in abstract class DrupalCacheArray.
  • #1375134 by xjm, sun: Fixed Random test failure in TaxonomyTermTestCase::testNodeTermCreationAndDeletion().
  • #1240256 by lyricnz, Akaoni, jenspeter: Fixed file_unmanaged_copy() Fails with Drupal 7.7+ and safe_mode() or open_basedir().
  • #1373360 by sun: fatal error if optional Block module is not enabled.
  • #1258000 by chx, xjm, bfroehle: SelectQuery::countQuery() inappropriately removes SQL expressions.
  • #1265946 by klausi, tstoeckler, dereine, aspilicious: DoS against core using a large number of OR search query terms.
  • #1366804 by TR: 'End of foo group' on a couple of API pages due to not following standards.
  • Merge branch '7.x' of git.drupal.org:project/drupal into 7.x
  • #1146088 by lyricnz: label always visible for table formatter.
  • Revert "Issue #813540 by jbrown, chx: Fixed Comparisons involving NULL must never return true."
  • #1229868 by nicl, DjebbZ: hook_form_BASE_FORM_ID_alter(), hook_form_alter(), and hook_form_FORM_ID_alter() doc inconsistent.
  • #479368 by Heine, Roger Saner, xjm, mcarbone, keichee, asimmonds: Fixed Create RFC compliant HTML safe JSON.
  • #953336 by sun: Fixed Contributed modules are not able to test theme-related functionality.
  • #1346760 by xjm: Fixed Drag and drop needs a scalable weight select element.
  • #1212992 by catch, xjm, chx, beejeebus, BTMash, bfroehle: Fixed major bug - Prevent tests from deleting main installation's tables when parent::setUp() is not called.
  • #1349610 by bartlantz: Added make the subtopics of Field API link back to it.
  • #1356358 by BTMash: Fixed Unknown variable in generate-d7-content.sh causes PDOException.
  • #673224 by rocket_nova, jhodgdon: Fixed None of the hooks in field.api.php are grouped as such.
  • #1322278 by rocket_nova, jhodgdon: Fixed Documentation problem with theme -- doesn't link to theme functions list.
  • #1167996 by rocket_nova, Sheldon Rampton: Fixed UPGRADE.txt needs to say all D6 contrib modules need to be upgraded to their latest D6 versions before the D6->D7 update.
  • #813540 by jbrown, chx: Fixed Comparisons involving NULL must never return true.
  • #1301522 by xjm, Rob Loach, David_Rothstein: Fixed field_ui_default_value_widget() does not pass along the entity type when it creates the default value form.
  • #1366518 by chris.leversuch: 'Columns' is misspelled (()) in theme_field_ui_table().
  • #1345152 by Zgear, chris.leversuch: field_create_field() and related functions have incorrect exception throwing docs.
  • Back to 7.x-dev

drupal 6.25

$
0
0
Last updated: February 29, 2012 - 16:55
DownloadSizemd5 hash
drupal-6.25.tar.gz 1.05 MB 5a6862a944c956493fa52acdaf0621b9
drupal-6.25.zip 1.22 MB fa5292c62ab896eacc48fdbdc7f86374
Last updated: February 29, 2012 - 16:55
Official release from tag: 6.25

Release notes

The twentyfifth 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.

Drupal 6.25 builds on top of Drupal 6.24 and includes all the previous bugfixes and security improvements The complete list of changes committed since Drupal 6.24 are as follows:

  • Rollback for issue #12274 given that it does not consider email domain names with hyphens valid after the first component of the domain name.
  • #1425868 by ELC, lort, greg.harvey, David_Rothstein: Fixed duplicate entry of theme primary key in system table on Drupal 6.24 when updating using drush.
  • #1425260 by mgifford: Fixed 'Call to undefined function locale_inc_callback()' during 6.22 -> 6.24 upgrade if locale module was previously enabled but is not currently enabled.

drupal 6.26

$
0
0
Last updated: May 2, 2012 - 16:45
DownloadSizemd5 hash
drupal-6.26.tar.gz 1.05 MB 738dabb1e52de618db31698c625221b1
drupal-6.26.zip 1.22 MB d0c2faaccce51448d1dc6b3e1041ef1e
Last updated: May 2, 2012 - 16:45
Official release from tag: 6.26

Release notes

The twentysixth 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.

Drupal 6.26 builds on top of Drupal 6.25 and includes all the previous bugfixes and security improvements. The complete list of changes committed since Drupal 6.25 are as follows:

  • #1145700 by jbrown, mr.baileys, joachim: harden link display on dblogoverview screen in case the link might be dependent on user input with any contrib module
  • #183435 by TR, gregmac: make drupal_http_request() more tolerant of faulty newlines in the response headers
  • #341588 by voxpelli, mikl, Albert Volkman, dawehner: use the right JSON MIME type in drupal_json()
  • #1352272 by Albert Volkman, sven.lauer, LSU_JBob: fix phpdoc for system_settings_overview()
  • #260934 by catch, ShawnClark, Jody Lynn, Island Usurper, joshmiller, anrikun, roychri, pdrake, Dave Cohen, sun, plach, bjaspan: When drupal_execute()ing multiple forms with same form_id in a page request, only the first one was validated.
  • #784864 by Niklas Fiekas, kbgordon7, rdrh555, lisarex: Link in update.php instructions was pointing to an outdated handbook page. Update it.
  • #655048 by Gábor Hojtsy, gumanist, intuited, Albert Volkman: Plural formula information was blanked when importing a poorly-formed .po file.
  • #751578 by xamanu, sanduhrs, Gábor Hojtsy: OpenID realm should not be language dependent.
  • #800968 by JacobSingh, ksenzee, Big Z: Tabledrag.js should not use for...in to iterate over an array.
  • #1446372 by Heine, bserem, champlin: Invalid Unicode code range in PREG_CLASS_UNICODE_WORD_BOUNDARY fails with PCRE 8.30.
  • #736556 by Albert Volkman, daniels220, jeckman: Improve theme_links() documentation.
  • #300279 by achton, pillarsdotnet, unknownguy: Improve db_query_temporary() documentation to apply even if persistent database connections are used.
  • #1441852 by chris.leversuch, cafuego: Better return value documentation for db_query().
  • #1436074 by Pat Redmond, tstoeckler, fureigh: Minor documentation fix in the batch_set() docs.
  • #1432708 by scorchio, mkalkbrenner: Expand drupal_goto() documentation for query argument.
  • #1416212 by pontus_nilsson, ibot: Documentation cleanup for _user_mail_notify().
  • #1421330 by Albert Volkman, heyrocker: Crosslink cache_set() and cache_get() documentation with @see.

drupal 7.13

$
0
0
Last updated: May 2, 2012 - 22:21
DownloadSizemd5 hash
drupal-7.13.tar.gz 2.95 MB 80587b66375c7fc539414a20a2c6f2de
drupal-7.13.zip 3.36 MB 0bcd7cd938191519a0358ee155e3da4c
Last updated: May 2, 2012 - 22:21
Official release from tag: 7.13

Release notes

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.14 released alongside Drupal 7.13.

drupal 7.14

$
0
0
Last updated: May 2, 2012 - 22:25
DownloadSizemd5 hash
drupal-7.14.tar.gz 2.98 MB af7abd95c03ecad4e1567ed94a438334
drupal-7.14.zip 3.4 MB d4cbfd90951a6b37f15b8b5b5c9b3ed1
Last updated: May 2, 2012 - 22:25
Official release from tag: 7.14

Release notes

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

Major changes since 7.13:

- Fixed "integrity constraint" fatal errors when rebuilding registry.
- Fixed custom logo and favicon functionality referencing incorrect paths.
- Fixed DB Case Sensitivity: Allow BINARY attribute in MySQL.
- Split field_bundle_settings out per bundle.
- Improve UX for machine names for fields (UI change).
- Fixed User pictures are not removed properly.
- Fixed HTTPS sessions not working in all cases.
- Fixed Regression: Required radios throw illegal choice error when none selected.
- Fixed allow autocompletion requests to include slashes.
- Eliminate $user->cache and {session}.cache in favor of $_SESSION['cache_expiration'][$bin] (Performance).
- Fixed focus jumps to tab when pressing enter on a form element within tab.
- Fixed race condition in locale() - duplicates in {locales_source}.
- Fixed Missing "Default image" per field instance.
- Quit clobbering people's work when they click the filter tips link
- Form API #states: Fix conditionals to allow OR and XOR constructions.
- Fixed Focus jumps to tab when pressing enter on a form element within tab. (Accessibility)
- Improved performance of node_access queries.
- Fixed Fieldsets inside vertical tabs have no title and can't be collapsed.
- Reduce size of cache_menu table (Performance).
- Fixed unnecessary aggregation of CSS/JS (Performance).
- Fixed taxonomy_autocomplete() produces SQL error for nonexistent field.
- Fixed HTML filter is not run first by default, despite default weight.
- Fixed Overlay does not work with prefixed URL paths.
- Better debug info for field errors (string change).
- Fixed Data corruption in comment IDs (results in broken threading on PostgreSQL).
- Fixed machine name not editable if every character is replaced.
- Fixed user picture not appearing in comment preview (Markup change).
- Added optional vid argument for taxonomy_get_term_by_name().
- Fixed Invalid Unicode code range in PREG_CLASS_UNICODE_WORD_BOUNDARY fails with PCRE 8.30.
- Fixed {trigger_assignments()}.hook has only 32 characters, is too short.
- Numerous fixes to run-tests.sh.
- Fixed Tests in profiles/[name]/modules cannot be run and cannot use a different profile for running tests.
- Numerous JavaScript performance fixes.
- Numerous documentation fixes.
- Fixed All pager links have an 'active' CSS class.
- Numerous upgrade path fixes; notably:
- system_update_7061() fails on inserting files with same name but different case.
- system_update_7061() converts filepaths too aggressively.
- Trigger upgrade path: Node triggers removed when upgrading to 7-x from 6.25.

All changes since 7.13:

  • #1376166 by sun, xjm, tim.plunkett: Fixed Custom logo and favicon functionality inanely tries to support absolute local file paths.
  • #1542674 by bas.hr, tim.plunkett, damiankloip: Fixed Wrong count assertion in taxonomy.test.
  • #1477110 by msonnabaum, tim.plunkett: Fixed php path detection in run-tests.sh.
  • #1459164 by Kevin Morse, droplet: Use test() to match string for BOOL comparison .
  • #285232 by ralessi, sun, catch: Add 'please select' item to required select list item.
  • #1262592 by jmarkel, pingers, marcingy: Fixed numeric names fail image creation.
  • #1540072 by mstrelan, xjm: Use American spelling for 'behavior'.
  • #1039666 by Jelle_S, droplet, Kevin Morse, nod_: Fixed Placing a block in a region via select dropdown moves it to the top of the region, but it will show at the bottom.
  • #1491542 by rdickert, c960657, hosef: Fixed testHavingCountQuery() fails on pgsql and sqlite.
  • #312458 by rdickert, Heine, sun: Fixed HTML filter is not run first by default, despite default weight.
  • #277200 by andypost, Damien Tournoud: Add tests for vocabulary hierarchy.
  • #1404380 by msonnabaum, xjm, mjpa: Fixed Unnecessary aggregation of CSS/JS.
  • #1213536 by David_Rothstein, tim.plunkett, sun, effulgentsia, Yorirou, xjm: Fixed Non-resettable theme_get_registry() cache causes problems for non-interactive installations.
  • #751168 by elliotttf, caktux, andyceo, setvik, xjm, sun, tim.plunkett: Fixed Regression: Missing 'Default image' per field instance.
  • #787652 by andypost, larowlan: Fixed Forum vocabulary alterations possibly obsolete -- possible to delete forum vocab.
  • #261148 follow-up by mikeytown2, chx: Fixed menu_masks() variable is empty (race condition).
  • #1349722 by kgoel, Everett Zufelt, xjm: Fixed Who's new & Who's online blocks have empty headings.
  • #598586 by grendzy, deekayen, matglas86, dawehner, Zgear: Fixed watchdog() assumes is defined.
  • #1372122 by klausi, sun, beejeebus, juampy, mradcliffe, tim.plunkett, cha0s: Fixed STOP the registry integrity constraint violation nightmare.
  • #1172560 by bas.hr, bellesmanieres, NROTC_Webmaster, tim.plunkett: Fixed The block X was assigned to the invalid region Y and has been disabled.
  • #988930 by davidwhthomas, jyve, tim.plunkett, nod_, effulgentsia, droplet, patrickd: Fixed Sticky table headers need to react properly to 'show/hide weights column' link.
  • #1348758 by drewish, tim.plunkett: Fixed Add an index to {users}.picture so user_file_delete() isn't insanely slow.
  • #1527988 by Niklas Fiekas: Fixed Missing or legacy number validation.
  • #1490150 by xjm, duellj, tim.plunkett: Fixed EntityFieldQuery::pager(0) generates PHP error 'divide by zero'.
  • #1058754 by Yaron Tal, kathyh, naxoc, xjm, tim.plunkett: Fixed Attempt to loop through undefined result set in aggregator.
  • #1481156 by lucascaro, npiacentine: Fixed Incorrect logic in creating url to fetch information about project updates.
  • #1484216 by catch, Berdir, beejeebus, tim.plunkett: Fixed Race condition in _update_create_fetch_task() (PDO Exceptions).
  • #720630 by tim.plunkett, kid_icarus, tsphethean: Fix up docs for watchdog, hook_watchdog, and watchdog constants
  • #1509838 by tim.plunkett, cosmicdreams klausi: Use elseif not else if
  • #1492188 by Berdir, catch: Fixed Update module creates duplicate queue items.
  • #966210 by mfb, catch, drumm, bfroehle, drewish, makara, sun, BTMash, iamEAP: Fixed DB Case Sensitivity: system_update_7061() fails on inserting files with same name but different case.
  • #1536160 by drumm: Make update_fix_d7_block_deltas() faster.
  • #1542854 by drumm, BTMash: Fixed system_update_7061() converts filepaths too aggressively.
  • #1541792 follow-up by chx, Berdir, xjm: Fix for random test values occasionally failing.
  • #1541792 follow-up by chx: Fix random test failures.
  • Unbreaking testbot.
  • #1541792 by tim.plunkett, chx, Amitaibu: Enable dynamic allowed list values function with additional context
  • #1538182 by infiniteluke: update variable_get doc to say it handles unserializing
  • #1237252 by mfb, bfroehle, drewish, Berdir, iamEAP, drumm: Fixed DB Case Sensitivity: Allow BINARY attribute in MySQL.
  • #1537888 by wulff: Fix typo in EntityFieldQuery docs
  • #1537370 by Liam Morland: Improve documentation of return value for file_load()
  • #1533498 by jmarkel: Fix see doc issue and clean up doc in hook_field_widget_form_alter
  • #1346468 by kgoel, mallezie, rootwork: Point docs for page.tpl.php towards html.tpl.php
  • #735528 follow-up by attiks: Do not backport span -> attr change.
  • #1513520: And NOW with the actual fix, not just the failing test. Sigh. :P
  • #1211008 by yched, tim.plunkett, DamienMcKenna: Split field_bundle_settings() out per bundle.
  • #1516030 by valthebald, rdickert: Fixed Change parenthesis in menu_link_save() to express intended order of operations.
  • #1421410 by andypost, Niklas Fiekas: Fixed not defined in form_pre_render_conditional_form_element().
  • #1015946 by pillarsdotnet, catch, bfroehle, Jej, jose.guevara, Damien Tournoud: Fixed Eliminate ->cache and {session}.cache in favor of ['cache_expiration()'][].
  • #918356 by David_Rothstein, franz, tekante, dstol, mikestefff: Fixed WSOD when drupal_get_title() called during hook_init() and custom 403 or 404 pages are being used.
  • #1171866 by sun, catch, Alan Evans, bvirtual, frob, btmash: Fixed Enforced fetching of fields/columns in lowercase breaks third-party integration.
  • #1513520 by pdrake, plach: Fixed locale_language_from_browser() incorrectly matches invalid strings.
  • #1516934 by jmarkel: Fix up docs for batch_set()
  • #1452070 by kgoel: Remove comment left over from Drupal 5 in menu_block_info()
  • #1355682 by Zgear, chertzog: API docs cleanup for Path module
  • #1280792 follow-up BTMash, irunflower, Zgear: Fixed Trigger upgrade path: Node triggers removed when upgrading to 7-dev from 6.25.
  • #1504226 by kim.pepper: Add detail to return value docs of taxonomy_vocabulary_get_names
  • #1327484 by nmudgal, oriol_e9g, xenophyle: Clean up API docs for book module
  • #1509796 by markdorison: Fix docs for a test method in user.test
  • #1440834 by nmudgal: Add clarity and information to docs for hook_field_delete/update/insert
  • #1508956 by lsenzee: Fixed unclear description for drupal_parse_url().
  • #1500160 by jmarkel, tstoeckler: Fix up docs for hook_block_info
  • #1400310 by nod_, sun, m.stenta: Fixed Use of .parents() is really .closest().
  • #41595 follow-up by BTMash, scor: Fixed pager tests so they now work from Drupal sub-directory installs.
  • #960056 by catch, mikeytown2, pmitchell, cedarm: Fixed trigger_get_assigned_actions() has no static cache.
  • #1398740 by TravisCarden: Fixed Typo in status message: 'The %style has been revert to its defaults.'.
  • #1250800 by attiks, Jelle_S, dawehner, xjm, G√°bor Hojtsy: Fixed Language domain should work regardless of ports or protocols.
  • #1221276 by gumanist, fietserwin, G√°bor Hojtsy, sun, kalman.hosszu: Fixed locale_get_plural() only works for a single language within a request and does not work for English.
  • #1280792 by xjm, julien, BTMash, pingers, AntoineSolutions, tim.plunkett, Niklas Fiekas: Fixed {trigger_assignments()}.hook has only 32 characters, is too short.
  • #1187550 by franz, boombatower, mlncn: .profile files do not have to be listed in profile .info files.
  • #1338282 by Damien Tournoud, zymsys, JamesOakley, pillarsdotnet, chx: Fixed php notice in menu_link_save().
  • #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pages
  • Revert "Issue #1475666 by filijonka, Niklas Fiekas, Devin Carlson, Kevin Morse, tstoeckler: Fixed PHP error because of typo in form.inc line 3025."
  • #1335388 by wojtha: Fixed Warning: strpos(): Empty delimiter in search_simplify_excerpt_match().
  • #1378092 by oriol_e9g, wedge, beejeebus: Fixed User pictures are not removed properly.
  • #687586 by oriol_e9g, Mike Wacker, agentrickard: Fixed Remove access check from user_register_submit().
  • #1009832 by edb, chertzog, rjgoldsborough: Added menu name to breadcrumb on List Links page.
  • #1164812 by Niklas Fiekas, tim.plunkett, xjm: Improve UX for machine names for fields.
  • #1357072 by dkingofpa: Fixed Call to undefined function _update_7000_field_read_fields() in image.install during upgrade.
  • #1497262 by chx, BTMash: Add btmash as the db update maintainer.
  • #1395974 by webbykat, Michelle, rdrh555: Clarify field_purge_batch() documentation.
  • #1350892 by nit3ch: Fix doc for type arg of node_type_form
  • #1182296 by BTMash, timplunkett: Fix tests for site name in database upgrade tests, which were causing random 7.x is broken test failures
  • #1479572 by chertzog: Fixed update_fix_d7_install_profile().
  • #1050746 by grendzy, xjm, Everett Zufelt: Fixed HTTPS sessions not working in all cases.
  • #1475666 by filijonka, Niklas Fiekas, Devin Carlson, Kevin Morse, tstoeckler: Fixed PHP error because of typo in form.inc line 3025.
  • #1471418 by nmudgal: Add note to hook_custom_theme docs about page caching
  • #1491248 by bowersox: Change Accessibility maintainer name
  • #1368872 by kid_icarus: A bit more API cleanup for syslog module
  • #1485810 by nmudgal: Clarify wording for salt variable docs in default.settings.php
  • #1483664 by nmudgal, chertzog: Fix hook_user_presave example so it actually would work
  • #1488414 by nmudgal, chertzog: Add comment to user_schema to explain why table name is plural in spite of our usual standards
  • #1488668 by chertzog: Add checked property to docs of theme_checkbox
  • #1480570 by Gaelan: Make default clear in drupal_add_css() args doc
  • #41595 by pillarsdotnet, sun, m3avrck, oadaeh, yched, musicnode | Wesley Tanaka: Fixed All pager links have an 'active' CSS class.
  • #655048 by G√°bor Hojtsy, gumanist, intuited: Fixed Plural formula information blanked when importing a poorly-formed .po file.
  • #1282156 by karschsp, kika: Convert IP-blocking table to 'Empty table pattern'.
  • #1431632 by NROTC_Webmaster: Clean up API docs for translation module
  • #1472614 by filijonka: Fix return value docs for hook_node_update_index()
  • #1199774 by nod_, droplet, xjm, ryanissamson: Fixed toolbar layout error in IE.
  • #93854 by pillarsdotnet, Steven Jones, Dave Reid, ericduran, xjm, das-peter, e2thex, axel.rutz, mstrelan, mikestefff | moonray: Fixed Allow autocompletion requests to include slashes.
  • #811542 by bojanz, sun, mlncn, chx, pillarsdotnet, loganfsmyth, xjm: Fixed Regression: Required radios throw illegal choice error when none selected.
  • Revert "Issue #1089040 by Remon, mlncn: Added Cache rdf_get_namespaces() using drupal_static(). Don't add caches unless there's a demonstrated performance degradation.""
  • #1317620 by xjm, Albert Volkman: Fix up API docs for includes directory files d-g
  • #1245332 by Dave Reid, rfay, willvincent: Fixed Warning when all bundles removed from an entity.
  • #1361218 by Owen Barton, Kevin Morse, Everett Zufelt: Fixed Focus jumps to tab when pressing enter on a form element within tab.
  • #1476812 by droplet: Fixed hooks file_field_delete_file() takes only 2 arguments.
  • #1411114 by Albert Volkman, sun: Fixed drupal_valid_test_ua() is not statically cached on non-positive match.
  • #1089040 by Remon, mlncn: Added Cache rdf_get_namespaces() using drupal_static().
  • #1388496 by barraponto: Fixed Default field.tpl.php prints a clearfix class theme_field() doesn't.
  • #1472350 by John Morahan, greggles: Make 'translate interface' restricted after DRUPAL-PSA-2012-001 - localizations - Cross Site Scripting.
  • #1476776 by droplet: drupal_var_export() is a concatination to undefined variable .
  • #1391118 by sven.lauer: Clean up Field API topics docs
  • #1436406 by scorchio, kid_icarus: Fix list formatting in Field API topic docs
  • #1431076 by c960657, nod_, purencool, Nor4a: Fixed Overlay does not work with prefixed URL paths .
  • #1414412 by Damien Tournoud, pillarsdotnet, droplet, MrHaroldA: Fixed Skip #conjunction key in __clone() method of core/includes/database/query.inc.
  • #1470080 by G√°bor Hojtsy: Move docs for hooks that are not locale.module specific to a modules/system file
  • #746240 by c960657, G√°bor Hojtsy: Fixed Race condition in locale() - duplicates in {locales_source()}.
  • #681760 by agentrickard, Josh Waihi, Niklas Fiekas, catch, xjm, NaX, chx, pwolanin, garywiz: Fixed Try to improve performance and eliminate duplicates caused by node_access() table joins.
  • #1469758 by chertzog: Fix typo in sample hook_node_grants_alter function
  • #1355362 by bartlantz: Clean up API docs for the install profiles
  • #1444650 by damiankloip: Make documentation of theme_image_style clearer
  • #1462062 by chertzog, xjm: Fix language in code comment
  • #1458796 by damiankloip: Make Field API docs say they are about Field API
  • #97327 by PMunn, NROTC_Webmaster, xjm, maartenvg, killes@www.drop.org, gdavid, Zed Pobre: Fixed Data corruption in comment IDs (results in broken threading on PostgreSQL).
  • #1064954 by xjm, Dave Reid, becw: Fixed _node_revision_access() static usage.
  • #1369332 by Damien Tournoud, basic, sun: Fixed Avoid deadlock issues on the {node} table.
  • #1058564 by Niklas Fiekas, droplet, grendzy, dixon_, naxoc: Fixed User picture does not appear in comment preview.
  • Revert "Issue #1058564 by Niklas Fiekas, droplet, grendzy, dixon_, naxoc: Fixed User picture does not appear in comment preview."
  • #1264728 by yched, Albert Volkman: Refresh field 'active' state in module_enable() / _disable().
  • #917490 by pounard, msonnabaum: Performance patch for block_list() (D6) and _block_render_blocks() (D7) functions.
  • #1393604 by tedbow, Niklas Fiekas: Fixed path_form_element_validate() does not send correct parameter to form_set_error().
  • #336697 by oriol_e9g, xjm, jbomb, Davy Van Den Bremt, coltrane, lyricnz: Added Optional vocabulary argument for taxonomy_get_term_by_name().
  • #1347134 by c31ck, amateescu, Shyamala, DamienMcKenna: Fixed 'View voting results' permission is misleading.
  • #1314384 by Pol, G√°bor Hojtsy, oriol_e9g, plach: Added Remember the provider that selected the language for later use.
  • #1058564 by Niklas Fiekas, droplet, grendzy, dixon_, naxoc: Fixed User picture does not appear in comment preview.
  • #687180 by Island Usurper, catch, Berdir, Damien Tournoud, xjm, anthbel: Fixed Deleting a taxonomy vocabulary leaves term reference fields still pointing to it, and a PDO Exception when creating content.
  • #1315214 by NROTC_Webmaster, kathyh, aenw: Clean up API docs and comments in the Tracker module code
  • #1451032 by NROTC_Webmaster: Add note to schema docs about varchar columns needing to have length specified
  • #814804 by JacobSingh, ksenzee, xjm, draenen, paul.lovvik, David_Rothstein, G√°bor Hojtsy, Yorirou: Fixed taxonomy_autocomplete() produces SQL error for nonexistent field.
  • Revert "Issue #1074672 by claudiu.cristea, mikewink: Added Allow language select to be rearranged inside node form."
  • #1446366 by xjm: Multiple web test classes mislabeled as unit tests.
  • #1401496 by bleen18, Albert Volkman: Fixed forum_taxonomy_term_delete() completely broken (takes instead of entity).
  • #1334344 by jessebeach, mikestefff, Devin Carlson: Fixed During update, Bartik throws an error that () is not defined.
  • #998590 by das-peter: Fixed Prevent double CDATA section escaping in filter_dom_serialize_escape_cdata_element() to avoid warnings.
  • #1015798 by oriol_e9g, Mohammed J. Razem, dimitriseng, xjm, mstrelan, drunken monkey: Fixed Fieldsets inside vertical tabs have no title and can't be collapsed.
  • #673020 by Zolt√°n Balogh, attiks, mgifford, G√°bor Hojtsy, e2thex, good_man, kalman.hosszu | Fleshgrinder: Fixed Tests for adding the Content-Language HTTP header to the generated page.
  • Oops. And now with missing test. :D
  • #1425280 by Niklas Fiekas, swentel: Fixed No contextual links in node lists after a node without contextual links.
  • #1366854 by quicksketch: Added Pass #size attribute to the child upload field in the managed_file() element.
  • #998256 by justafish, Albert Volkman, Dave Reid, no_commit_credit: Please let modules know about the original URL alias in hook_path_update().
  • #1267918 by Niklas Fiekas, darrellulm: Fixed User signature does not appear in comment preview.
  • #1420056 by droplet, nod_: Fixed moving shortcut local var.
  • #1074672 by claudiu.cristea, mikewink: Added Allow language select to be rearranged inside node form.
  • #1294264 by budda, davidwhthomas: FieldUpdateForbiddenException: Cannot update a list field - better debug info.
  • #1329586 by Rob Loach, tim.plunkett, jthorson: Theme_image_formatter() should pass along attributes.
  • #1068016 by franz, Niklas Fiekas, karschsp, BartVB, catch | jpincas: Fixed number field validation fails to block some invalid input causing later SQL fatal error.
  • #911354 by adrian, boombatower, jhedstrom, sun, yhahn, langworthy, dixon_, jrbeeman: Fixed Tests in profiles/[name]/modules cannot be run and cannot use a different profile for running tests.
  • #735528 by nod_, redndahead, kkaefer, agentrickard, peterpoe, Rob Loach, xjm, sun: FAPI #states: Fix conditionals to allow OR and XOR constructions.
  • #967166 by effulgentsia, Cottser, no_commit_credit, KrisBulman: Fixed Content rendered via AJAX does not respect stylesheets removed in .info files.
  • #87994 by Rob Loach, Jody Lynn, sun, dropcube, gordon, David_Rothstein, moshe weitzman, aspilicious, quicksketch | piersonr: Fixed Quit clobbering people's work when they click the filter tips link.
  • #684310 by yched, lyricnz, ksenzee, Niklas Fiekas: Fixed When adding existing field 'Label' is cleared when exiting field.
  • #404116 by c31ck, amateescu, neclimdul: Fixed Provide default choices on poll translations.
  • #872488 by acouch, Albert Volkman, mfb, musicnode, no_commit_credit: Regression: no way to get taxonomy tags into RSS feeds.
  • #666854 by TR, JacobSingh: Fixed E_NOTICE warnings in run_tests().sh .
  • #404302 by KrisBulman, kathyh, JamesAn, droplet, sun: Fixed Improve tabledrag grippie CSS (and fix an IE7 alignment issue).
  • #1065626 by Heine, droplet, xjm, jibran: Fixed Machine name not editable if every character is replaced.
  • Merge branch '7.x' of git.drupal.org:project/drupal into 7.x
  • #1430300 by mradcliffe, xjm, effulgentsia, NROTC_Webmaster: Fixed Preprocess functions in an include file fail to get called when the theme implements a suggestion override.
  • #1446372 by Heine, bserem, champlin: Fixed Invalid Unicode code range in PREG_CLASS_UNICODE_WORD_BOUNDARY fails with PCRE 8.30.
  • #1441126 by Haza, Devin Carlson: Fix @see entries in two function doc headers
  • #1313762 by fago, sun: Add fago as Entity system maintainer.
  • #1456480 by amateescu: Add amateescu as a Poll maintainer.
  • #1352272 by sven.lauer, Albert Volkman: Fix docs for deprecated, unused system_settings_overview() function
  • #1291458 by arithmetric: Remove mention of short-lived PHP bug from Database class docs
  • #1427098 by chris.leversuch: Updated return value docs for EntityFieldQuery::execute
  • #1300298 by askibinski: empty tokens don't get replaced in welcome emails.
  • #1446988 by Dave Reid: Reassign maintainer of statistics module to Tim Millwood.
  • #1260752 by andypost: Fixed _locale_languages_common_controls() maxlength to conform schema.
  • #1408636 by swentel, c31ck: Fixed Fatal error: [] operator not supported for strings in includes/common.inc on line 2320.
  • #1447040 by nod_: Application for being javascript maintainer.
  • #1431452 by webflo, larowlan: Tests for 'status' in where clause is ambiguous.
  • #1444160 by Niklas Fiekas: Drupal.behaviors.dateTime needs a clean-up.
  • #1436074 by Pat Redmond: documentation problem with batch_set(): change 'his' to 'its'.
  • #1426150 by kafitz: Fixed hook_menu() example function to match 8.x version
  • #1287368 by TwoD, valthebald, sun, xjm: Fixed Drupal.settings.ajaxPageState.css gets overwritten.
  • #1426698 by droplet: Fixed book.js: fix vertical tabs summary & clean up.
  • #1332658 by sven.lauer, David_Rothstein, xjm, Albert Volkman: Clean up API docs for dashboard module.
  • #1428538 by Albert Volkman, nod_: Use jQuery toggle.
  • #1393234 by dww, Niklas Fiekas: Fixed API docs for field_access() are confusing.
  • #1414824 by nod_: Fixed Leaking vars in tabledrag.js.
  • #1319420 by nod_: Fixed multiple execution of tableselect.js with nested tables.
  • #838800 by kotnik, Damien Tournoud, jromine: Improve random number generation.
  • #1346914 by droplet: Use .length instead of jQuery.size().
  • #1379126 by chris.leversuch, Albert Volkman, jhodgdon: Clean up API docs for trigger.module.
  • #1316866 by nicl, Niklas Fiekas: User_forms() is now redundant.
  • #1320028 by isay, Albert Volkman: Fixed bartik style-rtl.css have not overide text align to rigth for tr td, tr th tags.
  • #1429176 by Chi: Fixed Documentation for garland_breadcrumb() is out of date.
  • #1280792 by xjm, julien, BTMash, pingers: Fixed {trigger_assignments()}.hook has only 32 characters, is too short.
  • #1393846 by tedbow, Albert Volkman: Fixed path_form_element_validate() executes unnecessary db_select() query when only space given for URL Alias.
  • #1347836 by LSU_JBob, Albert Volkman, linclark: Comment cleanup in common.test.
  • #1234830 by beejeebus, oriol_e9g, schildi: Fixed cache_menu(): huge table size.
  • #1189834 by aspilicious, chrispomeroy, Albert Volkman: Add language direction to book-export-html.tpl.php
  • #1013034 by ncl: Fixed PostgreSQL constraints do not get renamed by db_rename_table().
  • #1431918 by Liam Morland: user_multiple_role_edit() doc needs more detail.
  • #1068016 by franz, karschsp, BartVB, Niklas Fiekas: fixed number field validation fails to block some invalid input causing later SQL fatal error.
  • #1428498 by linclark: Docblock syntax error for taxonomy_select_nodes().
  • #1159258 by Deciphered: fixed image_file_move() flushes new URI not source URI.
  • #598414 by Tor Arne Thune, Dave Reid: Fixed Links in the update results page lead to 403s.
  • #1417754 by mkadin: hook_menu() docs need to explain that options don't work for tabs.
  • #1423510 by oriol_e9g: undefined var in prepareInstallDirectory.

drupal 7.15

$
0
0
Last updated: August 1, 2012 - 16:42
DownloadSizemd5 hash
drupal-7.15.tar.gz 3 MB f42c9baccd74e1d035d61ff537ae21b4
drupal-7.15.zip 3.42 MB de63a743a2ea262f5110ef5a27d360f9
Last updated: August 1, 2012 - 16:42
Official release from tag: 7.15

Release notes

Maintenance release of the Drupal 7 series. Includes bugfixes and small API/feature improvements only (no major new functionality); significant new features are only being added to the forthcoming Drupal 8.0 release.

No security fixes are included in this release.

Besides documentation fixes, no changes have been made to the .htaccess, robots.txt or settings.php files in this release, so upgrading custom versions of those files is not necessary.

Known issues:

Major changes since 7.14:

  • Introduced a 'user_password_reset_timeout' variable to allow the 24-hour expiration for user password reset links to be adjusted (API addition).
  • Fixed database errors due to ambiguous column names that occurred when EntityFieldQuery was used in certain situations.
  • Changed the drupal_array_get_nested_value() function to return a reference (API addition).
  • Changed the System module's hook_block_info() implementation to assign the "Main page content" and "System help" blocks to appropriate regions by default and prevent error messages on the block administration page (data structure change).
  • Fixed regression: Non-node entities couldn't be accessed with EntityFieldQuery.
  • Fixed regression: Optional radio buttons with an empty, non-NULL default value led to an illegal choice error when none were selected.
  • Reorganized the testing framework to split setUp() into specific sub-methods and fix several regressions in the process.
  • Fixed bug which made it impossible to search for strings that have not been translated into a particular language.
  • Renamed the "Field" column on the Manage Fields screen to "Field type", since the former was confusing and inaccurate (UI change).
  • Performance improvement: Removed needless call to system_rebuild_module_data() in field_sync_field_status(), greatly speeding up bulk module enable/disable.
  • Fixed bug which prevented notifications from being sent when core, module, and theme updates are available.
  • Fixed bug which prevented sub-themes from inheriting the default values of theme settings defined by the base theme.
  • Fixed bug which prevented the jQuery UI Datepicker from being localized.
  • Made Ajax alert dialogs respect error reporting settings.
  • Fixed bug which prevented image styles from being deleted on PHP 5.4.
  • Fixed bug: Language detection by domain only worked on port 80.
  • Fixed regression: The first plural index on a page was not calculated correctly.
  • Introduced generic entity language support. Entities may now declare their language property in hook_entity_info(), and modules working with entities may access the language using entity_language() (API change: http://drupal.org/node/1626346).
  • Added EntityFieldQuery support for taxonomy bundles.
  • Fixed issue where field form structure was incomplete if field_access() returned FALSE. Instead of being incomplete, the form structure now has #access set to FALSE and field form validation is skipped (data structure change: http://drupal.org/node/1663020).
  • Fixed data loss issue due to field_has_data() returning inconsistent results. The fix adds an optional DANGEROUS_ACCESS_CHECK_OPT_OUT tag to entity field queries which field storage engines can respond to (API addition: http://drupal.org/node/1597378).
  • Fixed notice: Undefined index: default_image in image_field_prepare_view()
  • Numerous API documentation improvements.
  • Additional automated test coverage.

All changes since 7.14:

  • #1706788 by David_Rothstein | aturetta: Rolled back issue #1613554 by removing the contents of system_update_7074 for now, since it fails on PostgreSQL.
  • #1673380 by marcin.wosinek: Fix docs for drupal_sort_weight function
  • #1705042 by aspilicious: Fix typo in form_load_include docs
  • #246029 by zserno, rjgoldsborough, blisteringherb, rfay, Alan Evans, kgoel | izmeez: Added Use a variable for the timeout/expiration of user password reset links.
  • #1511656 by alberto56, afeijo: Make core/modules/simpletest/files/README.txt grammatically correct.
  • #1399168 by Akaoni: Fixed authorize.php doesn't respect custom session handlers.
  • #1659000 by sun: Fixed $form_id is not recorded/provided in $form_state['build_info'].
  • #1325628 by damien_vancouver, xjm, Damien Tournoud, TravisCarden | jbova: Fixed EntityFieldQuery::propertyQuery missing fully qualified column names causes ambiguous column DB error.
  • #1613554 by drumm, BTMash: Fixed Update menu link queries from 6's strings (followup to avoid use of API functions during updates).
  • #1672764 by iflista, xjm, tim.plunkett: Improve documentation of randomString() and randomName().
  • #1599618 by droplet, yurtboy, Albert Volkman: Fixed Remove duplicate array keys.
  • #1631164 by Aron Novak, Mithrandir: Fixed Autocomplete fires on readonly fields.
  • #1507954 by nod_, boombatower | silinor: Fixed Global selector in states.js breaks some scripts.
  • #635046 by claudiu.cristea, sun, fago: Fixed form_state_values_clean() is polluting form values.
  • #1373312 by sun: Assign system_main() block to 'content' region and help block to 'help' region by default.
  • #1571104 by BTMash, Dave.Ingram, mradcliffe, Damien Tournoud, sun, lliss, tim.plunkett | lkiss80: Fixed Can't access non-node entities with EntityFieldQuery.
  • #811542 by David_Rothstein, attiks, thekevinday, effulgentsia, chx: Fixed Regression: Optional radio buttons with an empty, non-NULL default value led to an illegal choice error when none were selected.
  • #1541958 by sun, effulgentsia, David_Rothstein, alexpott, tim.plunkett, Berdir: Split setUp() into specific sub-methods to fix testing framework regressions.
  • #1700464 by sgtsaughter: Remove invalid see reference in forums.tpl.php
  • #1697750 by TravisCarden: Improve documentation of drupal_set_message function
  • #1689426 by mjonesdinero, ronan.orb: Fix return value docs for taxonomy_term_load function
  • #1663606 by sukotto100: Document what list_themes function actually returns
  • #1683836 by mjonesdinero, lyricnz: Fix database topic sample code so it is consistent
  • #1689394 by mjonesdinero, foobar3000: More complete documentation of field_info_field return value
  • #1357138 by tim.plunkett, jstoller, xenophyle: Fix up API docs for Forum module
  • #1681456 by mjonesdinero: Move hook_field_widget_properties_alter to correct group
  • #1615312 by dsdeiz, David_Rothstein: Make sure all D7 to D7 updates are listed in the updates-7.x-extra group
  • #1679584 by dsdeiz: Fixed DrupalGet typo...
  • Roll back issue #1400256 ($info['fields'] not always set). It was causing SimpleTest memory problems.
  • #1012018 by Albert Volkman, mjonesdinero, yashadev, amateescu, axyjo: Fix dates in copyright list and make sure all third-party code is included
  • #1664070 by tim.plunkett, mjonesdinero: Add documentation to node_add_page function
  • #1560028 by bleen18, sun, thehong: Remove all calls to rand() from tests.
  • #1664528 by Carl Johan: Fixed It's impossible to search for 'Strings not translated to language ...'.
  • #1525138 by twistor, Georgique: Fixed Illegal string offset 'field' in function TaxonomyTermController->buildQuery().
  • #1306424 by tim.plunkett, ankur, sun: Fixed URL path /admin/structure/trigger causes error.
  • #1400256 by MiSc, vlkff, populist: Fixed ['fields'], not always set?.
  • #1637480 by Wim Leers: Fixed Bartik's taxonomy term reference field theme override does not render the field attributes.
  • #1613554 by drumm, BTMash: Fixed Update menu link queries from 6's strings.
  • #985642 by Berdir, Damien Tournoud, kiamlaluno, yched: Remove file_attach_load() from file_field_update().
  • #1399302 by droplet: Fixed Rename Field UI's 'Field' column to 'Field Type'.
  • #1263040 by catch, akamaus, luk.stoops: Fixed No notifications sent when updates are available.
  • #1662950 by bxtaylor, chx, mjonesdinero: Add note to EntityFieldQuery methods that exclude rows where fields are empty
  • #1617006 by ben.kyriakou: Add note to drupal_write_record docs saying not to use in update functions
  • #1599306 by bojanz, exratione: Fixed field_sync_field_status() needlessly rebuilds module data, slows down installation dramatically.
  • #1653400 by droplet: Fixed No 'padding: none'.
  • #1470836 by greggles, tim.plunkett: Make moshe, agentrickard and xjm maintainers of node access system.
  • #761608 by JohnAlbin, effulgentsia: Fixed Missing theme settings values because list_themes() has inconsistent theme object data.
  • #1619084 by kiamlaluno: Update documentation for drupal_render to reflect current function code
  • #1552400 by mjonesdinero, SumeetSingh: Fix documentation for user_is_blocked, which was misleading.
  • #1629994 by Aron Novak: Fix reference to obsolete RFC in valid_email_address
  • #507502 by fietserwin, cosmicdreams, Rob Loach, tim.plunkett, sun, marvil07, nod_: Fixed missing Locale support for jQuery UI Datepicker.
  • #1553464 by droplet: Fixed Can't select autocomplete items in IE7.
  • #1480568 by gagarine, henwan: Fixed use $.attr with false instead of empty string.
  • #283045 by mlncn, Albert Volkman, Jody Lynn, pwolanin, gpk, no_commit_credit | marcp: Fixed Allow top-level pages to be removed from books.
  • #1195254 follow-up by David_Rothstein: Fix indentation.
  • #1587858 by apotek: Fixed AJAX alert dialogs respect neither display_errors ini.php setting or $conf['error_level'] setting, exposing server info.
  • #1195254 by trrroy, underq, kid_icarus, tim.plunkett, oriol_e9g, xjm: Taxonomy test cleanup.
  • #642734 by nod_, tim.plunkett, yhahn: Fixed Simpletest behaviors should process the elements only once.
  • #218470 by redndahead, casey, nod_, Albert Volkman | webernet: Fixed Floating tableheader: 'Select all' checkbox not updated.
  • #1512116 by mjonesdinero: Update obsolete example in hook_menu docs
  • #1333122 by effulgentsia, tim.plunkett: Clarify docs for theme and preprocess/process functions so it is clearer which ones get called for theme functions vs. templates
  • #1619482 by mr.baileys: Fix up documentation for hook_update_N
  • #1596598 by mr.baileys: Mak drupal_goto docs say what happens if path arg is empty, and clarify that on url docs too
  • #1431634 by Tor Arne Thune: API docs cleanup for update module
  • #1632596 by Zgear: Fixed Remove duplicate 'the' in minimal.install.
  • #1614468 by Jorrit: Fixed hook_field_widget_error() example implementation contains error.
  • #1432732 by Jorrit, B-Prod: Fixed Form error reporting fallback does not respect Drupal documentation.
  • #1591726 by sun, tim.plunkett: Fixed Missing form_id, form_build_id, and form_token when using custom #parents and #tree = TRUE on $form itself.
  • #1495648 follow-up by plach: Clarify entity language documentation.
  • #1614292 by brockjo, Albert Volkman | neclimdul: Fixed image_style_delete_form() doesn't take form_state() by reference (prevented image styles from being deleted on PHP 5.4).
  • #1549390 by drumm, BTMash: Taxonomy_update_7005() can be faster.
  • #1572394 by attiks, Sweetchuck: Fixed Language detection by domain only works on port 80.
  • #1567662 by sun | Georgii: Fixed The 1st plural index on a page is not calculated correctly.
  • #1495648 by plach: Introduce entity language support.
  • #1167996 by BWPanda: Fix version number mistake in UPGRADE.txt
  • #1532682 by TravisCarden: Fix return value docs for comment_reply function
  • #890790 by Tor Arne Thune, davidjdagino, moshe weitzman | jenlampton: Added tests to ensure that deleting nodes deletes their comments.
  • #1600892 by tim.plunkett, sun: Fixed Tests use magic numbers 1 and 2 instead of user role constants.
  • #1503184 by aspilicious, Rob Loach, cweagans, Dave.Ingram: Make Graph.inc documentation clearer.
  • #1054162 by tim.plunkett, Dave Reid, joachim, no_commit_credit, Berdir: Taxonomy bundles not supported by EntityFieldQuery.
  • #1558468 by Berdir, tim.plunkett: SA-CORE-2012-002 - Denial of Service (followup for D7 test coverage).
  • #822418 by catch, marcingy, davidjdagino, no_commit_credit, tim.plunkett, ezheidtmann: Fixed Field form structure incomplete if field_access() returns FALSE.
  • #1354726 followup: Fix docblock indentation on forum_update_7012().
  • #1354726 by damiankloip, develCuy, gnuget, droplet, cha0s | bvanmeurs: Add more indexes on {forum_index}.
  • #1602112 by ryanissamson, bgano: Add return docs to startTransaction method
  • #1601136 by Chaulky: Fix param docs in drupal_validate_form function
  • #1598508 by jeffschuler: fix return docs for _node_types_build function
  • #1601214 by rfay: Remove rfay from maintaining AJAX
  • #1517654 by zuuperman, sheise: Fixed Strict warning by field_ui_table_pre_render().
  • #598586 followup by tim.plunkett: Added documentation of 'uid' parameter in hook_watchdog().
  • #1573082 by tim.plunkett, grendzy: Fixed watchdog 'Deleted content type' uses wrong type.
  • #1576300 by pwolanin: Fixed trim() expects parameter 1 to be string, array given in request_path() (line 2732 of bootstrap.inc).
  • #1454266 by Chaulky, Volx: fix documentation for field_bundle_settings
  • #1313510 by NROTC_Webmaster, oriol_e9g, aenw: Clean up API docs for Statistics module
  • #1358944 by wulff: Fix misuse of ingroup in documentation blocks
  • #1592866 by David_Rothstein: Add David Rothstein to MAINTAINERS.txt as a D7 core co-maintainer.
  • #1578590 by ksenzee: Replace references to nonexesitent function drupal_initialize_variables
  • #1546618 by wulff: Fix addtogroup syntax in menu.install
  • #1546618 by wulff: Change duplicate defgroup to addtogroup
  • #1302228 by xjm, yched, chx: Fixed Change notice for: field_has_data() returns inconsistent results – possible data loss.
  • #1513580 by matt2000: Update hook_init and hook_boot docs to say whether themes are loaded when they run
  • #1536750 by perusio: Fix drupal_goto documentation of status codes
  • #813146 by bleen18: remove variable cruft in node_submit function
  • #1558548 by tim.plunkett, sun: Fixed Notice: Undefined index: default_image() in image_field_prepare_view().
  • #1558402 by greggles: Fixed forum_index() not form_index().

drupal 7.16

$
0
0
Last updated: October 17, 2012 - 21:16
DownloadSizemd5 hash
drupal-7.16.tar.gz 3 MB 352497b2df94b5308e31cb8da020b631
drupal-7.16.zip 3.42 MB 5582dd6dc1d0abeca1904bc453fbc25c
Last updated: October 17, 2012 - 21:16
Official release from tag: 7.16

Release notes

Maintenance and security release of the Drupal 7 series.

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

No other fixes are included.

No changes have been made to the .htaccess, robots.txt or settings.php files in this release, so upgrading custom versions of those files is not necessary.

Update notes:

As a consequence of the security fixes in this release, sites using the OpenID module will reject login attempts from OpenID servers which return an XRDS file with a declared DOCTYPE (due to the possibility of malicious DOCTYPE declarations).

A DOCTYPE declaration is not part of the OpenID specification, so this is not expected to cause any problems for valid OpenID servers. However, sites using unusual or custom OpenID servers may wish to test OpenID logins before deploying this release.

drupal 7.17

$
0
0
Last updated: November 7, 2012 - 21:55
DownloadSizemd5 hash
drupal-7.17.tar.gz 3.02 MB 439e8ca7e6a33bb879a4624d8f01bed0
drupal-7.17.zip 3.44 MB 4a8c001d0cf87795cebf38bd73f10781
Last updated: November 7, 2012 - 21:55
Official release from tag: 7.17

Release notes

Maintenance release of the Drupal 7 series. Includes bugfixes and small API/feature improvements only (no major new functionality); significant new features are only being added to the forthcoming Drupal 8.0 release.

No security fixes are included in this release.

No changes have been made to the .htaccess or robots.txt files in this release, so upgrading custom versions of those files is not necessary. Changes to the default settings.php file in this release include documentation fixes, additional (optional) configuration settings, and a new default value of the '404_fast_html' configuration setting. Upgrading custom versions of this file is not necessary, but may be useful if you want to take advantage of the new configuration settings.

Note that Drupal 7.17 makes a change to the Update Manager module to allow Drupal.org to collect usage statistics for individual modules and themes, rather than only for entire projects. The usage statistics will remain anonymous. (For more information on how usage statistics are collected from your site, see the online handbook entry for the Update Manager module.)

Known issues:

Major changes since 7.16:

  • Changed the default value of the '404_fast_html' variable to have a DOCTYPE declaration.
  • Made it possible to use associative arrays for the 'items' variable in theme_item_list().
  • Fixed a bug which prevented required form elements without a title from being given an "error" class when the form fails validation.
  • Prevented duplicate HTML IDs from appearing when two forms are displayed on the same page and one of them is submitted with invalid data (minor markup change).
  • Fixed a bug which prevented Drupal 6 to Drupal 7 upgrades on sites which had stale data in the Upload module's database tables.
  • Fixed a bug in the States API which prevented certain types of form elements from being disabled when requested.
  • Allowed aggregator feed items with author names longer than 255 characters to have a truncated version saved to the database (rather than causing a fatal error).
  • Allowed aggregator feed items to have URLs longer than 255 characters (schema change which results in several columns in the Aggregator module's database tables changing from VARCHAR to TEXT fields).
  • Added hook_taxonomy_term_view() and standardized the process for rendering taxonomy terms to invoke hook_entity_view() and otherwise make it consistent with other entities (API change: http://drupal.org/node/1808870).
  • Added hook_entity_view_mode_alter() to allow modules to change entity view modes on display (API addition: http://drupal.org/node/1833086).
  • Fixed a bug which made database queries running a "LIKE" query on blob fields fail on PostgreSQL databases. This caused errors during the Drupal 6 to Drupal 7 upgrade.
  • Changed the hook_menu() entry for Drupal's rss.xml page to prevent extra path components from being accidentally passed to the page callback function (data structure change).
  • Removed a non-standard "name" attribute from Drupal's default Content-Type header for file downloads.
  • Fixed the theme settings form to properly clean up submitted values in $form_state['values'] when the form is submitted (data structure change).
  • Fixed an inconsistency by removing the colon from the end of the label on multi-valued form fields (minor string change).
  • Added support for 'weight' in hook_field_widget_info() to allow modules to control the order in which widgets are displayed in the Field UI.
  • Updated various tables in the OpenID and Book modules to use the default "empty table" text pattern (string change).
  • Added proxy server support to drupal_http_request().
  • Added "lang" attributes to language links, to better support screen readers.
  • Fixed double occurrence of a "ul" HTML tag on secondary local tasks in the Seven theme (markup change).
  • Fixed bugs which caused taxonomy vocabulary and shortcut set titles to be double-escaped. The fix replaces the taxonomy vocabulary overview page and "Edit shortcuts" menu items' title callback entries in hook_menu() with new functions that do not escape HTML characters (data structure change).
  • Modified the Update manager module to allow drupal.org to collect usage statistics for individual modules and themes, rather than only for entire projects.
  • Modified the node listing database query on Drupal's default front page to add table aliases for better query altering (this is a data structure change affecting code which implements hook_query_alter() on this query).
  • Improved the translatability of the "Field type(s) in use" message on the modules page (admin-facing string change).
  • Fixed a regression which caused a "call to undefined function drupal_find_base_themes()" fatal error under rare circumstances.
  • Numerous API documentation improvements.
  • Additional automated test coverage.

All changes since 7.16:

  • #1067120 followup by David_Rothstein, Berdir: Fix backwards compatibility issues for Drupal 7 on the taxonomy term page, and small documentation fixes.
  • #1824016 by scuts: Fix confusing name of Node test method
  • #1827200 by benjifisher: Fix up documentation for system_authorized_init()
  • #1821024 by scuts, mjonesdinero: Fix up docs for drupal_add_js
  • #1816148 by BTMash, David_Rothstein | Irous: Removed system_update_7075() for now, since it's causing problems.
  • #1154382 followup by plach: Fixed several issues with the newly-added hook_entity_view_mode_alter().
  • #1812822 by larowlan, _wdm_: Fixed field_test_entity_info() does not set a 'label' on the Test Entity.
  • #1828876 by geekyMoa: Fixed Simpletest HTML5 field support.
  • #1436814 by gary4gar, kid_icarus, netol, webchick, droplet, andypost: Fixed Fast 404 'Not found' pages are missing a doctype.
  • #1809836 by danillonunes: Fixed theme_item_list() is broken when 'items' variable is an associative array.
  • #1785436 by Boobaa: Fixed Submission of #required elements without #title and empty value does not display any error.
  • #1414510 by andypost, Spleshka, perelman.yuval, tim.plunkett: Fixed Remove drupal_reset_static() for drupal_html_id() when form validation fails.
  • #1586542 follow-up by Eric_A: Explicitly declare dependencies of system_update_7061.
  • #1586542 by BTMash, carwin, xjm, gwulo: Fixed d6 to d7 upgrade stuck at update #7061.
  • #1777270 by Devin Carlson, ssm2017 Binder, caelon, barraponto, ross9885: Fixed bug which prevented users with passwords over 60 characters from logging in via the user login block.
  • #934714 by swentel, caiovlp, dcam | Coornail: Fixed Cannot add frontpage as shortcut.
  • #1816858 by bleen18: Clean-up for Syslog module docs
  • #1817484 by tomgeekery, kiamlaluno: Fixed The search_form_submit() function contains a 'return' statement right at the end of the function.
  • #1441180 by scor, avr, Devin Carlson: Fixed hook_requirements() REQUIREMENT_ERROR broadcasting.
  • #1006042 by ksenzee, grendzy, scor: Fixed Links outside the overlay with existing fragments are broken.
  • #1539164 by Birk: Fixed Menu machine_name() label says 'URL path'.
  • #1820960 by xjm: BTMash's username has incorrect case in MAINTAINERS.txt.
  • #1797370 by lazysoundsystem, xjm: Remove t() from openid test assertion messages
  • #1814760 by tomgeekery: Remove outdated documentation from dblog_cron()
  • #1741338 by lazysoundsystem: Remove t() from test asserts in block module
  • #909954 by barraponto: Document base hook component in hook_theme
  • #1346772 by xjm, scor: Fixed StatisticsLoggingTestCase->testLogging() fails with clean URLs in some environments.
  • #1741328 by lazysoundsystem: Remove t() from test asserts in aggregator module
  • #1398404 by dcam, batigolix, NROTC_Webmaster, aLearner: Clean up API docs for overlay module
  • #372416 by naxoc: Remove refs to nonexistent theme function in docs
  • #1553704 by eddie_c: Fix up fast 404 docs in settings.php
  • #1263302 by andypost, peterpoe: Fixed States API disabled state handler filters out nonexistent class 'form-element'.
  • #1622974 by xjm, iflista, brianV: Fixed Aggregator fails to parse author entries longer than 255 characters.
  • #1742602 by dcam, Lars Toomre, xjm, lazysoundsystem: Remove t() from assert messages in comment module tests
  • #1798858 by paranojik: Remove t() from getInfo() in database tests
  • #1592962 by mikeryan: Fixed Notice generated when programmatically creating a forum node.
  • #1807688 by Lars Toomre: small docs cleanup in book module
  • #1803194 by alextataurov: Add return docs for module_hook_info() function
  • #1317626 by Albert Volkman: More API docs cleanup for includes H-M files
  • #1799116 by jwilson3: Standardize on installation profile terminology
  • #1802760 by mkadin, peterx: Document that menu_get_item() can return FALSE
  • #218004 by Dave Reid, heyrocker, pcambra, neclimdul, alex_b, cam8001, twistor, mfb, catch, xjm, beeradb: Fixed Allow aggregator feed URLs longer than 255 characters.
  • #1134088 by Cottser, catch: Properly document update-api functions
  • #1539940 by jwilson3, ryanissamson, infiniteluke, mrf: Fix up sites readme files
  • #1382222 by Albert Volkman: API docs cleanup for file transfer functions
  • #1677830 by slashrsm: Improve docs for user and node hooks in regards to database transactions
  • #1492378 by tim.plunkett, scottalan, xjm: Document how to use slashes in autocompletes
  • #1797520 by dcam, Lars Toomre: Remove t() from test assertions in statistics module
  • #1797516 by dcam, Lars Toomre: Remove t() from test assertions in syslog module
  • #1197622 by lyricnz, xjm, tim.plunkett, Cottser: Fixed My account (disabled).
  • #1067120 by BTMash, DamienMcKenna, corvus_ch, valthebald, mrfelton, fgm, Dave Reid: Fixed Missing hook_taxonomy_term_view() or hook_entity_view() when viewing a term.
  • #1038932 by tim.plunkett, Chris Gillis: Theme_image_formatter() assumes that title, alt, and options are always set.
  • #1780012 by dewens: Fixed "parameter 1 expected to be a reference" error in Profile module's hook_user_cancel() implementation.
  • #1037632 by Sheldon Rampton, Tor Arne Thune, roy smith: Fixed Attaching a forbidden file to a node gives an error message with bogus file path.
  • #1057912 by bfroehle, mgifford, bowersox, tarekdj, geerlingguy, hgurol: Fixed Weird Border on Vertical Tabs with Google Chrome and Safari caused by .element-invisible.
  • #1317626 by Albert Volkman, xjm: Clean up API docs for include files H-M
  • #1802844 by antojose: Fixed 'have to' repeated twice as 'have to have to' in the comment for the function hook_module_implements_alter() in system.api.php.
  • #1797376 by dcam, xjm: remove t() from test assertions in poll module
  • #1791090 by Ivan Zugec: Remove admin paths from aggregator hook docs
  • #1778986 by yched: Fixed drupal-7.filled.standard_all() test db dump has invalid widget info.
  • #1798302 by alippai: Fixed Remove unnecessary join.
  • #1154382 by Berdir, barraponto, acouch, swentel, LoMo, DamienMcKenna, chx: Fixed View mode no longer can be changed.
  • #1786124 by xjm, dcam: Clean up node access pager test.
  • #1575790 by greg.1.anderson, sun, tim.plunkett, superhenne: Fixed Update #7002 fails on postgres - ILIKE operator on bytea not supported.
  • #932110 by Albert Volkman, David_Rothstein, marji, jurgenhaas, dcam: On some servers, the Update Manager allows administrators to directly execute arbitrary code even without the PHP module. (Documentation fix)
  • #1186886 by Albert Volkman, Mile23: Fix up docs for hook_node_load
  • #863428 by Albert Volkman: Clean-up of cache constant documentation
  • #1791614 by jessebeach: Added jessebeach as JavaScript maintainer.
  • #1410260 by swentel, mojzis, droplet, pingers, drupdan3: Fixed rss.xml/whatever triggers PHP error.
  • #1293308 follow-up by David_Rothstein: Remove brackets around email address.
  • #1785392 by BWPanda: Fix reference and grammar in hook_field_formatter_info_alter documentation
  • #1742958 by DamienMcKenna: Fix capitalization of URL and other acronyms
  • #1722244 by Albert Volkman, edb: Add return docs for drupal_get_destination function
  • #1773032 by Jorrit: Fixed Non-standard and pointless name attribute added to Content-Type header.
  • #1761086 by cam8001, Berdir, larowlan: Fixed Caching in image_effects_definitions() broken.
  • #1397882 by sun, kbasarab, catch, pingers: Fixed system_theme_settings_submit() does not properly clean up submitted form values.
  • #1739808 by Berdir, salvis | GrzegorzNowak: Fixed Notice: Undefined index: file in DatabaseLog->findCaller().
  • #1239410 by cangeceiro, swentel, jbrown: Fixed watchdog() should use php's time() to log time of event.
  • #1293308 by Heine: Update Maintainers.txt to remove Heine, who is on sabbatical.
  • #863428 by Albert Volkman, Mile23: Fix up documentation for block cache constants
  • #1783348 by jfhovinne: Fix syntax in format_plural example
  • #1595594 by Devin Carlson, Alan D.: Path modules node alter uses collapsible and collapsed attributes in the 'alias' text field.
  • #1507556 by C. Lee, IshaDakota: Fixed Remove colon from label for multi-valued field form.
  • #1704422 by sun, dcam: Fixed Error level constants cannot be used in settings.php.
  • #1757540 by trogels: Fixed 'implements' instead of 'implementation of'.
  • #1571076 by droplet, yohannbzh: Fixed Plural formula field only accepts 128 characters.
  • #1739592 by Albert Volkman, andy.hails, dawehner: Add return docs to a couple of functions
  • #262690 by Albert Volkman: Use correct name for Form API not Forms API
  • #1779120 by TravisCarden: Improve documentation of l function
  • #1555294 by Pol, tim.plunkett, oriol_e9g, cristinawithout, gagarine, dcam: Fixed Vocabulary title HTML entities are double encoded.
  • #1586356 by dww, amateescu: Fixed Missing 'weight' support from hook_field_widget_info() makes it impossible to sanely order widgets.
  • #1753976 by jfhovinne, savithac, PrabhuG: Remove return value docs from file download alter hook that should not be there
  • #699604 by cam8001, nmudgal: Use file name for links to form API reference instead of full URL
  • #1765918 by TravisCarden: Fix docs for drupal_get_messages function
  • #1691438 by Dave Reid, CrashTest_, quicksketch, jbrown, Devin Carlson: Fixed Regression: {file_managed()}.filename should NOT be binary (and case-sensitive by default).
  • #1473198 by kika, roborn: Fixed Empty table pattern for 'Edit [book's] order and titles' admin page.
  • #1473214 by kika, nmudgal, roborn: Fixed Empty table pattern for 'OpenID identities' user page.
  • #7881 by mikeytown2, effulgentsia, gwynnebaer, Patrizio, sylus, pwolanin, David_Rothstein: Add support to drupal_http_request() for proxy servers.
  • #1164682 by mgifford, good_man, mvc, clemens.tolboom, sxnc, lazysoundsystem: Fixed Switch language links need language identifier.
  • #1754712 by TravisCarden, Bußmeyer, pingers: Fixed @return unknown_type() should be @return mixed.
  • #932110 by dcam, Albert Volkman, jurgenhaas, marji, David_Rothstein: Add note to settings.php about updates and security
  • #1751072 by swentel: Add swentel as co-maintainer to Fields and Field UI system.
  • #1359500 by Devin Carlson, theborg: Fixed Minor html bug in Seven's page.tpl.php (double occurrence of "ul" on secondary local tasks).
  • #794192 by kim.pepper: add note to hook_update_N docs about calling functions from modules
  • #1706926 by Ivan Zugec, eddie_c: Fix docs for theme_tableselect to have working code example
  • #1363358 by David_Rothstein: Fixed Shortcut set titles are double-escaped with check_plain().
  • #171267 by tim.plunkett, chx, NROTC_Webmaster, dcam: Fixed form redirects removes get variables like sort and order.
  • #1036780 by Mike Wacker, tim.plunkett | cafuego: Enabled Drupal.org to collect stats on enabled sub-modules and core modules.
  • #716496 by killtheliterate, rootwork: Make sure all core template files are in themeable group
  • #1751612 by junedkazi: fix link formatting in documentation
  • #1751650 by Ivan Zugec: comment formatting
  • #1747826 by seutje: Add seutje to MAINTAINERS.txt as co-maintainer of the JavaScript component.
  • #1613554 by drumm, BTMash: Fixed Update menu link queries from 6's strings.
  • #1688020 by ishanmahajan, HUU: Fix group header for extra 7.x updates functions
  • #1018324 by Albert Volkman, webbykat, disasm, jhr, jorap: Fix up documentation for multisite
  • #1728472 by plopesc: Add link from form alter hooks to form API reference
  • #1577938 by m-abshir, trogels, jhodgdon: taxonomy_vocabulary_save() documentation needs clarification: new vocabulary versus updating vocabulary.
  • #1722244 by Albert Volkman, edb: Add return docs to drupal_get_destination function
  • #1734482 by plopesc: Add return section to field_info_instance docs
  • #1472724 by jibran, balsama, kiamlaluno, asrob, mjonesdinero: Clean up i.e. and e.g. in node.tpl.php docs
  • #1558478 follow-up by tim.plunkett, Berdir, chx: Fixed tests for SA-CORE-2012-002 - Access bypass - content administration.
  • #1507988 follow-up by Berdir, chx, webchick, Xenza: Fixed tests for SA-CORE-2012-002.
  • #1627654 by jhodgdon, marcin.wosinek: Fix up docs in drupal_redirect_form for accuracy
  • #1715326 by kid_icarus, oriol_e9g, dsdeiz: Fixed taxonomy_get_tree() typo on comments...
  • #1485966 by vegantriathlete: Correct function header to comply with coding standards.
  • #1728568 by e2thex, oriol_e9g: Fixed Add table alias in node query conditions to avoid ambiguous fields.
  • #1477516 by JThan, Emin Sulaiman: Change language name from 'Uighur' to 'Uyghur'.
  • #1448326 by anavarre, Cottser, jibran, jhodgdon: Fixed MAINTAINERS.txt should use different punctuation around URLs.
  • #1670312 by dsdeiz, oriol_e9g, tstoeckler: Fixed TestBase::generatePermutations() should call itself by the proper name in PHPDoc.
  • #1679594 by sun: Fixed node_requirements() breaks Drupal installer.
  • #803294 by wojtha, mfb, c960657, Heine, oriol_e9g: Fixed OpenID discovery and login tests fail on HTTPS site.
  • #1054162 by tim.plunkett, Transition, Dave Reid, joachim, no_commit_credit, Berdir, marcingy, damiankloip: Taxonomy bundles not supported by EntityFieldQuery (followup).
  • #1343768 by JamesOakley, eMPee584: Fixed make update_calculate_project_update_status() work nicely with HEAD releases.
  • #1688016 by sun, lucascaro: Fixed drupal_cron_run() unconditionally re-enables writing of the user session.
  • #1688036 by lucascaro, sun: Fixed Session regenerate and destroy functions do not adhere to drupal_save_session().
  • #1715402 by mikeryan: Fixed Poor performance of _forum_update_forum_index() when passed a non-forum node.
  • #1685110 by BTMash, aspilicious, jhodgdon: Fixed Upgrade of forum.module d6-d7 loses permission.
  • #1587822 by drumm, bfroehle: Code style: link in field_system_info_alter().
  • #1211668 by scito, Devin Carlson, bornholtz: Fixed Special characters are encoded twice for feed icon attribute title.
  • #1671200 by chx, sun, jaimealsilva: Fixed Simpletest broken on 5.4: CURLOPT_COOKIEJAR cannot be NULL on php5-curl version 5.4.4.
  • #1716900 by chx: Clarify why hook_exit() must not print.
  • #1684866 by droplet, nod_, oriol_e9g: Fixed JSHint shortcut.
  • #1708722 by David_Rothstein: Fixed Call to undefined function drupal_find_base_themes() in drupal-7.15/includes/module.inc on line 184.
  • #1315340 by Albert Volkman, aspilicious: API docs cleanup for entity includes and tests
  • #1436272 by Albert Volkman, colette, dandaman, coolestdude1: Add information to documentation of drupal_bootstrap function
  • #1705102 by dsdeiz: Fix reference to nonexestent hook in EntityFieldQuery docs
  • #1703184 by m-abshir: Clarify table parameter in db_rename_table function doc
  • #1681468 by eddie_c: Add params and return to documentation for field_default_form function
Viewing all 601 articles
Browse latest View live