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

drupal 6.32

$
0
0

Release notes

Maintenance and security release of the Drupal 6 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 default settings.php files in this release, so upgrading custom versions of those files is not necessary.

Known issues:

None.

Major changes since 6.31:

As of this release, the Drupal form API will automatically sanitize option group labels in select elements. Developers who have implemented forms containing select elements with option groups and who have sanitized the option group labels on their own might therefore find that the labels are double-escaped after this release. The solution is to remove the secondary sanitizing and to rely on the sanitizing provided by Drupal core (similar to other form labels, such as those on individual select element options, which were already sanitized by Drupal core previously).

Download Size md5 hash
drupal-6.32.tar.gz 1.05 MB d7ddd8da7056775ed551a888a3cfe90f
drupal-6.32.zip 1.22 MB a30d927d20ba6be2cbd6ed652815583b
Last updated: July 16, 2014 - 20:38
Official release from tag: 
6.32
Core compatibility: 
Release type: 

drupal 7.29

$
0
0

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 notes below and the security announcement:

No other fixes are included.

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

Known issues:

  1. This release introduced a serious regression, the biggest effect of which is to cause files or images attached to taxonomy terms to be deleted when the taxonomy term is edited and resaved.
    • The bug is mostly absent for files attached to other Drupal core entities (such as nodes and users), although it can occur for those also when certain contributed modules are being used to modify the file upload process (so far the IMCE for FileField module and the 7.x-2.x branch of Imagefield Crop are known to suffer from this issue, as is the Media module in the case where the user who is uploading the file does not have permission to view private files on the site).
    • The bug also may exist for files or images attached to certain entities provided by custom or contributed modules (for example, file entities provided by the File Entity module), but not all.
    • Code outside the entity system which uses the File module's "managed_file" form element may experience similar issues as above, at least under certain circumstances.

    A fix for the above issues is being worked on here and will be released in Drupal 7.30 soon: #2305017: Regression: Files or images attached to certain core and non-core entities are lost when the entity is edited and saved

  2. This release resulted in a regression in the Webform Private File Gateway module which under certain circumstances causes users to be redirected to a webform while trying to upload a file. A fix is being worked on at #2308359: Usage of hook_file_download causes issues with 7.29.

Major changes since 7.28:

  1. As of this release Drupal core no longer only invokes hook_file_download() when a file is actually being downloaded, but also invokes it when checking whether a file can be downloaded. Various contributed modules (including the Entity API module) already invoked the hook in this manner previously. Module authors who implement this hook should be aware that it can be invoked in this generic way and not write any code in their hook implementations which assumes that the current page request is in the process of serving an actual file to the web browser. See #2308347: hook_file_download usage has changed for more details.
  2. As of this release, the Drupal form API will automatically sanitize option group labels in select elements. Developers who have implemented forms containing select elements with option groups and who have sanitized the option group labels on their own might therefore find that the labels are double-escaped after this release. The solution is to remove the secondary sanitizing and to rely on the sanitizing provided by Drupal core (similar to other form labels, such as those on individual select element options, which were already sanitized by Drupal core previously).
Download Size md5 hash
drupal-7.29.tar.gz 3.06 MB 6ffdfb0ee08fadfb531c7fed1d2c5633
drupal-7.29.zip 3.5 MB 2584e5a42886bd284c02304448be424b
Last updated: July 16, 2014 - 20:38
Official release from tag: 
7.29
Core compatibility: 
Release type: 

drupal 7.30

$
0
0

Release notes

Maintenance release of the Drupal 7 series. Includes bug fixes only, including a fix for regressions introduced in Drupal 7.29.

No security fixes are included in this release.

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

Known issues:

None.

Major changes since 7.29:

  • Fixed a regression introduced in Drupal 7.29 that caused files or images attached to taxonomy terms to be deleted when the taxonomy term was edited and resaved (and other related bugs with contributed and custom modules; see this issue or the Drupal 7.29 release notes for more details).
  • Added a warning on the permissions page to recommend restricting access to the "View site reports" permission to trusted administrators. See DRUPAL-PSA-2014-002.

All changes since 7.29:

  • #2305017 by David_Rothstein, pwolanin | beech: Fixed Regression: Files or images attached to certain core and non-core entities are lost when the entity is edited and saved.
  • #2249025 by xjm, clintrandall777@gmail.com: Update Security topic coordinators section in MAINTAINERS.txt.
  • #2012468 by joshi.rohit100, blueminds, David_Rothstein, plach | catch: Add trusted roles recommendation to 'access site reports'.
  • #1369822 by amitgoyal, Cottser, er.pushpinderrana: Fix docs for template_preprocess_user_profile()
  • #2267411 by er.pushpinderrana, amitgoyal, klausi, David_Rothstein: Document that field_access() does not check entity access
  • #2098129 by er.pushpinderrana, drupal_sensei, Berdir, joachim: Fix docs for DrupalDefaultEntityController entityCache variable
  • #2054189 by ShaunDychko, pc-wurm, joachim: Fix docs for field_info_instance()
  • #2141221 by joshi.rohit100, dcam, thedavidmeister, joachim, anemes: Add docs to hook_update_N() about sandbox parameter
  • #2039449 by joshi.rohit100, joachim, lokapujya, Jalandhar, paulh, yaworsk: Fix up docs for assertField and assertNoField methods
  • #2290435 by PQ: Fix broken link in robots.txt file
  • #1956782 by joshi.rohit100, bdimaggio, tanmayk, chertzog: Document parameter to xmlrpc_server()
  • #2263047 by joshi.rohit100, lostkangaroo, sachin_s, martin107: Fix up hook_help docs and move to system module
  • #2277623 by mparker17: Fix up docs for drupal_parse_url function
  • #2248799 by amitgoyal, c31ck, Wim Leers: Fix docs for system_sort_themes
  • #2267159 by juampy, xjm, alexpott: Remove nonexistent parameter from DrupalWebtestCase::assertNoLink docs
  • #2273337 by vegantriathlete, ducktape, joachim: Fix up docs for db_add_field and related functions
  • #2276469 by decibel.places: Fixed robots.txt syntax checking link broken.
  • #2268947 by sachin_s, joachim: Add note to hook_field_formatter_settings_form() about when it is invoked
Download Size md5 hash
drupal-7.30.tar.gz 3.07 MB ef7bce65ca6395f1e6bc44c15fdbc3cb
drupal-7.30.zip 3.5 MB 8cc5f50beca19c83a7c2655cd553e1cc
Last updated: July 24, 2014 - 22:08
Official release from tag: 
7.30
Core compatibility: 
Release type: 

drupal 8.1.x-dev

$
0
0

Release notes

Placeholder for the Drupal 8.1.x release. Not intended for actual use by anyone except the issue queue version selector.

Download Size md5 hash
drupal-8.1.x-dev.tar.gz 8.75 MB ae267f9f1190b55a6e9ad7586e2a805f
drupal-8.1.x-dev.zip 15.03 MB 2a13fb9614f0b346b6e2964fc27e2422
Last updated: July 29, 2014 - 01:01
Last packaged version: 8.1.x-dev
Nightly development snapshot from branch: 
8.1.x
Core compatibility: 

drupal 8.0.x-dev

$
0
0

Release notes

The Drupal core repository is now open for the forthcoming 8.0.x series. This is a development snapshot release for the 8.0.x series. This is not stable, and production sites should not run this code. However, users wishing to help test and develop the next version of Drupal are encouraged to use this for test sites.

Download Size md5 hash
drupal-8.0.x-dev.tar.gz 8.72 MB 6b95c0f74a9322a17fde3c8fd10be259
drupal-8.0.x-dev.zip 15.01 MB 582963f361728d9b4fc44df56b070246
Last updated: August 2, 2014 - 23:13
Last packaged version: 8.0.x-dev
Nightly development snapshot from branch: 
8.0.x
Core compatibility: 
Release type: 

drupal 8.0.0-alpha14

$
0
0

Release notes

Changes since 8.0-alpha13:

  • #2145633 by Jose Reyero, Gábor Hojtsy | YesCT: Use standard discovery facility in TypedConfigManager instead of one-off implementation.
  • #2315695 by a_thakur: Remove views_get_view().
  • #2315885 by Gábor Hojtsy: Fixed Quickfix: language settings page seriously misaligned.
  • #1676910 by cs_shadow, penyaskito, lokeoke | xjm: Rename randomName() to randomMachineName().
  • #2312657 by olli: Remove _toolbar_clear_user_cache().
  • #749748 by Bès, penyaskito, sun, hefox, Dave Reid, mavimo | c960657: Fixed Contact, register and comment forms do not prefill with user info from browser.
  • #2189661 by tim.plunkett: Replace $form_state['redirect_route'] with setRedirect().
  • #2216555 by jhodgdon, chx: Fill in @defgroup/topic docs for Migration overview.
  • #2309575 follow-up by Wim Leers: [Revert] Remove the null and memory backend definitions from core.services.yml in favour of devel module providing them instead.
  • #2316153 by Berdir: Fixed PHP 5.4.30/5.5.15+ changed json_encode() of DateTime objects to include microseconds, breaks tests.
  • #140363 by synth3tk, makemineatriple, realityloop, yoroy, YesCT, Niklas Fiekas, Schnitzel, corbacho | Jao: In user profiles, "Track" tab should be renamed "Activity".
  • #2161845 by Gábor Hojtsy, vijaycs85 | YesCT: Fixed Node views (front page, admin) do not use the proper language filter.
  • #2313811 by undertext | andyceo: Fixed Inconsistent interface location: core/modules/menu_link_content/src/Entity/MenuLinkContentInterface.php.
  • #2309221 by mikey_p: Drupal\Core\Datetime\Date should be renamed to DateFormatter.
  • #2302165 by cilefen | kgoel: Only allow loading by plugin definition properties.
  • #2314873 by undertext, Crell: Standardize image style entity route names.
  • #2314885 by undertext, Crell: Standardize search page entity route names.
  • #2314883 by Crell: Standardize role entity route names.
  • #2314859 by Crell: Standardize ConfigTest route names.
  • #2256593 by jhodgdon, dawehner: Fixed Review and update the ajax @defgroup in ajax.inc.
  • #2311859 by Gábor Hojtsy, jhodgdon: Fixed Configuration and Javascript translation not created/updated in .po translation import.
  • #2216539 by jhodgdon: Fill in @defgroup/topic docs for Views overview.
  • #2315189 by herom: Fixed 2 schema element types mistyped as sequence.
  • #2315255 by Dave Reid: Fixed Xss::split() fails on custom HTML elements with dashes in the name.
  • #2303703 by dawehner: Remove unused RegisterParamConvertersPass.
  • #2315019 by gauravkhambhala, sam152 | alexpott: Fixed Duplicate css in system.module.css.
  • #2313913 by ivanjaros: OverviewTerms form uses hardcoded path.
  • #2188889 by CharuAg, cwells, lokapujya, ashepherd, kay_v, scor: Support RDFa output in link field formatter.
  • #2314359 by yched: Optimization: do not iterate on fields in EntityViewBuilder::viewField().
  • #2306539 by swentel, alexpott, sun: Fixed FieldUnitTestBase::createFieldWithInstance() pollutes test class with arbitrary properties.
  • #2313397 by tim.plunkett: Replace FormBuilderInterface::setValue() with FormStateInterface::setValueForElement().
  • #2312367 by lokeoke, dawehner: Add a getUuid() method for content menu links, to not have to use getDerivativeId().
  • #2314867 by Crell: Standardize comment entity route names.
  • #2314871 by Crell: Standardize Entity module entity route names.
  • #2314887 by Crell: Standardize shortcut entity route names.
  • #2314877 by Crell: Standardize menu link entity route names.
  • #2314865 by Crell: Standardize contact entity route names.
  • #2314855 by Crell: Standardize block entity route names.
  • #2314861 by Crell: Standardize aggregator entity route names.
  • #2314869 by Crell: Standardize DateFormat entity route names.
  • #2314875 by Crell: Standardize language entity route names.
  • #2314881 by Crell: Standardize responsive image mapping entity route names.
  • #2314765 by Crell: Standardize filter format route names.
  • #2310371 by dawehner: Replace Views::getApplicableViews('uses_hook_menu') with Views::getApplicableViews('uses_menu_links').
  • #1883058 by cilefen, aendrew: Added Default Drupal drop favicon needs a Retina-quality version.
  • #2314347 by alexpott: Fixed Remove config.storage dependency from ConfigEntityStorage.
  • #2308783 by er.pushpinderrana | mikey_p: Remove format_interval().
  • #2307629 by olli | jhodgdon: Fixed Views UI "Add" dialog - Submit pops you back to same dialog.
  • #2306071 by dawehner: Tag backend services.
  • #2314563 by crazysix: Fixed Small style change in core/systems module.
  • #2313823 by tim.plunkett, martin107: Use FormStateInterface for all typehints.
  • #2264833 by lokeoke, joelpittet: Convert theme_update_version to update-version.html.twig.
  • #2313989 by sun: Update vfsStream to 1.3.0.
  • #2312925 by olli, kim.pepper, dawehner: Fixed 'Add Link' button adds a new menu instead.
  • #2313053 by Berdir: Fixed Field storage and instance call toArray() in __wakeup() is very slow, remove it?.
  • #2031441 by penyaskito, Mile23, DuaelFr, Sutharsan: Add unit test for PoHeader::evaluatePlural.
  • #2207695 by Manuel Garcia, LewisNyman, pakmanlh, mitsuroseba, Sam152: Expand the throbber API to include a 'full screen' option.
  • #2309575 by undertext | damiankloip: Remove the null and memory backend definitions from core.services.yml in favour of devel module providing them instead.
  • #2313479 by tim.plunkett: Add FormState::setResponse().
  • #2308821 by tim.plunkett: Replace FormErrorInterface with $form_state->setErrorByName() and $form_state->setError().
  • #242324 by rychannel, kbasarab, chx, cgalli, LinL, pfrenssen, wonder95, triclops | whatistocome: Fixed Going to page 2 on "list terms" page doesn't display additional terms.
  • #1498660 by marco, plach, andypost, YesCT, Berdir | dawehner: Refactor taxonomy entity properties to multilingual.
  • #2289999 by dawehner, Cottser | Fabianx: Add an easy way to create HTML on the fly without having to create a theme function / template.
  • #2312153 by plach: Refactor block_content entity schema to multilingual.
  • #2265939 by tim.plunkett, dawehner, effulgentsia: Fixed [sechole] AccessManager::checkNamedRoute() leaks attributes from current request.
  • #2313627 by er.pushpinderrana | jhodgdon: Fixed FormStateInterface needs @ingroup.
  • #2313089 by er.pushpinderrana, undertext | jhodgdon: Fixed Form generation topic needs quick follow-up fix.
  • #2216551 by jhodgdon: Fill in topic/@defgroup docs for Services/DIC.
  • #2310353 by cilefen | YesCT: Move LinksTest to menu_link_content module.
  • #2262275 by hussainweb, hosef, ultimike: Fixed D6->D8 CCK Single On/Off Checkbox, Checkboxes/Radio buttons, and Select formatters.
  • #2218025 by jhodgdon: Fixed Field language filter/sort/etc. for Views do not work.
  • #1285726 by kim.pepper, InternetDevels, alexpott, RobLoach: Remove XML-RPC.
  • #1898466 by joelpittet, webthingee, lokapujya, pplantinga, lokeoke, richardj, bdragon, steveoliver, ry5n, tlattimore, Cottser, siccababes, jenlampton, evanbarter, rodrigoaguilera, W1n5t0n45, drupalmonkey, ezeedub | c4rl: Update.module - Convert theme_ functions to Twig.
  • #2272481 by herom, ParisLiakos, tim.plunkett: Remove usages of watchdog() from forms, plugins and controllers.
  • #2287781 by alayham, herom: Fixed DropButton component does not look well in RTL page.
  • #2207391 by LewisNyman, emma.maria, lokapujya: Style select elements in Webkit only.
  • #2239241 by Berdir, mr.baileys | tstoeckler: DateItem is completely broken, remove it.
  • #2284413 by damiankloip: Use addMethodCall() instead of replaceArgument() in RegisterEntityResolversCompilerPass.
  • #2306471 by amitgoyal, a_thakur: Remove views_get_plugin_definitions().
  • #2162005 by plopesc: Clean up entity_reference default values once users 0 and 1 provides UUID.
  • #2313115 by Wim Leers: Fixed AccessManagerTest is broken.
  • #2312671 by olli: Fixed Typo langauge.
  • #2309673 by mitsuroseba: Add tests for node/add when no node types exist.
  • #2312681 by longwave: Update Drupal::VERSION constant.
  • #2306439 by a_thakur: Remove _update_process_fetch_task().
  • #2263365 by donquixote, longwave, alexpott: Second loop in module_implements() being repeated for no reason.
  • #2227907 by mgifford: Revise rel attributes in pager links.
  • #2225353 by tim.plunkett: Convert to an object and provide methods like setError().
  • #2312069 by er.pushpinderrana, dawehner: Fix formatting problem on Default theme implementations topic
  • #2312659 by er.pushpinderrana: Fix formatting issues on User topic page
  • #2312607 by lokeoke: Fix formatting issue on Database topic page
  • #2301319 by pwolanin, effulgentsia: MenuLinkNG part5: Remove dead code and party!
  • #2309247 by Gábor Hojtsy: Fixed Views do not depend on modules providing their displays.
  • #2301317 by pwolanin, dawehner, Wim Leers, effulgentsia, YesCT, xjm, alexpott: MenuLinkNG part4: Conversion.
  • Revert "Issue #2301317 by pwolanin, effulgentsia, Wim Leers, dawehner, alexpott: MenuLinkNG part4: Conversion."
  • #2301317 by pwolanin, effulgentsia, Wim Leers, dawehner, alexpott: MenuLinkNG part4: Conversion.
  • #1833010 by Gábor Hojtsy: Fixed Admin user language preference WSOD if ahead of path prefixes.
  • #2295129 by alexpott, tim.plunkett: Fixed Filter formats should not save plugin data when the plugin configuration matches defaults.
  • #2309405 by undertext, er.pushpinderrana: Add note to Annotations topic about PluginID shorthand annotation if there is only an ID
  • #2299679 by jmmarquez, lokeoke: Move some topics/groups to/from core.api.php
  • #2051877 by dawehner, sun, tstoeckler: Log error when people use invalid route parameters.
  • #2309137 by longwave, sqndr | LewisNyman: Remove quotes from all background-image: url() properties.
  • #2060573 by nod_, stefank, jessebeach, tim.plunkett: Fixed Standardized filter/search behavior; surface filter matches regardless of their containing box's open state;.
  • #2310705 by lokeoke, tim.plunkett, dawehner: AccessManager should introduce constants for 'ANY' / 'ALL'.
  • #2304651 by YesCT, martin107: Fixed Core Language sort() should not work, needs to use name instead of default title.
  • #2310729 by tim.plunkett: Add tim.plunkett as a maintainer for Forms system, Routing system, and Configuration module.
  • #2008566 by kim.pepper, jhedstrom, Berdir: Convert PasswordHashingTest unit tests to phpunit.
  • #2304399 by er.pushpinderrana, undertext | samuel.mortenson: Fixed "class" attribute in drupal_render should be an array.
  • #2309687 by eiriksm: Fixed Typo in docs for function Testclass::verbose.
  • #2310321 by corbacho, herom: Fixed CSS for RTL messages.
  • #2247049 by sqndr, herom, LewisNyman: Redesign password strength indicator so it's less fragile.
  • #2310527 by damiankloip: Upgrade Serializer component to 2.5.2.
  • #2311027 by pwolanin: Fixed WebTestCase using $ instead of % for placeholder text.
  • #2309927 by martin107: Return of the silly typo.
  • #2073811 by dawehner, pwolanin, joelpittet, Cottser, Mark Carver, steveoliver: Add a url generator twig extension.
  • #2310167 by undertext | jhodgdon: Fixed Views annotation classes moved; docs were not updated.
  • #1987400 by joelpittet, andypost, drupalninja99, jerdavis, CaptainWonky, shanethehat, TrevorBradley | Cottser: Forum.module - Convert theme_ functions to Twig.
  • #2225085 by jhodgdon: Fixed hook_views_data() needs more docs.
  • #2308707 by eojthebrave: Field widget @defgroup references wrong class in documentation.
  • #2281443 by ultimike, TommyK: Fixed D6 Workflow settings -> D8 Publishing options not migrating.
  • #2217943 by jhodgdon, Wim Leers: Views cannot be filtered by language of translation.
  • #2305023 by dawehner: Fixed Rename getCancelRoute to getCancelUrl.
  • #2309175 by Wim Leers: Fixed HTML double-escaping in Text Editor image settings configuration UI.
  • #2300347 by vijaycs85, joshi.rohit100 | robertdbailey: Fixed Regression: checkbox to enable translation for users does not save.
  • #2033211 by jwilson3, LewisNyman, sqndr, tim.plunkett, JamesLefrère | yannickoo: Move Seven CSS files into css directory.
  • #2306455 by hussainweb, alexpott, er.pushpinderrana: Fixed ConfigEntityStorage adds too many dots.
  • #2290275 by chx: Add information to migrate plugin classes and interfaces for developers
  • #2308695 by eojthebrave: Fix typo
  • #2308699 by eojthebrave: Fix documentation of WidgetBaseInterface::formElement method
  • #2308707 by eojthebrave: Fix annotation class reference in field.api.php
  • #2308967 by martin107: Fix spelling errors
  • #2299699 by lokeoke | jhodgdon: Some classes need @ingroup added to them.
  • #2308971 by herom: Fixed Quickfix: Two schema files are not named with the common naming scheme.
  • #2306515 by lokeoke | yukare: Fixed HTML double-escaping in CKEditor toolbar configuration UI.
  • #2307125 by webchick: Fixed HTML double-escaping in EditorImageDialog.
  • #2302617 by dawehner, chx | Crell: Define a standard mechaism for backend-aware service overrides.
  • #2078473 by blueminds | Berdir: Added Use entity access API for checking access to private files.
  • #2149197 by penyaskito, mikey_p, vijaycs85, herom: Replace format_interval with \Drupal::service('date')->formatInterval().
  • #2308545 by penyaskito: Typo in LanguageNegotiationUrlTest.
  • #2112247 by sihv, dgroene, aalamaki, Dennis Walgaard, mErilainen: Fixed Valid file extensions in file names are not properly enforced when uploading files.
  • #1800614 by falcon03, mgifford, LinL | jessebeach: Improve the responsive toolbar accessibility.
  • #2279395 by alexpott, mradcliffe, plach, bzrudi71: Fixed The PostgreSQL backend does not handle NULL values for serial fields gracefully.
  • #2279395 by alexpott, mradcliffe, bzrudi71: Fixed The PostgreSQL backend does not handle NULL values for serial fields gracefully.
  • #2307231 by olli | Charles Belov: Fixed Deleted views display not struck through.
  • #1986418 followup by LewisNyman: Update textfield & textarea style.
  • #2305827 by pwolanin: Fixed doc fixes for LockBackendInterface.
  • #2293773 by Gábor Hojtsy, alexpott, effulgentsia, penyaskito, hussainweb: Fixed Field allowed values use dots in key names - not allowed in config.
  • #2298923 by mparker17, er.pushpinderrana: Fixed Bartik's field--taxonomy-term-reference.html.twig doesn't output content_attributes, has out-of-date documentation.
  • #2230997 by dinarcon, jiv_e, StevenPatz, jstoller, cs_shadow, LewisNyman, lauriii | penyaskito: Fixed Remove the slogan in install.php and update.php.
  • #2287031 by lokeoke | hass: Change lcase translatable strings to ucfirst.
  • #2305293 by olli: Fixed Wrong #states for "Restrict to the selected roles" in views ui.
  • #2305807 by amitgoyal, olli | jhodgdon: Fixed Clicking "Add" filter and then canceling dialog results in "You have unsaved changes.".
  • #2307481 by cs_shadow: Fix typos and add missing properties in Drupal\editor\Tests\EditorSecurityTest.
  • #733054 followup by lussoluca: Fixed Watchdog logging of all searches is performance hit; need ability to turn it off.
  • #2297947 by amitgoyal, andrewmacpherson: Clean up API docs for hook_file_mimetype_mapping_alter().
  • #2300297 by er.pushpinderrana, joshi.rohit100 | lmeurs: Hook_file_download() also controls temporary files.
  • #2212081 by dawehner: Remove views optional handler handling.
  • #2289183 by anavarre, xjm: Fixed Temporarily increase D8 memory limit to reflect current requirements.
  • #2301313 by pwolanin, dawehner, Wim Leers, effulgentsia, kgoel, YesCT, glide: MenuLinkNG part3 (no conversions): MenuLinkContent UI.
  • #1962846 by andypost, Wim Leers, InternetDevels: Use field instance name for header of comment list, drop comment-wrapper template.
  • #2300015 by olli | anavarre: Fixed PluginNotFoundException on user view.
  • #2306703 by realityloop | YesCT: Docs update from Clean up LocaleConfigManager / TypedConfigManager features and cache duplications.
  • #2146035 by olli, mondrake: Fixed drupalSettings.path.pathPrefix does not contain the language identifier.
  • #2306429 by KarlKedrovsky, a_thakur: Remove user_access().
  • #2299427 by tim.plunkett, amitgoyal, joshi.rohit100: Remove drupal_build_form() once all its usage is removed as it is deprecated.
  • #1533250 by YesCT, fran seva, TravisCarden, xjm, sriharsha.uppuluri | NROTC_Webmaster: Many coding standards clean-ups in locale module.
  • #2306611 by rbayliss: Fixed Field weights are not respected on render.
  • #2306469 by a_thakur: Remove views_fetch_plugin_names().
  • #2306545 by a_thakur: Remove views_plugin_list().
  • #2306165 by a_thakur: Remove user_authenticate().
  • #2294439 by dawehner, sun | neclimdul: Add vfsStream library for filesystem mocking in unit tests.
  • #2062043 by eelkeblok, longwave, rhm50, InternetDevels, alvar0hurtad0, Xano: Replace user_access() calls with $account->hasPermission() in core files.
  • #2306077 by dawehner: Fixed Get rid of connection in UserAutocomplete.
  • #1288442 by jhodgdon | Wolfflow: Added search index status to the Status Report page.
  • #2276219 followup by Mile23: Asset libraries should declare their license.
  • #2156089 by roderik, slashrsm, larowlan, andypost: Remove comment_get_thread() in favour of method on CommentStorage.
  • #2287727 by yched, swentel, alexpott: Rename Field[instance]Config classes and entity types (again).
  • #2241229 by Wim Leers: Followup: Aggregator Feed & Item content entity types, and AggregatorFeedBlock should use cache tags.
  • #2305569 by fago: Fixed Follow-up to context definitions: Remove unused, left-over static contextDefinitions() methods.
  • #733054 by jhodgdon, mkalkbrenner, amitgoyal, ndewhurst: Fixed Watchdog logging of all searches is performance hit; need ability to turn it off.
  • #2059003 by vijaycs85, dawehner: Remove try/catch around getRequest() in DisplayPluginBase::getHandlers().
  • #1986418 by tompagabor, LewisNyman, idflood, jamesquinton, lauriii, emma.maria, danmuzyka, rteijeiro, scronide, frankbaele, Coornail, ekl1773, oresh, philipz | Bojhan: Update textfield & textarea style.
  • #2304081 by damiankloip: Upgrade Guzzle to version 4.1.3.
  • #2301045 by Gábor Hojtsy: Fixed Standard profile has views which include elements dependent on uninstalled modules, not valid in config.
  • #2125621 by davidhernandez, mgifford, jessebeach, mparker17, anandps: Fixed Contrast between title/slogan and header is too low.
  • #2241229 by Wim Leers: Aggregator Feed & Item content entity types, and AggregatorFeedBlock should use cache tags.
  • #597236 by Berdir, catch, msonnabaum, Xano, Wim Leers, jhedstrom, amateescu, corvus_ch, swentel, moshe weitzman, Gábor Hojtsy, riccardoR, killes@www.drop.org, et al: Add entity caching to core.
  • #2294083 by ParisLiakos: Remove usages of module_uninstall().
  • #1825952 by Fabianx, joelpittet, bdragon, heddn, chx, xjm, pwolanin, mikey_p, ti2m, bfr, dags, cilefen, scor, mgifford: Turn on twig autoescape by default
  • #2276219 by Wim Leers: Asset libraries should declare their license.
  • #2304965 by longwave | klausi: Fixed Port form_select_options() XSS fix from SA-CORE-2014-003.
  • #2304801 by pwolanin: Fixed Missing @param in UrlGenerator for request stack.
  • #2304999 by martin107: ConfigTranslationFormAccess @file annotation needs updating.
  • #2303823 by tim.plunkett, jmolivas: Remove service definition for controller.entityform from core/core.services.yml.
  • #2301715 by drunken monkey: Fixed search_excerpt() uses strrpos() incorrectly.
  • #2285189 by Jose Reyero, Gábor Hojtsy: Fixed Undefined config schema type should not be explicitly used in config schemas.
  • #2073759 by mondrake, fietserwin, claudiu.cristea: Convert toolkit operations to plugins.
  • #2226063 by Berdir, plopesc: Merge ListBooleanItem from options module into BooleanItem.
  • #2298319 by Berdir | ivanjaros: Fixed views.display.block.allow should be a sequence not a boolean.
  • #2303605 by cilefen: Rename *.menu_links.yml to *.links.menu.yml files to improve DX.
  • #2072897 by jayeshanandani, marcingy, herom, er.pushpinderrana, inket: Modernize contact.module forms.
  • #2268761 by tim.plunkett: Remove support for function-based forms.
  • #2301273 by pwolanin, dawehner, Wim Leers, effulgentsia, joelpittet, larowlan, YesCT, kgoel: MenuLinkNG part2 (no UI or conversions): MenuLinkTree API and unit tests.
  • #2303719 by olli: Remove obsolete ApcuBackend::isEmpty() method.
  • #2303887 by slashrsm: Remove comment_new_page_count().
  • #2303883 by slashrsm: Remove comment_get_display_page().
  • #2303879 by slashrsm: Remove comment_get_display_ordinal().
  • #2295737 by Gábor Hojtsy, vijaycs85, alexpott: Fixed Not all shipped configuration passes validation even with all modules enabled.
  • #2268939 by Gábor Hojtsy, vijaycs85: Fixed Config overrides not updated when config changes.
  • #2297681 by cilefen, Wim Leers, cs_shadow | Charles Belov: Added Make the "alt" attribute required in EditorImageDialog.
  • #2298667 by Mile23, neclimdul: Fixed Code review for report generation.
  • #2301955 by er.pushpinderrana, lokapujya | scor: Ensure RDFa metadata tags are hidden.
  • #2303547 by mgifford: Fixed Consistency - screen-reader to screen reader.
  • #2302843 by claudiu.cristea: {cache_tags} conflicts with cache bin database table names.
  • Revert "Issue #2033211 by LewisNyman, tim.plunkett, JamesLefrère | yannickoo: Move Seven CSS files into css directory."
  • #2010246 by tim.plunkett, tkuldeep17, plopesc, InternetDevels, pfrenssen, googletorp: Convert update_manager_install_form, update_manager_update_form, update_manager_update_ready_form to the new form interface.
  • #2290255 by Wim Leers, er.pushpinderrana, amitgoyal: Make developer info for CKEditor plugins more discoverable
  • #2300873 by amitgoyal, joshi.rohit100: Remove usage of drupal_redirect_form() as deprecated.
  • #2299421 by amitgoyal, joshi.rohit100: Remove all usage of drupal_build_form() as deprecated and replaced by FormBuilderInterface::buildForm().
  • #2271363 by Berdir: Remove CacheDecorator and ProcessDecorator.
  • #2291137 by cilefen | webchick: Rename various *links.yml files to improve DX.
  • #2279213 by neclimdul, sun | donquixote: Fixed KernelTestBase::unregisterStreamWrapper() is called once with insufficient arguments.
  • #2178651 by ianthomas_uk: Fixed Consider UX implications of indexed vs non-indexed search pages.
  • #1978926 by likin, YesCT, Pancho, kim.pepper, h3rj4n, tim.plunkett, disasm, Luxian, neetu morwani | vijaycs85: Convert locale_translation_status_form to a Controller.
  • #2132477 by tkuldeep17, tim.plunkett | shameemkm: Convert batch_test forms to controllers.
  • #2302531 by tim.plunkett: Convert database_test_theme_tablesort to a class.
  • #2291439 by Wim Leers, tstoeckler: Fixed CKEditor's "readonly" needs to be per-instance but is applied per-format, across instances.
  • #2202511 by hussainweb, benjy | mikeryan: Added Implement migration groups.
  • #2033211 by LewisNyman, tim.plunkett, JamesLefrère | yannickoo: Move Seven CSS files into css directory.
  • #2302463 by effulgentsia: Cleanup User::hasPermission() and UserSession::hasPermission() to follow Law of Demeter.
  • #2298665 by nod_: Fixed Remove dead code in form.js.
  • #2300829 by Jose Reyero: Fixed Clean up LocaleConfigManager / TypedConfigManager features and cache duplications.
  • #2086499 by phiit, tim.plunkett | Gábor Hojtsy: Convert two page callbacks in language_elements_test.module to the new controller system.
  • #2078015 by er.pushpinderrana, RoSk0 | alexanansi: Modernize views_test_data.module forms.
  • #1998198 by pwolanin, splatio, Albert Volkman, tim.plunkett, andypost, disasm, Les Lim, tkuldeep17: Convert user_pass_reset to a new-style Form object.
  • #2302331 by kim.pepper: Move drupal_valid_path to PathValidator service.
  • #2302525 by tim.plunkett: Convert file_module_test_form to a class.
  • #2296839 by MKorostoff, er.pushpinderrana | YesCT: Remove deprecated comment_num_new().
  • #2289063 by larowlan, andypost | Berdir: Change contact message entity to behave more like a normal entity.
  • #2301239 by pwolanin, dawehner, Wim Leers, effulgentsia, joelpittet, larowlan, xjm, YesCT, kgoel, victoru, berdir, likin, and plach: MenuLinkNG part1 (no UI or conversions): plugins (static + MenuLinkContent) + MenuLinkManager + MenuTreeStorage.
  • #2115631 by andypost, socketwench: Fixed CategoryFormController::form() should not define form actions.
  • #2284103 by alexpott, fabpot, damiankloip, Xano, Xen, Berdir: Fixed Remove the request from the container.
  • #2196241 by sun, alexpott: Remove string translation services from TestBase container.
  • #2302511 by Elijah Lynn: (optional) improvements in docblock for Drupal.viewsUi.FormFieldFiller in views-admin.js.
  • #2292821 by andypost, larowlan: Use widget for comment subject field.
  • #2181601 by damiankloip: Drupal\serialization\Normalizer\EntityNormalizer should extend ComplexDataNormalizer.
  • #2301953 by er.pushpinderrana | scor: Fixed Update 'element-invisible' and 'element-hidden' to valid Drupal 8 CSS classes.
  • #2297487 by er.pushpinderrana, marcingy: Remove the check_plain function.
  • #2301591 by joshi.rohit100: Remove drupal_rebuild_form() as it is deprecated.
  • #2163209 by andrewmacpherson, mgifford | Charles Belov: Add alternate text to file icon.
  • #2030165 by Berdir, tim.plunkett, vijaycs85, tkuldeep17 | rteijeiro: Convert form_test_* functions to classes.
  • #658148 by bleen18, ShaunDychko, jhodgdon, g3r4, cferthorney, BBommarito, jbrauer, Cauliflower: Fixed The "access user profiles" permission is poorly named.
  • #2163245 by Mile23: Unit testing for \Drupal\Component\Utility\Variable.
  • #2208893 by ngocketit, longwave: Remove unused functions from Views.
  • #2301837 by er.pushpinderrana | jhodgdon: Fixed Missing @endcode on Entity API topic.
  • #2301875 by dawehner, plach: Fixed Invalid SQL when running tests.
  • #2302261 by benjy: Fixed Typo in migrate.schema.yml.
  • #2296237 by er.pushpinderrana: Replace check_plain() to Drupal\Component\Utility\String::checkPlain() in file module.
  • #1587270 by klausi, greggles, sun: Forbid execution of PHP files in subfolders by default (except those needed by core).
  • #2301601 by joshi.rohit100: Remove drupal_validate_form() as it is deprecated.
  • #2301587 by joshi.rohit100: Remove form_state_defaults() as it is deprecated.
  • #2301577 by ParisLiakos, joshi.rohit100: Remove drupal_alter() as it is deprecated.
  • #2300853 by joshi.rohit100: Remove language() method from bootstrap.inc as it is deprecated.
  • #2300891 by joshi.rohit100: Remove format_backtrace() from error.inc as deprecated.
  • #2301597 by joshi.rohit100: Remove drupal_prepare_form() as it is deprecated.
  • #2301975 by kim.pepper: Move drupal_is_front_page to PathMatcher service.
  • #2080311 by rhm50, amitgoyal, InternetDevels, Rajesh Ashok, pfrenssen, natemow, areke, chertzog | mrsinguyen: Clean up Drupal\system\Tests\Database\SelectTest.php.
  • #1856562 by andypost | sun: Convert "Subject" and "Message" into Message base fields.
  • #2061977 by InternetDevels, kim.pepper, ianthomas_uk, herom, rhm50, naveenvalecha, andypost, mandar.harkare, sergeypavlenko, sidharthap, SIz, tkuldeep17: Replace user_access() calls with ->hasPermission() in all core modules except user.
  • Revert "Issue #2061977 by InternetDevels, kim.pepper, ianthomas_uk, herom: Replace user_access() calls with ->hasPermission() in all core modules except user."
  • #2300831 by joshi.rohit100: Remove module_exists() as it is deprecated.
  • #2299691 by er.pushpinderrana, jhodgdon: Some topics should be removed.
  • #2300857 by joshi.rohit100: Remove lock() method from bootstrap.inc as deprecated.
  • #2301599 by Cottser, mparker17: Fixed Regression: Bartik's field--taxonomy-term-reference.html.twig doesn't properly output label attributes.
  • #2286923 by cs_shadow, alayham: Fixed views_ui dropbuttons are not RTL friendly.
  • #2301493 by alexpott: Fixed Typehint Drupal\file\File is does not exist.
  • #2061977 by InternetDevels, kim.pepper, ianthomas_uk, herom: Replace user_access() calls with ->hasPermission() in all core modules except user.
  • #2227601 by mparker17: Added [Follow-up] Add a Visually-hidden field label formatter.
  • #806982 by lokapujya, gnuget, miqmago, shashi1028, Floydm, bfroehle, kathyh, sreynen: Tables should take an optional footer variable and produce
    .
  • #2294177 by alexpott: Allow Drupal\Core to provide [config] entity types.
  • #2030743 by yingtho, runeasgar, marcingy, YesCT, damiankloip, larowlan, typhonius, dman, areke, Désiré: Improve tests for user form alters in contact module.
  • #2248407 by ultimike, hussainweb, benjy, jp.stacey: D6 Block Mapping.
  • #2216535 by jhodgdon, Berdir: Replace Node overview topic and Node API topic with Entity Hooks topic.
  • #2030655 by justafish, Alumei, daffie, alexpott, wwhurley, jamesquinton, pcambra, InternetDevels, rdatar, james_kerrigan: Expand Role with methods.
  • #1498662 by andypost, larowlan | dawehner: Refactor comment entity properties to multilingual.
  • #2299269 by nod_: Update eslint configuration for 0.7.4 version.
  • #2300313 by blueminds: Fixed Seven theme competely overrides the $form['#attached'] on node form.
  • #2300821 by joshi.rohit100: Remove module_invoke_all() as it is deprecated.
  • #2300847 by joshi.rohit100: Remove drupal_get_form() as it is deprecated.
  • #2300843 by joshi.rohit100: Remove drupal_json_encode() and drupal_json_decode() methods as deprecated.
  • #2300833 by joshi.rohit100: Remove module_hook() as it is deprecated.
  • #2300697 by joshi.rohit100: Remove drupal_is_cli() as It is deprecated.
  • #697760 by sun: Replace getInfo() in tests with native phpDoc + annotations (following PHPUnit).
  • #2078867 by tim.plunkett, jackbravo, ianthomas_uk, InternetDevels, piyuesh23, disasm, nano_monkey | vijaycs85: Convert _form_test_* functions to classes.
  • #2257519 by sun, larowlan, xjm, cs_shadow: Move content assertion methods into a trait, so DUTB can consume it, too.
  • #2272987 by followup sun: Fixed Do not persist session manager.
  • #2300611 by nickwaring89: Updating Custom Block module in MAINTAINERS.txt.
  • #2279681 by mgifford, joshi.rohit100, thedavidmeister: Views' InOperator filter should use Unicode::truncate() in adminSummary().
  • #2242405 by mikebarkas, jlbellido | alexpott: Fixed FileTransfer::connect is protected yet the implementations are public and this is relied upon.
  • #2010162 by tim.plunkett | InternetDevels: Convert node_uri() to $node->uri().
  • #2008616 by lokapujya, herom, kgoel | andypost: Convert user_uri() to $user->uri().
  • #2035317 by andypost, hussainweb | dawehner: DateTimeDefaultWidget should implement ContainerFactoryPluginInterface.
  • #2287777 by andypost: Optimize _dblog_get_message_types().
  • #2284017 by t0xicCode: Fixed CamelCase FieldItemList preSave call.
  • #2273385 by damiankloip: Use a container parameter for the user tempstore expire time.
  • #2287381 by alayham: Fixed views_ui dropbuttons display is not RTL friendly.
  • #2300583 by larowlan: Consider adding larowlan and tim-e as contact module maintainers.
  • #2299499 by joshi.rohit100: Remove form_clear_error() as it is deprecated.
  • #2191543 by tim.plunkett: Fixed history_node_view_alter() overwrite all #attached on nodes.
  • #2298001 by er.pushpinderrana | LewisNyman: Remove #page CSS from Seven.
  • #2076325 by neclimdul, Mile23, alexpott: Fixed Drupal\Component\Utility\Url::externalIsLocal() is wrong in common cases.
  • #2239969 by znerol, alexpott, neclimdul, sun: Fixed session of (UI) test runner leaks into web tests.
  • #2299457 by alexpott: remove unused UnsupportedConfigDataTypeException.
  • #2298993 by alexpott, tim.plunkett: Fixed routes using _entity_list wrongly are marked for upcasting.
  • #2234159 by alexpott: Fixed config importing through the UI and change ConfigImportAll test using the UI.
  • #2293773 by Gábor Hojtsy, alexpott, penyaskito: Fixed migrations use dots in key names - not allowed in config.
  • #2292115 by slashrsm: Fixed Comment statistics is no correctly loaded into entity object if more than 1 comments field.
  • #2297631 by martin107: Nudge contrib into overriding \Drupal\Core\TypedData\TypedData::setValue() consistently.
  • #2281475 by roderik, slashrsm: Deprecate comment_new_page_count() and move it functionality into Comment storage controller.
  • #2262407 by slashrsm, roderik: Deprecate comment_get_display_page/ordinal().
  • #2294771 by tim.plunkett | anavarre: Fixed Add views display always defaults to attachment.
  • #2281699 by er.pushpinderrana, joshi.rohit100, esod | mirie: Fixed Update @see user_cancel_form() comments.
  • #2298039 by lauriii, LewisNyman: Remove all PNG fallbacks for SVG.
  • #2036611 by er.pushpinderrana, droplet: Fix drupal_placeholder doc.
  • #2260241 by ultimike, benjy, er.pushpinderrana: Fixed D6->D8 Profile field (date).
  • #2292197 by er.pushpinderrana, chx, LinL, cs_shadow: Fixed The StringTranslationTrait trait doxygen could use a little love.
  • #2231595 followup by yched | catch: Add a cache backend that checks an inconsistent cache, then falls back to a consistent cache backend.
  • #1452896 by Mile23, marthinal, Freso, kid_icarus, alexpott, tim.plunkett, jhodgdon: Fixed PHP notice in clickLink if link does not exist.
  • #2295571 by alexpott, tstoeckler: Bogus CustomBlock class in repo.
  • #2291721 by alexpott: Use methods instead of array access in when using DataDefinition objects from TypedConfig .
  • #2225485 by alexpott, gremy: Fix config test modules namespacing.
  • #2231595 by beejeebus, Steven Merrill, kim.pepper, Wim Leers, msonnabaum: Add a cache backend that checks an inconsistent cache, then falls back to a consistent cache backend.
  • #2293541 by amitgoyal, marcingy: Remove *_token deprecated functions.
  • #2297479 by er.pushpinderrana | marcingy: Remove comment_load function.
  • #2294251 by j2r | marcingy: Remove file_usage from file module.
  • #2283385 by jibran | vijaycs85: Remove BreadcrumbBuilderBase.
  • #2227601 by mparker17, cs_shadow, swentel, lanchez, mgifford: Added a "Visually-hidden" field label formatter.
  • #2289247 by lauriii, mgifford, sqndr | LewisNyman: Visually hide the table headers on the modules page.
  • #2296859 by Mark Carver: Fixed [regression] Responsive classes not always added to table rows.
  • #2297535 by marcingy: Remove drupal_get_private_key.
  • #2281539 by ultimike, benjy | brockfanning: Fixed D6->D8 Profile field (list selection).
  • #2298309 by mon_franco, YesCT: Clean up comments in taxonomy.views.inc.
  • #2299253 by alimac: Remove language_access_language_edit_or_delete function.
  • #2250015 by amitgoyal, mgifford: Fixed Improper use of a LABEL for user profile.
  • #2283717 by amitgoyal, joshi.rohit100, g3r4 | jackbravo: Remove user_access function calls on hook_permission functions.
  • #1978976 followup by lussoluca: Convert shortcut_set_switch to a Controller.
  • #2293825 by sun: Fixed Various test classes do not have a "Test" suffix.
  • #2298485 by damiankloip: Fixed setMultiple should also use microtime in the DatabaseBackend.
  • #1918820 by neclimdul, typhonius, pwolanin | 0x534B41: Fixed HTTP header date formats.
  • #2294375 by jhodgdon: Fixed Comment publish/unpublish hooks are not invoked correctly.
  • #2225977 by andypost: Remove langcode manipulation by Path widget.
  • #1419036 by lauriii, gnuget, wheatpenny, InternetDevels, oliverhm, scresante, patrickd | sun: Added a CSS class for form items that have no label.
  • #355157 by valthebald, urbanape: Fixed 302 response code from drupal_redirect_form() violates HTTP/1.1 spec.
  • #2297707 by JohnAlbin: Fixed Add .theme to .gitattributes.
  • #2237685 by clemens.tolboom: Fixed Unused variable in PoStreamReader.
  • #2297475 by marcingy: Remove calls to comment_load.
  • #2297533 by longwave | marcingy: Remove drupal_check_memory_limit function.
  • #2282161 by Crell: Split off link/url generation trait.
  • #2297201 by slashrsm: Fixed Wrong return type on ImageStyleInterface::setName().
  • #2098129 by er.pushpinderrana, drupal_sensei | joachim: Fixed DrupalDefaultEntityController::$entityCache should explain its structure.
  • #2216523 by jhodgdon: Fill in REST and Third Party @defgroup topic docs.
  • #1906806 by Berdir, damiankloip, Sifro, dawehner: Provide a relationship for each entity reference field.
  • #2295383 by g3r4 | joachim: Fixed EntityStorageInterface::loadByProperties() needs to say what it returns when nothing found.
  • #2296649 by longwave: Fixed Remove duplicate action.settings.yml.
  • #2290103 by damiankloip, larowlan: Rename 'item_length' to 'view_mode' to aid discoverability.
  • #1978976 by dawehner, kgoel, tim.plunkett, pcambra, longwave, Albert Volkman, vijaycs85, pfrenssen, jibran, Xano, David Hernández, shivachevva, kim.pepper, InternetDevels: Convert shortcut_set_switch to a Controller.
  • #2295447 by yched: Fixed Leftover access to FieldInstanceConfig::$field.
  • #2288665 by znerol: Remove _maintenance request attribute and replace it with a maintenance mode service.
  • #2295647 by ja_ca: Fixed EntityConverter uses getDefinition() instead of hasDefinition().
  • #2295715 by joshi.rohit100: Remove parse_size() function as it is no longer used.
  • #2287895 by tim.plunkett: Fixed BlockCacheTest expects /node to be available.
  • #2283049 by olli: Remove obsolete NodeController::page() method.
  • #2277117 by duellj, ivanjaros: BlockListBuilder uses href for links instead of route.
  • #2285381 by Xen: Fixed Bad xpath in UserAccountLinksTests::testDisabledAccountLink().
  • #2229771 by Alan D.: Fixed Pager quantity of 10 is inconsistent with the rest of core.
  • #2292221 by er.pushpinderrana, andile2012: Fixed Remove extra ' in TextTrimmedFormatter.php annotation.
  • #2125769 by c31ck, mErilainen | anandps: Set width & height for "missing image" placeholder.
  • #2295229 by jhodgdon: Do not need to pass entity type to entity CRUD hooks.
  • #2200355 by yched, andypost: Move functions in field.form.inc into Core/Field.
  • #2297481 by bfr | marcingy: Remove comment_load_multiple.
  • #2249149 by ultimike, benjy | chx: Create a system_logging migration.
  • #2294597 by Xano: Remove usage of t() from the confirm form base classes.
  • #2294093 by ParisLiakos: Remove arg().
  • #2277281 by dobe, amitgoyal, michaelfavia | drumm: Sometimes you want more than 128 chars of allowed file extensions.
  • #2271485 by amitgoyal, Juanmamr | YesCT: Fixed Move LocaleStringTest $only_translated = array('untranslated' => FALSE); out of accidental comment.
  • #2286837 by ParisLiakos, damiankloip: Remove drupal_get_hash_salt().
  • #2294161 by ParisLiakos: Deprecate and remove usages of drupal_is_cli().
  • #1987418 by joelpittet, drupalninja99, rakhimandhania, Manuel Garcia, scor, shanethehat, Cottser, LinL, LewisNyman, minneapolisdan: User.module - Convert theme_ functions to Twig.
  • #1529814 by mgifford, JohnAlbin, ibullock, dcmouyard, mark.labrecque, andrewmacpherson, vegantriathlete: Fixed skiplink behavior for Webkit browsers.
  • #2259317 by effulgentsia: Remove _system_path usage from system_test.module.
  • #2293643 by joshi.rohit100: Fixed OpmlFeedAdd form still using url() instead of \Drupal::url().
  • #2291443 by marcingy: Convert comment_field_instance_config_delete query to entity query.
  • #2289989 by marcingy, andypost: Remove comment_add and inline final occurrence.
  • Revert "Issue #2289989 by marcingy, andypost: Remove comment_add and inline final occurrence."
  • #1956806 by amitgoyal, Cottser: Fixed DbLogController::overview() and topLogMessages() logic and provide a formatMessage() method.
  • #662940 by rootwork, tim.plunkett, emclaughlin, sqndr, ogi: Fixed "Lucida Sans Unicode" may match ugly "Lucida Bright" instead of "Lucida Sans".
  • #2281325 by kim.pepper: NodeType condition should use EntityManager.
  • #2218463 by znerol, damiankloip, rbayliss: Fixed Private file and image style downloads throw 500 error when page cache is active.
  • #2225965 by lokapujya, djevans | scor: Move taxonomy term RDFa markup inside title_suffix (similar to the edit and node markup).
  • #2290261 by tim.plunkett, amool: Fixed Full configuration export crashing without the php_fileinfo extension.
  • #2265793 by er.pushpinderrana, jessebeach: Fixed Spelling mistake in CustomBlockForm.php.
  • #2241165 by larowlan: Fixed Remove redundant shorthand.js file.
  • #2170251 by lauriii, mgifford, joshi.rohit100, lokapujya, mparker17, Mirabuck, Jalandhar: Fixed Comment headings can spit out empty heading tags.
  • #1120440 by er.pushpinderrana | skwashd: Fixed user.api.php hook summary lines should be more consistent with other entity hooks.
  • #2281627 by ultimike, jjpost | barnettech: Fixed Freeform text profile field does not migrate properly from D6 to D7.
  • #2281481 by ultimike, cYu, TommyK: Fixed D6 Body field label -> D8 field name not migrated.
  • #2188895 by lokapujya, seiplax | scor: Support RDFa output in entity reference field formatter.
  • #936704 by Matt V., swentel, tim.plunkett, Jalandhar, jimi-o: Added Use confirm form before clearing log messages.
  • #2266763 by ashepherd, kay_v, lauggh | scor: Add debug mode to FieldRdfaTestBase class.
  • #1898452 by joelpittet, amitgoyal, gnuget, steinmb, thedavidmeister, jenlampton, zaphoyd, Cottser, robmc, disasm, azinoman | c4rl: Simpletest.module - Convert theme_simpletest_result_summary functions to Twig.
  • #1987424 by rteijeiro, oshelach, a-fro, JeroenT, joelpittet, Cottser, IshaDakota, InternetDevels, TommyK, Sutharsan, robmc, mark.labrecque, lokapujya, Gaelan, drupalninja99, Carolyn, jenlampton, longwave: Seven.theme - Convert theme_ functions to Twig.
  • #2286347 by jiv_e: Fixed install steps indenting for RTL languages.
  • #2284383 by tstoeckler, lokapujya: Fixed All assertSomething() functions should return a bool indicating pass or fail.
  • #2293419 by vijaycs85: Fixed Add config schema test to all configuration test in migration, fix bugs.
  • #2272987 by znerol, alexpott: Fixed Do not persist session manager.
  • #2247095 by yched, xjm, alexpott: Optimize loading of deleted fields.
  • #2097123 by andypost, roderik, slashrsm, das-peter, mgifford, pfrenssen, YesCT | larowlan: Deprecate comment_num_new() in favour of method on CommentManager.
  • #2282627 by yched, swentel: Remove field_uuid from field instance config records.
  • #2289059 by martin107: Fixed duplicate assertion text is causing confusion.
  • #2252713 by lauriii, Dragan Eror, amitgoyal: Fixed table headers inside of status reports look strange.
  • #1803760 by lokapujya: Fixed Wrong type of message in aggregator.
  • #2286403 by martin107: Inconsistent use of magic number when constants DIRECTION_LTR and DIRECTION_RTL already defined.
  • #2286433 by ParisLiakos: Fixed CommentTypeForm and CommentTypeDeleteForm should typehint the PSR logger interface.
  • #1999312 by baisong, lokapujya, botanic_spark, attiks: Add an 'empty image' option for responsive image.
  • #2282683 by mdrummond | Mark Carver: Responsive tables do not have tests.
  • #2282599 by LewisNyman, joachim: Fixed Dropdown menus in most of core are broken in Stark.
  • #2224847 by pwolanin, damiankloip, danblack, Berdir: Fixed Automatically shorten cid's in Cache\DatabaseBackend and PhpBackend.
  • #1875118 by damiankloip, tim.plunkett: Move resource plugins to correct modules.
  • #2290129 by jhodgdon, Gábor Hojtsy, Crell, joachim: Menu/routing topic needs an overhaul.
  • #2290259 by g3r4, er.pushpinderrana, joshi.rohit100, amitgoyal: Make developer docs for entity reference selection plugins more discoverable
  • #1952064 by joshi.rohit100, yoroy, weekbeforenext, prabeen.giri, jonreid, nflowers1228, HaloFX, mparker17, paboden, babruix, sun: Shorten help text on user permissions/roles pages
  • #2091415 by amitgoyal, mparker17, Crell, batigolix, pokurek | ifrik: Update hook_help for Restful Web Services module.
  • #2091359 by joshi.rohit100, lokapujya, amitgoyal, jhodgdon, batigolix, lmirabile, Cyberschorsch | ifrik: Update hook_help for Search module.
  • #2249089 by ivan.chaquea, mgifford: Fixed Improper use of a LABEL for Last Saved & Author.
  • #2212283 by nod_: Auto-format JS files.
  • #2017257 by jason.bell, dead_arm, alexrayu, philipz, idebr, rteijeiro, emma.maria, frankbaele, LewisNyman: Create generic layout classes.
  • #2253917 by yannickoo: Use same style for Search label on uninstall page like on modules page.
  • #2154775 by er.pushpinderrana, barnettech, kirkkala, InternetDevels | Wim Leers: Fixed In-place editing of title: works, but cursor is invisible.
  • #2277661 by alexrayu, joelpittet: Fixed Labels with display:block and 'for' attribute have an invisible hit area that is accidently clicked.
  • #2290849 by fran seva, YesCT: Fixed Regression: Fields missing from translation overview since 'Clarify handling of field translatability'.
  • #2293807 by sun: Fixed Various migrate_drupal unit base test classes are not abstract and implement getInfo().
Download Size md5 hash
drupal-8.0.0-alpha14.tar.gz 8.75 MB 9d71afdd0ce541f2ff5ca2fbbca00df7
drupal-8.0.0-alpha14.zip 15.13 MB 9ffe86b5fff661f34fefa35894998ca8
Last updated: August 6, 2014 - 17:03
Official release from tag: 
8.0.0-alpha14
Core compatibility: 

drupal 6.33

$
0
0

Release notes

Maintenance and security release of the Drupal 6 series.

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

No other fixes are included.

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

Known issues:

None.

Major changes since 6.32:

  1. As of this release, the XML-RPC system in Drupal core will ignore information in <?xml> declarations contained within XML-RPC messages (for example, XML version or character encoding information). This is not expected to matter for the vast majority of use cases.
  2. The XML-RPC system and OpenID XRDS parser will also reject messages that contain over ~30,000 XML tags within them. This limit is not expected to matter for the vast majority of use cases. It is also only an approximate limit, since Drupal 6 is not capable of efficiently counting the exact number of XML tags. If you need to process an XML-RPC message that is larger than that, you can change the limit by setting the "xmlrpc_message_maximum_tag_count" variable to a higher value. For example, in settings.php:

    <?php
     
    // Allow XML-RPC messages with up to ~50,000 XML tags to be processed.
     
    $conf['xmlrpc_message_maximum_tag_count'] = 50000;
    ?>

    Do not set the value higher than you need, since allowing too many XML tags per XML-RPC message increases your site's vulnerability to denial of service attacks.

    The OpenID XRDS parser has a similar variable ("openid_xrds_maximum_tag_count") which can be used in a similar way.

  3. 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 (this is also the same restriction that was earlier added to Drupal 7 to fix a different security issue; see SA-CORE-2012-003 and the Drupal 7.16 release notes). However, sites using unusual or custom OpenID servers may wish to test OpenID logins before deploying this release.
Download Size md5 hash
drupal-6.33.tar.gz 1.05 MB 33d738678f81a86d9e31ae8af23b45e5
drupal-6.33.zip 1.22 MB 5d0a2e3803a183b5c7c5c0e624aa89d7
Last updated: August 6, 2014 - 17:33
Official release from tag: 
6.33
Core compatibility: 
Release type: 

drupal 7.31

$
0
0

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 notes below and the security announcement:

No other fixes are included.

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

Known issues:

None.

Major changes since 7.30:

  1. As of this release, the XML-RPC system in Drupal core will ignore information in <?xml> declarations contained within XML-RPC messages (for example, XML version or character encoding information). This is not expected to matter for the vast majority of use cases.
  2. The XML-RPC system and OpenID XRDS parser will also reject messages that contain over 30,000 XML tags within them. This limit is not expected to matter for the vast majority of use cases. If you need to process an XML-RPC message that is larger than that, you can change the limit by setting the "xmlrpc_message_maximum_tag_count" variable to a higher value. For example, in settings.php:

    <?php
     
    // Allow XML-RPC messages with up to 50,000 XML tags to be processed.
     
    $conf['xmlrpc_message_maximum_tag_count'] = 50000;
    ?>

    Do not set the value higher than you need, since allowing too many XML tags per XML-RPC message increases your site's vulnerability to denial of service attacks.

    The OpenID XRDS parser has a similar variable ("openid_xrds_maximum_tag_count") which can be used in a similar way.

Download Size md5 hash
drupal-7.31.tar.gz 3.07 MB de256f202930d3ef5ccc6aebc550adaf
drupal-7.31.zip 3.5 MB 6076d317f6b1c7656f02c6cff81ff390
Last updated: August 6, 2014 - 17:33
Official release from tag: 
7.31
Core compatibility: 
Release type: 

drupal 8.0.0-alpha15

$
0
0

Release notes

Changes since 8.0.0-alpha14:

  • #2309889 by tim.plunkett, dawehner: Fixed DrupalKernel requires a Drupal\Core\*\Plugin directory for annotated classes to be discovered.
  • #2325571 followup by omers: Replace _theme() calls by calls to \Drupal::theme()->render().
  • #2338571 by znerol: Remove SessionManager::startLazy().
  • #2232605 by alexpott, dawehner, martin107, Cottser, sun: Fixed Themes cannot be uninstalled.
  • #2337927 by effulgentsia, plach, fago: Fixed SqlContentEntityStorage::onFieldStorageDefinition(Create|Update|Delete)() is broken for base fields.
  • #2329847 by tuutti, rachel_norfolk, Cottser | davidhernandez: Use Attribute to replace hard coded classes in language-negotiation-configure-form.html.twig.
  • #2325571 by asif_khan, omers | dawehner: Replace _theme() calls by calls to \Drupal::theme()->render().
  • #2329703 by maximpodorov: Fix spelling in varous files
  • #2334785 by znerol: Remove _maintenance request attribute from SpecialAttributesRouteSubscriber.
  • #2328411 followup by herom: Convert all permissions to yml files and permission callbacks.
  • #2320521 by jhodgdon: Fixed Follow-up: Node language views filters need label adjustments.
  • #2303525 by paulmckibben, tim.plunkett: Provide link tags to alternate languages (hreflang) in HTML head.
  • #2337227 by er.pushpinderrana, larowlan: Fixed NodeAccessControlHandler performs non-strict in_array check.
  • #1976298 by larowlan: Move taxonomy_get_tree() and associated functions to Taxonomy storage, deprecate procedural wrappers.
  • #2321609 by benjy, dawehner: Fixed Provide a helpful message in case requirements are not met.
  • #2337847 by alexpott, YesCT, martin107: The negotiated method_id does not need to be sorted on the Language or ConfigurableLanguage object.
  • #2312693 by stevepurkiss | andypost: Fixed NodeTermData config schema is broken.
  • #2044859 by Berdir, klausi: Convert user roles to entity_reference_field.
  • #2328411 by dawehner, geerlingguy, herom: Convert all permissions to yml files and permission callbacks.
  • #2340379 by larowlan: Allow PathValidator::getUrlIfValid to support paths with leading /.
  • #2337859 by martin107 | YesCT: LanguageUrlRewritingTest should not be setting the id of a language.
  • #2322287 by tuutti, lauriii, wheatpenny: Move datetime classes from preprocess to template.
  • #2331079 by znerol, dawehner: Use RouteMatch in access-checks and remove RequestHelper::duplicate().
  • #2194885 by Berdir | sun: Remove drupal_write_record().
  • #2313757 by Berdir, Wim Leers, dawehner: Remove text_processing option from text fields, expose existing string field types as plain text in UI.
  • #2339665 by larowlan: Fixed EntityForm::submitForm docblock refers to non-existent CommentFormController.
  • #2319177 by swentel, fago: Fixed Cron lock time limit is too short and does not prevent multiple, concurrent cron runs.
  • #2287071 by Wim Leers, alexpott, chx: Add cacheability metadata to access checks.
  • #2338085 by benjy: Fixed UrlAlias Destination is missing fields implementation.
  • #2314181 by roderik | hefox: Change drupal_static('name', whatever, TRUE) function comments.
  • #2337911 by martin107: LanguageUrlRewritingTest checkUrl $language parameter definition is incorrect.
  • #2339135 by tim.plunkett: Fixed EntityViewsDataTest is located in the wrong directory/namespace.
  • #2338011 by benjf, Sutharsan: Cleanup of locale tests.
  • #2337709 by tim.plunkett: Convert form_state_values_clean() to FormStateInterface::cleanValues().
  • #2303361 by tim.plunkett, kim.pepper: Replace instances of deprecated drupal_valid_path with PathValidator.
  • #2339021 by catch: Fixed Incorrect call to l() in system_token_info.
  • #2251111 by jibran | dawehner: Remove format_rss_item() and format_rss_channel().
  • #2338055 by martin107: A couple of quirks in the documentation for \Drupal\language\ConfigurableLanguageManager.
  • #2339069 by rgoodine | joelpittet: Remove useless BlockPreprocessUnitTest.
  • #2224395 by swentel, dixon_, Berdir, fago: Move entity UI code to field_ui module and remove entity.module.
  • #2260457 by alexpott, beejeebus: Fixed Allow config entities to remove dependent configuration keys when dependencies are deleted due to module uninstall.
  • #2333113 by effulgentsia, plach: Add an EntityDefinitionUpdateManager so that entity handlers can respond (e.g., by updating db schema) to code updates in a controlled way (e.g., from update.php).
  • #2337897 by damiankloip: Fixed ManyToOne filter should not display ManyToOneHelper valueForm when exposed.
  • #2143653 by swentel, tstoeckler, yoroy | ifrik: Added Show default image on image field.
  • #2337735 by leslieg, cilefen: ConfigImporter::finish() reads 'Finalising configuration synchronisation.', is UK English.
  • #2328913 by lanchez, lauriii, joelpittet | crowdcg: Move block classes out of preprocess and into templates.
  • #2254153 by crowdcg, davidhernandez, joelpittet, mortendk, mdrummond, cilefen, LewisNyman: Move node classes out of preprocess and into templates.
  • #2308581 by mgifford: Added Document accessibility features in Telephone.
  • #2337749 by benjy: Fixed no_stub is never used.
  • #2337849 by martin107 | YesCT: Dont need alias in use for use Drupal\Core\Language\LanguageInterface as BaseLanguageInterface; in LanguageNegotiationMethodInterface.
  • #2325691 by jarsenx: Entity Reference Module: Fix documentation that refers to enabling/disabling of modules.
  • #2331151 by David_Rothstein: Remove leftover code in testFileValidateSize() which runs the tests as a specific user.
  • #2332709 by swentel, unstatu | dawehner: Fixed Link to add a view mode of a certain entity type is wrong.
  • #2337591 by swentel, mikeker: Fixed Install failure on Windows: ThirdPartySettingsTrait::getThirdPartySetting not compatible with ThirdPartySettingsInterface::getThirdPartySetting error during install.
  • #2310341 by ilkkave | YesCT: Remove backwards compatibility for $heading['class'] in template_preprocess_menu_tree().
  • #2334763 by alexpott: Tidy up of LanguageInterface - removal of setters and other unnecessary methods.
  • #2337827 by colbol, cilefen | YesCT: Language locked is a boolean, use TRUE FALSE not 0.
  • #2323759 by Crell, dawehner: Modularize kernel exception handling.
  • #1857256 by dawehner, xjm, tim.plunkett, jibran, ParisLiakos, hussainweb, pcambra, ekes, InternetDevels, rhabbachi, rdrh555, tstoeckler, oadaeh, Gábor Hojtsy, vijaycs85: Fixed Convert the taxonomy listing and feed at /taxonomy/term/%term to Views.
  • #2336767 by benjy | dawehner: Missing @return documentation for MigrateProcessInterface.
  • #2333501 by swentel | marcvangend: Implement ThirdPartySettingsInterface in EntityView|FormDisplay.
  • #2337833 by martin107 | YesCT: Return should not have a variable name in LanguageMangagerInterface.
  • #2331627 by swentel, andypost: Move config schema for Core field types out of field.module.
  • #2336285 by benjy, er.pushpinderrana, astrocling | tstoeckler: Fixed Typo in namespace declaration of Drupal\migrate_drupal\Plugin\migrate\process\d6.
  • #2336177 by alexpott, YesCT: Fixed ConfigurableLanguage cannot be created/removed directly, integrate language_save() and language_delete().
  • #2335345 by tstoeckler: Fixed Entity\Migration::getProcessPlugins() can return NULL but should always return an array.
  • #2336965 by cilefen: Move the XHTML inline comment in template_preprocess_rdf_metadata to the template file.
  • #2199637 by Berdir, sun, swentel: Replace "required" flag of Field module with proper dependencies.
  • #2148199 by cilefen, pwolanin, attila.fekete, mtift | alexpott: Use snapshot to warn users if the configuration has changed since last import.
  • #2336443 by almaudoh: NumericItemBase uses '#type' => 'textfield' for numeric 'min' and 'max' form fields.
  • #2334383 by jbrown, ashutoshsngh, er.pushpinderrana: Remove usage of form_error().
  • #2334307 by yvesvanlaer, amitgoyal: Fixed Dialog box has white top corners.
  • #1740492 by dawehner, damiankloip, dasjo, xjm: Implement a default entity views data handler.
  • #2332551 by kgoel, er.pushpinderrana, Crell: Remove drupal_render_page().
  • #303574 by jhodgdon, douggreen, BlakeLucchesi: Fixed Search Ranking Recency scoring algorithm.
  • #2336689 by alexpott: Test that a locked language can not be deleted through the UI.
  • #2030537 by janoka, Sutharsan, Gábor Hojtsy | Outi: Fixed Translations not downloaded when adding a new language.
  • #2334689 by er.pushpinderrana | joachim: Fixed lock_acquire() should give the character limit for the lock name.
  • #2332295 followup by klausi: Fixed Unicode requirements check not working with PHP 5.6.
  • #999338 by lauriii, joelpittet, Sir-Arturio, mgifford, mlncn, alarcombe, sun | Eric_A: Fixed theme_image() alt attribute cannot be passed in $variables['attributes'] .
  • #2329787 by cilefen, tuutti | davidhernandez: Move RDF classes from preprocess to templates.
  • #2315167 by benjy: Create migrations for status/promote/sticky.
  • #1854284 by Berdir, mikeryan | Dave Reid: Fixed Path aliases are no longer arrays and cannot pass additional data to path hooks.
  • #2241267 by Wim Leers: Make tours set cache tags.
  • #2330279 by znerol: Fixed When operating in mixed mode SSL: data from anonymous non-HTTP session is still available after login.
  • Revert "Issue #2148199 by cilefen, attila.fekete, mtift | alexpott: Use snapshot to warn users if the configuration has changed since last import."
  • #1182850 by xjm, Stefan Lehmann, jmcintyre, Bojhan: Remove full stops at the end of checkbox options.
  • #2197091 by kirby14, undertext, lhangea, hussainweb, ACF, smiro, visabhishek | ivanjaros: Fixed Class HTML attribute is present even when no class is assigned to the list.
  • #2336353 by cilefen: Fixed The message when there is no configuration to synchronize/import is misleading.
  • #2148199 by cilefen, attila.fekete, mtift | alexpott: Use snapshot to warn users if the configuration has changed since last import.
  • #2330363 by dawehner: Enhance the controller resolver to get a route match class.
  • #2324365 by jhodgdon: DisplayVariant plugin class needs more info added.
  • #2274631 by joelpittet, mgifford, droplet, LewisNyman | hass: Fixed Form required marker "\204E" is broken in Google Chrome 35 / Internet Explorer 9.
  • #2213583 by lauriii, sqndr, Crisz, herom, jamesquinton, esod, Rajendar Reddy, zserno, er.pushpinderrana, cs_shadow, amitgoyal | JayeshSolanki: Fixed Misaligned Icons in Drupal 8.x.
  • #2335659 by tim.plunkett, dawehner, effulgentsia, sun: Remove FormState ArrayAccess usage from core.
  • #1664268 by droplet, G-raph, csakiistvan: Drop some browser specific prefixes.
  • #2333907 by YesCT, alexpott: Fixed FormatDateTest incorrectly implying a change to local interface language variable will change global assumed interface language langcode.
  • #2221433 by damiankloip, dawehner: Clean up views rendering. Move stuff from template_preprocess_views_view(), into a #pre_render callback.
  • #2323899 by gauravkhambhala, Gábor Hojtsy, omers | jhodgdon: Provided default Node views need language filtering.
  • #2335775 by slashrsm: Fixed LinkItem should promote "url" as it's main property.
  • #2329837 by Cottser | davidhernandez: Move filter classes from preprocess to templates.
  • #2333357 by tstoeckler, benjy: Fixed Migrate node_revisions.timestamp into the revision_timestamp field.
  • #2327363 by yched, andypost: Move datetime_datetime_widget_validate() to DateTimeDefaultWidget::massageFormValues().
  • #2332983 by dawehner: Replace ban event subscriber with a ban stack.
  • #2123225 by Jelle_S, attiks, Risse, bradklaver | Wim Leers: Fixed Do not upscale by default.
  • #2336405 by tim.plunkett: Fixed Follow-up: FormStateInterface::getGroups() should return by reference.
  • #2331019 by slashrsm: Implement ThirdPartySettingsInterface in Vocabulary.
  • #2323921 by Michael Hodge Jr | jhodgdon: Fixed Add user page (admin/people/create) remembers values and should not.
  • #2283675 by er.pushpinderrana, amitgoyal, mparker17, joachim, mmarquez: Document how optgroups are generated in form_select_options()
  • #2334405 by almaudoh, drunken monkey: Clean up documentation links to functions moved to render element classes
  • #2318281 by tim.plunkett, dawehner | kim.pepper: Provide a standard way to check a plugin is an instance of the required interface.
  • #1530774 by lokapujya, jenlampton, Cottser, svdhout, alexrayu, hpz: Fixed Test coverage for adding classes into region template.
  • #2107427 by penyaskito, dclavain, Gábor Hojtsy, mashermike, Aron Novak, YesCT, szato, Wim Leers, mikispeed, vijaycs85: Fixed Regression: Language names should display in their native names in the language switcher block.
  • #2336031 by droplet: Fixed CSS Syntax error in seven theme css.
  • #2329775 by lauriii | davidhernandez: Move taxonomy term classes from preprocess to templates.
  • #2326423 by wheatpenny: Move "region" classes from preprocess to template.
  • #2329779 by lauriii | davidhernandez: Move user classes from preprocess to templates.
  • #2332427 by neclimdul: Fixed APCUBackend makes incorrect assumptions about apc_fetch return type.
  • #2333987 by herom: Fixed schema translation context terminology and add context for date_format configuration.
  • #2332389 by tim.plunkett: Finish adding methods to FormStateInterface.
  • #2320157 by moshe weitzman, Wim Leers, penyaskito, tim.plunkett: Generate placeholder content for Field types.
  • #2335189 by ashutoshsngh: Remove form.inc form_get_errors().
  • #2325779 by astrocling | not_chx: Upgrade to Doctrine v1.2.0.
  • #2329485 by damiankloip, dawehner: Allow permissions.yml files to declare 'permission_callbacks' for dynamic permissions.
  • #2256257 by znerol, cosmicdreams | YesCT: Move token seed in SessionManager in isSessionObsolete() and regenerate() to the MetadataBag.
  • #2110345 by mr.york, effulgentsia, Désiré, fgm, fago, pfrenssen, stefan.r, Berdir, Rajendar Reddy: Simplify validation constraint implementations for fields.
  • #2307533 by sqndr, LewisNyman, kenyob, emma.maria | tkoleary: Fixed Insufficient space at page bottom.
  • #1949204 by moshe weitzman | RobLoach: Remove path_inc and menu_inc Settings.
  • #2330251 by seiplax: Fixed Enable/disable module/extension checkbox does not get needed margin.
  • #1898478 by joelpittet, Cottser, lokapujya, m1r1k, jstoller, er.pushpinderrana, duellj, organicwire, jessebeach, idflood, Jalandhar, Risse, derheap, galooph, mike.roberts, tlattimore, nadavoid, LinL, steveoliver, chakrapani, likin, killerpoke, EVIIILJ, vlad.dancer, podarok, m86 | c4rl: Menu.inc - Convert theme_ functions to Twig.
  • #1915056 by Arla, Berdir, amateescu | catch: Use entity reference for taxonomy parents.
  • #2333731 by Berdir: Fixed WebTestBase::drupalCreateNode() should not hardcode default values.
  • #375062 followup by David_Rothstein: Fixed [follow-up] imagecolorsforindex() Color index nnn out of range in GDToolkit.
  • #2321745 by larowlan, tim.plunkett: Add #type => 'path' that accepts path but optionally stores URL object or route name and parameters.
  • #2334375 by yvesvanlaer: Fixed Active hover state add button views not enough contrast.
  • #2319171 by andypost, swentel | yched: Move entity_invoke_bundle_hook() to EntityManager.
  • #2154775 by yvesvanlaer, er.pushpinderrana, kirkkala, barnettech, InternetDevels | Wim Leers: Fixed In-place editing of title: works, but cursor is invisible.
  • #2330791 by tanc: Fixed Remove indentation on file fields.
  • #2273665 by nikop | Charles Belov: Fixed Inconsistent wording on Manage Fields tab.
  • #2333293 by ThomWilhelm: Fixed /sites/default/files/translations directory requirements messages during install.
  • #2332989 by Cottser: Fixed Twig trans tag debug is still hooked up to Settings.
  • #2278327 by damiankloip: Fixed Url parsing of empty query string parameters in FieldPluginBase.
  • #2332577 by Berdir: Remove EntityDatabaseStorage.
  • #2330943 by herom: Remove mention of hook_date_format_types() in docs.
  • Revert "Issue #2238149 by Berdir: Apply formatters and widgets in EntityTestFormCotroller."
  • #2238149 by Berdir: Apply formatters and widgets in EntityTestFormCotroller.
  • #2022875 by Berdir, alexpott, Xano, swentel, tim.plunkett, vladan.me: Resolve difference between submitForm(), submit(), and save() in EntityFormController.
  • #2332071 by sun: Fixed Custom port in run-tests.sh --dburl is not parsed.
  • #2326537 by olli: Fixed editor.module causes fatal error for images with invalid or non-existing file UUIDs.
  • #2149257 by lokapujya, krlucas, kay_v | scor: Support RDFa output in number field formatter.
  • #2324789 by tim.plunkett: Remove UnitTestBase.
  • #2288123 by Berdir, dawehner: Fixed Basic authentication broken for non-english sites.
  • #2324121 by Berdir, slashrsm, alexpott: Fixed NodeType's settings array was meant to be able to store information from mutliple modules.
  • #2295469 followup by damiankloip: Add support for static permission definitions with *.permissions.yml.
  • #2084985 by mondrake: Added Implement ThirdPartySettingsInterface in ImageStyle.
  • #1831674 by lokapujya, longwave, dawehner, Mirakolous, neoligero, Kevin Morse | Bojhan: "Create a label" should be off by default, with an opt-in for style plugins.
  • #2285493 by joelpittet, lanchez: Remove deprecated 'class' property from #theme 'links' and #theme 'menu_tree' heading arrays.
  • #466416 by mgifford, benjf, RobLoach | timtrinidad: Add Mouseover Title for dblog Entries.
  • #474004 by mdrummond, kim.pepper, Wim Leers, jibran, tim.plunkett, joachim | JohnAlbin: Add options to system menu block so primary and secondary menus can be blocks rather than variables.
  • #2330731 by Sutharsan: Fixed Attribute::addClass() adds empty class.
  • #2068331 by roderik, slashrsm, pcambra, Sharique, piyuesh23, vijaycs85 | plach: Convert comment SQL queries to the Entity Query API.
  • #2226493 by Berdir, Wim Leers, m1r1k, mr.baileys, andypost, scor, cbr, joelpittet: Apply formatters and widgets to Node base fields.
  • #2295761 by herom, kirkkala, emma.maria, tkoleary: Less generic effects on focus.
  • #2329789 by lauriii: Move toolbar classes from preprocess to templates.
  • #2329505 by Cottser, SebCorbin, joelpittet, drupalninja99, jenlampton, longwave, aboros, trevorkjorlien, socketwench, shanethehat, mbrett5062, rteijeiro: Convert theme_task_list to Twig template.
  • Revert "Issue #1885564 by Cottser, SebCorbin, joelpittet, drupalninja99, jenlampton, longwave, aboros, trevorkjorlien, socketwench, shanethehat, mbrett5062, rteijeiro: Convert theme_task_list to Twig template."
  • #2031301 by andypost, Cottser, xjm, mark.labrecque, mariacha1, joelpittet, robynlgreen, danquah, trogels, Eric_A, thedavidmeister, jenlampton: Replace theme_more_link() and replace with #type 'more_link'.
  • #1963982 by lauriii, joelpittet: Convert theme_views_ui_rearrange_filter_form() to Twig.
  • #1885564 by Cottser, SebCorbin, joelpittet, drupalninja99, jenlampton, longwave, aboros, trevorkjorlien, socketwench, shanethehat, mbrett5062, rteijeiro: Convert theme_task_list to Twig template.
  • #2321505 by LewisNyman: Split Seven's style.css into SMACSS categories.
  • #2328785 follow-up by andypost: Fix docs.
  • #1938068 by sun, Berdir: Convert UnitTestBase to PHPUnit.
  • #791072 by Danny.Wouters, swentel, lz1irq, David_Rothstein, jbrown: Fixed Inline deletion of shortcut should not be confirmed.
  • #2326093 by astrocling | jhodgdon: Need new section about Twig added to theme system overview.
  • #2333353 by ashutoshsngh: Remove usage of form_get_errors().
  • #2330423 by ashutoshsngh: Remove form.inc form_get_error().
  • #2142441 by Garrett Albright: Fixed CSS aggregator prepends data: URLs with paths.
  • #2320111 by Wim Leers | mparker17: Better help text for the "Alternative text" field in the Text Editor image dialog.
  • #2321593 by Temoor: Replace all instances of block_load(), entity_load('block') and entity_load_multiple('block') with static method calls.
  • #2222049 by LewisNyman, Michael Hodge Jr, sqndr: Add a .csslintrc file that's in line with our CSS standards.
  • #2319159 by mondrake | alexpott: Fixed Crop anchor selector does not work.
  • #2285245 by Devin Carlson, martin107, swentel, mducharme: Fixed Missing "Save" button on shortcut links list.
  • #2330929 by znerol: Remove the request from parameter converters.
  • #2327095 by tstoeckler: Document how to allow test module and theme installation in example.settings.local.php.
  • #2330091 by plach: Rename ContentEntityDatabaseStorage to SqlContentEntityStorage.
  • #2332739 by YesCT, alexpott: Remove SortArray::sortByWeightAndTitle.
  • #2096703 by mondrake, tim.plunkett | tstoeckler: Image toolkits should use PluginFormInterface and ContainerFactoryPluginInterface.
  • #2321393 by damiankloip, undertext: Fixed Unable to pass function name to '_content' property of the route.
  • #2302563 by chx, dawehner: Fixed Access check Url objects.
  • #2332295 by Berdir: Fixed Unicode requirement check not working with PHP 5.6.
  • #2250315 by dawehner, pwolanin: Fixed Regression: Bring back node access optimization to menu trees.
  • #2330751 by dawehner, chx: Fixed Random test failures everywhere due to ->with(Request::create()).
  • #2241275 by Wim Leers: DateFormat cache tag: don't set the cache tag, but invalidate the entire render cache?.
  • #2260121 by sun: PHPUnit Tests namespace of modules is ambiguous with regular runtime namespace (+ Simpletest tests).
  • #2285413 by andypost: [Meta] Standardize entity route names.
  • #2271349 by Berdir, Arla, blueminds, larowlan, Dave Reid: Node and Comment ops links should be display components (which can be disabled).
  • #2293205 by Berdir | tim.plunkett: Consider removing usage of DataDefinition in ContextHandler.
  • #2330121 by plach, effulgentsia, fago: Replace ContentEntityDatabaseStorage::getSchema() with a new EntityTypeListenerInterface implemented by SqlContentEntityStorageSchema.
  • #2331991 by Gábor Hojtsy, vijaycs85, dawehner: Tests for Theme missing when installing in non-English language.
  • #2317557 by dawehner, Cottser, joelpittet, jhodgdon: Fixed renderInline not compatible with twig_auto_reload.
  • #2329795 by fietserwin, bzitzow, alexrayu, tstoeckler | illutek, dawehner: Fixed Make it possible to add information to theme info files during development.
  • #2323721 follow-up by David_Rothstein: Restore missing test.
  • #2303673 by dawehner, damiankloip, effulgentsia, Fabianx: Implement stackphp; cleanup handlePageCache() and preHandle()
  • #2332299 by dawehner: Fixed Strict failures in TestRunnerKernel.
  • #2329765 by tim.plunkett | sun: Remove all @backup* annotations from (pure) unit tests.
  • #2320037 by Gábor Hojtsy: Fixed Non-fieldable entities (with only base fields) cannot be configured translatable, eg. shortcuts.
  • #2074203 by cilefen, Wim Leers, Gábor Hojtsy: Add changed time tracking to menu links.
  • #2330465 by rachel_norfolk: Fixed Remove entity_reference.admin.css.
  • Revert "Issue #2154775 by er.pushpinderrana, barnettech, kirkkala, InternetDevels | Wim Leers: Fixed In-place editing of title: works, but cursor is invisible."
  • #2332049 by Wim Leers: Silliest, most trivial clean-up of drupal_render() EVER.
  • #2325197 by tstoeckler, sun: Remove drupal_classloader().
  • #2326949 by plach, effulgentsia: Move entity-type-specific schema information from the storage class to a schema handler.
  • #2330503 by pfrenssen, dawehner: Fixed [sechole] Inline templates pass through unsafe strings.
  • #2248767 by effulgentsia, beejeebus, alexpott: Use fast, local cache back-end (APCu, if available) for low-write caches (bootstrap, discovery, and config).
  • #2031717 by Berdir, swentel, fago: Make entity module not required.
  • #2250119 by ParisLiakos, Devin Carlson: Run updates in a full environment.
  • #2202185 by Wim Leers, effulgentsia, msonnabaum, damiankloip, alexpott: Statically cache Role entities to speed up (User|UserSession)::hasPermission().
  • #2329653 by znerol: Remove left over abstract class PathListenerBase.
  • #2330043 by andypost: Theme handler is not needed for theme manager.
  • #2246679 by YesCT, alimac, Michelle, martin107, eugenesia: Make Language module's LanguageInterface (to be ConfigurableLanguageInterface) extend Core's LanguageInterface.
  • #2315459 by herom, seiplax: Fixed RTL for config translation form.
  • #2309671 by herom: Fixed admin configuration page RTL CSS.
  • #2037979 by Gábor Hojtsy, Sweetchuck, jhodgdon, dawehner: Fixed 'Current user's language' views filter label is named very misleading.
  • #1966436 by follow-up by sun: Move tests to proper directory.
  • #2273277 by Wim Leers, effulgentsia, Fabianx: Fixed Figure out a solution for the problematic interaction between the render system and the theme system when using #pre_render.
  • #2326719 by plach, effulgentsia: Move pseudo-private table mapping functions from ContentEntityDatabaseStorage to public API of DefaultTableMapping.
  • #2224761 by Gábor Hojtsy, alexpott, pfrenssen, effulgentsia, xjm, mlncn: Add a generic way to add third party configuration on configuration entities and implement for field configuration.
  • #2188675 by Gábor Hojtsy, marthinal, fran seva, robertdbailey, Jalandhar, vijaycs85, dlu, kfritsche, YesCT, pfrenssen: Fixed Translate local task always visible, leads to WSOD.
  • #2327373 by dawehner: Standardize view entity route names.
  • #2328629 by Berdir: Fixed Comment::hasParentComment() tries to load comment with ID 0.
  • #2270323 by sun, dawehner, neclimdul: Remove DRUPAL_ROOT constant redefinitions from unit tests.
  • #2318429 by janoka: Fixed Language condition / block language visibility includes useless options.
  • #1842362 by vijaycs85, Sutharsan, Berdir, ocsilalala, skipyT: Replace locale_project table and improve caching.
  • #2310415 by cilefen, ednawig, TravisCarden: Fixed run-tests.sh does not handle the error when invalid test groups/classes are specified.
  • #2329009 by znerol: Fixed SummaryLengthTest::testSummaryLength() must not alter WebTestBase::loggedInUser.
  • #2328995 by znerol: Remove unused and defective WebTestBase::drupalGetToken().
  • #1974048 by Gábor Hojtsy, vijaycs85, er.pushpinderrana, Sutharsan, penyaskito, bserem: Fixed Limited display of languages when going back in installer is confusing.
  • #2323721 by dawehner, chx: Fixed [sechole] Link field item and menu link information leakage.
  • #2321621 by swentel: Fixed Use signatures checkbox on User config page doesn't appear.
  • #2329429 by dawehner: Fixed Permission page order is all wackadoo.
  • #2328061 by tim.plunkett: Move datetime's FormElement #type classes in Core.
  • #2121713 by tim.plunkett, dawehner, rteijeiro, jiv_e: Move drupal_html_id() and drupal_html_class() to Drupal\Component\Utility.
  • #2328785 by tim.plunkett: Convert form_load_include() to FormState::loadInclude().
  • #2329303 by tim.plunkett, dawehner: Fixed Use the right request when determining the theme on a 403 page.
  • #2328777 by tim.plunkett: Refactor FAPI getCache()/setCache() into a standalone class.
  • #2326891 by tim.plunkett, jhodgdon: Convert system_element_info() to Element classes.
  • #1966436 by naveenvalecha, cesarmiquel, Berdir, mr.york, jlbellido, segi, vasi1186, Leksat, Gábor Hojtsy, Schnitzel, grisendo, Aron Novak, likin, penyaskito, vijaycs85, kfritsche, fago: Fixed Default *content* entity languages are not set for entities created with the API.
  • #2213899 by dawehner, joelpittet: Remove global $user wherever possible (outside bootstrap and authentication) Round 2.
  • #2295469 by Cottser, dawehner | effulgentsia: Add support for static permission definitions with *.permissions.yml.
  • #2318801 by jarsenx, mbrett5062: Breakpoint Module: Fix documentation that refers to enabling/disabling of modules.
  • #2327455 by marvil07: Fixed Typo in services example use at core.api.php.
  • #2301245 by sun, joelpittet | larowlan: Fixed Entity system invokes non-existing theme hooks: 'Theme hook not found.'
  • Revert "git commit -m Issue"
  • git commit -m Issue
  • #2030591 by jibran, Temoor, andypost, lokeoke, er.pushpinderrana, martin107, pcambra, piyuesh23, Sharique, kgoel | plopesc: Expand ContactForm with methods.
  • #2303521 by swentel, larowlan | alexpott: Fixed CommentTypeForm allows the entity type to be changed.
  • #2321515 by dawehner: Fixed Updating links loses fragments.
  • #2320253 by yched: Fixed FIC/FSC::preSave() do not call the parent implementation.
  • #2323259 by Sutharsan, vijaycs85, Gábor Hojtsy: Fixed Local translation file detection is not semantic version compatible.
  • #2314599 follow-up by andypost: Fix incorrect theme argument.
  • #2313931 by Berdir: Merge ['controller'] with ['build_info']['callback_object'] and add a method for it.
  • #2312077 by dawehner: Provide interfaces for the local task and action manager.
  • #2250841 by andypost, thechanceg, Buratino42 | vijaycs85: Fixed Adding a inline template for content translation status.
  • #2183929 by cilefen, tim.plunkett: Allow \Drupal:: call in BlockBase to be bypassed.
  • #2325479 by tim.plunkett: Convert editor_element_info() to editor_element_info_alter().
  • #2325689 by sun: Clean up temporary Extension class workarounds.
  • #2325999 by swentel: Move config schema for Core field types out of field.module .
  • #2326397 by davidhernandez: Fixed Add filtering to AttributeArray.
  • #2326707 by tim.plunkett: Use dynamic entity type upcasting for comment.reply.
  • #2326727 by swentel: Fixed Delete tempstore entry of preview in submit.
  • #2326867 by martin107: Logger: Remove namespace does not exist warning.
  • #2326837 by herom: Fixed content preview RTL CSS.
  • #2325977 by Gábor Hojtsy: Fixed All links lead to same entity translations in translation overviews.
  • #2314889 by andypost, Temoor: Standardize entity_test entity route names.
  • #2326981 by effulgentsia: Move \Drupal\field\FieldException to \Drupal\Core\Field\FieldException.
  • #2088365 by Cottser, CharuAg, bradklaver, machostache, cs_shadow, visabhishek, sriharsha.uppuluri, grisendo, undertext, naveenvalecha | nod_: Fixed Wrong name for datetime.html.twig should be time.html.twig.
  • #2324211 by Wim Leers: Fixed Multiple requests to /quickedit/attachments when only one should happen.
  • #2293779 by pcambra, joshi.rohit100: Fixed Old t() method in language module forms.
  • #2324825 by jibran, dawehner, Berdir: Fixed MenuLinkContent::baseFieldDefinitions() sets default values incorrectly.
  • #2315269 by sun: Fixed Entity/Query/Sql/QueryAggregate: PDOException: General error: GROUP BY clause is required before HAVING.
  • #2244359 by mondrake: Lazy-load GD resource in GDToolkit.
  • #2272879 by clemens.tolboom, alexpott: Fixed Can not run a WebTestBase or KernelTest base tests from inside a simpletest.
  • #2313875 by alexpott, yched: Preserve the 'field_type' within FieldInstanceConfig.
  • #2303881 by alexpott, effulgentsia: Fixed Config entity static cache doesn't get reset and isn't override aware.
  • #2326913 by vijaycs85: Add sites/*/*services*.yml to example.gitignore.
  • #2326203 by effulgentsia, alexpott: Fixed Config's cached storage should only use one bin.
  • #2325575 by sun: Fixed Theme must not be primed in core.extension and KernelTestBase.
  • #2240459 by Gábor Hojtsy, penyaskito | LoMo: Fixed Applying default language fallback rules to interface translation has impressively bad results.
  • #2314599 by Crell, Cottser, dawehner: Use title/url instead of l() for building breadcrumb.
  • #2271529 by attiks, alexpott, Lowell, YesCT, Jelle_S | mdrummond: Move breakpoint settings to theme and module *.breakpoints.yml files at root level.
  • #2279071 by andypost: Fixed Fragile form_id generation for bundlable entity forms.
  • #2309715 by Gábor Hojtsy: Fixed Several views still say they depend on block module but not anymore.
  • #2309323 by Berdir, tim.plunkett: Allow #submit and #validate to be specified as methods of the form object.
  • #1837388 by tim.plunkett, dawehner, Wim Leers: Provide a ParamConverter than can upcast any entity.
  • #2251113 by alexpott, damiankloip, Crell, Wim Leers, dawehner, sun: Use container parameters instead of settings.
  • #2318087 by tim.plunkett: Replace ['input'] with FormState::getUserInput().
  • #2324353 by chx: Remove MigrateEntityDestinationFieldInterface.
  • #1510544 by swentel, Bojhan, Gábor Hojtsy, merlinofchaos, Cottser, Wim Leers, plopesc, aspilicious, sannejanssen, larowlan, tim.plunkett, nod_: Fixed Show previews in front-end theme, able to select different view modes.
  • #2212427 by Mixologic, YesCT, Sutharsan, mgriego, icseh., visabhishek, znerol: Use interface instead of class name for language manager where appropriate.
  • #2318297 by fietserwin: Rotate effect: do not use html entity for 'degree' but its unicode character.
  • #1976158 by Berdir | msonnabaum: Rename entity storage/list/form/render "controllers" to handlers.
  • #2318817 by alimac, martin107: Remove method setId() from core/lib/Drupal/Core/Language/LanguageInterface.
  • #2315067 by Sam152: Fixed Dialog titlebar overlaps close button for long titles.
  • #2271051 by Wim Leers: Update CKEditor library to 4.4.4.
  • #2297875 by herom, bfr: Replace calls to form_set_error() to $form_state->setErrorByName().
  • #2291833 by andypost, kgoel | Crell: Standardize taxonomy term entity route names.
  • #2325385 by dawehner: Fixed Ensure that the error handler does not throw exception itself.
  • #2324783 by JayeshSolanki | andypost: Fixed CommentLinkBuilderTest::setUp() should be protected.
  • #2228093 by dawehner | sun: Modernize theme initialization.
  • #2322809 by chx, dawehner, tim.plunkett: Tighten routing security by access checking in matchRequest.
  • #2321341 by blueminds: Fixed EntityAccessControlHandler::createAccess() does not pass into the hooks the entity bundle.
  • #2315333 by tim.plunkett: Move block plugin code out of block.module.
  • #2322933 by Xano: Fixed Module list form fatals due to incorrect route configuration.
  • #2324945 by andypost: Fixed clean-up @todo after 2155635.
  • #2318847 by tstoeckler: Fixed ExtensionDiscovery does not allow the value of the "type" key to be wrapped in quotes.
  • #2323521 by herom: Fixed a couple of t() calls in core.
  • #2324293 by larowlan: Fixed PHPUnit code coverage broken.
  • #2290267 by jhodgdon: Image-related plugin classes need more docs links.
  • #2271251 by ParisLiakos, undertext, JeroenT, StevenPatz, tim.plunkett: Remove usages of watchdog() from non-form and non-controllers.
  • #2309501 by garphy | dawehner: Use plugin IDs instead of titles for toolbar classes.
  • #2324113 by penyaskito: Move Drupal/Core/Utility/Color to Drupal/Component/Utility/Color.
  • #2250243 by dawehner, sun: Remove needless ContainerAware dependency from AuthenticationManager.
  • #2319719 by Tim Bozeman, pcambra, undertext, bojanz: Fixed Widget validation crashes on ItemList violations.
  • #1987882 by disasm, vijaycs85, penyaskito, kim.pepper, likin, YesCT, InternetDevels, dawehner, wamilton, Letharion, katbailey, googletorp, tim.plunkett, acrollet, neetu morwani: Convert content_translation routes to a new style controller.
  • #2324083 by er.pushpinderrana, martin_q: Fix up description of return value from NestedArray::getValue()
  • #2248845 by sun: Fixed [run-tests.sh] simpletest_phpunit_xml_filepath() depends on public:// stream wrapper.
  • #2307717 by Wim Leers, micbar: Fixed Inform Drupal in *.libraries.yml via a new per-JS file "minified" flag whether a JS file has been minified.
  • #2283977 by alexpott, Gábor Hojtsy, effulgentsia, fago: Create a new ConfigEntity type for storing bundle-specific customizations of base fields.
  • #2318251 by larowlan: Fixed Make comment links functionality testable and convert CommentLinkTest to PHPUnit.
  • #2321407 by astrocling | jhodgdon: Fixed Suggested setting in example.settings.local.php for render doesn't work in install.
  • #2321605 by sun: Fix comment syntax in example.settings.local.php
  • #2290143 by cs_shadow, amitgoyal, er.pushpinderrana, xjm: Improve the class documentation of \Drupal\Core\Template\Attribute.
  • #2322377 by slashrsm | roald.umandal: Fixed No validation for default image.
  • #2298039 followup by lauriii, sqndr: Remove all PNG fallbacks for SVG.
  • #2318679 by bluegriff | emma.maria: Fixed "Password strength: Strong" wraps onto a second line.
  • #2218065 by jhodgdon, dawehner: Fixed Need to join fields to the entity field data tables, not entity tables, or filtering increases number of results.
  • #2322889 by sun: Fixed Various setUp() and tearDown() methods are not protected.
  • #2309187 by andypost | Crell: Fixed double-link-entry between Entity and Entity Type classes.
  • #2302047 by plopesc: Added support for relative default dates in Date field .
  • #2322255 by undertext | andypost: Move the rest of core entities to use EntityViewsDataInterface.
  • #2321913 by Temoor: Replace all instances of entity_load('menu_link_content') and entity_load_multiple('menu_link_content') with static method calls.
  • #2300875 by joshi.rohit100, amitgoyal, penyaskito: Remove drupal_redirect_form() as it is deprecated.
  • #2321919 by Temoor: Replace all instances of menu_load(), entity_load('menu') and entity_load_multiple('menu') with static method calls.
  • #2322063 by Temoor: Replace all instances of shortcut_set_load(), entity_load('shortcut_set') and entity_load_multiple('shortcut_set') with static method calls.
  • #2317821 by Wim Leers, nod_ | wwalc: Do not show a dialog about changing formats when there is no content.
  • #2322097 by plach: Enforce data tables for translatable entity types in the SQL entity storage.
  • #2319819 by jhodgdon, hueman: Fixed Default value heading missing from Field UI form.
  • #2321605 by astrocling: Fixed Standardize Commenting in example.settings.local.php.
  • #2290257 by Wim Leers, er.pushpinderrana, amitgoyal | jhodgdon: Editor plugin classes need docs links.
  • #2204325 followup by Arla: Fixed The "rendered entity" formatter breaks for entity types with out a ViewBuilder.
  • #2285083 by crowdcg, andypost, larowlan: Rename contact category to contact form.
  • #2321167 by emma.maria, tompagabor | LewisNyman: Move password indicator colours into CSS.
  • #2319977 by marcingy: Convert sql query in buildForm in NodeTypeDeleteConfirm to efq.
  • #2321739 by jibran: Fixed Minor issue in EntityReferenceRelationshipTest.
  • #2307125 followup by longwave: Fixed HTML double-escaping in EditorImageDialog.
  • #2062103 by penyaskito, pp, nonsie | hass: Fixed Skipped translation import shows dblog link message that is not yet available in installer.
  • #2310475 by Gábor Hojtsy | dawehner: Fixed Admin theme for translation tabs just works for nodes.
  • #2152227 by JeroenT, joelpittet, steinmb, steveoliver, hussainweb, shanethehat, jenlampton, kpa, AnythonyR, EVIIILJ, kgoel, Cottser, dsdeiz, hanpersand: Convert theme_tableselect() to #theme table__tableselect.
  • #2319671 by dawehner, jhodgdon, xjm, alexpott: ViewsDataController: Step1: Move entity views data into controllers.
  • #1498664 by andypost, plach, penyaskito | dawehner: Refactor user entity properties to multilingual.
  • #2307647 by Wim Leers | anandps: [Follow-up] Allow manual override of required image alt text in the Text Editor image dialog when appropriate.
  • #2290269 by amitgoyal, er.pushpinderrana | jhodgdon: InPlaceEditor plugin classes need more docs links.
  • #2091311 by mparker17, minneapolisdan, benjf, er.pushpinderrana, wzoom, jhodgdon, batigolix | ifrik: Update hook_help for Contextual Link module.
  • #2291829 by kgoel, dawehner | Crell: Standardize user route names.
  • #2320263 by steveoliver: Remove steveoliver from MAINTAINERS.txt.
  • #2320245 by benjy | jhodgdon: Fixed High water should consistently be two words.
  • #2252739 by Gábor Hojtsy, rbayliss: Fixed Taxonomy field handler fatal error in linking to terms, cannot create taxonomy views with defaults.
  • #2315489 by benjy: Renamed prepareIdMappings() in MigrateTestBase.
  • #2307641 by mgifford: Fixed Color Contrast Insufficient with Error Text.
  • #2311279 by emma.maria | LewisNyman: Tweak the colours of the password indicator.
  • #2261477 by sun, neclimdul: Remove broken Drupal\system\Tests\ScriptTest.
  • #2202493 by Xano, dawehner, longwave, tim.plunkett: Fixed views_menu_link_defaults() does not set a parent for links.
  • #2217755 by Alumei, Les Lim, er.pushpinderrana, martin107, Daniel Norton | alexpott: Fixed template_preprocess_links uses a non existent class JSON.
  • #2317865 by alexpott, mdrummond: Fixed Config schema definitions for plugins aren't applied to their derivatives.
  • #2320537 by er.pushpinderrana: Fix syntax problems in core.api.php
  • #2316413 by benjy, chx: Clean up MigrationInterface docs
  • #2316537 by dawehner | chx: Upgrade symfony CMF to 1.2, remove deprecated parameters from getRouteByName* .
  • #2319375 by andrewmacpherson: Fixed Malformed @endcode tag in docblock for \Drupal\migrate\Row::getRawDestination().
  • #2317085 by pfrenssen | rteijeiro: Added the possibility to create a REST export when creating a new view.
  • #2318827 by larowlan, thehong | mgifford: Fixed Can't unpublish a comment.
  • #2280861 by roderik, pcambra: CommentStatistics service followup.
  • #2305707 by cilefen, pwolanin, dawehner, LinL: MenuLinkContent disabled field should be renamed to enabled and use positive logic.
  • #2305839 by jhodgdon, tim.plunkett: Convert hook_element_info() to annotated classes.
  • #2301593 by er.pushpinderrana, joshi.rohit100: Remove drupal_retrieve_form() as it is deprecated.
  • #2278567 by kgoel, azinck, dawehner | Crell: Standardize node route names by relationship.
  • #2302235 by lokeoke, er.pushpinderrana, tim.plunkett | Crell: Set default property values in EntityType.
  • #2312135 by effulgentsia: Rename and protect ConfigFactory::getCacheKey(s)(); add a separate ConfigFactoryInterface::getCacheKeys().
  • #2156657 by swentel | jhodgdon: Use the word "name" instead of "label" for display modes.
  • #2074255 by cilefen, wiifm, almul0, amunir, Gábor Hojtsy, Jalandhar, JeroenT, vegantriathlete: Add changed time tracking to users.
  • #2314123 by sun: Fixed various tests.
  • #2315607 by pingers: Fixed "Place blocks" h3 tags are escaped.
  • #2260059 by er.pushpinderrana, joelpittet, LinL, SebCorbin | Mark Carver: Fixed Title in template_preprocess_item_list() is typecasted as string.
  • #2283301 by Dave Reid, davidhernandez, Cottser, joelpittet: Added Twig filters for drupal_html_class() and drupal_clean_id_identifier().
  • #314385 by penyaskito, Pancho, mgifford, jjcarrion, jlbellido, akalata, alimac, jday, Risse, stBorchert | emmajane: Make position of #description configurable via the API.
  • #2314863 by andypost, Crell: Standardize block content entity route names.
  • #2125083 by andypost, cosmicdreams, benjy, YesCT | bdone: Remove unused $keep variable from migrate sources.
  • #2307681 by cbr, Berdir, moshe weitzman: GetEntityTypeFromStaticClass - poor performance.
  • #2318981 by er.pushpinderrana, grisendo: Make hook_node_grants and hook_node_access_records sample function bodies consistent
  • #2263059 by Bryn Vertesi, Xano: Use example.com not yoursite.com in example.settings.local.php docs
  • #2301393 by kim.pepper, larowlan: Deprecate all of mail.inc, move drupal_mail to method on Mail plugin manager.
  • #2317135 by aboros | rteijeiro: Fixed Transparent background in autocomplete widget.
  • #2318435 by dawehner, Gábor Hojtsy: Fixed Views menu items disappears when editing menu.
  • #2317845 by sun | Arla: Upgrade Guzzle to version 4.1.7.
  • #2314289 by benjy: Track result of migrations and use it to properly define migrate_dependencies.
  • #2307053 by mondrake: Fixed Rotate effect UI does not allow to set background color to transparent.
  • #1938910 by JeroenT, Temoor, gnuget, pratik60, dsnopek, Brandonian | duellj: Convert image theme tables to table #type.
  • #2317881 by gauravkhambhala | alexpott: Remove $block_counter from template_preprocess_block.
  • #2231693 by amitgoyal, joshi.rohit100, helmo, LinL, iS: [Follow up] Update Powered by Drupal link.
  • #2098355 by Berdir, guedressel | fago: Fixed Missing default access for all node fields.
  • #2318099 by tim.plunkett: Replace $form_state['complete_form'] with $form_state->getCompleteForm().
  • #2204325 by Arla, cbr, Berdir, benjy: Fixed The "rendered entity" formatter breaks for entity types with out a ViewBuilder.
  • #2313615 by tim.plunkett: Clarify the deprecated-ness of ArrayAccess usage in FormState.
  • #2305831 by aneek, Cottser, chx, jbrown: Fixed Double escaping on /admin/modules/uninstall.
  • #2318587 by herom: Fixed "route_name" should not be marked as translatable in config schema.
  • #1963980 by joelpittet | Cottser: Convert theme_views_ui_expose_filter_form() to Twig.
  • #1792836 by damiankloip, alansaviolobo, Kars-T | tim.plunkett: Merge HandlerBase::breakPhrase() and HandlerBase::breakPhraseString() and clean up.
  • #2296775 by gauravkhambhala | jhodgdon: Fixed Content Markers defgroup/topic mentions theme_mark() (nonexistent).
  • #2299677 by er.pushpinderrana, gauravkhambhala | jhodgdon: Fix up annotation-related topics a bit.
  • #2296793 by gauravkhambhala | jhodgdon: Fixed Two Views topics need one-line summaries added.
  • #2271005 by martin107, YesCT, alimac, mrjmd: Rename Language module's LanguageInterface to ConfigurableLanguageInterface and Language to ConfigurableLanguage.
  • #2315237 by andypost, daggerhart | yched: Rename FieldDefinition to BaseFieldDefinition.
  • #2235425 by corbacho, andypost, nod_: Fixed domready bug breaks Drupal behaviors.
  • #2300469 by penyaskito | dawehner: Fixed makeBackup() is called without a to parameter in Drupal\Core\Updater\Updater.
  • #2318245 by mdrummond: Add Marc Drummond as co-maintainer of Responsive Images and Breakpoint modules.
  • #2316203 by olli, tim.plunkett | Charles Belov: Fixed Permission "Use the administration pages and help" grants permission to configure Image Toolkit.
  • #2317811 by ChandeepKhosa, emma.maria: Do not print the footer container in Seven when not in use.
  • #2162005 followup by Berdir: Clean up entity_reference default values once users 0 and 1 provides UUID.
  • #2307419 by Wim Leers: AssetCollectionOptimizerInterface should allow listing and deleting all aggregates (optimized collection assets).
  • #2316533 by tim.plunkett: Add getValue/setValue/hasValue and isValueEmpty to FormState.
  • #2301247 by mitsuroseba | andypost: Make comments for forum non-threaded by default.
  • #2316989 by Arla: Fixed Join file_usage to file_managed for Views.
  • #1870866 by wiifm, magunz | jfarry: Fixed "Please insert the items per page (**) from above." doesn't make much sense.
  • #2316253 by er.pushpinderrana | ThomasDik: Fixed Typo in the tags example.
  • #2317001 by Arla: Fixed FieldPluginBase::addAdditionalFields() bad debug message.
  • #2315555 by undertext, larowlan: Fixed UrlGeneratorTrait::setUrlGenerator sets linkGenerator property instead of urlGenerator.
  • #2285451 by joelpittet, davidhernandez, cilefen, mdrummond, mortendk: Create addClass() and removeClass() methods on Attribute object for merging css class names.
  • #2239413 by Wim Leers, blueminds: Split FilterCaption into FilterAlign (for data-align) and FilterCaption (for data-caption).
  • #2316153 by Berdir: Fixed [typo follow-up] PHP 5.4.30/5.5.15+ changed json_encode() of DateTime objects to include microseconds, breaks tests.
  • #2154435 by andypost, Berdir, mparker17: Rename EntityAccessController to EntityAccessControlHandler.
  • #2302165 followup by cilefen, pwolanin | kgoel: Fixed Only allow loading by plugin definition properties.
  • #2296787 by gauravkhambhala | jhodgdon: Fixed hook_field_config_update_forbid() is in the wrong group/topic.
  • #119038 by Pancho, ximo, stefank: Code cleanup: 'authenticated users' role.
  • #2315807 by tim.plunkett: Remove support for path-based form redirects.
  • #2316459 by Gábor Hojtsy: Fixed Menu ui module refers to nonexistent library, lacks menu parent validation on content type settings.
  • #2313157 by Gábor Hojtsy: Fixed Optimize admin language detection and make it optional.
  • #2269025 by penyaskito, andypost, grom358, Berdir, mikeegoulding, larowlan: Fixed CommentManager::getAllFields() should have a static cache.
  • #2315613 by damiankloip, Wim Leers: Add a services.local.yml for development.
  • #2316779 by er.pushpinderrana: Fix titles and links in theme/render topics
Download Size md5 hash
drupal-8.0.0-alpha15.tar.gz 8.91 MB a5ea2deb1776a3703315e90772d9ec58
drupal-8.0.0-alpha15.zip 15.7 MB 2803bfaef64f2057d5d8515515ca48eb
Last updated: September 19, 2014 - 15:13
Official release from tag: 
8.0.0-alpha15
Core compatibility: 

drupal 8.0.0-beta1

$
0
0

Release notes

Betas are good testing targets for developers and site builders who are comfortable reporting (and where possible, fixing) their own bugs, and who are prepared to rebuild their test sites from scratch when necessary. Beta releases are not recommended for non-technical users, nor for production websites. More information on beta releases.

An upgrade path will not be supported from this release to the next beta release, nor before all known upgrade path blockers are resolved.

Known issues

There are still 116 critical issues with this beta release that need to be resolved before we will create a release candidate.

Search the issue queue for known issues.

Obvious user facing bugs

If you are testing the beta, be aware that there are obvious site visitor and site builder-facing bugs, please consult the list below to see if they already have an issue open:

Additionally, beta releases are every month, but critical bug fixes go into 8.0.x every day. If you find a bug in the actual beta release, please try the latest dev to see if it's still there in addition to searching the issue queue.

There are several outstanding API changes which will continue to be worked on during the beta releases, but which we do not expect to impact the majority of contributed module porting. These include changes to page rendering, SafeMarkup followups, Entity URI templates, Configuration dependency and schema corrections, theme templates, and other critical issues that need to be solved by making an API change.

Changes since 8.0.0-alpha15:

  • #2347831 by xjm, effulgentsia: Fix documentation for \Drupal::url(), \Drupal::l(), etc. (and fix the change record).
  • #2343661 by larowlan, tim.plunkett | xjm: Rename l() to _l() and url() to _url(), and document replacements.
  • #2343759 by pwolanin, larowlan, dawehner, tim.plunkett, effulgentsia, xjm, Wim Leers: Provide an API function to replace url()/l() for external urls.
  • #2346911 by larowlan, vijaycs85, Berdir | sihv: Fixed Base field overrides have incorrect default value callable properties.
  • #2277103 follow-up by mradcliffe, alexpott, jaredsmith: Fix ambiguous Url reference.
  • #2277103 by tim.plunkett, pwolanin, Wim Leers, dawehner, hotpizzas: Switch Drupal::l() and LinkGenerator to expect a Url object.
  • #2346635 by fago: Fixed Content entities are iteratable but do not implement Traversable.
  • #2340571 by Désiré | YesCT: LanguageInterface needs isLocked method for the locked property.
  • #1869476 by rteijeiro, LewisNyman, lauriii, Wim Leers, mdrummond, swentel, hosef, cbiggins, larowlan, sun, EclipseGc, Gábor Hojtsy: Convert global menus (primary links, secondary links) into blocks.
  • #2323511 by dawehner, pfrenssen, olli, Xano | alberto56: Fixed Menu dropdown missing from 'Normal menu entry' section in Views.
  • #2346187 by Yaron Tal | tstoeckler: ConfigFactory and CongfigFactoryInterface should be @ingroup config_api.
  • #2346215 by Upchuk | alimac: In HandlerFilterPermissionTest fix typo in variable name.
  • #2346433 by yched: Fixed iterators omit computed fields by default.
  • #2346297 by fago: Move getting option providers to field definitions.
  • #2346249 by rteijeiro: Fixed wrong escaped errors in Installer - Database settings.
  • #2346421 by yched: Fixed WTF with getTargetEntityId() / getBundle().
  • #2100343 by Berdir, fago, martin107, visabhishek, sriharsha.uppuluri, Yorirou: Remove 'fieldable' key in entity definitions in favour of 'field_ui_base_route'.
  • #2346371 by effulgentsia: Add docs warning to some APIs we know we'll break after beta.
  • #1986640 by Wim Leers, chx, dawehner, effulgentsia: Support AND/OR conjunctions for permission checks.
  • #2345793 by tim.plunkett | xjm: Entities should provide a method for a properly generated link to the entity.
  • #2340471 by clemens.tolboom, dawehner: Fixed Rest export views preview should show some output instead of 500.
  • #2346361 by pwolanin, dawehner: Add a UnroutedUrlAssembler and put it into the container.
  • #2002138 by yched, Jose Reyero, xjm, andypost, fago, msonnabaum, Berdir, dixon_: Use adapters for supporting typed data.
  • #2346323 by webflo: Fixed Set default language during installation.
  • #934300 by bfroehle, Yaron Tal, marthinal: Fixed Update status keeps trying to fetch available updates over and over for projects without a release.
  • #2345607 followup by webflo: The combination of #2345607 and #2344821 shortly after broke head.
  • #2297993 by cilefen, marthinal, ivanjaros: Fixed MySQL column and table comments are not truncated properly.
  • #2346105 by olli: Fixed Use 1+2+3 for OR, 1,2,3 for AND.
  • #2344821 by yched: Unify 'name' / 'field_name' in FieldConfig / FieldStorageConfig.
  • #2336743 by webflo, penyaskito, YesCT, Gábor Hojtsy: Fixed When more than one language is added in the profile, the installer ignores those.
  • #2328161 by alexpott, vijaycs85 | Sutharsan: Fixed 'Enable Translation' checkbox default non-predictable for new bundles.
  • #2345607 by YesCT, Désiré | Gábor Hojtsy: Fixed Translated taxonomy terms not rendered in the entity display language.
  • #2175517 by chx, benjy, alimac: Fixed Entity displays are themselves config entities.
  • #2343651 by xjm, tim.plunkett, Wim Leers, dinarcon, dawehner: Remove most remaining l() calls.
  • #2345961 by Wim Leers: Fixed Update CKEditor library to 4.4.5.
  • #2344843 by yched: Fixed hook_field_storage_config_update_forbid() sample code still uses ArrayAccess on FieldStorageConfig.
  • #2344967 by Gábor Hojtsy: Fixed Localization update does not update configuration translations.
  • #2329829 by Cottser, lauriii | davidhernandez: Move update classes from preprocess to templates.
  • #1912608 by Cottser, ckrina, jamesquinton, lauriii, jwilson3, mgifford, scaragucc' | criz: Update pagination markup for new CSS standards and improved accessibility.
  • #1777332 by hass, Cottser, mike.roberts, joelpittet, dawehner | jenlampton: Replace theme_menu_link() and menu-tree.html.twig with a single Twig template.
  • #1413670 by mgifford | daniel.nitsche: Document 'show row weights' mode.
  • #2308521 by mgifford: Added Document accessibility features in Views.
  • #2337653 by swentel: Fixed DraggableListBuilder should dynamically calculate a delta for configuration entities weight field.
  • #2341631 by Rade | LewisNyman: Fixed Display settings top has a unintentional background.
  • #2341927 by martin107: Language module annotation improvements [ plus minor followup ].
  • #2343213 by alexpott: Fixed SQLBase::mapjoinable does not support SQLite.
  • #2344669 by swentel: Fixed Rename the field to field storage in the annotation of fieldstorage .
  • #2342439 by pgautam, joshi.rohit100 | webchick: Some test modules/themes missing Testing package assignment in their info files.
  • #2344823 by martin107: Drupal\Tests\editor\Unit\EditorXssFilter\StandardTest has trivial lint error.
  • #2343587 by olli, dawehner | Gábor Hojtsy: Fixed Views access checking per permission summarises as 'Broken field'.
  • #2345037 by Wim Leers, bserem: Fixed Configure CKEditor to not create HTML entities.
  • #2340251 by iMiksu, alexpott, tim.plunkett, dawehner, Wim Leers: Remove most remaining url() calls.
  • #2344487 by tim.plunkett, dawehner: Provide special route names for and .
  • #2345395 by martin107, herom: Fix param type in RESTTestBase
  • #2318381 by csakiistvan, thamas: Fixed Message not styled properly on interface translation page .
  • #863594 by David_Rothstein, mbrett5062: Fixed Strange first paragraph in the installer database error message.
  • #2154781 by ParisLiakos: Convert aggregator/sources and aggregator/opml to views.
  • #657166 by mgifford, TR, Haza, cs_shadow, heaths1: Use × instead of x.
  • #2343787 by tim-e: Fix use of get() and set() in ContactForm getters/setters.
  • #2329759 by Sutharsan: Move container classes from preprocess to templates.
  • #2342227 by martin107: Fixed untraversable for loop in DisplayFeedTest().
  • #2342237 by martin107: Fixed Cannot use the same variable in the inner and outer foreach loop ( $label ).
  • #1972122 by akalata, mortendk, JamesLefrère, pakmanlh, ckrina, sun: Remove the DIV tag around block content.
  • #2224625 by heypaxton: Fixed Wrong position sticky tableheader on mobile.
  • #2344979 by yched: Rename field type list_text to list_string.
  • #2340123 by Wim Leers: Setting cache tags can be tricky: use strings instead of nested arrays to improve DX.
  • #2329853 by Cottser: Move miscellaneous theme.inc classes from preprocess to templates.
  • #2228125 by dawehner: 'base theme' property in theme .info.yml files does not need to be wrapped in quotes
  • #2343607 by alexpott, dawehner: Cleanup UrlGenerator.
  • #2254181 by Wim Leers, Arla, blueminds, cbr: Fixed Comment indentation is incorrect for comments following a replying-comment: don't render cache comments for which threading is enabled.
  • #2293501 by dawehner, Wim Leers, znerol: Use route name and params instead of _system_path in CsrfAccessCheck.
  • #2342949 by rpayanm | larowlan: Cleanup BlockContentBlock.
  • #2341313 by dawehner: Convert all t() calls to $this->t() in views.
  • #2343631 by chx, Wim Leers: Improve AccessResultInterface andIf()/orIf() docs.
  • #2038275 by tim.plunkett, mr.baileys, Sam Hermans: Convert hook_queue_info() to plugin system.
  • #2342435 by tstoeckler, webchick: Don't show 80 bazillion test modules on the modules page when in development mode.
  • #2343173 by benjy: Fixed HEAD BROKEN: Duplicate entry in migrate dump node_revisions table.
  • #2326885 by tim.plunkett, sidharthap: Convert language_element_info() to Element classes.
  • #2268897 by benny, Berdir, chx: Write per user contact settings D6=>D8 migration.
  • #2325485 by tim.plunkett, almaudoh: Convert field_ui_element_info() to Element classes.
  • #2325477 by tim.plunkett, almaudoh: Convert contextual_element_info() into Element classes.
  • #2244555 by benjy, ultimike, mikeryan: Use copy() directly instead of file_unmanaged_copy().
  • #2326895 by tim.plunkett: Convert toolbar_element_info() to Element classes.
  • #2279323 by benjy, oadaeh, ultimate, chx: Fixed Data for fields with multiple values do not import.
  • #2262863 by attiks, Jelle_S: Add srcset to template_preprocess_image.
  • #2325185 by dawehner, tim.plunkett: Convert views_element_info() to Element classes.
  • #2281553 by benjy, Sutharsan, ultimate: D6->D8 Node Revision migration is incomplete.
  • #2326881 by tim.plunkett: Convert filter_element_info() to Element classes.
  • #2281591 by benjy, Ryan Weal, vendion: Author information does not migrate over.
  • #2281697 by benjy, Ryan Weal, oadaeh: Fixed Field weights are not migrated.
  • #2313241 by aleksip, benjy: Fixed d6_taxonomy_term migrate fails when the parent term has not been already migrated.
  • #2342925 by tim.plunkett: Simplify url() in order for the installer to function without it.
  • #2343097 by geerlingguy: Fixed errant Routing. test group.
  • #2339373 by Wim Leers, effulgentsia: Remove getCacheBin() from CacheableInterface.
  • #2215369 by fietserwin, svanou: Fixed PHP 5.5 imagerotate() fails when incorrect color indices are passed in.
  • #2313669 by dawehner, hussainweb, pfrenssen: Bring in egulias/EmailValidator for RFC compliant email address validation.
  • #2342169 by benjy: Fix typo in ViewExecutable
  • #2340507 by chx, Wim Leers: Make the new AccessResult API and implementation even better.
  • #2322465 by Haza | roald.umandal: Fixed HTML tag is visible in permission page.
  • #2225283 by Primsi, martin107, slashrsm | fgm: Make Book storage independent.
  • #2256365 by Crell, Wim Leers, dawehner: Factor render->fragment code out to a service.
  • #2338475 by herom: Remove hook_permission().
  • #1342504 by jbrown, Jelle_S, Dave Reid: Support data URIs.
  • #2261425 by ParisLiakos, alexpott: Streamline aggregator's entities rendering with rest of core.
  • #2341701 by ParisLiakos: Provide an abstract logger.channel declaration.
  • #2319487 by tim.plunkett, Cottser, larowlan: Remove ajax.inc.
  • #2336355 by alexpott, Cottser: Fixed Refactor Attribute rendering so that class= is not printed.
  • #1860594 by penyaskito, damiankloip, xjm, alexpott, sun: Ensure that randomString() always returns a character that needs to be escaped for HTML.
  • #2333465 by marcvangend: Fixed Confusing exception message when Deriver plugin does not exist.
  • #2250121 by mgifford, er.pushpinderrana, emma.maria, scresante, LewisNyman: Fixed Check for proper use of CSS Outline in Seven.
  • #2336481 by er.pushpinderrana, ThomWilhelm | tim.plunkett: Replace Views usage of 'js settings' with 'js_settings'.
  • #2336483 by er.pushpinderrana | tim.plunkett: Replace Views $form_state usage of '#page_title' with 'page_title'.
  • #2339435 by YesCT, alexpott: Default no longer needs to be a property on Language or ConfigurableLanguage.
  • #2338479 by rpayanm | dawehner: Convert \Drupal\views\Plugin\Derivative\ViewsMenuLink to use DeriverBase.
  • #2321809 by undertext, JeroenT | dawehner: Put the access manager onto \Drupal.
  • #1822048 by dawehner, tim.plunkett, damiankloip, EclipseGc, martin107, neclimdul: Introduce a generic fallback plugin mechanism.
  • #2333395 by Jelle_S, attiks: Add sizes to template_preprocess_image.
  • #2211633 by EclipseGc: Provide a composer.json file for Drupal\Component\Plugin.
  • #2228745 by Wim Leers, sqndr, nod_, undertext: Fixed Color module doesn't look for CSS files declared in a library.
  • #2325801 by jibran, larowlan: Abstract contact module mail delivery out of form into a service.
  • #2098419 by larowlan | fago: Fixed Missing default access for all comment fields.
  • #2238149 by Berdir, swentel: Apply formatters and widgets in EntityTestFormCotroller.
  • #2142441 by Garrett Albright: Fixed [Followup needed] CSS aggregator prepends data: URLs with paths.
  • #2318677 by bluegriff | emma.maria: Fixed Password field focus is interfering with the password indicator strength bar.
  • #2337619 by alexpott: Fixed Drupal\views\Plugin\views\query\Sql::buildCondition is checking for a non existing class.
  • #2332885 by cs_shadow, Berdir, fago: Rename AllowedValuesInterface to OptionsProviderInterface.
  • #2263981 by znerol, beejeebus: Introduce a robust and extensible page cache-policy framework.
  • #2312093 by alexpott, yched, andypost, swentel | xjm: Rename FieldInstanceConfig to FieldConfig.
  • #2063303 by dawehner, damiankloip, Wim Leers: Fixed A Drupal 8 AjaxResponse that must return a 403, returns a 403 and prints 'A fatal error occurred: '
Download Size md5 hash
drupal-8.0.0-beta1.tar.gz 8.95 MB 9efea37c74bed8208133dc1aae76e53f
drupal-8.0.0-beta1.zip 15.76 MB 0e0a964d761b2c26a3e7abaaf95553c8
Last updated: October 1, 2014 - 07:03
Official release from tag: 
8.0.0-beta1
Core compatibility: 

drupal 7.32

$
0
0

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 notes below and the security announcement:

No other fixes are included.

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

Known issues:

None.

Download Size md5 hash
drupal-7.32.tar.gz 3.07 MB d5d121a6ce974f2d20604a7e10e1987a
drupal-7.32.zip 3.52 MB 9e1ea3df9bec8233e229ee024a29d62f
Last updated: October 15, 2014 - 15:35
Official release from tag: 
7.32
Core compatibility: 
Release type: 

drupal 8.0.0-beta2

$
0
0

Release notes

Fixes SA-CORE-2014-005

Changes since 8.0.0-beta1:

  • #2357249 by Stefan Horst, greggles, larowlan, David_Rothstein, klausi: Fixed SA-CORE-2014-005 (SQL injection).
  • #2356845 by alexpott: Remove the assetic library.
  • #569362 by David Hernández, Jaza, effulgentsia: Document attributes template variables
  • #2356509 by neclimdul: Fixed Remove extra param doc from QueueDatabaseFactory.
  • #2238981 by dawehner, effulgentsia, tim.plunkett: Change controllers to receive route parameters in their signature rather than via $request->attributes.
  • #2304969 by pwolanin, cilefen, Berdir, Devin Carlson, klausi: Fixed Port private files access bypass from SA-CORE-2014-003.
  • #1003788 by stefan.r, Alan D., JimmyAx, Josh Waihi, john_brown, bellHead, twistor, wiifm, bzrudi71, pwolanin, gngn, Gisle, robhardwick: Fixed PostgreSQL: PDOException:Invalid text representation when attempting to load an entity with a string or non-scalar ID.
  • #2234331 by mortendk, lauriii, LewisNyman, sqndr, rteijeiro, G-raph, amitgoyal: Fixed Change the body classes to follow Drupal 8 CSS standards.
  • #2234277 by cilefen, hussainweb, Xano, netlooker, martin107: Composer update (includes security fixes).
  • #2063373 by mondrake, claudiu.cristea, larowlan, arunvs: Fixed Cannot save image created from scratch.
  • #2323939 by jhodgdon: Fixed Views user language field/filter is for original language code, no translation language field/filter.
  • #2355573 by YesCT: Use English or in some LanguageInterface copy and paste docs.
  • #2340701 by prics, martin107: Use array_diff_key() more in core.
  • #2354657 by chx, dawehner: Separate access manager from loading checks.
  • #2355001 by ashutoshsngh, dinarcon, er.pushpinderrana: Remove form.inc form_builder().
  • #2267545 followup: Standardize to RFC 5424 log levels.
  • #2028109 by tim.plunkett, almaudoh, twistor, larowlan, slashrsm, Berdir, Arla, neclimdul, Cottser: Convert hook_stream_wrappers() to tagged services.
  • #2205527 by cilefen, alexpott, martin107, Xen, Gaelan, clintrandall777@gmail.com: Fixed Move configuration import lock to lock.persistent service since a lock can not exist beyond a single request.
  • #2232425 followup by danblack, stefan.r: Fixed Database Schema field/column default value is not properly quoted via PDO::quote().
  • #2346129 by tstoeckler: Introduce a TraversableTypedDataInterface and use that for typehinting instead of ArrayElement.
  • #2267545 by ParisLiakos: Standardize to RFC 5424 log levels.
  • #2296115 by jhodgdon, hussainweb: Fixed Several entity loadRevision() methods do not obey the interface contract.
  • #2352857 by thamas, tkoleary: Fixed Improve the display of trigger icon (pencil).
  • #2152521 by prashantgoel, LewisNyman, sghoweri, mrjmd, LoMo, JamesLefrère, Manjit.Singh: Fixed User login page looks cramped on mobile.
  • #2355179 by legolasbo, er.pushpinderrana: Remove usage of form_get_cache() and form_set_cache().
  • #2353729 by ultimike: D6->D8 Migration missing variable: user_mail_status_blocked_notify.
  • #2349637 by malcomio | nathanlawson91: Remove border from region header in Bartik.
  • #2346931 by G-raph, LewisNyman, zaporylie, jOksanen, webmorozov: Fixed Dropbutton AJAX throbber looks awful.
  • #2355545 by lhangea, alexpott | YesCT: UserInstallTest testUserInstall() custom assert message not more helpful than the default.
  • #2355523 by penyaskito: Fixed InstallerTestBase tests should not require sqlite to be installed.
  • #2333747 by jhedstrom, tim.plunkett: Fixed run-tests.sh ignores phpunit tests when using the --module flag.
  • #2235363 by jhodgdon, jessebeach, alexpott, Gábor Hojtsy: Document config dependencies.
  • #2353347 follow-up by dawehner, alexpott: Fixed Random failure in DisplayPathTest.
  • #2354107 by mpdonadio, tstoeckler: Fixed field_ui_help() should check for the existence of modules before linking to their routes.
  • #2350437 by rpayanm, hussainweb, Noe_ | dawehner: Mark unicode.inc functions as deprecated.
  • #2302799 by alexpott, penyaskito: Fixed InstallerTestBase tests can not be run locally.
  • #2354301 by jmolivas: Fixed Composer require.php : invalid version constraint.
  • #2354699 by mpdonadio | dawehner: Fixed Watchdog entries caused by toolbar module.
  • #2340667 by YesCT, Pedro Lozano, alexpott, martin107: Protect Drupal\Core\Language\Language::id, and use getId().
  • #2354177 by yched: Shortcut::getRouteParams() should be named getRouteParameters() for consistency.
  • #2352385 by andypost: Standardize book & forum entity route names.
  • #2353823 by ultimike: D6->D8 Migration missing variable: cache.
  • #1434670 by AlPotapov, bleen18 | ericduran: Add test for verticle_tabs default.
  • #2350941 by rpayanm | dawehner: Simplify $language max weight code using max().
  • #2349605 by larowlan: Fixed EntityReferenceItem is fragile about entity save order.
  • #2226323 by kpv | danylevskyi: Fixed CompositeFormElementTrait causes identical HTML ids for element and its wrapper.
  • #2342551 by larowlan: Implement ThirdPartySettingsInterface in contact module for contact form config entity.
  • #2349263 by Désiré, zaporylie, hansfn: Fixed Add support for semantic version numbers in installer.
  • #2354005 by benelori: Fix sample function body for hook_field_formatter_info_alter()
  • #2072043 by frob, er.pushpinderrana, Mile23, cweagans: Add link to examples project in README.txt
  • #2242749 by znerol, torotil, rszrama, larowlan, dawehner, penyaskito, tim.plunkett, sun, Damien Tournoud, David_Rothstein, effulgentsia: Fixed Port Form API security fix SA-CORE-2014-002 to Drupal 8.
  • #2352641 by chx, alexpott: Break router.builder dependency.
  • #998898 follow-up by kpv: Fix grammar/spelling/spacing in code comment.
  • #2310093 by alexpott, hussainweb : Fixed Config install and import should map from storage record not set properties directly.
  • #2348783 by larowlan, Cottser, kugta | skein: Fixed drupal_set_message inherits previous style if set to 'status'.
  • #2352361 by ultimike: MigrateFieldTest @file docblock is wrong.
  • #2346027 by sqndr, ckrina, geodaniel: Fixed Unpublished content background overlaps tabs.
  • #998898 by stefan.r, mradcliffe, Damien Tournoud, bzrudi71, Josh Waihi, chalet16, Stevel, chx: Fixed Make sure that the identifiers are not more the 63 characters on PostgreSQL.
  • Revert "Issue #2352857 by thamas: Fixed Improve the display of trigger icon (pencil)."
  • #2298821 by LewisNyman: Move generic layout styling into system.admin.css.
  • #2330899 by attiks, Jelle_S, fietserwin: Allow image effects to change the MIME type + extension, add a convert image effect.
  • #1972300 by znerol, chx, dawehner: Write a more scalable dispatcher.
  • #2341385 by damiankloip: Fixed No alter hooks are invoked for views handler plugin definitions.
  • #2350877 by dawehner, Wim Leers, hussainweb: Deprecate/rename drupal_add_feed(), drupal_add_html_head(), drupal_add_html_head_link(), drupal_add_http_header(), and allow to be set declaratively in #attached.
  • #2331113 by David_Rothstein: Fixed Node access rebuilds are completely broken when being rebuilt through a batch process?.
  • #2350997 by SchnWalter: Fixed Help module install error when Taxonomy is disabled because of Field UI.
  • #2353347 by zaporylie, dawehner: Fixed Random failure in DisplayPathTest.
  • #2246675 by rpayanm, johnstorey, holly.ross.drupal | mgbellaire: Remove all unnecessary 'template' lines in hook_theme() declarations.
  • #2352857 by thamas: Fixed Improve the display of trigger icon (pencil).
  • #2353005 by arpitr: Remove deprecated function views_get_enabled_display_extenders.
  • #2353393 by tstoeckler: Use LanguageInterface::DIRECTION_LTR instead of 'ltr' directly.
  • #1802128 by legolasbo, jucallme: Fixed Replace "user name" with "username" in UI text.
  • #2350571 by mitrpaka: Replace extend of deprecated DrupalUnitTestBase with KernelTestBase in Field.
  • #2313883 by alexpott: Fixed Minor code flow improvements to SessionHandler::write().
  • #2353011 by arpitr: Remove deprecated function views_get_all_views.
  • #2320277 by jhodgdon: Fixed Views comment language field/filter is for original language code, no translation language field/filter.
  • #2184907 by JeroenT, ParisLiakos, ianthomas_uk, hussainweb, dawehner: Remove uses of drupal_add_http_header and related functions.
  • #2070737 by herom, EllaTheHarpy, alexpott: Change values of LanguageInterface::DIRECTION_(LTR/RTL) to ('ltr'/'rtl').
  • #2273825 by rpayanm, dawehner: Fixed UserStorageInterface should extend EntityStorageInterface.
  • #1849822 by dawehner: Convert (HTML) view rendering to a render array.
  • #2352073 by penyaskito: Fixed Undefined property in UrlCacheContext.
  • #2293899 by leon.nk, nlisgo: Fixed hook_views_preview_info passes an instance of ViewsUI instead of ViewExecutable.
  • #2158571 by tstoeckler, dawehner, kgoel, chx, tim.plunkett, catch, effulgentsia: Fixed Followup: Routes added in RouteSubscribers cannot be altered.
  • #2336199 by benjy, tstoeckler, ultimike: Added Allow to specify the database target for a specific migration.
  • #2348547 followup by larowlan: Fixed CommentViewBuilder should use static where possible, subclassing is currently too painful.
  • #2342683 by David Hernández, dawehner: Fixed NodeViewBuilder should use static where possible, subclassing is currently too painful.
  • #2319667 by aneek, vurt, dankh: Fixed Simpletest Module Double escaped HTML in hook_requirements.
  • #74562 by naxoc, eiriksm, mikemiles86 | llizards: Added Show keywords in title of search results page.
  • Revert "Issue #2349651 by yannisc, larowlan: Fixed Default contact form does not send email as email recipient is not set during the installation."
  • #2349651 by yannisc, larowlan: Fixed Default contact form does not send email as email recipient is not set during the installation.
  • #2322037 by oenie, Temoor, jepSter, rpayanm: Replace all instances of responsive_image_mapping_load(), entity_load('responsive_image_mapping') and entity_load_multiple('responsive_image_mapping') with static method calls.
  • #2347465 by tim.plunkett, dawehner, cilefen: Convert all instances of #type link/links to convert to use routes.
  • #2322067 by Temoor, ashutoshsngh, roderik, finn.lewis: Replace all instances of taxonomy_term_load(), entity_load('taxonomy_term') and entity_load_multiple('taxonomy_term') with static method calls.
  • #2150443 by cjoy, Xano: Do not tell site builders what to name their node types.
  • #2352387 by prics | jhodgdon: Fixed Broken URL links in Core.
  • #2318377 by dawehner, Wim Leers, damiankloip: Determine whether a view is cacheable and its required contexts, store this i/t config entity.
  • #2346369 by Wim Leers: Support special '#attached' variable for attaching assets in preprocess functions.
  • #2028053 by vegantriathlete, franxo, InternetDevels, thamas, rootwork, LewisNyman: Add typographic styles, components, and utility classes.
  • #2350301 by mitrpaka: Replace extend of deprecated DrupalUnitTestBase with KernelTestBase in Contextual.
  • #2226207 by lauriii, mgbellaire, Cottser, m1r1k, Mark Carver, LinL, rachel_norfolk, rteijeiro, skwashd, davidhernandez, euphoric_mv: Make 'template' the default output option for hook_theme().
  • #2329901 by lanchez, lauriii | davidhernandez: Move form classes from preprocess to templates.
  • #2343677 by damiankloip, znerol, Fabianx, pounard: Fixed Stack middleware suffers from incomplete service construction.
  • Revert "Issue #2343677 by damiankloip, znerol, Fabianx: Fixed Stack middleware suffers from incomplete service construction."
  • #2346791 by rpayanm, Palashvijay4 | thamas: Remove id selectors from page template of Seven .
  • #1874528 by damiankloip | Bojhan: Remove "disable JS for Views UI" checkbox.
  • #1946240 by eiriksm, David_Rothstein, Yaron Tal, madhusudanmca, rszrama: Remove the hardcoded 0 index in status-messages.html.twig.
  • #2343677 by damiankloip, znerol, Fabianx: Fixed Stack middleware suffers from incomplete service construction.
  • #2350915 by pwolanin: Don't require bundle option to be passed in when creating a MenuLinkContent entity.
  • #2337379 by skippednote, BarisW, derjochenmeyer, herom, ChandeepKhosa, kiliweb, sqndr, Palashvijay4 | LewisNyman: Rename 'branding' to 'content-header'.
  • #2267551 by jfhovinne, ParisLiakos, catch: PHP 5.4.5 needed to avoid zend failure when using autoloaded traits.
  • #2350835 by pwolanin: Mark EntityInterface::getSystemPath() as deprecated.
  • #2346315 by Désiré, amateescu: Fixed Translated entity references not rendered in the entity display language.
  • #2270251 by yvesvanlaer | Bojhan: Unwanted box around CKEditor, i.e. our CSS overrides no longer work (presumably since CKEditor 4.4 upgrade).
  • #2349789 by markus_g: Fixed Responsive Image Mappings are not listed with sqlite.
  • #2345879 by marcvangend: Added Enhance ThirdPartySettingsTrait with a get-all-settings method.
  • #1922966 by jibran, damiankloip: Remove 'bool' and 'translatable' key from option definitions.
  • #2337825 by YesCT, martin107, mon_franco: Update comment references to the interface for ConfigurableLanguage class due to the ConfigurableLanguageInterface (followup).
  • #2249995 by mgifford, Lukas von Blarer: Clean up hover/focus - In Seven.
  • #2225349 by ckrina, G.I.Joe, lauriii, mErilainen: Responsive styles for Modal dialog.
  • #2350461 by mradcliffe, chx, David_Rothstein: Fixed issues with UpdateComplexTest in PostgreSQL driver.
  • #2347711 by yched, undertext: Fixed FieldItemlListInterface::processDefaultValue($default_value) is expected to massage polymorphic data.
  • #2350999 by mikebarkas, penyaskito: Fix typo in CommentTitleTest
  • #2349365 by Cyberwolf: Fix typos in core.api.php
  • #2175637 by Wim Leers: Touch support for the toolbar: greatly improves the UX of Toolbar on mobile devices.
  • #2350505 by BarisW: Fixed Remove stray 'new' class on comments.
  • #2347111 by znerol: StackKernelIntegrationTest is not testing a successful request.
  • #2349879 by damiankloip: Fixed Remove unnecessary call to serializer > normalize in XmlEncoder::encode.
  • #2229435 by lauriii, joelpittet, Rade: Clean up the way attributes are printed in field.html.twig.
  • #2350499 by stephr: Fixed Double message after content translations saved.
  • #2304403 by martin107, YesCT, Désiré: Convert language:weight into a protected property.
  • #2248297 by Berdir: Fixed Ensure routes are rebuilt when install modules.
  • Revert "Issue #1842140 by mdrummond, tonystar, gavin.hughes, killerpoke, lauriii, droweski, stevector, omg-its-maggie, jenlampton, Renee S: Remove title and wrapper div from theme_item_list."
  • #2350981 by Mark Carver: Remove Mark Carver from MAINTAINERS.txt.
  • #2230091 by dawehner, Berdir, marthinal, martin107: Fixed Route rebuilding is not guaranteed to finish in time for the next request.
  • #2300131 by Berdir, alexpott: Fixed EntityResolverManager instantiates objects unnecessarily.
  • #2350917 by alexpott: Update Symfony YAML library to support whole number floats.
  • #2350779 by benjy: Update Migrate maintainers in MAINTAINERS.txt.
  • #2201789 by joelpittet, jjcarrion, stefanos.petrakis, wiifm, Geizt, lussoluca | Cottser: Don't print '_theme()' in twig_debug output.
  • #2294313 by Ieva Uzule, rachel_norfolk, nathanlawson91, xadag, er.pushpinderrana, Dominique CLAUSE, marcus7777: Email is asked before user name in SiteConfigureForm.
  • Revert "Issue #2267551 by catch | tim.plunkett: PHP 5.4.5 needed to avoid zend failure when using autoloaded traits."
  • #2123867 by plach, vijaycs85, kfritsche, YesCT, LinL, larowlan | yched: Simplify/cleanup language handling in EntityFormController.
  • #2215543 by Antti J. Salminen, mrjmd, alexrayu, olemedia | joelpittet: Replace strong tag with CSS in template_preprocess_authorize_report and remove id..
  • #2329851 by lanchez, lauriii, Jolidog | davidhernandez: Move miscellaneous system classes from preprocess to templates.
  • #2308549 by mgifford: Added Document accessibility features in Image.
  • #2241727 by mon_franco | YesCT: Remove button name override and update tests for that rename of Save to Save configuration in .
  • #2342633 by Wim Leers, wwalc: Fixed CKEditor context menu broken due to an error in the drupalimage plugin.
  • #2350315 by mitrpaka: Replace extend of deprecated DrupalUnitTestBase with KernelTestBase in Editor.
  • #2350289 by mitrpaka: Replace extend of deprecated DrupalUnitTestBase with KernelTestBase in CKEditor.
  • #2350065 by TwoD: Fixed \t in element IDs for CKEditor config UI.
  • #2345969 by webflo, mauzeh: Fixed Keep English during installation.
  • #2346001 by Frederico | realityloop: Fixed Menu link title not prepopulated from node title, and menu isn't created.
  • #2302021 by swentel, yched, undertext: Move options.module widgets in Core.
  • #2346101 by realityloop: Fixed Alternate text should be called Alternative text.
  • #2292035 by DimitriV, mgifford | andrewmacpherson: Fixed CKEditor uses the automatically generated ID attribute for the body field in the ARIA label.
  • #2324791 by Michael Hodge Jr, ParisLiakos: Remove watchdog().
  • #2195957 by alexpott, tagini: Fixed Only install profile configuration when installing that profile, not when enabling associated modules.
  • Revert "Issue #2195957 by Wim Leers, alexpott: Fixed Only install profile configuration when installing that profile, not when enabling associated modules."
  • #2195957 by Wim Leers, alexpott: Fixed Only install profile configuration when installing that profile, not when enabling associated modules.
  • #2350297 by mitrpaka: Replace extend of deprecated DrupalUnitTestBase with KernelTestBase in Contact.
  • #2346515 by skippednote | joelpittet: Fix contextual links on new primary links/secondary links blocks.
  • #1842140 by mdrummond, tonystar, gavin.hughes, killerpoke, lauriii, droweski, stevector, omg-its-maggie, jenlampton, Renee S: Remove title and wrapper div from theme_item_list.
  • #2347533 by Désiré: Added Display module machine names on the extend page.
  • #2091379 by amitgoyal, greggmarshall, petrpo, rootwork, er.pushpinderrana, paboden | ifrik: Update hook_help for Toolbar module.
  • #2347893 by mitrpaka | mikeker: Fixed ViewUnitTestBase extends DrupalUnitTestBase, which has been deprecated.
  • #2335003 by joshi.rohit100, rootwork, tuutti | joelpittet: Rename task-list.html.twig to maintenance-task-list.html.twig.
  • #2348547 by tim.plunkett, estoyausente: Fixed CommentViewBuilder should use static where possible, subclassing is currently too painful.
  • #217676 by andypost, mr.baileys, Stevel, Pancho, catch, cburschka: Fixed taxonomy_term_load_parents_all() doesn't work correctly with multiple hierarchy terms.
  • #2264041 by pwolanin, dawehner, cilefen, chx: Fixed Add a test to ensure title callbacks are not vulnerable to XSS.
  • #2350543 by Schnitzel: Fixed #2343943 introduced gethostname(), which breaks on new testbot .
  • #2160965 by herom, dawehner, robertdbailey, Berdir, fran seva: Fixed Content entities are not upcast in the page language, inconsistent with config entities.
  • #2350021 by Wim Leers | svenryen: Fixed After entering Quick Edit and then closing (no save), image align is lost from image.
  • #2326409 by Berdir, tim.plunkett: Annotate render element plugins.
  • #2029855 by klausi, benjy, fgm, hussainweb, Cottser, pfrenssen, kim.pepper | moshe weitzman: Fixed Missing access control for user base fields.
  • #2322233 by Temoor, Mirroar, estoyausente: Replace all instances of user_role_load(), entity_load('user_role') and entity_load_multiple('user_role') with static method calls.
  • #2349839 by seanB: Fixed Code comment change for delete() in EntityStorageBase.
  • #1160764 by Désiré, Dave Reid, SebCorbin, agentrickard: Fixed URL alias load is inconsistent if there are more then one aliases.
  • #2282133 by basvredeling | joachim: Fixed fieldsets are broken in Stark theme.
  • #2281451 by xgen2, Mukeysh, nathanlawson91 | a_thakur: Fixed Search form enabled in header region does not show the typed text.
  • #2202565 by rbayliss: Fixed Taxonomy default argument no longer works.
  • #2328573 by el7cosmos, jhodgdon, YesCT: 'site_default' needs to be a language constant.
  • #2338759 by StryKaizer, tom_ek | alexpott: Fixed core/update.php is now just update.php.
  • #1845104 by longwave, thehong | martin_q: Fixed drupal_set_message('0') results in no output rather than outputting "0".
  • #2349469 by csakiistvan: Remove dot behind the hint on cmi export page.
  • #2321501 by Temoor, prics: Replace calls to aggregator_feed_load(), entity_load('aggregator_feed') and entity_load_multiple() with static method calls.
  • #2346629 by Sutharsan: Fixed When on report translations page, wrong update messages displayed.
  • #2268467 followup by fago: Document foreseeable changes to conditions and action APIs.
  • #2346783 by Rok Žlender: Fixed Code block in FilterAlign and FilterCaption not closed properly.
  • #1332068 by Cottser, pixelmord | tim.plunkett: ENGINE_render_template() and ENGINE_extension() are undocumented.
  • #2020081 by Upchuk, BrightBold | johnheaven: Fixed H4 element not distinguishable from rest of text (P element).
  • #2226193 by mgifford, BarisW, damiankloip | LewisNyman: Discuss increasing the contrast of the Seven modal header.
  • #1440662 by bdone, marthinal, nod_, sun, rteijeiro, rak2008 | jenlampton: Fixed UX regression: Prevent links in node preview from being clicked.
  • #2318787 by jarsenx | melbs: Basic_auth Module: Fix documentation that refers to enabling/disabling of modules.
  • #2343281 by Upchuk, herom: Fixed RTL issues in content listing page, aka /admin/content.
  • #2350431 by webflo: Fixed Set proper langcode in shipped config files.
  • #2248505 by leevingo, Berdir: Improve property definition labels.
  • #2349569 by dmsmidt, valgibson, nod_, 2suns, yoroy, Bojhan, marcvangend: Fixed 'Back to site' link does not work as expected.
  • #2343943 by marcus7777, pp, alimac, pefferen | Greg Sims: Fixed Language domain may not be left blank for default language.
  • #2347493 by Sutharsan | bzrudi71: Fixed Writing test results leads to FATAL because of memory_limit.
  • #2263975 by mgifford: Fixed Check for proper use of CSS Outline in Bartik.
  • #2293589 by G-raph, ngocketit: Fixed Texts are not vertically aligned in listing views.
  • #2346313 by Cottser, andrei.dincu | joelpittet: Fixed Fatal error when submitting the book admin form with an empty book.
  • #2267551 by catch | tim.plunkett: PHP 5.4.5 needed to avoid zend failure when using autoloaded traits.
  • #2271327 by emma.maria, mgifford, BarisW | Jeff Burnz: Fixed Tips link border bottom not looking great.
  • #2307533 followup by ckrina: Fixed Insufficient space at page bottom.
  • #2344103 by Upchuk: Fixed DBLog sort by user is broken.
  • #2347663 by Palashvijay4: Fix minor issues on User topic page
  • #2344491 by tim.plunkett: Move ControllerBase::redirect() to UrlGeneratorTrait.
  • #2272853 by webflo: Fixed CckFieldValues source plugin loses similar field values.
  • #2347167 by eriksm: Fix space in comment in TourTestBasic
  • #2329769 by lauriii, mortendk | davidhernandez: Move forum classes from preprocess to templates.
  • #2183421 by alimac, Crisz, InternetDevels, schnippy, evilehk, bender404 | bohart: In InOperator Rename Views properties to core standards.
  • #2346245 by David Hernández | rteijeiro: Update default.services.yml file documentation.
  • #1847932 by skwashd: Added Make the UUID pattern a constant.
  • #2179903 by Grimreaper, jahaimon, InternetDevels | YesCT: Fixed testDeleteLink() in ViewEditTest with use correct use (not Drupal\views\Plugin\Core\Entity\View) and assertTrue before assertFalse.
  • #2332751 by tstoeckler, benjy: Added Allow to limit the nodes to migrate by node type.
  • #2345753 by tim.plunkett, dawehner, Wim Leers, damiankloip: Remove url(current_path()) and url(NULL) with and .
  • #1842226 by jhodgdon | spartlow: Fixed Search OR statements don't work if same keyword is used.
  • #2249303 by larowlan, tim.plunkett, vijaycs85: Implement fallback plugin for Block plugins.
  • #2320743 by jhodgdon: Taxonomy views needs filter/field on original language.
  • #2251019 by jhodgdon: Fixed User wildcard search doesn't work.
  • #2278613 by benjy | Ryan Weal: Fixed Body text display is blank for migrated content types.
  • #2329771 by davidhernandez, lauriii, pakmanlh: Move image classes from preprocess to templates.
  • #2348413 by Cottser, tim.plunkett: Fixed Fatal error at /admin/structure/book.
  • #2329501 by alexpott, mdrummond, davidhernandez | Cottser: Add classy.info.yml to core, set Classy as base theme for Bartik and Seven.
  • #2348397 by xjm: Fixed HEAD BROKEN: accidental "fixed_dependencies" key in commit 2c11d0.
  • #2343841 by tripper54: Fixed Remove broken link to gawds.org.
  • #2347659 by rpayanm | martin107: Fixed CONSTANT needs updating.
  • #2268467 by fago: Document foreseeable changes to conditions and action APIs.
  • #2239227 by marthinal, andypost | ivanjaros: Fixed Views GroupwiseMax class calls protected properties.
  • #2306049 by ultimike, benjy, hussainweb: Fixed D6->D8 node migration - Handle nodes with format = 0 ?.
  • #2275659 by fago, pgautam: Separate FieldableEntityInterface out of ContentEntityInterface.
  • #2347987 by martin107: Fixed Broken l() in reportPlugin.
  • #2346421 by yched: Improve documentation of getTargetBundle()
  • #2346035 by tstoeckler: Fixed ModuleHandler::install() should re-register stream wrappers.
  • #2345371 by estoyausente, jonhattan: Remove unused update_parse_xml().
  • #2313135 by Berdir: Fixed setting page_cache_without_database in settings.php prevents the container from being dumped.
  • #2346283 by damiankloip: Add route name parameter to OutboundRouteProcessorInterface.
  • #2278353 by cilefen, dawehner, hussainweb, jibran, andyceo: Update to Symfony 2.5.
  • #2304987 by Berdir, Wim Leers: Fixed Don't invalidate cache tags of referenced entities, use entity list cache tags correctly, add test coverage for entity list cache tags.
  • #2346969 by Berdir, damiankloip: Fixed Shortcut overview page is sad.
  • #2181291 by lokapujya, ricardoamaro, mradcliffe, fvideon, Damien Tournoud, Crell, bzrudi71, steinmb, grom358, jaredsmith: Fixed Prevent a query from aborting the entire transaction in pgsql.
  • #2343389 by ricardoamaro, Sutharsan: Fixed Drupal core testing fails to write results because of SQLITE limitation .
Download Size md5 hash
drupal-8.0.0-beta2.tar.gz 9.04 MB 5130f44ed3c0b3fa709eb1d92e7def33
drupal-8.0.0-beta2.zip 15.99 MB b8ee966852e2bac53cce459b5231dcaa
Last updated: October 15, 2014 - 17:29
Official release from tag: 
8.0.0-beta2
Core compatibility: 
Release type: 

drupal 7.33

$
0
0

Release notes

Maintenance release of the Drupal 7 series. Includes bug fixes and small API/feature improvements only (no major new functionality); major, non-backwards-compatible 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, web.config, robots.txt or default settings.php files in this release, so upgrading custom versions of those files is not necessary.

Known issues:

None.

Major changes since 7.32:

  • Added an entity_view_mode_prepare() API function to allow entity-defining modules to properly invoke hook_entity_view_mode_alter(), and used it throughout Drupal core to fix bugs with the invocation of that hook (API change: https://www.drupal.org/node/2369141).
  • Added a "theme_hook_original" variable to templates and theme functions and an optional sitewide theme debug mode, to provide contextual information in the page's HTML to theme developers. The theme debug mode is based on the one used with Twig in Drupal 8 and can be accessed by setting the "theme_debug" variable to TRUE (API addition).
  • Began storing the file modification time of each module and theme in the {system} database table so that contributed modules can use it to identify recently changed modules and themes (minor data structure change to the return value of system_get_info() and other related functions).
  • Added a "Did you mean?" feature to the run-tests.sh script for running automated tests from the command line, to help developers who are attempting to run a particular test class or group.
  • Changed the date format used in various HTTP headers output by Drupal core from RFC 1123 format to RFC 7231 format.
  • Added a "block_cache_bypass_node_grants" variable to allow sites which have node access modules enabled to use the block cache if desired (API addition).
  • Made image derivative generation HTTP requests return a 404 error (rather than a 500 error) when the source image does not exist.
  • Fixed a bug which caused user pictures to be removed from the user object after saving, and resulted in data loss if the user account was subsequently re-saved.
  • Fixed a bug in which field_has_data() did not return TRUE for fields that only had data in older entity revisions, leading to loss of the field's data when the field configuration was edited.
  • Fixed a bug which caused the Ajax progress throbber to appear misaligned in many situatons (minor styling change).
  • Prevented the Bartik theme from lower-casing the "Permalink" link on comments, for improved multilingual support (minor UI change).
  • Added a "preferred_menu_links" tag to the database query that is used by menu_link_get_preferred() to find the preferred menu link for a given path, to make it easier to alter.
  • Increased the maximum allowed length of block titles to 255 characters (database schema change to the {block} table).
  • Removed the Field module's field_modules_uninstalled() function, since it did not do anything when it was invoked.
  • Security improvement: Made the database API's orderBy() method sanitize the sort direction ("ASC" or "DESC") for queries built with db_select(), so that calling code does not have to.
  • Changed the RDF module to consistently output RDF metadata for nodes and comments near where the node is rendered in the HTML (minor markup and data structure change).
  • Added an HTML class to RDFa metatags throughout Drupal to prevent them from accidentally affecting the site appearance (minor markup change).
  • Fixed a bug in the Unicode requirements check which prevented installing Drupal on PHP 5.6.
  • Fixed a bug which caused drupal_get_bootstrap_phase() to abort the bootstrap when called early in the page request.
  • Renamed the "Search result" view mode to "Search result highlighting input" to better reflect how it is used (UI change).
  • Improved database queries generated by EntityFieldQuery in the case where delta or language condition groups are used, to reduce the number of INNER JOINs (this is a minor data structure change affecting code which implements hook_query_alter() on these queries).
  • Removed special-case behavior for file uploads which allowed user #1 to bypass maximum file size and user quota limits.

All changes since 7.32:

  • #2282541 by David_Rothstein, nod_: Followup to restore previous behavior in which the "Hide summary" click handler in text.js returned FALSE.
  • #2307505 by Cottser, David_Rothstein, Fabianx: Followup to ensure all theme debug output is properly sanitized.
  • #2305291 by scor: Fixed Poll title should have same length as regular content type (255).
  • #1355526 by cafuego, jenlampton: Added a way to determine the date a module was added so the modules page can use it for sort.
  • #892344 by amitgoyal, tstoeckler, hussainweb, pcambra, LaurentAjdnik: Fixed Wrong schema description for {cache_field}.
  • #2282541 by Mark Carver | gge: Fixed Hide summary in text.js not working in jQuery 1.9+.
  • #2147321 by manfer: Fixed Unnecessary space in session-active class.
  • #393538 followup by David_Rothstein: Fixed code style error in check_plain() documentation.
  • #2310415 by cilefen, ednawig, TravisCarden: Fixed run-tests.sh does not handle the error when invalid test groups/classes are specified.
  • #393538 by Liam Morland, valthebald, dmitrig01, David_Rothstein: Document that check_plain() can issue PHP messages on invalid UTF-8 input.
  • #1338966 by geerlingguy, loganfsmyth, lokapujya: Fixed Introduce _rdf_mapping_load_multiple to reduce queries.
  • #1069152 by droplet, alexandrezia, Mixologic, jhedstrom, David_Rothstein | ogi: Fixed Throbber in textfield is misaligned when browser hardware acceleration enabled (followup for Bartik RTL styling).
  • #863594 by David_Rothstein, smussbach, mbrett5062: Fixed Strange first paragraph in the installer database error message.
  • #1918820 by neclimdul, typhonius, girishmuraly, pwolanin | 0x534B41: Fixed HTTP header date formats to follow RFC 7231 rather than RFC 1123.
  • #1930960 by pounard, iamEAP, pjcdawkins, msonnabaum, David_Rothstein: Fixed Block caching disable hardcoded on sites with hook_node_grant() causes serious performance troubles when not necessary.
  • #779374 by helmo, joshi.rohit100, meba, sun | coltrane: Fixed XSS via text format names.
  • #927138 by manarth, handrus, rasmusluckow, douggreen, .John, Taz, David_Rothstein, droplet, webchick, marcingy: Fail image generation with 404 instead of 500, when source file is missing.
  • #1433288 by haggins, fago, David_Rothstein, marcin.wosinek: Fixed Integrity constraint violation when saving a user account after creation.
  • #935592 by pillarsdotnet, lokapujya, David_Rothstein, John Franklin, amitgoyal, joshi.rohit100, sivaji, mgifford, peximo, wodenx, Romlam, Owen Barton, alpritt, beejeebus | macgirvin: Fixed User picture is deleted after calls to user_save().
  • #2356055 by bdlangton: Fixed Notice in includes/mail.inc define.
  • #2278583 by nlisgo, Berdir, joshi.rohit100 | Fabianx: Fixed field_has_data looks at current data instead of revisioning data: this can lead to data loss.
  • #1443070 by CrashTest_, bluegriff | Dave Reid: Added support for popular e-book formats, Google web formats, mkv and mka in file_default_mimetype_mapping().
  • #1231710 by cs_shadow, Hydra, dcam, kathyh, klausi, mlncn: Fixed Field exceptions should return the name of the field that has exceptions.
  • #2142441 by Garrett Albright: Fixed CSS aggregator prepends data: URLs with paths.
  • #2193149 by mikeytown2: Fixed Deadlocks occur in cache_field table.
  • #2112247 by sihv, mitsuroseba, dgroene, aalamaki, Dennis Walgaard, mErilainen: Fixed Valid file extensions in file names are not properly enforced when uploading files with non-lowercase names.
  • #2357311 by penyaskito: Fixed Follow-up to SA-CORE-2014-005 (tests don't work correctly on non-MySQL databases).
  • #1069152 by droplet, alexandrezia, Mixologic, jhedstrom | ogi: Fixed Throbber in textfield is often misaligned.
  • #1913958 by hass, YesCT: Fixed Bartik theme shouldn't change capitalization of translatable strings with CSS.
  • #1071818 by JeremyFrench, nod_, Cottser, gielfeldt, xjm, anthbel, reglogge, NROTC_Webmaster, kristofferwiklund, lliss, sun | sepgil: Fixed Lazy-loading CSS fails in IE.
  • #1823906 by joshi.rohit100, amitgoyal, rahulbile | gargsuchi: Fixed Incorrect error message when poll is submitted with no option selected.
  • #2324821 by rpayanm, er.pushpinderrana | Elijah Lynn: Remove reference to nonexistent theme_poll_bar() function in template_preprocess_poll_bar() documentation.
  • #1640404 by er.pushpinderrana, dcam, amit.drupal, hass | versvs: Fixed Use format_username() in node_feed().
  • #849624 by brad.bulger, dcam, Alan Evans, oriol_e9g, Stevel | tsvenson: Fixed wrong permission for admin/structure/menu/parents.
  • #1195358 by Liam Morland, droplet: Fixed Multiple "Edit/Hide summary" links appear.
  • #1824820 by crevillo, muriqui, a.milkovsky, Phizes: Fixed String offset cast notice in field_invoke_method_multiple().
  • #1854134 by EtienneRd, jeffam | dolu: Added a query tag to the query in menu_link_get_preferred() to allow modules to alter the query.
  • #1221772 by pounard, colan, jcisio | sivaji: Fixed Transaction database settings is misleading in settings.php.
  • #908822 by jmking, asimmonds | salvis: Fixed Dashboard discards <em class="placeholder"> elements.
  • #2058761 by kirby14, thedavidmeister: PHP notice when #attributes is not set with #theme_wrappers 'container'.
  • #466576 by gagarine, jackbravo, tim.plunkett, sheise, Rob C, jamesm6162 | daemon: Increased the maximum allowed length of block titles to 255 characters.
  • #366152 by Mile23, bjaspan: Removed the Field module's field_modules_uninstalled() function, since it did not do anything when it was invoked.
  • #1775488 by mgifford, vijaycs85, amateescu | chx: Fixed drupal_cron_cleanup is not converted to lock.
  • #1679570 by mgifford, lucascaro, sun: Fixed TestBase does not always use the correct database connection for handling assertions.
  • #1099732 by joshi.rohit100, droplet | Chi: Fixed Incorrect encoding for error pages in image_style_deliver().
  • #2228825 by donquixote | pingwin4eg: Fixed drupal_get_filename() does not search the filesystem when the file isn't yet listed in the {system} table in the database.
  • #1891728 by gielfeldt: Fixed Database schema methods like getComment() and findTables() always query the "default" target on MySQL.
  • #780304 by dcam, naxoc, Crell | zyxware: Fixed HTML encoding of em wrappers for database table names while showing schema errors.
  • #1120440 by er.pushpinderrana | skwashd: Fixed user.api.php hook summary lines should be more consistent with other entity hooks.
  • #2231693 by helmo, amitgoyal, joshi.rohit100, LinL, iS: Update Powered by Drupal link.
  • #1452896 by Mile23, marthinal, Freso, kid_icarus, joshi.rohit100, alexpott, tim.plunkett, jhodgdon: Fixed PHP notice in clickLink if link does not exist.
  • #205969 by Mile23, oadaeh, twistor, ssm2017 Binder, barraponto, superspring: Fixed drupal_http_request() assumes presence of Reason-Phrase in response Status-Line.
  • #1790612 by carwin, Eric_A, mgifford: Fixed Sanitize the trim_length variable before printing it.
  • #2224917 by m1r1k, Steven Jones, drumm: Fixed Tracker page doesn't order results properly.
  • #28175 by dcam, bleen18 | bertboerland: Fixed Ordering by 'Visitor' in access log pages does not sort IP addresses.
  • #1988456 by gaurav.goyal, eltermann, pvmchau: Non-standard indentation on user_register_form().
  • #2307505 by Cottser, Fabianx: Port twig_debug output to Drupal 7.
  • #1968348 by znerol, David_Rothstein, peximo, DuaelFr: Fixed hook_field_formatter_prepare_view does not make use of hook_entity_view_mode_alter causing major errors.
  • #1936942 by jweowu: Fixed translation_node_insert() updates the node table directly without also flushing the entity load cache.
  • #208611 by p.brouwers, mgifford, tstoeckler, DougKress, Jody Lynn, ksenzee | walkah: Made the Ajax system use drupal_array_merge_deep_array() to stop JavaScript settings from being added twice.
  • #1183708 by Liam Morland | onair1: Fixed Notice: Undefined index: favicon_path in system_theme_settings_validate().
  • #1182374 by lyricnz, xendil, sivaji, brianV: Code style fixes for includes/filetransfer.
  • #2291081 by pounard: forum_node_view attempt an unnecessary vocabulary_load() under certain circumstances.
  • #829464 by Berdir, klausi, sepgil | Heine: Fixed orderby() should verify that the sort direction is always ASC or DESC.
  • #2130673 by lokapujya, cwells | scor: Place number of comments metadata inside node template.
  • #1323830 by cwells, scor, mgifford, er.pushpinderrana, kay_v: Place title RDFa metadata inside entity HTML element.
  • #2301955 by er.pushpinderrana, lokapujya | scor: Ensure RDFa metadata tags are hidden.
  • #2332295 by sanduhrs, klausi, er.pushpinderrana, Berdir | jfha73: Fixed Unicode requirements check not working with PHP 5.6.
  • #667098 by catch, chx, plach, Fabianx: Fixed a bug which caused drupal_get_bootstrap_phase() to abort the bootstrap when called early in the page request.
  • #2329189 by nlisgo, joachim, Mirroar, opdavies: Fix up docs and example code for hook_field_attach_validate()
  • #2283675 by er.pushpinderrana, amitgoyal, mparker17, joachim, mmarquez: Document how optgroups are generated in form_select_options()
  • #2340675 by er.pushpinderrana, David Hernández: Clarify first, unused argument docs in update_calculate_project_update_status()
  • #2314181 by roderik, er.pushpinderrana, hefox: Fix docs for drupal_static
  • #2334689 by er.pushpinderrana, joachim: Document character limit on lock_aquire() for lock name
  • #1166114 by jhodgdon, tomogden, Rajendar Reddy, larowlan, swentel, splatio, erics14, MF82 | RobLoach: Renamed the "Search result" view mode to "Search result highlighting input" to better reflect how it is used.
  • #2277281 by dobe, amitgoyal, michaelfavia, er.pushpinderrana, dcam | drumm: Increase the maximum number of characters on the file field allowed extensions setting from 128 to 256.
  • #1859084 by Jorrit, David_Rothstein, attiks: Improved database queries generated by EntityFieldQuery in the case where delta or language condition groups are used, to reduce the number of INNER JOINs.
  • #1890980 by amitgoyal, robinvdvleuten: Fixed Unnecessary extra output variable in theme_links.
  • #1468210 by marthinal, quicksketch, tstoeckler, Devin Carlson, David_Rothstein, Eric_A: Fixed Remove special $user->uid == 1 check in file_validate_size().
  • #993186 by joshi.rohit100, moshe weitzman | webchick: Node access rebuilds should go newest to oldest (fix for direct node access rebuilds only, not rebuilds done via a batch).
  • #2324083 by er.pushpinderrana, martin_q: Fix up description of return value from drupal_array_get_nested_value()
  • #2318981 by grisendo: Make hook_node_grants and hook_node_access_records sample function bodies consistent
  • #2309687 by eriksm: Fix typo in docs for verbose test class method
  • #2309549 by Bevan, er.pushpinderrana: Fix incorrect documentation of node-type-specific hooks
  • #1261846 by catch, dawehner, brianV, Berdir, sun, xjm, sandipmkhairnar, marvil07, chrisjlee, Cottser, amitgoyal, Elijah Lynn, er.pushpinderrana: Document 1 MB cache limit in cache functions
Download Size md5 hash
drupal-7.33.tar.gz 3.08 MB 187b076a5753960d5d5cb12d30d93e73
drupal-7.33.zip 3.54 MB a8c3d352cf6ba44fc81cfe3960b7afed
Last updated: November 7, 2014 - 15:28
Official release from tag: 
7.33
Core compatibility: 
Release type: 

drupal 8.0.0-beta3

$
0
0

Release notes

Betas are good testing targets for developers and site builders who are comfortable reporting (and where possible, fixing) their own bugs, and who are prepared to rebuild their test sites from scratch when necessary. Beta releases are not recommended for non-technical users, nor for production websites. More information on beta releases.

An upgrade path will not be supported from this release to the next beta release, nor before all known upgrade path blockers are resolved.

Known issues

There are still over 100 critical issues with this beta release that need to be resolved before we will create a release candidate.

Search the issue queue for known issues.

Obvious user facing bugs

If you are testing the beta, be aware that there are obvious site visitor and site builder-facing bugs, please consult the list below to see if they already have an issue open:

Changes since 8.0.0-beta2:

  • #2359161 by olli, damiankloip: Fixed Feed icons missing in views blocks and pages.
  • #2267453 by alexpott, dawehner, damiankloip: Fixed Views plugins do not store additional dependencies.
  • #2236855 by rachel_norfolk, stefank, ngocketit, lauriii, LewisNyman, alexpott, yuki77, rteijeiro | mortendk: Use CSS for file icons in file fields.
  • Revert "Issue"
  • Issue
  • #2346287 by bserem, rteijeiro, Zekvyrin, alexpott: Fixed Installer requirements errors escaped HTML in variables.
  • #2322509 by prics, cilefen, gaurav.goyal, harijari, Temoor: Replace all instances of node_load(), node_load_multiple(), entity_load('node') and entity_load_multiple('node') with static method calls.
  • #2178703 by ultimike, chx, penyaskito: Migrate D6 menu links.
  • #2361761 by er.pushpinderrana, rpayanm: Remove mime_header_encode and mime_header_decode.
  • #2372201 by chx: Fixed FakeDelete is missing.
  • #2359703 by dawehner, michaellenahan: Remove public visibility from pager variables on the ViewExecutable.
  • #2227401 by emma.maria, tompagabor, Aleksandar_P | LewisNyman: Apply the seven style guide to the status report.
  • #2358657 by zaporylie, geerlingguy: Fixed Wrong @covers definitions in Drupal project.
  • #2340785 by mpdonadio: Create proper test method for determining if text has been escaped properly.
  • #2325517 by lauriii, Alienpruts, Tom Verhaeghe, joelpittet, rteijeiro | Cottser: Add methods for adding/removing attributes (not classes) on Attribute objects.
  • #2371875 by chx: Fixed session_manager can't be reasonably overridden.
  • #2354491 by olli, dawehner | penyaskito: Fixed Edit new user list view throws exception on saving.
  • #2293875 by G-raph, ngocketit: Fixed Texts are not vertically aligned in Views list.
  • #2367745 by Palashvijay4O | gumanist: Remove drupal_var_export().
  • #2371457 by DuaelFr: Replace inappropriate translatatable string in core/modules/contextual/contextual.module.
  • #2361845 by rpayanm: Remove drupal_substr.
  • #2361727 by rpayanm: Remove drupal_convert_to_utf8.
  • #2371759 by angel.angelio | cilefen: The docblock for user_help() should read "Implements hook_help().".
  • #2371479 by DuaelFr: Replace inelegant string in core/lib/Drupal/Core/Database/Install/Tasks.php.
  • #2353013 by bertramakers, oenie, crazyrohila: Remove taxonomy_term_load_parents_all from taxonomy/taxonomy.module.
  • #2371841 by tim.plunkett | benjy: Fixed FullPageVariant::$mainContent must always be an array.
  • #2358685 by BarisW, Aleksandar_P | LewisNyman: Remove edit and configure icons from misc.
  • #2278415 by G-raph, Upchuk, Karmen, JamesLefrère, herom | emma.maria: Fixed Bartik dropbutton styling looks bad.
  • #2371499 by er.pushpinderrana | Alex Bukach: Fixed Misprint in State API example.
  • #920056 by Dave Reid, andypost, quietone, rkjha, Alumei: Fixed [comment:name] duplicates [comment:author], and the latter should use format_username().
  • #2347787 by andrei.dincu | cosmicdreams: Fixed Content Type edit form always displays "Don't display post information".
  • #2368975 by damiankloip: Fixed ElementInfoManager::buildInfo() processes info data on every request.
  • #2367579 by tim.plunkett, chx: Fixed Move retrieval of visible blocks to a standalone service.
  • #2105693 by cilefen | jhodgdon: Fixed ContainerInjectionInterface docs need update.
  • #2370733 by chx: Fixed Contrib can not provide config storage.
  • #2350507 by hussainweb, hctom, jbrown: Fixed \Drupal\Core\Url has no __toString() magic method.
  • #2370801 by chx: Fixed Deleting nothing from K-V DB is broken.
  • #2347511 by davidhernandez, lauriii, rpayanm, kasn: Add method to test if class attribute has class on Attribute object.
  • #2370005 by olli: Fixed Remove link in views ui grouped filter and rearrange fields/sorts does not work.
  • #2354597 by esod, YesCT, vadim.hirbu, ashutoshsngh: Remove usage of form_set_value().
  • #2369733 by mcdruid: Fixed No End of "addtogroup hooks" in search.api.php.
  • #2369933 by amateescu: Fixed Remove references to an exception class that doesn't exist (\Drupal\entity_reference\Exception\MissingDefaultValueException).
  • #2321701 by Temoor, rpayanm: Replace all instances of contact_form_load(), entity_load('contact_form') and entity_load_multiple('contact_form') with static method calls.
  • #2362205 by Devin Carlson | dawehner: Fixed admin/theme/install|update should point to admin/appearance/update|install.
  • #2215507 by Devin Carlson, pfrenssen, SiliconMind: Fixed Downloads broken for translated private files.
  • #365615 followup by attiks, YesCT, Gábor Hojtsy, mgifford, Albert Volkman, plach, webwarrior, David_Rothstein, penyaskito, smokris | yang_yi_cn: Fixed Followups: Language detection not working correctly for most Chinese readers (and add a user interface for all browser language mappings).
  • #2369107 by lussoluca: Update Guzzle to 5.0.3.
  • #2366877 by alexpott: Fixed Entity Reference field schema incorrect.
  • #2267551 followup by jfhovinne: [meta] Deal with PHP requirement vs. Debian PHP version numbering.
  • #2369639 by yched: EntityFieldTest helper methods makes debugging tests impossible .
  • #2206571 by davidgrayston, znerol, amitgoyal: Add PHPUnit tests for Config class.
  • #2369197 by tstoeckler: Fixed Remove obsolete PIFR-specific markup after installation.
  • #2359069 by er.pushpinderrana, keso | JeroenT: Remove drupal_html_to_text().
  • #2361799 by Palashvijay4O | rpayanm: Remove drupal_strlen.
  • #2364171 by Gábor Hojtsy, penyaskito: Fixed Enabling and configuring content language negotiation does not work at once.
  • #2368443 by amateescu: Use the new FallbackPluginManagerInterface in ER's selection plugin manager.
  • #2268753 by amateescu, larowlan, mikemiles86: Fixed Cleanup EntityReferenceController's create() method.
  • #2361797 by rpayanm, Palashvijay4O, er.pushpinderrana: Remove usage of drupal_strlen().
  • #2358999 by rpayanm, JeroenT, er.pushpinderrana, javivf, Ec1ipsis, aczietlow | Les Lim: Remove usage of drupal_html_to_text().
  • #2361795 by rpayanm: Remove decode_entities.
  • #2364343 by ksenzee | corbacho: Fixed robots.txt to allow Google access to CSS and JavaScript files.
  • #2363537 by dawehner, znerol: Update CMF routing to 1.3 and remove old code.
  • Revert "Issue #2369107 by lussoluca: Update Guzzle to 5.0.3."
  • #2368739 by Wim Leers: Fixed user_page_attachments() unnecessarily adds an individual CSS file on every page.
  • #2368957 by mikispeed: Fixed Set class on MoreLink as array instead as string.
  • #1938918 by joelpittet, lauriii, botanic_spark, mdrummond, nielsonm: Convert menu theme tables to table #type.
  • #2368081 by Gábor Hojtsy | andypost: Fixed Remove outdated @todo in hook_user_install().
  • #2367285 by cilefen: Fixed Function doc typo for hook_page_attachments_alter() in theme.api.php.
  • #2368185 by Gábor Hojtsy: Fixed Content views shipped by node module have non-functional timestamp field.
  • #2361825 by rpayanm: Remove drupal_strtolower.
  • #2069619 by rpayanm, tstoeckler: Remove the module handler dependency from BlockContentBlock.
  • #2364161 by dawehner, mpdonadio, Wim Leers: Replace nearly all existing _l calls.
  • #2367557 by mpdonadio: Fixed Update TestKernel to match class loader changes in Drupal Kernel.
  • #2361811 by rpayanm: Remove drupal_strtoupper.
  • #2361837 by rpayanm: Remove drupal_ucfirst.
  • #2361747 by rpayanm: Remove truncate_utf8.
  • #2367835 by rpayanm, andypost: Fixed FormBuilderTest namespace.
  • #2361823 by rpayanm, javivf: Remove usage of drupal_strtolower().
  • #1879930 by fran seva, Gábor Hojtsy, martin107, markie, Schnitzel, alexpott, Sutharsan, mon_franco, YesCT, spearhead93, herom, Désiré: Fixed Language selectors are not showing localized to the page language.
  • Revert "Issue #2358685 by Aleksandar_P | LewisNyman: Remove edit and configure icons from misc."
  • #2282673 by stevepurkiss, ParisLiakos, mgifford: Add a PHPunit test for not using Drupal\Core code in Drupal\Component.
  • #2361809 by rpayanm, nlisgo: Remove usage of drupal_strtoupper().
  • #2361745 by rpayanm, javivf: Remove usage of truncate_utf8().
  • #1833076 by herom, alansaviolobo, Pancho, pixelite, jessehs, YesCT: Expand translation settings when editing outdated translation so remember to uncheck "needs updating".
  • #2367661 by swentel: Fixed Follow up: ThirdPartySettingsTraitInterface missing getThirdPartySettings() method.
  • #2367665 by amateescu: Add primary actions on the 'Field storage settings' and 'Field settings' forms.
  • #2349373 by stefika, skippednote: Fixed Menu label overlaps with the dropdown trigger on narrow screens on RTL.
  • #2346763 by yched, msonnabaum: Improve views field rendering performance by caching entity display objects.
  • #2361833 by rpayanm: Remove usage of drupal_ucfirst().
  • #2361789 by rpayanm, jamesdixon, javivf: Remove usage of decode_entities().
  • #2230121 by znerol, dawehner | sun: Fixed Remove exit() from FormBuilder.
  • #2358685 by Aleksandar_P | LewisNyman: Remove edit and configure icons from misc.
  • #2358683 by MarkoT91 | LewisNyman: Move forum icons into the forum module.
  • #2278403 by Xano, JeroenT: Remove uses of form_execute_handlers().
  • #2366645 by YesCT, Mile23: Drupal\Tests\Core\Controller\AjaxControllerTest has wrong @covers.
  • #2329783 by lauriii, jamesquinton | davidhernandez: Move comment classes from preprocess to templates.
  • #2363643 by ultimike | benjy: Fixed Nodes with format 0 are skipped.
  • #2305869 by svendecabooter, ultimike | jhodgdon: Search migration - search logging (new setting).
  • #2355977 by larowlan, dashaforbes: Fixed Code references RelationLinkManagerInterface::getRelationInternalIds but no such method.
  • #2318341 by lauriii, ocastle, Jolidog, vollepeer, rteijeiro, Rade, mgifford: Views mini pager markup.
  • #2135101 by Gábor Hojtsy, stefank, YesCT: Fixed Expand test coverage on configuration translation tabs.
  • #2271419 by alexpott, larowlan: Fixed Allow field types, widgets, formatters to specify config dependencies.
  • #2299215 by jhedstrom, torrance123: Fixed 'extra' join conditions leaking arguments.
  • #2355187 by ashutoshsngh, rpayanm, skipyT, legolasbo: Remove form_get_cache().
  • #2307853 by er.pushpinderrana, Palashvijay4: Move file-related hooks to new file.api.php file
  • #2366589 by Palashvijay4: Move form-related hooks to form.api.php
  • #2361615 by Gábor Hojtsy: Fixed Field type config schemas are not in the base schema.
  • #2366583 by rpayanm: Move hooks from system.api.php to new module.api.php file
  • #1953770 by amateescu: Move the field-specific settings form elements at the top of the form.
  • #2365705 by mcdruid: Add end addtogroup hooks to entity.api.php
  • #2351411 by chx, davidhernandez: Fixed [perf] Shortcut reruns routing.
  • #2356297 by olli, alexpott: Fixed Double escaping in views ui grouped filters.
  • #2364173 by alexpott: Fixed Remove dead code for session-test/set-not-started.
  • #2365897 by lauriii: Fixed Move taxonomy-term.html.twig to templates folder in Classy.
  • #2365891 by ultimike: Fixed Incorrect schema label.
  • Revert "Issue #2208811 by Pol, ivanjaros, dawehner: Fixed Views with arguments stopped working on front-end."
  • #2340123 followup by Mile23: Setting cache tags can be tricky: use strings instead of nested arrays to improve DX.
  • #2312385 by estoyausente, svendecabooter, ultimike, benjy, Rade, andyceo: Fixed Move schemas for migrate_drupal sources to migrate_drupal module.
  • #2302253 by ultimike | Ryan Weal: Fixed User profile "selection" type field type does not migrate from D6 if any of the available options contain a dot.
  • #2052751 by tim.plunkett, oriol_e9g, yched | alexpott: Fixed WidgetFactory is not used anywhere so it should be removed.
  • #2030645 by lokeoke, Mile23, tim.plunkett, miraj9093, slv_ | plopesc: Fixed Expand Menu with methods.
  • #2276203 by webflo, lauriii, nlisgo, kallehauge, Snipon: Fixed CSS Aggregation breaks URLs with Query String.
  • #2261465 by rpayanm, neclimdul: Fixed Missing visibility keywords on DrupalKernelTest.
  • #2349765 by derheap | davidhernandez: Copy taxonomy templates to Classy.
  • #197641 followup by herom, good_man, yhager: Fixed Drag and drop is not RTL aware.
  • #2208811 by Pol, ivanjaros, dawehner: Fixed Views with arguments stopped working on front-end.
  • #2361599 by stefan.korn: Fixed menu_ui css file is not loaded.
  • #2357925 by zaporylie | R. Volk: Fixed Duplicate view copies the old view name and ignores the new one.
  • #184010 followup by stefank, seanr: Add #anchors to modules administration page.
  • #2315849 by Devin Carlson | Gábor Hojtsy: Update status does not have tests with (semantic) Drupal 8 versions.
  • #2364127 by Wim Leers: Merge AjaxResponseRenderer into AjaxController.
  • #2360683 by martin107: Fix docs for WebTestBase::loggedInUser member variable
  • #2307859 by rpayanm, dankh, shumer: Move theme-render hooks from system.api.php to theme.api.php
  • #2363025 by Wim Leers, dawehner, larowlan: Push usage of drupal_set_page_content() higher: out of blocks and page display variants.
  • #2364337 by penyaskito: Fixed $typedConfigManager dinamically defined in FieldConfigEntityUnitTest.
  • #2039709 by dawehner, swentel, MantasK | jurcello: Fixed Forward slash in filter aliases in url alias overview doesn't work.
  • #2363741 by joelpittet: Upgrade Twig to 1.16.* from 1.15.*.
  • #2359879 by penyaskito, Gábor Hojtsy: Fixed Session negotiation settings cannot actually be changed on the UI.
  • #2221577 by andypost, alexpott, yched: Fix assumption that field settings is not a nested array.
  • #2363139 by Wim Leers, dawehner, larowlan: _content controllers may only return render arrays, not strings.
  • #2349675 by mortendk, emma.maria | davidhernandez: Copy file templates to Classy.
  • #2355239 by kgoel | dawehner: Let AggregatorItemViewsData and AggregatorFeedViewsData use EntityViewsData.
  • #2349727 by cilefen, Xen | davidhernandez: Copy rdf templates to Classy.
  • #2349731 by lauriii | davidhernandez: Copy search templates to Classy.
  • #2349771 by lauriii | davidhernandez: Copy user templates to Classy.
  • #2349615 by mortendk | davidhernandez: Copy aggregator templates to Classy.
  • #2362517 by Wim Leers: Improve default 403/404 exception HTML subscriber: don't duplicate the page render pipeline, use the routing system — add system.403 and system.404 routes.
  • #2363589 by wizonesolutions: Fixed Wrong Contains specification in \Drupal\contact\MessageInterface.
  • #2353667 by micnap | ultimike: D6->D8 Migration missing variable: forum_nav_vocabulary.
  • #2353699 by jarsenx | ultimike: D6->D8 Migration missing variable: default_nodes_main.
  • #2324371 by lauriii, aneek, chx, joelpittet, webflo, Fabianx, rteijeiro: Fix common HTML escaped render #key values due to Twig autoescape.
  • #2351589 by ultimike, penyaskito: Fixed Exception when a source has no destId.
  • #1948418 by webflo, martin107, galooph, cilefen, gaurav.goyal, amitgoyal, dawehner, dstol: Fixed Address SA-CONTRIB-2013-035 for views in D8.
  • #2361711 by rpayanm: Remove usage of drupal_convert_to_utf8().
  • #2361757 by rpayanm: Remove usage of mime_header_encode().
  • #2350583 by oenie, mitrpaka: Replace extend of deprecated DrupalUnitTestBase with KernelTestBase in Filter.
  • #2360069 by herom: Fixed Add missing RTL rules to Seven tabs.css.
  • #2361843 by rpayanm: Remove usage of drupal_substr().
  • #2239003 by Wim Leers, dawehner | effulgentsia: Remove the '_http_statuscode' request attribute.
  • Revert "git commit -m Issue"
  • #2343715 by herom: Fixed RTL issues in shortcut module.
  • #2183075 by valderama, dinarcon, er.pushpinderrana, amitgoyal, umar-ahmad: Tidy up css.gzip and js.gzip configuration.
  • #2361681 by Wim Leers: drupal_render(): invert second argument ($is_recursive_call -> $is_root_call) => more strict, better DX/TX.
  • #2294571 by znerol, effulgentsia: Redirect anonymous users to login page from an exception listener instead of in MaintenanceModeSubscriber and restrict access to the my-account link to authenticated users.
  • #2357937 by Wim Leers: Remove {{ feed_icons }} from page template (page.html.twig).
  • #2220905 by droplet, herom, skippednote, sqndr: Fixed Misaligned messages status.
  • #2359931 by dawehner: Ensure that empty title support does not break.
  • #2227731 by webflo, mtift: Fixed Normalize configuration data during config writes.
  • #2362519 by alexpott: Fixed Remove dead code from contact.install.
  • #2282519 by alexpott, cilefen: Fixed Add content dependency information to configuration entities.
  • git commit -m Issue
  • #1956698 by Gábor Hojtsy, xjm, alexpott, damiankloip, mgifford: Prevent access to YAML files using .htaccess and web.config.
  • #2349651 by larowlan, yannisc: Fixed Default contact form does not send email as email recipient is not set during the installation.
  • #2361383 by pivica: Fixed Drupal modal dialog should use ui-front class.
  • #2316561 by jmolivas | YesCT: Type hint hooks with interface: ConfigurableLanguageInterface instead of LanguageEntity/ConfigurableLanguage.
  • #1186582 by Albert Volkman, chx: Fixed rollback and and pushTransaction is not consistent.
  • #2359607 by wilsonw, rpayanm | jhodgdon: Fixed Minor problems on Theme topic .
  • #2359449 by Jose Reyero: Fixed TypedData calls onChange() parent's method that is not part of the interface.
  • #2361415 by tstoeckler: Fixed locale_translation_clear_cache_projects() does not work.
  • #2278583 by nlisgo, Berdir, joshi.rohit100 | Fabianx: Fixed field_has_data looks at current data instead of revisioning data: this can lead to data loss.
  • #2362123 by Wim Leers: Drupal_page_header() and drupal_send_headers() are dead code: already deprecated, zero uses remain: remove.
  • #1419298 by ryanissamson, zaporylie, ohthehugemanatee, ramlev, droplet, Albert Volkman, NROTC_Webmaster, pmitchell, pillarsdotnet: Remove all trailing whitespace from Drupal core files.
  • #2361693 by Wim Leers: Fixed AjaxEnhancer is dead code, remove it.
  • #2360841 by tstoeckler: Fixed Overriding the translation path in the installer does not work.
  • #2349829 by killerpoke, droplet, cjoy: Fixed #2293589 breaks table row buttons.
  • #2360241 by martin107: Fixed MenuLinkManager uses PluginNotFoundException incorrectly.
  • #2288793 by YesCT, jamesdixon, xq1003, fran seva, Les Lim: Add missing and fix some types in core docblocks and add some typehinting for locale module.
  • #2224581 by alexpott, larowlan, jhodgdon, mgifford: Delete forum data on uninstall.
  • #2326875 by tim.plunkett, iMiksu | almaudoh: Convert file_element_info() to Element classes.
  • #2353695 by ultimike: D6->D8 Migration missing variable: feed_item_length.
  • #2348793 by ACF, nlisgo | csakiistvan: Fixed I can not uninstall Classy theme .
  • #1813488 by babruix, Ivan Zugec, quietone, ngwebs, legolasbo | amontero: Add descriptions to clarify "administer users" and "administer user settings" permissions.
  • #2065485 by tim.plunkett, Xano: Document that PluginFormInterface should use #process to solve nesting issues.
  • #2329763 by lauriii, Jens-0, Cottser, Sutharsan: Move links classes from preprocess to templates.
  • #2329767 by lauriii, alexpott, Cottser, sqndr: Move table classes from preprocess to templates.
  • #2358333 by mikey_p: Fixed ConfigManager should use interface for translation manager type hint.
  • #2359005 by alexpott: Fixed LocalTaskManagerTest only works because we mock a non existing method.
  • #2226533 by martin107, filijonka, YesCT, Xano, jmolivas, Chris Dart, alexpott, tstoeckler, visabhishek | csg: Changes to the Language class due to the LanguageInterface (followup).
  • #1825466 by justafish, tstoeckler, alexpott, sun: [docs follow-up, then backport to D7] Allow NestedArray::mergeDeepArray() to preserve integer keys.
  • #2351847 by damiankloip: Fixed Rename getCacheTag() to getCacheTags().
  • #1856262 by chx, pwolanin: Raise MySQL requirement to 5.1.21 to support caching of prepared statements.
  • #2267551 follow-up by jfhovinne: [meta] Deal with PHP requirement vs. Debian PHP version numbering.
  • #1623574 by droplet, cilefen, cesarmiquel, patrickfgoddard, sun, zaporylie, er.pushpinderrana, stevecowie, mbroere: Fixed Remove trailing space from form element labels and field labels (HTML nbsp).
  • #2359561 by metzlerd: Make #attached more prevalent in render api docs.
  • #1971208 by calebtr, dsayswhat, metzlerd, agentrickard: Replace "utilize" with a proper verb.
  • #2359035 by metzlerd: Add info to Routing topic about magic placeholder transformation to parameters in method
  • #2356609 by tstoeckler | yched: Remove support for "reference a specific revision".
  • #2353691 by micnap | ultimike: D6->D8 Migration missing variable: page_compression.
  • #2356183 by michaellenahan | dawehner: Use array of type X in views.
  • #2332935 followup by plach: Allow code to respond to entity/field schema changes.
  • #2353683 by micnap | ultimike: D6->D8 Migration missing variable: allow_insecure_uploads.
  • #2353711 by jarsenx | ultimike: D6->D8 Migration missing variable: update_check_frequency.
  • #2358147 by DuttonMa: Fixed Code improvement in install.
  • #2329919 by lauriii, Cottser, lanchez | davidhernandez: Move views_ui classes from preprocess to templates.
  • #2215345 by jhodgdon, paulh | joachim: Fixed docs for MenuLinkTreeInterface unclear.
  • #2357185 by penyaskito: Remove unnecessary setup in NodeCacheTagsTest.
  • #2332935 by plach, alexpott, dawehner: Allow code to respond to entity/field schema changes.
  • #2246647 by mpdonadio, cilefen, YesCT, tim.plunkett: Rename PluginBag to LazyPluginCollection.
  • #2358911 by chx: Fix docs for ViewsArgumentValidator annotation class
  • #2349851 by targoo: Remove uses of the deprecated drupalGetSettings.
  • #2341341 by YesCT, martin107, vijaycs85, fran seva: Change public 'name' property access on languages to getName() and add back setName().
  • #2350949 by Wim Leers: Add hook_page_attachments(_alter)() and deprecate hook_page_build/alter().
  • #2351777 by chx, claudiu.cristea: Do not depend on event subscribers for security: Replace AccessRouteSubscriber with build-in checks.
  • #2348365 by larowlan | mtdowling: Update to Guzzle 5.
  • #2357311 by penyaskito: Fixed Follow-up to SA-CORE-2014-005 (tests don't work correctly on non-MySQL databases).

Download Size md5 hash
drupal-8.0.0-beta3.tar.gz 9.01 MB 89eb46c597eb9c8ef7423783aef7f340
drupal-8.0.0-beta3.zip 16.05 MB 0f3824de1343727e7a6a95d3c72eca12
Last updated: November 12, 2014 - 13:03
Official release from tag: 
8.0.0-beta3
Core compatibility: 

drupal 6.34

$
0
0

Release notes

Maintenance and security release of the Drupal 6 series.

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

No other fixes are included.

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

Known issues:

None.

Download Size md5 hash
drupal-6.34.tar.gz 1.06 MB 883bd90278e469aa22ad704f307e7e9e
drupal-6.34.zip 1.23 MB 9cc4c3b09ab6fee8c446a306e2389bd7
Last updated: November 19, 2014 - 20:34
Official release from tag: 
6.34
Core compatibility: 
Release type: 

drupal 7.34

$
0
0

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 notes below and the security announcement:

No other fixes are included.

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

Known issues:

None.

Major changes since 7.33:

As of this release Drupal core limits user password lengths at the API level (the maximum length is between 128 to 512 characters depending on the specific characters used in the password). Previously the default limit of 128 characters was enforced at the form validation level only.

Download Size md5 hash
drupal-7.34.tar.gz 3.08 MB bb4d212e1eb1d7375e41613fbefa04f2
drupal-7.34.zip 3.54 MB ed949454e1fd83c642ae1a218b0c77f2
Last updated: November 19, 2014 - 20:34
Official release from tag: 
7.34
Core compatibility: 
Release type: 

drupal 8.0.0-beta4

$
0
0

Release notes

Betas are good testing targets for developers and site builders who are comfortable reporting (and where possible, fixing) their own bugs, and who are prepared to rebuild their test sites from scratch when necessary. Beta releases are not recommended for non-technical users, nor for production websites. More information on beta releases.

An upgrade path will not be supported from this release to the next beta release, nor before all known upgrade path blockers are resolved.

Known issues

There are still over 85 critical issues with this beta release that need to be resolved before we will create a release candidate.

Search the issue queue for known issues.

Obvious user facing bugs

If you are testing the beta, be aware that there are obvious site visitor and site builder-facing bugs, please consult the list below to see if they already have an issue open:

Changes since 8.0.0-beta3:

  • Revert "Issue #2196977 by Eric_A, tadityar, Poornima3, jhedstrom: Drupal/filter/Annotation/Filter uses public $module instead of $provider"
  • #2196977 by Eric_A, tadityar, Poornima3, jhedstrom: Drupal/filter/Annotation/Filter uses public $module instead of $provider
  • #2392235 by Berdir: ChainedFastBackend shouldn't write cache tags to the fast cache back-end
  • #2394327 by jhedstrom: run-tests.sh throwing stream wrapper warnings
  • #2372855 by Wim Leers, dawehner: Add content & config entity dependencies to views
  • #2068655 by Berdir, chx, martin107, longwave, webflo, damiankloip, lokapujya, JacobSanford: Entity fields do not support case sensitive queries
  • #2338873 by plach, fago, effulgentsia, swentel: Modules providing non-configurable field storage definitions can be uninstalled, leaving orphaned unpurged data
  • #2392883 by droplet: Update JS lib: domready to 1.0.7
  • #2354469 by swentel, Vj, R. Volk: Can't create node, if preview is required
  • #2392433 by Berdir: Stream wrappers are registered before page cache
  • #2382199 by corbacho: Encode COPYRIGHT.TXT with UTF-8
  • #2393391 by nod_: JS clean-up for re-worked Field UI
  • #2387627 by olli: Changing access plugins in views leaves invalid settings around
  • #2116327 by martin107: Creating DrupalDateTime object, with a 'date' array as input will always fail with exception
  • #2389275 by bforchhammer: Views render element #embed not working
  • #2353357 by Berdir: hook_stream_wrappers_alter() is broken since modules are not loaded on demand, also change to an event since it's the last hook that forces this during bootstrap
  • #1963340 by amateescu, dags, andypost, agentrickard, mgifford, yoroy, pguillard, jibran, YesCT, xjm, LewisNyman, swentel, Hydra, yched, tim.plunkett, rteijeiro, ainz, Xano, Bojhan, Berdir: Change field UI so that adding a field is a separate task
  • #2350309 by droplet, larowlan: Forum index links head to taxonomy/term/{term} instead of forum/{term}
  • Revert "git commit -m 'Issue #2350309 by droplet, larowlan: Forum index links head to taxonomy/term/{term} instead of forum/{term}'"
  • git commit -m 'Issue #2350309 by droplet, larowlan: Forum index links head to taxonomy/term/{term} instead of forum/{term}'
  • #2386559 by fago, yched, amateescu, jibran, plach: ERItem::setValue(array('entity' => $entity) produces broken Items
  • #2393061 by yched: Adjust phpdoc for callback_allowed_values_function()
  • #2238085 by dawehner, yched, damiankloip, xjm, effulgentsia, vijaycs85, fago, tim.plunkett, cilefen, pcambra: [regression] options_allowed_values() signature doesn't allow for Views filter configuration
  • #2170235 by Berdir, penyaskito, larowlan, alexpott, sushyl: file_private_path should be in $settings, like file_public_path
  • #2349553 by dawehner, pfrenssen, damiankloip: Store entity field information in the views data
  • #2368323 by dawehner, swentel, martin107: Replace _l() in PathController::adminOverview()
  • #2137309 by fago: Typed data does not handle set() and onChange() consistently
  • #2389381 by swentel, daffie: Impossible to add images in WYSIWYG including in-place editing due to fatal error
  • Revert "Issue #2273923 by mpdonadio, pfrenssen, dawehner, xjm, cilefen: Remove html => TRUE option from l() and link generator"
  • #2382931 by larowlan, pfrenssen, Mile23: Drupal\field\Plugin\views\field\Field::access returns an object instead of the expected boolean
  • #2273923 by mpdonadio, pfrenssen, dawehner, xjm, cilefen: Remove html => TRUE option from l() and link generator
  • #2204363 by Berdir, Wim Leers, tim.plunkett, chx: [sechole] Returning TRUE from hook_entity_access()/hook_ENTITYTYPE_access() must not bypass EntityAccessController::checkAccess()
  • #2392209 by plach: DefaultTableMapping::getFieldColumName is broken for base tables
  • #2391295 by er.pushpinderrana, dawehner: Use @return $this instead of @return static in EntityInterface
  • #2391317 by penyaskito: NodeTypeListBuilder typo
  • #2386161 by Berdir, Wim Leers, beejeebus, olli: ChainedFastBackend doesn't set 'expires' and 'tags' when writing to fastBackend
  • #2278017 by cilefen, bircher, effulgentsia: When a content entity type providing module is uninstalled, the entities are not fully deleted, leaving broken reference
  • #2379811 by Lendude, dawehner: Views tries to render contextual links when Contextual Links module is disabled
  • #2387019 by dawehner, larowlan: String field formatters cannot link to their parent entity
  • #2342543 by fago, dixon_, jeqq: Applying entity schema updates fail when both entity type and base field definitions change at the same time
  • #2354685 by amateescu, tstoeckler, derhasi: Fatal Error on re-saving required EntityReference field setting
  • #2392281 by alexpott: system.module is included in our PHPUnit tests
  • #2352081 by myforgedoteu, Devin Carlson, martin107: Prevent installation over an already installed database
  • #2382543 by rpayanm, ianthomas_uk: Remove usage of drupal_html_class() and drupal_clean_css_identifier()
  • #2390013 by andypost: Follow-up comment widget should properly detect default value input
  • #1985406 by jhedstrom, alexpott, Dave Reid, olli: #states not supported for elements in formatter settings being displayed on Views field handler form
  • #2390707 by Wim Leers: Remove hook_library_alter() implementations
  • #2183983 by Gábor Hojtsy, vijaycs85, Berdir, Wim Leers, webflo, alexpott: Find hidden configuration schema issues
  • #2391245 by Gábor Hojtsy, Wim Leers: Resolve remaining misc issues with configuration schema fails
  • #2388863 by chx: Entity type is definition
  • #2167379 by Elijah Lynn, filijonka: db_select docblock should list optional parameters as (optional)
  • #2391381 by fago: $include_computed parameter from Map::getValue() is broken and unused
  • #2358991 by JeroenT, ianthomas_uk, rpayanm, jamesdixon, er.pushpinderrana, Ashok Negi: Remove usage of drupal_mail()
  • #2388925 by xjm, preshetin: British again invade config sync
  • #2384527 by tadityar, areke, rpayanm, preshetin: Make the class variables protected for ShortcutSet
  • #2384665 by benjy, penyaskito: Follow-up: FieldConfigBase::calculateDependencies() fatal error is unhelpful
  • #2381299 by hussainweb: Clean-up block module test members - ensure property definition and use of camelCase naming convention
  • #2389411 by chx: wrong backend_overrideable in book
  • #2387857 by alvar0hurtad0: Have consistent names for bulk operations at admin/content
  • #2388009 by hussainweb: Clean-up shortcut module test members - ensure property definition and use of camelCase naming convention
  • #2388905 by chx: menu link storage override requires too much copy-paste
  • #2388467 by zaporylie: Remove \Drupal\entity_test\EntityTestViewsData and update the annotation
  • #1892006 by Outi, tompagabor, sqndr, BarisW, herom, skippednote, LewisNyman, vermario, frankbaele, criscom, kid_icarus, lauriii, jlyon, eporama: Include a print styling for Seven
  • #2387981 by hussainweb: Clean-up statistics module test members - ensure property definition and use of camelCase naming convention
  • #2381921 by tibbsa, hussainweb: Clean-up RDF module test members - ensure property definition and use of camelCase naming convention
  • #2389407 by chx: System Manager Service is not database dependent
  • #2391021 by Gábor Hojtsy: Config schema issues in config tests themselves
  • #2384167 by tibbsa: Clean-up DateTime module test members — ensure property definition and use of camelCase naming convention
  • #2226863 by cs_shadow, filijonka, joelpittet, pguillard: Update stale references to theme functions that have been converted to Twig
  • #2272001 by dsnopek, Devin Carlson, tim.plunkett, xjm, martin107: Views display plugin's list of handlers is not filtered by access
  • #2387157 by dawehner, Gábor Hojtsy: Cloning display into another display also stores options that are not supported by the new display type
  • #2363155 by penyaskito: content_translation.settings config is not scalable
  • #2359509 by Berdir: Incorrect type safe check in Entity::onUpdateBundleEntity() results too many cache clears
  • #2358269 by Gábor Hojtsy: Migration bugs in block visibility, field overrides, cron, maintenance settings and form modes found by configuration schema checking
  • #2248977 by Berdir: Complete support for multi-value base fields in ContentEntitySchemaHandler and use it for the user.roles field
  • #2390445 by Gábor Hojtsy: System module tests don't pass config schema check
  • #2389697 by Wim Leers, Gábor Hojtsy: Editor settings altering not needed (and not compatible with config schema assumptions)
  • #2387149 by Gábor Hojtsy, dawehner: Display extenders are not possible to describe with config schema
  • #2390749 by alexpott: run-tests.sh should allow single test methods to be run
  • #2390615 by alexpott: Add method to determine config dependency key depending on entity type
  • #2355245 by amateescu: ER's label formatter needs to take into account that $entity->urlInfo() might throw an exception
  • #2387141 by Gábor Hojtsy: Missing field configuration schemas across core tests
  • #2385111 by tadityar, Wim Leers: Bartik's CKEditor iframe stylesheet is not being loaded, hence image captions look broken
  • Revert "Issue #2354705 by yannisc: Mark a couple of asset services as non public"
  • #2386247 by tstoeckler: install.php should pass the class loader down into install_begin_request()
  • #2388593 by JeroenT: Remove drupal_truncate_bytes()
  • #2388765 by alexpott: Improve performance of SqlContentEntityStorage::countFieldData() for large datasets when getting the result as a boolean
  • #2335879 by alexpott, dixon_, Wim Leers, chx, mauzeh, ygerasimov, jeqq: Change SqlContentEntityStorageSchema::requiresEntityDataMigration() to ask the old storage handler if it has data rather than assuming yes unless NULL storage
  • #2382533 by Wim Leers: Attach assets only via the asset library system
  • #2369225 by mpdonadio: Add $options['base_url'] to UrlGenerator::generateFromRoute()
  • #2389287 by dawehner: Missing PhpExecutableFinder
  • #2387669 by rpayanm, joachim, tadityar: ConfigInstallWebTest is broken
  • #2388631 by JeroenT: Remove drupal_match_path()
  • #2388707 by damiankloip: UserAccessControlHandler has wrong $explicit_check_fields name for the password field when checking field access
  • #2355909 by penyaskito, alexpott, Gábor Hojtsy, DuaelFr: language.settings config is not scalable
  • #2263359 by jhodgdon: hook_help(): Top of page help sections can't link to help pages without a fatal error or checking for help module
  • #2084987 by andypost, Jalandhar: Remove usage of field_ui_default_value and recommend proper replacement
  • #2388043 by daffie: Remove DrupalUnitTestBase
  • #2380607 by Berdir, dawehner: Do not call ConfigBase::validateKeys() for data loaded from storage
  • #2387443 by alexpott, dawehner: BinaryFileResponse can fail because the core MIME guessing is not added to the MimeType singleton
  • #2385787 by a_thakur: Remove form_state_values_clean() from form.inc
  • #2364381 by Wim Leers: Exception thrown in drupal_render() causes an exception during the rendering of exceptions
  • #2386585 by hussainweb: Upgrade to Symfony 2.6.1
  • #2388215 by freblasty, tim.plunkett: Drag and drop is broken.
  • #2383573 by tibbsa: Clean-up Contact module Test members - ensure property definition and use of camelCase naming convention
  • #2331793 by olli, Gábor Hojtsy: Changing pager settings for this display only also changes pager settings for other display
  • #2017433 by BarisW: The documentation for hook_ranking() is wrong
  • #2387781 by dixon_: Fix camel case for method in EntityStorageInterface
  • #2347999 by Mile23, daffie, cs_shadow, cosmicdreams: DrupalUnitTestBase is deprecated, replace with KernelTestBase
  • #2384487 by rpayanm, daffie, Sharique, areke: Make the class variables protected for FilterFormat
  • #2364267 by yched: Clarify the logic in TypedDataManager::getPropertyInstance()
  • #2385225 by tibbsa: Clean-up editor module test members - ensure property definition and use of camelCase naming convention
  • #2381303 by tibbsa, rpayanm, hussainweb, mglaman: Clean-up CKEditor module test members — ensure property definition and use of camelCase naming convention
  • #1055150 by rootwork, Devin Carlson, yoroy, brianV, JimmyAx: Time zone description is confusing on user register form
  • #2365319 by damiankloip, larowlan: Entity normalization should check field access to avoid leaking data
  • #2386255 by aneek, rpayanm: Remove explicit sha1() call in drupal_page_cache_get_cid()
  • #2385805 by Gábor Hojtsy: Views tests don't pass strict schema checking
  • #2290261 by webchick: Revert php_fileinfo requirement
  • #2379595 by ricovandevin, tibbsa: node_help() broken for node add/edit form
  • #2385545 by alexpott: Installer can generate unthemed pages
  • #2386325 by Gábor Hojtsy: Recurring config schema problems with datetime and link field values in migrate tests
  • #2386005 by jhodgdon: Views UI tour needs better label
  • #2385227 by tibbsa: Clean-up entity_reference module test members - ensure property definition and use of camelCase naming convention
  • #2384531 by daffie, rpayanm: Make the class variables protected for RdfMapping
  • #2384357 by amateescu: Simplify Field UI testing
  • #2186113 by Berdir: Avoid key value expire garbage collection on actual requests
  • #2384539 by areke: Make the class variables protected for Action
  • #2385391 by pwolanin: DistributionProfileTest does not need to create an empty .profile
  • #2384541 by rpayanm: Make the class variables protected for ConfigurableLanguage
  • #2384537 by rpayanm, areke: Make the class variables protected for SearchPage entity
  • #2384535 by rpayanm, fernando_calsa, areke, Sharique: Make the class variables protected for ImageStyle
  • #2384853 by alexpott: Both configuration directories have to be specified in settings.php
  • #2349805 by balagan, clemens.tolboom, Cyberwolf: Rest classes should use StringTranslationTrait instead of t() function when possible
  • #2382557 by Wim Leers: Change JS settings into a separate asset type
  • #2380411 by areke, hussainweb, GPrince17: Clean-up Text module test members - ensure property definition and use of camelCase naming convention
  • #2363077 by stefan.korn, eojthebrave: Max and min resolution not working
  • #2384545 by Wim Leers, jbrown: $element['#ajax']['callback'] is broken, hence breaking e.g. inserting images in CKEditor
  • #2384689 by tibbsa: Clean-up dblog module test members - ensure property definition and use of camelCase naming convention
  • #1074108 by pwolanin, webchick, BlakeLawson, jayeshanandani, Devin Carlson, harijari, David_Rothstein, c_lehel, Haza, oriol_e9g: Profile selection form not skipped if there is only one visible profile
  • #1942178 by ohthehugemanatee, vijaycs85, mtift, mortona2k, YesCT, lokapujya, ricardoamaro: Make User module active config save format match the default yml file
  • #2275463 by SpadXIII: Path field does not respect settings in form display
  • #2385803 by a_thakur: Remove form_execute_handlers() from form.inc
  • #2385063 by rpayanm, Akshay2598: Remove drupal_process_form()
  • #2382239 by chx: InstallerKernel is undocumented and hardwires bootstrap config storage
  • #2250165 by neclimdul, cs_shadow, YesCT: Replace fake mocks with actual OpenDialogCommand stubs in AjaxCommandsTest
  • #2335673 by ashutoshsngh, oenie, rudins, er.pushpinderrana: Remove usage of drupal_process_form()
  • Revert "Issue #2382239 by chx: InstallerKernel is undocumented and hardwires bootstrap config storage"
  • #2354705 by yannisc: Mark a couple of asset services as non public
  • #2318755 by LinL, Devin Carlson, effulgentsia, catch: Block Module: Fix documentation that refers to enabling/disabling of modules
  • #2382011 by Mile23: Expand unit testing for Drupal\Component\Utility\UserAgent
  • #2325269 by Gábor Hojtsy, Arla: Test and fix views in test_views directories against their configuration schema
  • #2381751 by hussainweb: Clean-up Book module test members - ensure property definition and use of camelCase naming convention
  • #2379863 by mglaman: Clean-up color module test members - ensure property definition and use of camelCase naming convention
  • #2345867 by olli, Gábor Hojtsy: Remove node_row_node_view_preprocess_node() and dead code in the comment views wizard
  • #2359369 by mpdonadio, Berdir, bdurbin: Render cache is not cleared when module is uninstalled
  • #2380377 by jhedstrom: Fix BatchStorageInterface::delete
  • #2345343 by damiankloip, dawehner, olli, Bès: view TITLE appears all the time
  • #1938920 by akalata, Jon Pugh, joelpittet, shanethehat, lauriii, martin107, nicholasruunu: Convert node_search_admin theme tables to table #type
  • #2377281 followup by dawehner: Upgrade to Symfony 2.6 stable
  • #2144505 by tstoeckler, YesCT, Gábor Hojtsy, vijaycs85, webflo: Views does not use the text format type for formatted text
  • #2357145 by alexpott, olli, YesCT: Views can not be saved with a numeric (grouped) filter
  • #2381909 by larowlan, alexpott: Basic block type provided by standard is missing a body field
  • #2384165 by tibbsa: Clean-up Contextual module test members — ensure property definition and use of camelCase naming convention
  • #2300817 by joshi.rohit100, er.pushpinderrana, tim.plunkett, ianthomas_uk, LinL, dawehner: Remove path_is_admin() as it is deprecated
  • #2383307 by alexpott: Remove weird getInfo methods from fake database classes
  • #2383727 by a_thakur: Remove form_options_flatten() as it is deprecated
  • #2377685 by LewisNyman, herom: Fix outdated CSS rules in Views UI
  • #2342593 by znerol, grendzy, David_Rothstein: Remove mixed SSL support from core
  • #2369781 by larowlan: Ensure twig_debug output has needed sanitization
  • #2384581 by cilefen, Wim Leers: Security: Update CKEditor library to 4.4.6
  • #2384009 by arpitr: Remove deprecated function _update_create_fetch_task and its usage
  • #2383079 by benjy: EntityDisplayBase::calculateDependencies() fatal error is unhelpful
  • #2382493 by yched: Population of default field values in entity translation is incorrect
  • #2383153 by aneek, corbacho: Unwanted list style position in Available updates page listing
  • #2380349 by martin107: Fix one-line documentation for RouteProcessorCsrf
  • #2384163 by yched: Entity render cache is needlessly cleared when an Entity*Fom*Display is modified
  • #2368251 by emma.maria, vermario, tkoleary: No border around image upload widget when creating content in Bartik
  • #2383667 by Gábor Hojtsy: pathField and pathFieldsSupplemental is not used in Views wizards
  • #2382497 by er.pushpinderrana: The first parameter of the hook function hook_page_bottom is wrong in the documentation
  • #2379697 by Gábor Hojtsy: Fix configuration schema issues in block content (indirectly link and field test) modules
  • #2365585 by yched: FieldItemList::filterEmptyItems() renumbers deltas but does not update the Items
  • #2383633 by Gábor Hojtsy: Clean up in-line colon code style in config schemas
  • #2383277 by MrHaroldA: StringLongItem should not extend StringItem
  • #2381491 by kattekrab: Change "and" to && in CKEditorPluginManager
  • #2377281 by hussainweb: Upgrade to Symfony 2.6 stable
  • #2378095 by Wim Leers, Devin Carlson: Convert all remaining attached individual CSS/JS assets to attached asset libraries
  • #1759090 by andrewmacpherson, InternetDevels, jjcarrion: Remove redundant CSS from theme settings form
  • #2374035 by dakku: Block module spelling corrections
  • #2294503 by Mile23, neclimdul: Component Utilities unit test cleanups
  • #2382667 by Wim Leers, Berdir: #post_render_callback's that result from other #post_render_calback are not processed
  • #2368275 by martin107, dawehner, znerol, Crell, Wim Leers: EntityRouteEnhancer and ContentFormControllerSubscriber implicitly depend on too many services
  • #2362227 by dawehner, mpdonadio, znerol, tim.plunkett, skipyT: Replace all instances of current_path()
  • #2382503 by Wim Leers: Not possible to render self-contained render array while a render stack is active
  • #1938916 by joelpittet, akalata, a-fro, duellj, InternetDevels, lauriii: Convert locale theme tables to table #type
  • #2159347 by david_garcia, claudiu.cristea: Aggregation not working simple test case
  • #2099259 by Berdir: Missing default access for all taxonomy term fields
  • #2381973 by Gábor Hojtsy, vijaycs85, dawehner: View wizard creates 'invalid' views out of the box, missing plugin_ids, insecure permissions
  • #2342023 by rpayanm, Matt V.: documentation references hook_disable and hook_modules_disabled, but they've been removed
  • #2318813 by Devin Carlson, Lowell: Comment module: Fix documentation that refers to enabling/disabling of modules
  • #2358037 by davidhernandez, jhodgdon, lauriii: Add search form block Twig template file
  • #2309051 by martin107: Duplicate assertion text in LocaleUpdateTest
  • #2365965 by er.pushpinderrana, larowlan, Cristian.Andrei, gaurav.pahuja: Various tests still have getInfo method
  • #2355543 by ebeyrent, lhangea: TokenTest Language mock is not accurate
  • #2349859 by R. Volk, naxoc: Responsive Image Mappings :: throws a fatal exception if no image style is set
  • #2348459 by larowlan, alexarpen: Fields of type 'Text (formatted)' do NOT save values
  • #2365653 by emma.maria, stefan.korn: CSS definition for one sidebar and 560 to 850 px not correct
  • #2381079 by yched: Adjust storage_settings schema for string_long field type
  • git commit -m 'Issue #2369035 by jhodgdon, Gábor Hojtsy, robertdbailey: Config entities should not always be untranslated in admin routes'
  • #2235901 by alexpott, mdrummond, iMiksu, sun, Wim Leers: Remove custom theme settings from *.info.yml
  • #2212335 by jhodgdon: Separate out NodeSearch::execute() into finding vs. processing results
  • #2358603 by Berdir: ViewsAjaxController results in fatal error for empty optional arguments
  • git commit -m 'Issue #2377397 by Wim Leers, alexpott: Themes should use libraries, not individual stylesheets'
  • #2359453 by JeroenT: Remove drupal_mail_system()
  • #1833932 by lauriii, lokapujya, cilefen, Cottser, joelpittet, jenlampton, iMiksu, lanchez, ericrdb, mikispeed, Eric_A, mikemiles86: Convert theme_system_compact_link() into a #type link
  • #2157541 by dawehner, penyaskito, tim.plunkett, Désiré: Views sets access to ANY on routes - could result in information disclosure
  • #2352207 by martin107, Berdir: Database cache backend does not treat cid as case sensitive
  • #2381509 by er.pushpinderrana, dawehner: Fix docs for _content being _controller in routing.yml files
  • #1002164 by alexpott, Carsten Müller, Devin Carlson, linclark, naxoc, vijaycs85: The Book module can be uninstalled with nodes with a book node type still existing
  • #2349801 by BillyClackers: The local tab 'Blocks' should be first on the Custom block library
  • #2358529 by Tom Verhaeghe, Wim Leers, brylie, brahmjeet789, effulgentsia: Right-aligned images in CKEditor appear to the right of other fields
  • #2350723 by rjacobs: State toggles for Enable alt/title and Require alt/title not functioning
  • #1224892 by iaine, lapistano, LinL, jonvk: Duplicate code in mysql/schema.inc (createKeySql = createKeysSqlHelper)
  • #2030661 by lokeoke, lokapujya, larowlan, dinarcon, daffie, izus, Ivan Zugec: Expand Tour with methods
  • #2380573 by tibbsa: Add @return $this to ConfigInstallerInterface::setSynching
  • #2379683 by Gábor Hojtsy: Fix configuration schema issues in contact (indirectly user and system) modules
  • #2348925 by alexpott, cilefen, Wim Leers: Uninstalling a filter plugin removes text formats
  • #2350327 by PieterDC, Dave Reid: editor.module should use the same data- attributes as entity_embed.module uses
  • #2317913 by jhedstrom: Early error handling can result in fatal error (Call to a member function get() on a non-object)
  • #2374125 by alexpott: Create a persistent block_content body field storage
  • #2370305 by Gábor Hojtsy, yched: Refactor field type configuration schemas for DX, easier to find errors
  • #2316909 by Berdir, alexpott: Revisit all built-in test/default views configuration in core
  • #2378703 by Berdir: Port denial of service fixes from SA-CORE-2014-006 to Drupal 8
  • #2377967 by dawehner: Remove bc layer for _content _controller change
  • #2346039 by ultimike, benjy: Add missing migrations to MigrateDrupal6Test and fix the result
  • #2030613 by balagan, Mile23, scottrigby, alexpott: Expand EntityViewMode (really EntityDisplayModeBase) with methods
  • #2211241 by jhodgdon, ianthomas_uk: Refactor search_reindex() into separate functions
  • #2363647 by benjy: Cannot programatically update books
  • #2144413 by tstoeckler, YesCT, robertdbailey, webflo, Schnitzel, Wim Leers, kfritsche, Jose Reyero, Gábor Hojtsy, prodosh: Config translation does not support text elements with a format
  • #2349871 by borisson_, Wim Leers, Arjandew: Vertical toolbar menu is broken in narrow viewports
  • #2371987 by sarav.din33, michaellenahan: Use e.g. instead of i.e. in Date field hover text
  • #2341461 by ashutoshsngh, esod, quietone: Remove usage of form_options_flatten()
  • #2232881 by danblack: pdo used to require comment escaping - doesn'\''t on supported versions
  • #2372255 by amorsent: ckeditor.js variable name typo
  • #2380605 by emma.maria, lauriii: Bartik layout broken
  • #2350823 by lauriii, jhedstrom, Tim Bozeman, cilefen, davidhernandez, inqui, Cottser, xjm: Use the Classy theme in the Testing profile
  • #2380391 by webflo: Fix storage settings for TextLongItem and StringLongItem
  • #2324055 by dawehner, cilefen, znerol: Split up the module manager into runtime information and extension information
  • #2353335 by Devin Carlson, Wim Leers, myforgedoteu: module install cannot save FTP settings
  • #2374339 by benjy, chx: FieldConfigBase::calculateDependencies() fatal error is unhelpful
  • #1663166 by LewisNyman, Manuel Garcia, JamesLefrère, BarisW, sqndr, tompagabor: Clean up system admin css
  • #2377115 by mglaman: Replace all instances of entity_load('field_config') and entity_load_multiple('field_config') with static method calls
  • #2378055 by Gábor Hojtsy: Reorganise config schema for entity_form_display / entity_view_display
  • #1201452 by Heine, mgifford: Potential Vulnerability In DatabaseConnection_mysql
  • #2368019 by Mile23: Expand unit testing for Drupal\Core\Plugin\Context\ContextDefinition
  • #2378789 by Wim Leers: Views output cache is broken
  • #2350821 by dawehner, webflo, alexpott, vijaycs85: Sort views displays by display name
  • #977440 by andypost, amateescu: Clean-up comment links title attributes
  • #2376013 by pwolanin: Drupal 8 installer initially fails if settings.php and services.yml are correct, but config directories are absent
  • #2372909 by Tom Verhaeghe: Comments to check '$comment->getOwner->isAnonymous()' instead of assuming anonymous is ID 0
  • #2379459 by larowlan: Add a test for forum action links for anon users
  • #2099341 by geodaniel, borisson_: Align view name with other fields in views admin list
  • #2027959 by andypost, aburrows: Remove dependency on datetime from comment
  • #1433796 by hampercm, claudiu.cristea, joshi.rohit100, gitesh.koli, undertext, yoroy, larowlan, rpayanm, opratr, jaffaralia, webbykat, nmudgal: Link to images styles from image field display settings
  • #2376689 by yched: IntegerItem 'size' setting should be a storage setting
  • #2371853 by tim.plunkett, larowlan: Add more helper methods around temporary FAPI storage
  • #2378583 by tim.plunkett, EclipseGc: Core ContextAware Plugins have inconsistent ContextDefinition return docs
  • #2377449 by sqndr: Seven maintenance page theming incorrect
  • #1855066 by Tom Verhaeghe, Wim Leers, benjifisher: In the "menu" toolbar tray, clicking/tapping white space should show the child level
  • #2379083 by olli, Wim Leers: Regression (again): Menu contextual links no longer visible in menu blocks, when block caching is enabled
  • #2378263 by Wim Leers: hook_library_alter() must be manually invoked by users of LibraryDiscovery, and has no test coverage
  • #2346937 by dawehner, larowlan, Wim Leers, claudiu.cristea, msonnabaum: Implement a Renderer service; reduces drupal_render / _theme service container calls
  • #2378699 by klausi, David_Rothstein, pwolanin: Port session hijacking fixes from SA-CORE-2014-006 to Drupal 8
  • #2304949 by mpdonadio, cilefen, znerol, klausi, gaurav.goyal, regilero: Port HTTP Host header DoS fix from SA-CORE-2014-003
  • #2174589 by Wim Leers, ikeigenwijs, el7cosmos, setvik, YesCT: Split up ckeditor.admin.js
  • #2378585 by EclipseGc, tim.plunkett: Multiple context requirements cannot be satisfied by a single value
  • #2374201 by YesCT: Docs and quote coding standard follow-up from: Incorrect logic in creating url to fetch information about project updates
  • #2378329 by almaudoh: Update AccountProxyInterface::setAccount() documentation to point people to the account_switcher service
  • #2376899 by Gábor Hojtsy: ImageFieldTestBase::createImageField() takes a description in field settings errorneously
  • #2358993 by rpayanm, JeroenT: Remove usage of drupal_mail_system()
  • #2343181 by herom, vermario, rpayanm: RTL issues on front page
  • #2375879 by jibran, dawehner: Don't filter languages in case it is not needed
  • #2375245 by ashutoshsngh: Remove form_set_value()
  • #2141417 by babruix, Sam152, jessebeach: Trays without headings throw a JavaScript error when the non-existent heading text is accessed
  • #2328919 by Mile23, YesCT, tim.plunkett: Remove () from a bunch of @covers definitions in PHPUnit
  • #2376791 by dawehner, Wim Leers: Move all _content routing definitions to _controller
  • #2373735 by joelpittet, dawehner: Simplify/clean up BareHtmlPageRenderer
  • #2349633 by mortendk, runand, bradwade, emma.maria: Copy book templates to Classy
  • #2318779 by Devin Carlson: [Meta] Aggregator Module: Fix documentation that refers to enabling/disabling of modules
  • #2376039 by znerol, Wim Leers, alexpott: Undefined property ContainerAwareEventDispatcherTest::results in run-tests.sh
  • Revert "Issue #2189345 by sanduhrs, jbekker, joshtaylor, benjy, sun: run-tests.sh should exit with a failure code if any tests failed"
  • Revert "Issue #2376039 by znerol, Wim Leers, alexpott: Undefined property ContainerAwareEventDispatcherTest::results in run-tests.sh"
  • #2339151 by EclipseGc, tim.plunkett, Gábor Hojtsy, effulgentsia: Conditions / context system does not allow for multiple configurable contexts, eg. language types
  • #2377393 by alexpott: Seven seven_preprocess_html adds unused classes
  • #2372323 by alexpott, amateescu: Static loaders on entity types don't return a properly typed object
  • #2376581 by yched: Cleanup CommentManager::addDefaultField().
  • #2322439 by subhojit777, akashjain132, znerol, jaimekristene, japo32, ThomWilhelm: Titles in a user's activity tab displays as just text and not a link
  • #2376147 by alexpott, joelpittet, amateescu: Installer is missing all of the global Seven theme stylesheets
  • #2368349 by Gábor Hojtsy, alexpott: Entity view and form display configuration schemas are too verbose / key ones missing
  • #1853072 by stevepurkiss, larowlan, bjlewis2, mgifford, stefank: Remove forum_menu_local_tasks_alter() hack and instead add links in ForumController::build
  • #2348007 by jibran, olli, marcus7777: Taxonomy term view needs status filter
  • #2362987 by Wim Leers, Codenator, Pinolo: Remove hook_page_build() and hook_page_alter()
  • #2288911 by znerol, effulgentsia: Use route name instead of system path in user maintenance mode subscriber
  • #2354275 by slashrsm: There are functions in AliasStorage that are not in AliasStorageInterface
  • #2318753 by greenhodge, amitgoyal, Devin Carlson: REST Module: Fix documentation that refers to enabling/disabling of modules
  • #2318789 by Devin Carlson: Book Module: Fix documentation that refers to enabling/disabling of modules
  • #2318783 by Devin Carlson: Ban Module: Fix documentation that refers to enabling/disabling of modules
  • #2318761 by Devin Carlson: Action Module: Fix documentation that refers to enabling/disabling of modules
  • #2318807 by Devin Carlson: Color Module: Fix documentation that refers to enabling/disabling of modules
  • #2345725 by tim.plunkett: Query parameters are not decoded the same as the path portion of a URL
  • #2359071 by JeroenT, rpayanm: Remove drupal_wrap_mail
  • #2371229 by rpayanm, joshi.rohit100: Exceptions when adding and deleting shortcut are regular messages, should be error messages
  • #2376403 by Tom Verhaeghe: Some full name space paths wrong in comments in WizardPluginBase
  • #1077578 by mgifford, mjohnq3, sqndr, zniki.ru, pwieck, rpayanm, Risse, visabhishek: [Followup] Convert bartiks page.tpl.php to HTML5
  • #1850164 by Tom Verhaeghe: Default state of toolbar should show menu tray in non-narrow viewports
  • #2333053 by dsnopek, mradcliffe: JavaScript for #type => 'machine_name' registers key presses on 'source' slowly later, when label has spaces, special or international characters in it
  • #2375107 by olli: Unable to allow multiple roles access views page
  • #2189345 by sanduhrs, jbekker, joshtaylor, benjy, sun: run-tests.sh should exit with a failure code if any tests failed
  • #2237625 by amateescu: Step 4: Remove amateescu from the maintainers of menu links
  • #2374815 by alvar0hurtad0: Update file comment on TextWithsummaryItemTest to show correct name
  • #2373549 by neclimdul: PHPUnit test testGetDoesntHitConsistentBackend failing when run with coverage reporting
  • #2277739 by Palashvijay4O: Remove core/scripts/switch-psr4.sh
  • #2364555 by Mile23: Add @covers annotation, fix some --strict for PHPUnit
  • #2349773 by mirom, Zekvyrin, subhojit777, lauriii: Twig Double escaping on modules' available updates page
  • #1847174 by TravisCarden, Jody Lynn, boromino, Mariano, iaine: Path alias validation should test for relative path, no trailing slash requirements
  • #2103247 by Tom Verhaeghe | stpaultim: Fixed Clicking menu links in the administration menu tray should close the admin menu tray, while in a narrow viewport where the toolbar is positioned on top of the content.
  • #2358995 by rpayanm, JeroenT, Alienpruts, gaurav.pahuja, er.pushpinderrana | Les Lim: Remove usage of drupal_wrap_mail().
  • #2366043 by dawehner: Upgrade to Symfony 2.6
  • #2374087 by alexpott, benjy: Fixed Create a persistent comment body field storage.
  • #2375225 by LewisNyman, davidhernandez: Add emma.maria as Bartik maintainer.
  • #2370147 by catch, davidhernandez, lauriii: Move is_front variable to template_preprocess_page()
  • #287292 by almaudoh, mr.baileys, drewish, Berdir, znerol, boombatower, dawehner, jpetso, floretan: Add functionality to impersonate a user
  • #2375923 by amateescu, olli: Fixed favicon missing.
  • #2303777 by sun, jhedstrom: Fixed Allow drupal components to depend on other components outside Drupal.
  • #2321385 by alexpott, bircher, amateescu, swentel, benjy: Fixed Creation of node body field in postSave() incompatible with default config and overrides.
  • #1885788 by alimac, tim.plunkett | jenlampton: Fixed An AJAX HTTP error occurred during module installation via UI.
  • #2328111 by dawehner, martin107, neclimdul: Replace most instances of the DRUPAL_ROOT constant with the app.root container parameter.
  • #2370703 by amateescu, yched: Fixed ER's "autocreate" feature is mostly broken (and untested).
  • #1877482 by bertramakers | benjifisher: Fixed Toolbar tabs should have ID attributes based on hook_toolbar() array keys rather than sequentially numbering.
  • Revert "Issue #2232477 by tstoeckler, a 'fliptable' mateescu, plach: Fixed Fatal when adding new fields with NOT NULL constraints in a base table that contains existing entities."
  • #2352155 by Wim Leers: Remove HtmlFragment/HtmlPage.
  • #2342377 by david_garcia: Fixed Non database agnostic expression in SQLContentEntityStorage.
  • #2364647 by chx, alexpott: Fixed [sechole] Remove blacklist mode from Filter:XSS.
  • #2371141 by pfrenssen: Fixed XSS vulnerability when displaying exception backtrace.
  • #2371671 by podarok | Chi: Fixed drupal_set_message repeat parameter does not work.
  • #2371725 by dawehner: Fixed Don't use theme negotiation all over the place.
  • #2232477 by tstoeckler, a 'fliptable' mateescu, plach: Fixed Fatal when adding new fields with NOT NULL constraints in a base table that contains existing entities.
  • #2372477 by yched: Fixed Lots of tests still enable entity.module.
  • #2031901 by andypost: Remove node tokens from comment.tokens.inc.
  • #1426804 by alexpott, swentel: Fixed Allow field storages to be persisted when they have no fields.
  • #2371843 by alexpott: Add event listener to check schema on config save.

Download Size md5 hash
drupal-8.0.0-beta4.tar.gz 9.11 MB 66cf899e456bd27b7ff9beaf61dcf45f
drupal-8.0.0-beta4.zip 16.29 MB 843607d56c4a73c161c13aa5c04c46f0
Last updated: December 17, 2014 - 14:08
Official release from tag: 
8.0.0-beta4
Core compatibility: 

drupal 8.0.0-beta6

$
0
0

Release notes

Betas are good testing targets for developers and site builders who are comfortable reporting (and where possible, fixing) their own bugs, and who are prepared to rebuild their test sites from scratch when necessary. Beta releases are not recommended for non-technical users, nor for production websites. More information on beta releases.

An upgrade path will not be supported from this release to the next beta release, nor before all known upgrade path blockers are resolved.

Known issues

Shortcut now depend on link module
If you are attempting to upgrade from a previous beta release, and shortcut module is enabled, you should enable link module before attempting to update to beta6. Note that upgrades between beta releases are not officially supported yet, and this is why.

There are still over 70 critical issues with this beta release that need to be resolved before we will create a release candidate.

Search the issue queue for known issues.

Obvious user facing bugs

If you are testing the beta, be aware that there are obvious site visitor and site builder-facing bugs, please consult the list below to see if they already have an issue open:

Changes since 8.0.0-beta5:

  • Revert "Issue #2388749 by alexpott, adci_contributor, ParisLiakos: Register symfony's mime guessers if they are supported"

Changes since 8.0.0-beta4:

  • #2415129 by Wim Leers, Gábor Hojtsy: Small clean-up for Shortcut entity's usage of link field
  • #2282035 by hussainweb, RavindraSingh, joachim: Title not shown during a batch operation
  • #2235457 by dawehner, amateescu, hussainweb, Berdir, benjy, Wim Leers, lokapujya, RavindraSingh, Ryan Weal, jibran, Jalandhar: Use link field for shortcut entity
  • #2414047 by dawehner, larowlan: MenuLinkContent calls getUrlInfo('content-translation-overview') when it should be 'drupal:content-translation-overview'
  • #2388749 by alexpott, adci_contributor, ParisLiakos: Register symfony's mime guessers if they are supported
  • #2228733 by ParisLiakos, chx, marcingy: Remove getFeedDuplicates - its unused and untested
  • #2413587 by Wim Leers, willzyx: Aggregate JavaScript files no longer working
  • #2012130 by smiletrl, dawehner, damiankloip, larowlan, webflo, pcambra, dashaforbes, mgifford, effulgentsia: Regression: Views integration for "list" field types is broken
  • #2405023 by benjy: Cannot create base_field_override entity, ID already exists
  • #687588 by tsphethean, mirie, Cottser, porchlight, cyborg_572, rgoodine, adci_contributor, joshi.rohit100: Remove access check from submit() in UserCancelForm
  • #2342243 by martin107: Within a nested foreach loop you cannot re-use the index variable!
  • #2408533 by markpavlitski: Installation Fatal error: Call to undefined function opcache_invalidate()
  • #2412373 by alexpott: Remove node-type-list from block-content-add-list.html.twig
  • #2405213 by alexpott: Remove admin-options component from Seven theme since it is not used
  • #2224951 by ParisLiakos, Sumeet Jaggi: Aggregator delete local task uses tab_root_id instead of base_route
  • #2410441 by idebr: 'People' icon missing from toolbar
  • #2333719 by alvar0hurtad0, idebr, LewisNyman, msankhala: Abstract Views Exposed Form styling out into a reusable class
  • #2381763 by chx, webflo: Adjust the order of container yamls to override settings per environment
  • #2368767 by dawehner, Wim Leers, alexpott: Implement calculateDependencies() in ArgumentPluginBase to get dependencies from validator and default plugins
  • #2408653 by DickJohnson, LewisNyman: Remove lists.css from Bartik, add it's current code directly to the components it references
  • #1916790 by plach, YesCT, penyaskito, Gábor Hojtsy, das-peter, herom, larowlan: Convert translation metadata into regular entity fields
  • Revert "Issue #1916790 by plach, YesCT, penyaskito, Gábor Hojtsy, das-peter, herom, larowlan: Convert translation metadata into regular entity fields"
  • #2347469 by mondrake, Wim Leers, larowlan, kattekrab, mnico, tadityar: Rendering forms in AjaxResponses does not attach assets automatically
  • #2341323 by dawehner, plach: Adapt the references field / table names in views, when corresponding entity schema changes
  • #784626 by Wim Leers, Manuel Garcia, jcisio, joelpittet, Bevan, fcaspani, dcmouyard: Default all JS to the footer, allow asset libraries to force their JS to the header
  • #2197029 by dawehner, larowlan, ParisLiakos: Allow to inject dependencies into validation constraints
  • #2348679 by znerol, Wim Leers: Move the remaining procedural page cache code to the page cache stack middleware
  • #2107243 by amateescu, jibran, larowlan, Xano: Decouple entity reference selection plugins from field definitions
  • #2372893 by idebr, Wim Leers: Text editor configuration UI does not update correctly when switching editors
  • #2291449 by Cottser: Add Twig template inheritance based on the theme registry, enable adding Twig loaders
  • #2411323 by tadityar: FieldStorageConfig::isRequired should not exist
  • #2409647 by zealfire: ContainerDerivativeDiscoveryDecoratorTest misses @covers and coversDefaultClass documentation
  • #2336141 by lauriii, LewisNyman, rteijeiro, balagan, emma.maria, stefika: Create reusable color classes
  • #2349659 by Maninder, lauriii, mortendk: Copy comment templates to Classy
  • #2398925 by idebr: Editor Image dialog: alt text required_error does not close tag
  • #2411143 by dawehner, effulgentsia, amateescu, larowlan: Change LinkItem schema to store URIs rather than URLs/paths/routes
  • #2403485 by larowlan, kim.pepper, idebr, fago: Complete conversion of comment form validation to entity validation
  • #2247085 by larowlan, Berdir: Constraints cannot be added to configurable fields
  • #1811226 by Mile23: Add missing type hinting to Contact module docblocks
  • #2408925 by eojthebrave: Add info about @Events to @Extending and Altering topic
  • #2407933 by romina.nayak, adci_contributor, sidharrell, sinniger, arpit_nnd: Move all menu-related hooks and topic to new menu.api.php file
  • #1987890 by Mile23, disasm, undertext, pwolanin: Convert update_test_mock_page() to a new style controller
  • #2221699 by mpdonadio, mikey_p, alexpott, kim.pepper, arlinsandbulte: HTTP_HOST header cannot be trusted
  • #2384529 by hussainweb, rpayanm: Make the class variables protected for Migration
  • #2095787 by Sutharsan, Gábor Hojtsy, fran seva, adci_contributor, rpayanm: Configuration translations not updated when manually importing a .po file
  • #2410427 by idebr: admin/structure/views/add shoud include the views_ui.admin library
  • #2405337 by benjy: EntityFile destination doesn't handle temporary files when the source and destination are the same
  • Revert "Issue #2407125 by Cogax: LanguageInterface should not support setName"
  • #2407125 by Cogax: LanguageInterface should not support setName
  • #2409545 by chris_h, dasjo: Custom block view mode should only display if there's more than one
  • #2409577 by katzilla, pfaendler, k4v: Allow to enter the machine name in the views filter
  • #2155245 by ChristianAdamski, scor, areke: Use proper methods instead of directly calling $file->filename and $file->uri
  • #2405939 by Gábor Hojtsy, olli: use_current_language upcasting option is misleading, it toggles all overrides not just language
  • #2225597 by tibbsa, larowlan, akozma: contact.module allows you to send emails to users with no email address - producing an error
  • #2403815 by benjy: Test migration of signature_format with assertIdentical
  • #2409247 by znerol: Generated proxy classes break DrupalKernelTest when running from the UI
  • Revert "Issue #2405907 by MrHaroldA: Views combined filters add redundant separators in CONCAT_WS()"
  • #2409339 by pbull: ViewExecutableTest::testPropertyMethods fails when randomly generated URL contains placeholders
  • #2142653 by corbacho, sqndr, LewisNyman, floretan, BarisW, G-raph, JamesLefrère, lokapujya, LoMo, Outi: Change default logo filetype to .svg and add an SVG version of Druplicon
  • #2390239 by apratt, larowlan, eojthebrave: No information about format of permissions.yml in permissions topic
  • Revert "Issue #2403847 by larowlan, dawehner: Shortcut content entity validation misses form validation logic"
  • #2371605 by plach, larowlan: SqlContentEntityStorage::countFieldData() fatals for revision metadata fields and the UUID field
  • #2403847 by larowlan, dawehner: Shortcut content entity validation misses form validation logic
  • #2407801 by dawehner, Gábor Hojtsy, yched, jibran: Views generic field handler does not work with base fields
  • #2368797 by Wim Leers, dawehner, rteijeiro: Optimize ajaxPageState to keep Drupal 8 sites fast on high-latency networks, prevent CSS/JS aggregation from taking down sites and use HTTP GET for AJAX requests
  • Revert "Issue #2221699 by mpdonadio, mikey_p, kim.pepper, arlinsandbulte: HTTP_HOST header cannot be trusted"
  • #2221699 by mpdonadio, mikey_p, kim.pepper, arlinsandbulte: HTTP_HOST header cannot be trusted
  • #2064379 by tadityar, bneil: Remove ckeditor-iframe.css and load relevant Bartik CSS files for CKEditor's iframe mode
  • #2409325 by bneil, idebr: Remove draggable.png and grippie.png
  • #2378729 by jibran: JoinPluginBase doesn't allow extra conditions on left table
  • #2384583 by jibran: Remove taxonomy_select_nodes function
  • #2406543 by alexpott: Remove ConfigFactory::setOverrideState and ConfigFactory::getOverrideState()
  • #2404041 by pcambra: Replace _l() calls in file module
  • #2387027 by kim.pepper, pfrenssen: Upgrade PHPUnit to the latest stable release
  • #2372899 follow-up by amateescu: HEAD BROKEN: Fix names of things
  • #2220559 by benjy, swentel, lokeoke, visabhishek, hampercm, joshi.rohit100, amitgoyal: Entity displays must have a settings array
  • #2372899 by mpdonadio, Berdir: PageCacheTagsTestBase should use Url objects
  • #2094499 by amateescu: Convert "Manage (form) display" forms to be the official entity edit forms for EntityView[Form]Display objects
  • #2409197 by balagan, idebr, vacho: Add missing RTL css for the Tour dialog
  • #2407489 by kim.pepper: Remove user.pages.inc
  • #2350551 by Wim Leers, alexpott, damiankloip, arlinsandbulte: Views fields that have attached assets are lost when Views output caching is enabled
  • #2401505 by Berdir, jibran, larowlan: Add an entity collection template for lists
  • #2390467 by iPat, adamwhite: User role permission assignments are not deleted when a role is deleted
  • #2407907 by YesCT, mr.york: Configuration translation entity listings displays items overriden
  • #2383197 by queenvictoria, bforchhammer, webflo, jhedstrom: Entities not loaded for relationships on same entity type
  • Revert "Issue #2383197 by queenvictoria, bforchhammer: Entities not loaded for relationships on same entity type"
  • #2205271 by trobey, jhedstrom: Project namespace for dependencies
  • #2350011 by rpayanm, Palashvijay4O, xq1003, zealfire, yoroy, arunkumark: Too small/large font sizes for body text in CKEditor
  • #2406113 by fago: Clarify how ContentEntityForm::validate() should be overridden
  • #2331685 by pfrenssen, jibran, larowlan, cilefen: PHPUnit deprecated assertTag(), assertNotTag() and assertSelectEquals()
  • #2409817 by mark.labrecque, joelpittet: CKEditor toolbar configuration UI missing ending UL
  • #2383197 by queenvictoria, bforchhammer: Entities not loaded for relationships on same entity type
  • #2407107 by jan.stoeckler: Drupal\user\Plugin\views\filter\Roles should implement calculateDependencies()
  • #2405903 by Berdir, gvso: Our charset metatag is not valid HTML according to W3C validator
  • #2407749 by olmaga, sivaji@knackforge.com: Copy system templates l*.html.twig to Classy
  • #2408357 by dawehner: The ProxyBuilder includes parent interfaces, which causes php errors
  • #2225427 by ianthomas_uk, martin107, JeroenT, LoMo: Remove remaining uses of deprecated language functions (mostly in object oriented code)
  • #2404929 by dileepmaurya, segi, Kristen Pol, prajaankit: Path class on may be language specific, results in CSS bugs
  • #2293813 by joshi.rohit100, pcambra: Replace t() function with class method call in locale localsettingform
  • #2407405 by JeroenT: Remove usage of drupal_clean_id_identifier
  • #1588138 by mondrake: pager_query_add_page() overrides parameters passed programmatically
  • #2404739 by pfrenssen, Berdir, plach: language_entity_field_access() doesn't work if $items isn't present
  • #2403735 by benjy, markie, quietone: Migrate aggregator feed hash
  • #2303391 by gvso, idebr, AkshayKalose, gaurav_varshney, dinarcon, kporras07, vaibhavjain, msound, alexpott: Tab 'Log in' shows on 'Request new password page for logged-in users and is missing for logged-out users
  • #2334379 by yvesvanlaer: Hover state when clicked on add button adds box-shadow
  • #2090969 by lokapujya, tstoeckler, mgifford, mikemiles86: Minor code-style issues in SessionTestController
  • #2329599 by casey, stefan.r, hampercm, droplet: Update classList.js
  • #2409395 by Cheet, DamienMcKenna, penyaskito, mglaman: Fix typo 'lama' => 'llama'
  • #2409359 by kattekrab: Remove "posts per page" from Site Information description in admin/config
  • #2406903 by gvso, wizonesolutions, penyaskito, holingpoon: HTML double-escaping in views debug messages
  • #1821620 by andythomnz, larowlan, joshi.rohit100, nick_schuch, tadityar, richardcanoe: Indentation in /core/modules/comment/lib/Drupal/comment/Plugin/views/row/Rss.php is incorrect
  • #2396537 by joachim, prajaankit, shackr, msound: page title for the 'Add comment type' form says only 'Add'
  • #2403817 by larowlan: Feed entity validation misses form validation logic
  • #2363677 by sumanthkumarc, davidhernandez: book template id follow up
  • #2409121 by stefan.r: Update jQuery Touch Punch library to 0.2.3
  • #2372023 by andybroomfield, BarisW, aspilicious, LewisNyman, Vally79, tompagabor: Description of display settings takes too much space
  • #2409127 by csakiistvan: Fix typo in field.formatter.settings.number_integer config schema
  • #2395777 by ishanmahajan: D6->D8: Nodes do not migrate unless D6 Content module is enabled
  • #2406657 by neclimdul, Lendude: Fatal error visiting Views Plugin report
  • #2091321 by er.pushpinderrana, jhodgdon, rootwork, ifrik, mparker17: Update hook_help for Field and Field UI module
  • #2397711 by droplet: Update normalize.css to v3.0.2
  • #2409315 by bleen18: Typo in comment in telephone module tests
  • #2350837 by dawehner, Berdir, larowlan, Wim Leers: Convert most usages of EntityInterface::getSystemPath() to use routes
  • #2140511 by alexpott, Gábor Hojtsy, swentel, babruix, ohthehugemanatee, jessebeach, Berdir: Configuration file name collisions silently ignored for default configuration
  • #2392319 by alexpott, effulgentsia: Config objects (but not config entities) should by default be immutable
  • #2399037 by effulgentsia: String::format() marks a resulting string as safe even when passed an unsafe passthrough argument
  • #2407975 by neclimdul: Fatal error in Drupal\views\Plugin\views\argument\FieldList
  • #2358369 by balagan, Katiemouse: getParameters() vs. getRawParameters() on RouteMatch should not be documented the same
  • #2322457 by olli, adrian.ravis, andypost, pcambra: Error in Views Filter Nodes based on Current user that have term reference same in nodes
  • #2396307 by droplet: Update JS lib: html5shiv to 3.7.2
  • #2396687 by hussainweb: Clean-up image module test members - ensure property definition and use of camelCase naming convention
  • #2405691 by larowlan: CommentAccessControlHandler checks for an invalid setting (anonymous_contact)
  • #1982230 by andythomnz, holist, cilefen, herom, BarisW: Modernize markup for the locale module
  • #2319233 by Sutharsan, subhojit777, sardara, lauriii, andythomnz: Double escaped string on Available translation update page
  • #2407493 by dashaforbes, kim.pepper: Clean up use statements in user.module
  • #2405675 by larowlan: Comment field settings don't save
  • #2407481 by kim.pepper: Fix constructor docblock in UserController
  • #2405061 by cilefen, ctraltdel: Remove the unused permissions.png
  • #1872682 by Maxilver, rpayanm, jhodgdon, Ivan Zugec: Documentation fixes for DisplayPluginBase.php
  • #2402047 by er.pushpinderrana, gvso: Move misc hooks to core.api.php
  • #2402609 by andythomnz: Two classes lack class doc blocks
  • #2373197 by davidwbarratt: Reference Composer Installers as a dependency of a Drupal project
  • #2395993 by benjy: Clean up Loadentity a little
  • #2379741 by Wim Leers, damiankloip: Add Renderer::getCacheableRenderArray() to encapsulate which data is needed for caching a render array and have views use it
  • #2403269 by hampercm, idebr: Update to jQuery UI 1.11.2
  • #2040135 by Wim Leers, Berdir: Caches dependent on simple config are only invalidated on form submissions
  • #1973618 by dawehner, donquixote, plach, Mile23: DIC: Lazy instantiation of service dependencies (ProxyManager for "proxy services")
  • #2136559 by Gábor Hojtsy: Config entity admin lists show configuration with overrides (eg. localized)
  • #2406069 by martin107: Incorrect @file docs in file module
  • #2401355 by zealfire: hook_page_attachments() and _alter() hooks have incorrect docs
  • #2342057 by dawehner, hussainweb, Wim Leers: Expand BlockPluginInterface to take into account $return_as_object
  • #2405907 by MrHaroldA: Views combined filters add redundant separators in CONCAT_WS()
  • #2404021 by yched, amateescu: entity_reference formatters should be in Core
  • #2406439 by dawehner: Cleanup EntityDerivative and RouteBuilderInterface
  • #2406377 by benjy: Remove unnecessary $field_storage->status assertions from MigrateFieldTest
  • #2394421 by hussainweb: Clean-up filter module test members - ensure property definition and use of camelCase naming convention
  • #2396715 by hussainweb: Clean-up responsive_image module test members - ensure property definition and use of camelCase naming convention
  • #2396717 by hussainweb: Clean-up taxonomy module test members - ensure property definition and use of camelCase naming convention
  • #2405823 by zealfire: Comment fix in Twig tests for file_url
  • #2404397 by mikeryan: Support injection of database configuration in SqlBase
  • #2388169 by tadityar: Rename PHPTransliteration to PhpTransliteration
  • #2385699 by znerol: Use upstream AbstractEventDispatcherTest as the base class of ContainerAwareEventDispatcherTest
  • #2337317 by LewisNyman, idebr, ngocketit: Replace help page layout CSS with reuseable layout classes
  • #2396983 by corbacho: Header Logo with Bartik won't change in settings preview
  • #2137595 by olli, idebr, mitrpaka: 'Create @name' page title uses override-free configuration (eg. not localized) instead of the overridden configuration (eg. localized)
  • #2281645 by dawehner, andypost: Make entity annotations use link templates instead of route names
  • #2151469 by rpayanm, lokapujya, JeroenT, alansaviolobo, Richard Damon, pflame, ianthomas_uk: Clean-up usage of deprecated list_themes() and _system_rebuild_theme_data() in favor of theme_handler service.
  • #2405911 by er.pushpinderrana: @throw instead of @throws in InfoParserInterface
  • #2390245 by zealfire: Extending topic needs more information and better link
  • #2404265 by jhedstrom: Follow-up: ApiTestData should be in the views module
  • #2406131 by znerol: Remove stray merge conflict marker from DbUpdateController
  • #2368769 by kgoel, dawehner: All route enhancers are run on every request
  • #2256023 by olli, Gábor Hojtsy, estoyausente, adci_contributor: Content translation operation is only available for nodes, not other entity types such as custom blocks
  • #2215473 by Lendude, speely, pjonckiere: Filter description not visible in exposed form
  • #2348875 by benjy, chx, bdone: Improving our dump files
  • #2384481 follow-up by larowlan: [HEAD BROKEN] Fix references to node type properties in Seven theme.
  • #2033983 by balagan, YesCT: Improve code organization in LanguageNegotiator::updateConfiguration()
  • #2401607 by bojanz: Refactor ExtensionDiscovery::scan()
  • #2405465 by alexpott: Remove dead and unnecessary procedural wrappers in content_translation module
  • #2030571 by calebtr, daffie, filijonka, YesCT, Thomas Brekelmans, alexpott, Mile23, tadityar, Sharique, tim.plunkett, boztek: Expand Block with methods
  • #2392361 by emma.maria, ruscoe, vermario: Bartik theme: “triptych” and footer-columns classes added to body but never used in CSS
  • #2023091 by djevans, badrange: Drupal does not allow W3C compliant language codes where you target a numeric region
  • #2404489 by Mile23: CacheTagsInvalidatorTest::testInvalidateTags() has wrong @covers
  • #2403117 by alexpott: Remove unnecessary function_exists in ModuleHandler::invokeAll
  • #2172017 by dawehner, larowlan, MegaChriz, kim.pepper, Désiré, Sam Hermans, tim.plunkett, Antti J. Salminen: Bulk operations does not respect entity access
  • #2405163 by chx: NodeRevisionAccessCheck is database dependent
  • #2388125 by alexpott: testGetBaseTable is supposed to test that the storage falls back to the entity type ID
  • #1907170 by pwolanin, jhedstrom, alexpott, Heine: Very simple config files can't be read
  • #2377117 by mglaman, rpayanm, pcambra: Replace all instances of entity_load('field_storage_config') and entity_load_multiple('field_storage_config') with static method calls
  • #2405367 by ashutoshsngh: Remove views_get_applicable_views()
  • #2342287 by mikeker: Allow Twig in Views token replacement
  • #1858486 by idebr, David_Rothstein, trawekp, MrHaroldA: Ajax call breaks Password Reset
  • #2405127 by yched: Move EntityFormDisplay::_sleep() up to EntityDisplayBase
  • #2396761 by chx: menu tree storage override requires too much copy-paste
  • #2402827 by kgoel: Extract ViewUnitTestBase and ViewTestBase::assertIdenti* methods into a trait
  • #2396465 by idebr, Vidushi Mehta: Views UI: Exposed Filter css is not applied
  • #2399263 by SpadXIII: Table format combine fields into single column shows only one field
  • #2403097 by sergei_brill: Update format_date docblock (incorrect @see)
  • #2400153 by pcambra: Move bulk form data definition to their EntityViewsData
  • #2317309 by larowlan, undertext: Document that Tests in ContactSitewideTest are run twice
  • #2403729 by kim.pepper: Convert user_cancel_confirm() to a new-style Form object
  • #2329753 by lauriii, davidhernandez, LewisNyman, nathandao: Move html classes from preprocess to templates
  • #2303761 by tadityar, tim.plunkett, guntervs, jessi_pantheon, er.pushpinderrana, amitgoyal, rpayanm: Move views_ajax_form_wrapper() to ViewsFormBase
  • #2318237 by Gábor Hojtsy, bserem, no_angel, Wim Leers: CKEditor translates its user interface even if interface translation is turned off
  • #2395825 by emma.maria, jennyOlsen, DickJohnson: Remove closing tag comments in template files
  • #2401959 by chx, Wim Leers: buildGrantsQueryCondition() does not have a scope
  • #2384481 by rpayanm, daffie, tadityar, hussainweb, areke, claudiu.cristea: Make the class variables protected for NodeType
  • #2405737 by chx: user.tempstore is unnecessary to be backend_overridable
  • #2366539 by max-kuzomko, ianthomas_uk: Remove format_plural()
  • #2400159 by pcambra: Use the container for current user on all ActionBase plugins
  • #2403571 by xjm: ConfigDependencyManager docblock uses HTML instead of @code
  • #2399307 by larowlan, SteffenR: comment_form_field_ui_field_storage_edit_form_alter() no longer working
  • #2308187 by lauriii, iMiksu, joelpittet, dawehner, er.pushpinderrana: Provide a twig extension for file_create_url
  • #2403669 by Berdir: FileSelection::buildEntityQuery() does not return $query
  • #2347877 by znerol, Berdir: Move DrupalKernel::initializeCookieGlobals() into a SessionConfiguration service
  • #2404831 by zealfire: self::$stack -> static::$stack in Renderer
  • #2392787 by beejeebus, dawehner, alexpott: Move include statements from DrupalKernel::boot() into DrupalKernel::preHandle()
  • #2372745 by Arla: KernelTestBase ignores extensions in site-specific directories
  • #2401679 by jhodgdon: search.page.user_search.yml doesn't match schema
  • #2404673 by vladan.me, Poornima3: Property format.name is now protected
  • #2030667 by filijonka, tim.plunkett, adci_contributor, Thomas Brekelmans: Refactoring ViewStorageInterface to ViewEntityInterface
  • #2030597 by adci_contributor, larowlan, daffie, Thomas Brekelmans, boztek, chakrapani, InternetDevels, robbertnl, basvanderheijden: Expand BlockContent and BlockContentType with methods
  • #2267641 by olli, rpayanm: Cache\PhpBackend::removeBin() does not remove the bin
  • #2395763 by jhedstrom: Fields are not 'click sortable' in views
  • #2370251 by Lendude, jhedstrom: Removed fields in Views Combined Filter setting lead to Fatal error
  • #2344691 by Wim Leers: Update core.api.php's Cache API documentation: cache tags are now set as strings
  • #2328293 by keopx, JeroenT, ianthomas_uk, ashutoshsngh, rpayanm, hudo, a_thakur: Remove usage of language_list()
  • #2226629 by damiankloip, rpayanm: Remove '_plugins' suffix from views plugin cache prefix
  • #2330661 by jwilson3, Risse, amitgoyal: Node form layout bug when toolbar collapsed
  • #2398457 by DickJohnson, idebr, rpayanm: Clean up the "breadcrumb" component in Bartik
  • #2322105 follow-up by kim.pepper: Removed unused "use" statement.
  • #2403873 by larowlan: FileFormatterBase does not retain unsaved entities (files)
  • #2322105 by rpayanm, prics, Upchuk, Temoor, seanB, pcambra, jamesdixon: Replace all instances of taxonomy_vocabulary_load(), taxonomy_vocabulary_load_multiple(), entity_load('taxonomy_vocabulary') and entity_load_multiple('taxonomy_vocabulary') with static method calls
  • #2398455 by SteffenR: Clean up "book" component in Bartik
  • #2399035 by idebr: Retire Google Frame support
  • #1027074 by blackdog, alansaviolobo, Sutharsan: Add string context to Enabled & Disabled in Shortcut module
  • #2399221 by bojanz: Throw a friendly error when the #ajax callback can't be resolved
  • #2394571 by benjy: Filter formats on cck text fields are not looked up in the idMap
  • #2404955 by benjy: Field Formatter settings have incorrect mappings for number formats
  • #2309737 by rpayanm, hussainweb, max-kuzomko, herom, millerbennett, ianthomas_uk, quietone, Sutharsan, sumitmadan, toddmbloom: Remove deprecated format_plural usage
  • #2394157 by benjy: Update the EntityFile destination to handle temporary files
  • #2389515 by nod_: Update ESLint rules
  • #2281619 by dawehner, tim.plunkett: Convert most direct usages within module code of routing related request attributes to use RouteMatchInterface instead
  • #2397495 by geertvd, jhedstrom: Disabling 'Display all values in the same row' shows all values in all rows
  • #2404407 by effulgentsia: language_set_browser_drupal_langcode_mappings() is a useless wrapper, so remove it
  • #2027623 by hampercm, larowlan, hussainweb, nick_schuch, droplet, sun, clemens.tolboom: De-fork jQuery Joyride and update to latest stable release
  • #1340640 by tadityar, DickJohnson, emma.maria, Scionar: Remove "Highlighted" region from Bartik
  • #2327935 by Arla, Anushka-mp: Allow empty entity IDs in EntityResolvers
  • #2397807 by yched: EntityDisplay schema for third_party_settings is wrong
  • #2394567 by benjy: File field need associated metadata during cck_field migration
  • #1975220 by davidwbarratt, tstoeckler, mradcliffe, RobLoach, Mile23, hussainweb: Allow a Composer user to manage Drupal, modules, and PHP dependencies with a custom root composer.json
  • #2314985 by idebr, dawehner: Always add contextual links to menu blocks
  • #2363523 by donquixote, er.pushpinderrana: Docblock / cleanup in \Drupal
  • #2398595 by mradcliffe: Fix documentation for BlockPluginInterface::access
  • #2398847 by kattekrab: Remove reference to Breakpoint_UI module from Breakpoint module help text
  • #2399323 by pcambra: Remove unused get_class call on MoreLink
  • #2359371 by esod, idebr, LewisNyman: Why the 0.2em left margin for label in the seven theme?
  • #2398805 by dawehner, chx: MenuTreeStorage::loadTreeData loses conditions
  • #2368393 by tkoleary, DomoSapiens, lauriii: Fix focus effect on summary details
  • #2397607 by Berdir: contact_mail() should use renderPlain()
  • #2289555 by benjy, chx: Fix up doc in SqlBase mapJoinable() and add test coverage
  • #2392805 by yched: Remove useless isset() checks in ItemList / FieldItemList
  • Revert "Issue #2403793 by larowlan: EntityReferenceItem uses a static, but it was most likely supposed to be a constant"
  • #2396519 by pcambra, willzyx: Fatal error rebuilding node access permissions
  • #2131849 by rpayanm, jmarkel, Shyamala: User password reset form button text is wrong
  • #2403169 by alexpott: Static menu link override configuration is incorrectly named
  • #2344151 by larowlan: Comment field access doesn't work if $items isn't present
  • #2403793 by larowlan: EntityReferenceItem uses a static, but it was most likely supposed to be a constant
  • #2358981 by tadityar, tstoeckler, larowlan, mpdonadio, Devin Carlson: Provide a mechanism for dynamic library declarations
  • #853800 by emma.maria, kattekrab, Jeff Burnz, eigentor, couturier, cafuego, dcrocks: Float image left in Bartik Articles
  • #2392263 by Gábor Hojtsy: Sequence subtyping cannot override item type in config schema, views taxonomy term filter schema incorrect
  • #2401497 by plach: Field UI creates fields that can never be translated
  • #2403101 by alexpott: ContentLanguageSettingsForm is not a config form
  • #2384653 by larowlan, swentel: Menu block - menu level and depth are not saved
  • #2401253 by idebr: settings.php says it contains Twig debug settings while these are actually in services.yml
  • #2370183 by Mile23, DuaelFr: Expand unit testing for Drupal\Component\Plugin\Discovery\DiscoveryTrait
  • #2389745 by tadityar, LewisNyman, hussainweb: Update Seven's screenshot
  • #2396739 by hussainweb, Mile23: Clean-up config_translation module test members - ensure property definition and use of camelCase naming convention
  • #2396657 by Mile23: Clean-up history module test members - ensure property definition and use of camelCase naming convention
  • #2396707 by hussainweb: Clean-up path module test members - ensure property definition and use of camelCase naming convention
  • #2380773 by tibbsa, hussainweb, Mile23: Clean-up Node module test members - ensure property definition and use of camelCase naming convention
  • #2381753 by tadityar, tibbsa, Mile23, cilefen: Clean-up Config module test members - ensure property definition and use of camelCase naming convention
  • #2396691 by hussainweb: Clean-up language module test members - ensure property definition and use of camelCase naming convention
  • #2382195 by tibbsa, subhojit777, tadityar, cilefen, Mile23: Clean-up simpletest module test members - ensure property definition and use of camelCase naming convention
  • #2396709 by hussainweb: Clean-up quickedit module test members - ensure property definition and use of camelCase naming convention
  • #2396701 by hussainweb: Clean-up options module test members - ensure property definition and use of camelCase naming convention
  • #2396695 by hussainweb: Clean-up link module test members - ensure property definition and use of camelCase naming convention
  • #2379419 by Mile23, DuaelFr: Expand unit testing for Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator
  • #2371531 by Mile23, YesCT, daffie: Expand unit testing for Drupal\Component\Plugin\PluginManagerBase
  • #2378311 by Mile23, daffie: Expand unit testing for Drupal\Component\Plugin\Context\Context
  • #2375737 by Mile23: Expand unit testing for Drupal\Component\Plugin\Factory\ReflectionFactory
  • #2388537 by Mile23: Expand unit testing for Drupal\Core\Entity\ContentEntityBase
  • #2397681 by alexpott: field_ui.js fails eslint validation
  • #2401573 by corbacho: Fix dropbutton color for IE9
  • #2264049 by jhodgdon, dawehner, chx, catch: Create an Events topic
  • #2399931 by dawehner, yched: Generic entity api field handler should live in views module not in field module
  • Revert "Issue #2399931 by dawehner, yched: Generic entity api field handler should live in views module not in field module"
  • #2357801 by dawehner, amitgoyal: File field default values are not deployable -- use UUIDs for the default file
  • #918538 by Berdir, slashrsm, damiankloip, sun, tobiasb: Decouple cache tags from cache bins
  • #2401429 by kattekrab, larowlan: Forum form & node display regression
  • #2398531 by DickJohnson, rpayanm: Some images not showing up after SMACSS split
  • #2263339 by damiankloip, mitrpaka, blueminds, almaudoh, mgifford, xjm, znerol, dawehner: Fix all current_user set calls
  • #2378565 by aneek, rpayanm, adci_contributor: Add langcode token to comment
  • #1993452 by Gábor Hojtsy, YesCT, bannorb, rvilar, Pancho, Sutharsan, Albert Volkman: Fix confusing UX by merging "Translate configuration" into "Finish translations" task
  • #2376141 by chx, benjy, ultimike, eliza411: Fix node and node revision author ids
  • #2294157 by tim.plunkett, dawehner: Switch getOptions() and getRouteParameters() within LocalActionInterface and LocalTaskInterface to use RouteMatch
  • #2030669 by daffie, Sharique, rpayanm, Mile23, undertext, marcingy, martin107, filijonka, amitgoyal, msupko: Expand Vocabulary with methods
  • #2311885 by drunken monkey: Methods in Select missing from SelectInterface
  • #2401195 by idebr, corbacho: Vocabulary restriction not working in Entity reference fields
  • #2399219 by amateescu: Allow entity form handlers to determine the entity object they need to work with
  • #2380615 by dawehner, swentel, larowlan: Result of book_node_load() should not vary depending on user permissions
  • #1799820 by jhedstrom, Floydm: Breadcrumb doesn't get localized when displaying parent terms
  • #2377343 by tim.plunkett: Url alias system path cannot be edited without changing the alias
  • #2397297 by Berdir, alexpott: EntityQueryTest::testCaseSensitivity() can fail randomly
  • #462950 by pwolanin: Mitigate the security risks that come from IE and other browsers trying to sniff the mime type
  • #2350503 by dawehner: Add route generation handlers for entities
  • #2401113 by kim.pepper, larowlan: Update Zend Feed to latest stable
  • #2387983 by Garrett Albright, larowlan: PluginNotFoundException when enabling module that provides text filter
  • #1831894 by dead_arm, idebr, technicka, dawehner, Bojhan, damiankloip: Users miss "save" button and can't distinguish "editable" and "preview" areas
  • #2213241 by fietserwin, sun: Fully conform to PHP5.4 streamwrapper class
  • #2401395 by dawehner: does not work as expected with fragments
  • #2397727 by jibran, dawehner: Remove the SafeMarkup::set() call in field/Field.php
  • #2401109 by larowlan, kim.pepper: Update EasyRdf to latest stable
  • #2401035 by alexpott: items_per_page in node.settings is no longer used
  • #2400771 by larowlan: Duplicate entry for user views data schema
  • #2348447 by quietone, benjy, grahl, Cristian.Andrei: Undefined index exclude
  • #2385217 by rpayanm, hussainweb, areke: Clean-up tracker module test members - ensure property definition and use of camelCase naming convention
  • #2380429 by tibbsa, hussainweb, jhodgdon, markat: Clean-up search module test members - ensure property definition and use of camelCase naming convention
  • #2387973 by tibbsa, hussainweb: Clean-up toolbar module test members - ensure property definition and use of camelCase naming convention
  • #2232477 by plach, yched, tstoeckler, amateescu: Fatal when adding new fields with NOT NULL constraints in a base table that contains existing entities
  • #2400773 by larowlan: Remove empty text.data_types.schema.yml
  • #2400769 by larowlan: Duplicate label key in views data schema
  • #2196977 by tadityar, Eric_A, Poornima3, jhedstrom: Drupal/filter/Annotation/Filter uses public $module instead of $provider
  • #2318081 by beejeebus: remove ' ' from Drupal/Core/Diff/DiffFormatter
  • Revert "Issue #92944 by jhedstrom, SiliconMind: Drupal won't report file upload error when UPLOAD_ERR_NO_TMP_DIR occurs"
  • #1719648 by joachim, ttkaminski, kshama_deshmukh: ModuleInstaller::install() silently fails if a module isn't in the file system
  • #2264755 by mtift, adci_contributor: Clarify description of Drupal\config\Tests\ConfigImportAllTest
  • #92944 by jhedstrom, SiliconMind: Drupal won't report file upload error when UPLOAD_ERR_NO_TMP_DIR occurs
  • #2393455 by slashrsm, RavindraSingh: Wrong arguments sent to LoggerInterface::error() from file_unmanaged_move()
  • #2347053 by andypost, swentel: "Field settings" local task from Field UI is missing
  • #2352855 by slashrsm: TemporaryStream::getExternalUrl() is broken
  • #2373017 by olli: No delete link when editing a menu, only reset links
  • #2143729 by tstoeckler, plach, jsbalsera, Berdir, mauzeh, damiankloip, andypost: Entity definitions miss a language entity key
  • #1903048 by DickJohnson, emma.maria, lauriii, mbrett5062, JamesLefrère, lilGemVinny: Revise Bartik template indentation inline with best practices
  • Revert "Issue #2263339 by damiankloip, blueminds, mgifford, xjm, almaudoh, mitrpaka, znerol, dawehner: Fix all current_user set calls"
  • #2263339 by damiankloip, blueminds, mgifford, xjm, almaudoh, mitrpaka, znerol, dawehner: Fix all current_user set calls
  • #2214525 by Palashvijay4O: Remove unused Drupal\Core\Utility\Title
  • #2397691 by alexpott: Random fail in Drupal\taxonomy\Tests\TermTest::testNodeTermCreationAndDeletion()
  • #2370313 by olli: D8 - Exposed filter - "This webpage has a redirect loop" on Reset
  • #2399195 by mondrake: Views setting 'Use Ajax' doesn't work
  • #2392351 by alexpott, swentel: When an entity bundle config gets deleted, entities of that bundle break
  • #2398259 by Berdir: Random test fail in AccessRoleTest
  • #2396793 by xjm: Token API will match tokens with empty types or tokens, e.g. [:invalid]
  • #2284917 by Wim Leers, larowlan, olli: In-place editing of custom blocks broken *again* (because attributes and contextual links of custom blocks are lost)
  • #2395395 by alexpott, effulgentsia, Gábor Hojtsy: TestBase lacks a config method to be used consistently in tests
  • #2381777 by yched: Unify setValue() implementations in ItemList & FieldItemList
  • #2367743 by rpayanm, Miroling, YesCT, ianthomas_uk, shadik, gaurav.pahuja: Remove usages of drupal_form_submit() and update documentation
  • #2393577 by vladan.me, Berdir: Access issue with default settings set to disabled
  • #2393267 by herom: Add missing RTL rules to Views UI CSS
  • #2358675 by LewisNyman, BarisW, mgifford, MarkoT91: Remove messages icons in misc
  • #2113243 by rpayanm, Xano, tstoeckler: Rename BaseFormIdInterface::getBaseFormID() to BaseFormIdInterface::getBaseFormId()
  • #2396301 by droplet: Update JS lib: Modernizr to 2.8.3
  • #2392887 by droplet: Update JS lib: jQuery to 2.1.3
  • #2011066 by Grimreaper, esbandeira, joshi.rohit100, the_contributor: example_author from hook_node_grants/hook_node_access_records grants all anon edit/delete to uid=0 nodes
  • #2329649 by herom: Fix node create page RTL CSS
  • #2392301 by yched, joelpittet: OptGroups::flattenOptions() should preserve labels
  • #2388301 by Sam152: Use CSS escape sequence in breadcrumb styles to prevent erroneous delimiter output
  • #2230637 by plach, fran seva, yched, swentel: Create a Language field widget and the related formatter
  • #2392673 by Mile23: Move Drupal\Tests\Core\Utility\HtmlTest to the proper namespace
  • #2375673 by DickJohnson, LewisNyman, lauriii, emma.maria, sqndr, Wim Leers, stephr: Split Bartik's CSS into SMACSS style components
  • #2392717 by a_thakur, tadityar: Remove hook_library_alter() from theme.api.php
  • #2316861 by cilefen, jhodgdon, dawehner: Write a @defgroup for service_tag
  • #2312389 by er.pushpinderrana, Berdir, fago: Remove menu_link_content_uninstall()
  • #2392487 by emma.maria, LewisNyman, DickJohnson: The email address field title moves up next to password fields at 768px to 1010 px - Firefox only
  • #2393699 by hussainweb, droplet, nod_, Devin Carlson: Update JS lib: jquery.cookie to 1.4.1
  • #1995058 by TravisCarden, acbramley, jhedstrom: Tableselect "select all" checkbox should be checked on page load if all checkboxes are ticked
  • #2382799 by rpayanm: Remove drupal_html_class() and drupal_clean_css_identifier()
  • #2280485 by SiliconMind, the_contributor: Documentation for file_save_upload() is wrong
  • #2254319 by quicksketch, jhedstrom: jQuery UI Spinner CSS file not added in system_library_info()
  • #2217731 by crowdcg, lauriii, davidhernandez, aczietlow, jjcarrion, mortendk, karolus, pakmanlh, LewisNyman, aboros, joshua.boltz: Move field classes out of preprocess and into templates
  • #2258335 by rpayanm, ParisLiakos, mitrpaka: Move Drupal\Tests\Component\Image\ImageUtilityTest to Drupal\Tests\Component\Utility\ImageTest
  • #2213941 by sun, swentel: install_no_profile_error() called but does not exist
  • #2380023 by tibbsa, subhojit777, rpayanm: Clean-up Comment module Test members - ensure property definition and use of camelCase naming convention
  • #2392429 by fago: ModuleHandlerInterface::getName() parameter name does not match its documentation
  • #2391403 by Gábor Hojtsy: Statistics block not properly migrated, schema incorrect
  • #2359457 by JeroenT: Remove drupal_mail()
  • #2387965 by hussainweb, tadityar: Clean-up telephone module test members - ensure property definition and use of camelCase naming convention
  • #2349991 by fago, Xano, amateescu: Provide a trait for categorizing plugin managers and use it for conditions and actions
  • #2233883 by benjy, hussainweb, ultimike: Link migration needs to convert source url into the appropriate route format for storage
  • #2394041 by Gábor Hojtsy: Row language settings from entity views should be on display level for all views
  • #2157777 by damiankloip, dawehner: Views results cache has full entities in it
  • #2395511 by alexpott, Gábor Hojtsy: Config static cache is not cleared properly on rename
  • #2395515 by alexpott, Berdir: Config static cache is not cleared properly on delete
  • #2344967 followup by Gábor Hojtsy, Sutharsan: Tests for localization update does not update configuration translations
  • #2199795 by andypost, twistor, martin107, larowlan, andyceo: Make the Settings class prevent serialization of actual settings
  • #2392427 by Arla: Too strict schema for system.mail:interface
  • #2393765 by alexpott: Several forms should use ConfigFormBase and not FormBase
  • #2390691 by Wim Leers, Berdir, arlinsandbulte: Expose node grants as cache context
  • #2393125 by hussainweb, droplet, mitrpaka, tarekdj: Update underscore and backbone library to latest release
  • #2368807 by yched: Remove special support for NULL values in FieldItemList
  • #2207629 by droplet, tarekdj, Devin Carlson, rpayanm: Update matchMedia library to latest release
  • #2386571 by dawehner, hussainweb: Large array structures (e.g. $form) in stack trace results in huge memory usage in FlattenException::flattenArgs()

Download Size md5 hash
drupal-8.0.0-beta6.tar.gz 9.12 MB b2470e3e2ab4fa6adce0e9152d6ad4b9
drupal-8.0.0-beta6.zip 16.38 MB 8b6a30c2b5f332da143b653b132b934e
Last updated: January 28, 2015 - 11:16
Official release from tag: 
8.0.0-beta6
Core compatibility: 

drupal 8.0.0-beta7

$
0
0

Release notes

Betas are good testing targets for developers and site builders who are comfortable reporting (and where possible, fixing) their own bugs, and who are prepared to rebuild their test sites from scratch when necessary. Beta releases are not recommended for non-technical users, nor for production websites. More information on beta releases.

An upgrade path will not be supported from this release to the next beta release, nor before all known upgrade path blockers are resolved.

Known issues

There are still over 50 critical issues with this beta release that need to be resolved before we will create a release candidate.

Search the issue queue for known issues.

Obvious user facing bugs

If you are testing the beta, be aware that there are obvious site visitor and site builder-facing bugs, please consult the list below to see if they already have an issue open:

Changes since 8.0.0-beta6:

  • #2424587 by attiks: Make the mobile breakpoint for Bartik empty
  • Revert "Issue #2433009 by hussainweb, grom358, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core"
  • #2433009 by hussainweb, grom358, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
  • #2428563 by Wim Leers: Introduce parameter-dependent cache contexts
  • #2416409 by alexpott, bojanz: Delete dependent config entities that don't implement onDependencyRemoval() when a config entity is deleted
  • #2429261 by Wim Leers: Replace the hardcoded cache key on the book navigation block with a 'book navigation' cache context
  • #2388629 by kajalkiran, Canutza: remove drupal_is_front_page()
  • #2253593 by neclimdul, damiankloip: Stop classloader searching filesystem for classes before drupal_classloader() is called
  • #2417567 by xjm, effulgentsia, mpdonadio, hussainweb: Rename user-path: scheme to internal:
  • #2363341 by tim.plunkett, donquixote, adci_contributor: Throw exception in Drupal::service() and friends, if container not initialized yet
  • #2419059 by chx: Impossible to enable views if entities are not in SQL
  • #2421263 by alexpott, formatC'vt, kim.pepper, andypost, larowlan, chx: Potential data loss: concurrent (i.e. by different users) node edits leak through preview
  • #1013034 by bzrudi71, jaredsmith, andypost, alexpott, dbcollies, ncl, jhedstrom, kathyh: PostgreSQL constraints do not get renamed by db_rename_table()
  • #1853856 by tim.plunkett, alexpott: Document that ConfigEntityBase and ConfigStorageController are tightly coupled
  • #2332047 by xjm: Deprecate unneeded file_htaccess_lines() wrapper
  • #2430927 by yched: Duplicate TranslationsStream class
  • #2328645 by andypost, Berdir, almaudoh: Remove remaining global $user
  • #2426181 by effulgentsia, mpdonadio, xjm: Add a Url::fromUserInput() wrapper method for generating URLs from user-entered paths
  • #2408479 by joaogarin, LewisNyman: Rewrite breadcrumb component inline with our CSS standards
  • #2346119 by marvil07, roderik: Fix call to undefined method Select::setCountQuery()
  • #2420239 by andypost, pjonckiere: Default language setting form needs validation
  • #2349591 by betovarg, Outi, LoMo, juho.lehmonen, droplet, amitgoyal, aliyakhan, jerrylow, klakegg: Dropdown action list shows up as a simple list without JavaScript
  • #2430735 by idebr: Primary navigation toggle broken in Bartik
  • #2426509 by yched, fago: ContentEntityBase::__set() messes with values that happen to be TypedData
  • #2429103 by cpj: Remove deprecated methods SessionManager::enable(), SessionManager::disable() and SessionManager::isEnabled()
  • #2425497 by bojanz: Stop injecting the config storage to the config query
  • #2422113 by DickJohnson, emma.maria, mrjmd: Unpublished comments have lost their styles in D8
  • #2425201 by jibran, dawehner: Small cleanup follow from #2414255.
  • #2429925 by aliyakhan, mortendk: css lint system.diff.css
  • #2329101 by Wim Leers: CacheableInterface only has a getCacheKeys() method, no getCacheContexts(), leads to awkward implementations
  • #2419693 by Upchuk: Move URI access validation from widget to field constraint
  • Revert "Issue #2144669 by Mile23, Nitesh Sethia: Improve/Refactor TestBase Through Expanded Unit Testing"
  • #2144669 by Mile23, Nitesh Sethia: Improve/Refactor TestBase Through Expanded Unit Testing
  • #2425013 by kandra, mortendk, aliyakhan, rteijeiro, LewisNyman: css lint on print.css
  • #2429675 by Sachini: Spelling mistake in Views module
  • #2413753 by alexpott, olli: Views recalculating the dependencies for non overridden handlers and plugins multiple times
  • #2377113 by JeroenT, mglaman, LinL, pcambra: Replace all instances of entity_load('block_content') and entity_load_multiple('block_content') with static method calls
  • #2424745 by martin107: aggregator module document tidy
  • #2419897 by penyaskito, Wim Leers, webflo: Javascript translations are loaded in the wrong order due to missing dependencies
  • #2422685 by balagan: Language negotiation configuration page titles inconsistent, should not even mention "negotiation"
  • #2394951 by subhojit777, cilefen, Gábor Hojtsy, Kristen Pol, jhodgdon: Page title escaped with HTML markup when editing content translation
  • #2428941 by amateescu: Update the Node views wizard to use 'entity_autocomplete' for the "tagged_with" field
  • #2428881 by amateescu: Remove TermAutocompleteController::autocompletePerVid()
  • #2426447 by mpdonadio, Berdir: Views no longer supports {{ something }} as twig placeholder for a path, only {{something}}
  • #2413461 by geertvd: Views BulkForm should add destination to go back to current page
  • #2422363 by mortendk, joelpittet, davidhernandez: Rewrite the menu CSS components inline with our CSS standards
  • #2427323 by kgoel: Deprecate shortcut_set_assign_user and shortcut_set_unassign_user.
  • #2298687 by tstoeckler, Jose Reyero, hussainweb, rpayanm: Sequence and Mapping implement interfaces incorrectly, make them honest about what they support
  • Revert "Issue #2298687 by tstoeckler, Jose Reyero, hussainweb, rpayanm: Sequence and Mapping implement interfaces incorrectly, make them honest about what they support"
  • #2423929 by effulgentsia, xjm: Convert views.module usage of base:$path to user-path:/$path when $path is from user input
  • #2350933 by rodrigoaguilera, alexpott, Gábor Hojtsy, YesCT: Languages don't get weights by default, reordered when displayed translated
  • #2388867 by alexpott, xjm, jhodgdon: Notifying user of config changes when config has never been synched makes no sense
  • #2383165 by sidharrell, alexpott: ResponsiveImageStyle config entities should depend on the image styles they use
  • #2426457 by alexpott: Remove request_path
  • #2408227 by geertvd, gloob, amitsedaiz: When creating a float field, max and min value settings are forced to be integer
  • #2414279 by Gábor Hojtsy, likin, askibinski: Interface translations directory: Can not set values on immutable configuration
  • #2356983 by bzrudi71, jaredsmith: PostgreSQL: Fix tests in locale test group
  • #2421713 by JeroenT: Remove deprecated functions in WebTestBase.php
  • #2091363 by jhodgdon, surendramohan, ifrik, lostkangaroo: Update hook_help for System module
  • #2417339 by amateescu, shashikant_chauhan: Fix @return documentation for EntityManagerInterface::loadEntityByConfigTarget()
  • #2385209 by tadityar, cilefen, ardnet, hussainweb, AjitS, tibbsa: Clean-up views module test members - ensure property definition and use of camelCase naming convention
  • #2424697 by jedihe, dalguete, yched: ResponsiveImageFormatter throws an exception on node preview
  • Revert "Issue #2424697 by jedihe, yched: ResponsiveImageFormatter throws an exception on node preview"
  • #2413217 by Mile23: ViewStorageTest::displayMethodTests() needs @todo love
  • #1763964 by ParisLiakos, mrded: Use #type => link for theme_aggregator_block_item()
  • #2428377 by sun, daffie, amateescu: SQLite Schema class is missing use Drupal\Component\Utility\Unicode
  • #2427875 by sun, daffie: SQLite Insert query does not account for INSERT FROM ... SELECT
  • Revert "Issue #2427875 by daffie: SQLite Insert query does not account for INSERT FROM ... SELECT"
  • #2425691 by pjbaert, kepford, drupalninja99: Remove .leaf/.menu-item--leaf from menu CSS components
  • #2427875 by daffie: SQLite Insert query does not account for INSERT FROM ... SELECT
  • #2421699 by JeroenT: Remove usage of deprecated functions of WebTestBase
  • #2428633 by pcambra: Remove unnecessary BlockContentFieldTest
  • #2424697 by jedihe, yched: ResponsiveImageFormatter throws an exception on node preview
  • #2424727 by Jelle_S: Do not output empty media attribute for source tags
  • #2174507 by jessebeach, alansaviolobo, tim.plunkett: Make debug() use print_r() by default
  • #2190895 by frankcarey, tim.plunkett: Revamp vertical tabs to not save form values
  • #2317077 by csakiistvan, pjonckiere, longwave: Missing pictures in "Available updates" page
  • #2419905 by Arla: Views field 'Operations links' fails to set destination
  • #2426031 by almaudoh, cpj: Remove deprecated uses of SessionManager::isEnabled(), SessionManager::enable() and SessionManager::disable()
  • #2426935 by jibran, tstoeckler: Make jibran and tstoeckler maintainers of Shortcut module
  • #1946090 by pjonckiere, alex-mo, rpayanm: _drupal_wrap_mail_line() does not force-wrap too long words after 996 characters
  • #2409655 by Mile23, zealfire: General Cleanup of AjaxCommandsTest
  • #2426659 by chx: NodeCreationTest is not reusable
  • #2423241 by Mile23: Merge ConfigurablePluginCollectionTest into DefaultLazyPluginCollectionTest
  • #2407733 by mortendk, rteijeiro, sivaji@knackforge.com: Remove classes from system templates i*.html.twig
  • #2420107 by alexpott: Determine which config entities can be fixed and which will be deleted when a dependency is removed
  • #2383413 by larsmw, Cottser, alvar0hurtad0: Remove file_exists() when registering namespaces for Twig template paths
  • #2318437 by Wim Leers, Gábor Hojtsy, geertvd: Replace the hardcoded langcode key on blocks with the 'language' cache context
  • #2409345 by Sara.Smith: Update hook_help() text for the Color module
  • #2415513 by eojthebrave: Add @Event documentation to all RoutingEvents
  • #2426639 by mortendk: remove classes from comment modules templates
  • #2091337 by genjohnson, no_angel, jhodgdon, ifrik, thijsvdanker, theMusician, amitgoyal: Update hook_help for Image module
  • #2416111 by quietone, ultimike, chx: Migrate Dump export needs to have a consistent order
  • #2427409 by ParisLiakos: Feed image doesnt display
  • #2421385 by mortendk: shortcut cssfile cleanup
  • #2425759 by andypost, jhodgdon: SearchQuery lacks preExecute(), making countQuery() run even when there are problems in prepare step
  • #1807160 by Mile23, martin107, ParisLiakos, Lars Toomre: Add missing type hinting to Aggregator module docblocks
  • #2427105 by andypost: Remove unused user_menu_breadcrumb_alter()
  • #2415441 by Mile23: Automate finding @covers errors
  • #2418031 by BassistJimmyJam, pwolanin, tadityar, Wim Leers: Remove MenuLinkContentForm::doValidate() since the logic was moved to LinkWidget::validateUriElement()
  • #2427007 by chx: The persistent lock is not marked as backend_overridable
  • #2427291 by Stalski: Remove node.pages.inc
  • #2407745 by mortendk, rteijeiro, sivaji@knackforge.com: Remove classes from system templates t*.html.twig
  • #2395627 by tstoeckler, Leksat, webflo, Gábor Hojtsy: Do not remove 0 from config translation data
  • #2411343 by pcambra: Only allowing to have empty language path prefix for the default language is inappropriate
  • #2427773 by sun, daffie: SQLite REGEXP user function exists, but is wrongly implemented
  • #2407735 by mortendk, sivaji@knackforge.com, hussainweb: Remove classes from system templates m*.html.twig
  • #2426389 by olli, mikey_p, idebr, amateescu: Port SA-CONTRIB-2015-039 to D8 (views)
  • #2372507 by dawehner, mavimo, RavindraSingh: Remove _system_path from $request->attributes
  • #2427311 by sun, daffie: SQLite does not natively support CONCAT_WS()
  • #2350273 by larowlan, andypost: Move CommentViewBuilder::renderLinks post_render_cache callback to CommentPostRenderCache
  • #2369401 by quietone: User picture file could not be copied
  • #2427349 by pcambra: Remove ThirdPartySettingsTrait leftover in ConfigEntityBase
  • #2426973 by tstoeckler: shortcut.theme.css makes .edit-shortcuts display: block unnecessarily
  • #2427001 by chx: field item presave is only called for SQL
  • #2427161 by tstoeckler: shortcut.admin.js broken, replace with #states
  • #2426979 by tstoeckler: Remove obsolete PNG images from Shortcut module
  • #2426729 by chx: NodeSaveTest hardwires SQL
  • #2407743 by mortendk, danquah, rteijeiro, davidhernandez, sivaji@knackforge.com: Remove classes from system templates s*.html.twig
  • #2425325 by cleaver: Batch API example code has wrong finished callback
  • #2426477 by Berdir: config schema views.field.bulk_form is defined in action.module, should be in views.module
  • #2425761 by zealfire: DisplayPluginInterface needs separate dockblock
  • #2426323 by betoscopio: Rename UserAccountLinksTests to UserAccountLinksTest.
  • #2420037 by daffie: Remove EntityViewsDataInterface from some subclasses of EntityViewsData which implements EntityViewsDataInterface
  • #2329781 by davidhernandez, sidharthap: Move CKEditor toolbar classes from preprocess to templates
  • #2343127 by tadityar, harshil.maradiya, aphickey, bburg, ashutoshmishra: Docblock fixes for core/lib/Drupal/Core/Database/Query
  • #2091367 by Shreya Shetty, mparker17, Sree, chintan4u, jhodgdon, ifrik, rteijeiro, rpayanm: Update hook_help for Taxonomy module
  • #2411303 by zuuperman: Documentation of ViewsArgumentDefault plugins construct method mention 'Date instance' instead of the current class instance
  • #2398075 by andypost, sarav.din33, larowlan, nemethf, hussainweb: Breadcrumbs for comment entity
  • #2413759 by benjy, hosef: Move D6 dumps to avoid collisions with D7 dumps
  • #2415505 by eojthebrave: Add @Event documentation to all ConfigEvents
  • #2422257 by chx: Remove unnecessary query against the session table in WebTestBase.
  • #2426901 by David_Rothstein: Add back various links (especially security-related links) to README.txt that were removed from INSTALL.txt
  • #2418237 by Mile23, neclimdul, jyotisankar: Fix incorrect @covers in PHPUnit tests.
  • #2425739 by jacob.embree: Incorrect regex in trusted_host_patterns example
  • #2424761 by rodrigoaguilera: Update automated tests documentation to reflect the removal of getInfo
  • #2407729 by sivaji@knackforge.com, mortendk: Remove classes from system templates h*.html.twig
  • #2424733 by idebr: Node preview backlink RTL button :active styling is applied to LTR
  • #2419649 by plach, David Latapie: Content translation schema updates are not triggered consistently
  • #2419225 by mikeker: settings.local.php trusted_host_patterns are ignored due to incorrect location of the include statement
  • #2332687 by jhodgdon: Lost help for field types from Core/Field
  • #2422657 by Berdir: Skip fast chained cache backend in maintenance mode
  • #2419923 by amateescu, jibran, dashaforbes: Port SA-CONTRIB-2013-096 to D8
  • #2423213 by plach: Schema for newly defined entity types is never created
  • Revert "Issue #2407735 by mortendk, sivaji@knackforge.com: Remove classes from system templates m*.html.twig"
  • #2426533 by alexpott, Berdir: Random failures in tests that extend PhpStorageTestBase
  • #2403301 by lokapujya, penyaskito, Wim Leers: Menu item "active" class is not correctly added when using a view as the frontpage
  • #2407735 by mortendk, sivaji@knackforge.com: Remove classes from system templates m*.html.twig
  • #2422365 by mortendk, LewisNyman: Remove redundant comments styling
  • #2371587 by fullerja, shrijata, Prashant.c: Review install.txt
  • #2417515 by idebr: TestBase::prepareDatabasePrefix() refers to DrupalWebTestCase that has been renamed
  • #2407715 by crowdcg, davidhernandez, mortendk, sivaji@knackforge.com, Manjit.Singh, dernetzjaeger: Remove classes from system templates b*.html.twig
  • #2380071 by geertvd, pcambra, andypost, larowlan: No way to add comment field to any entity
  • #2422221 by benjy, chx: LoadEntity needs to fire load hooks for dynamic migrations
  • #2417733 by joelpittet, martin107: Drupal 8 breaks Twig's round filter
  • #2372389 by znerol, almaudoh: Expose session handler in container
  • Revert "Issue #1986330 by subhojit777, marcelodornelas, wheatpenny, kasperg, timaholt, stefank, AkshayKalose, develCuy, valthebald, moymilo, YesCT, dawehner, tstoeckler: When Batch ID doesn't exist, Drupal should emit a 404"
  • #2226189 by alvar0hurtad0, sivaji@knackforge.com, mherchel, emma.maria, LewisNyman, tmjoseantonio: Style the modal in Bartik
  • #2425379 by eojthebrave: Add @Event documentation to all EntityTypeEvents
  • #2401919 by icampana, alexpott, jibran, ParisLiakos, Samshel, xavier.cabrera, alejandrovaras: Fix various file permissions to be 644
  • #2415519 by eojthebrave, nitvirus, jhodgdon: Add @Event documentation to all LanguageConfigOverrideEvents
  • #1986330 by subhojit777, marcelodornelas, wheatpenny, kasperg, timaholt, stefank, AkshayKalose, develCuy, valthebald, moymilo, YesCT, dawehner, tstoeckler: When Batch ID doesn't exist, Drupal should emit a 404
  • #2195183 by cleaver, sandykadam, elgordogrande, jhodgdon, joachim, Eda, hussainweb: document Batch API callbacks as callback implementations
  • #2421681 by JeroenT, develCuy, developermitesh: Remove drupal_pre_render_html
  • #2349565 by tengoku, jhodgdon, jribeiro, susanb, batigolix, no_angel, megansanicki: Review/update block_content hook_help text
  • #2423579 by mpdonadio, xjm, heilop, Wim Leers, webchick: Url::fromUrl('user-path:/') should throw an exception when a path component without a slash is given
  • #2388627 by JeroenT, filijonka, ultimateAnkit, tadityar, rpayanm, adci_contributor: Remove usages of drupal_is_front_page
  • #2424927 by Wim Leers: Docs typo in LinkWidget
  • #2356991 by bzrudi71, andypost: PostgreSQL: Fix tests in search test group
  • #1906264 by mgifford, mitsuroseba, blueminds, johanv, claudiu.cristea, kattekrab, amitgoyal, sivaji@knackforge.com: Required alt tag missing on image alt tag input
  • #2422039 by idebr: Double escaping in search result info
  • #2229145 by znerol, neclimdul, larowlan, alexpott, joelpittet, almaudoh, tadityar: Register symfony session components in the DIC and inject the session service into the request object
  • #2338559 by larowlan, damiankloip, hampercm, mradcliffe, jibran, Berdir, Fabianx, catch: Never serialize password fields by default
  • #2409515 by joelpittet: Updater::findInfoFile() was never updated for .info -> .info.yml change.
  • Revert "Issue #2409515 by joelpittet: Updater::findInfoFile() lacks test coverage"
  • #2409515 by joelpittet: Updater::findInfoFile() lacks test coverage
  • #2400863 by alex-arriaga, MacMladen, emma.maria, oriol_e9g, idebr, betovarg: Add the correct classes and styles for disabled buttons in Bartik
  • #2061879 by Palashvijay4O, chx: Remove Schema::copyTable
  • #2424951 by bzrudi71: PostgreSQL: Fix tests in block_content test group
  • #2423935 by effulgentsia: Convert path.module usage of base:$path to user-path:/$path when $path is from user input
  • #2413841 by yched: EntityDisplayBase::__wakeup() should avoid calling toArray()
  • #2422745 by alexpott: Reduce simpletest memory limit
  • #2414255 by lauriii, Jeff Burnz, dawehner, davidhernandez: Subtheme template inheritance working in reverse order
  • #2307869 by dawehner, Berdir, RavindraSingh, effulgentsia: Remove Drupal's Container::get()
  • Revert "Issue #2369987 by aneek, joelpittet, idebr, pgautam: Remove SafeMarkup::set() from title on template_preprocess_html"
  • #2423577 by LewisNyman, joelpittet: Remove Seven's appearance-page.css
  • #2423153 by idebr, dawehner, Frankencio: Add menu from the editing page doesn't save the changes
  • #2415507 by eojthebrave: Add @Event documentation to all FieldStorageDefinitionEvents
  • #2419943 by martin107: Add inheritdoc to FieldPluginBase extending classes
  • #2422409 by mortendk, joelpittet: search.admin.css css lint cleanup
  • #2422377 by mortendk: elements.css css lint fix
  • #2421373 by mortendk, Wim Leers: rename *.icons.css files to *.icons.theme.css
  • #2422359 by mortendk: seven module-page.css css lint fix
  • #2400883 by oriol_e9g: Remove zoom: 1 CSS property
  • #2422975 by emma.maria, mherchel, idebr: Bartik footer has CSS regressions
  • #1663210 by mortendk, rootwork, idebr, vks7056, ishmael-sanchez, LewisNyman, joelpittet, Manjit.Singh, Manuel Garcia, b0unty, prajaankit, alansaviolobo, atu: Clean up css in the User module
  • #2422381 by mortendk, joelpittet, LewisNyman: elements.css css lint fix bartik
  • #2423781 by alexpott, dawehner, cosmicdreams, davidhernandez, LewisNyman: Firefox crash using a modal
  • #2329917 by lauriii, Manuel Garcia, davidhernandez, akalata, nathandao, LewisNyman: Move views classes from preprocess to templates
  • #2343669 by mpdonadio: Remove _l() and _url()
  • #2391217 by Berdir: Support base fields with multiple columns in entity queries
  • #2260061 by Jelle_S, attiks, Wim Leers, mdrummond, mgifford, holist: Responsive image module does not support sizes/picture polyfill 2.2
  • #2369987 by aneek, joelpittet, idebr, pgautam: Remove SafeMarkup::set() from title on template_preprocess_html
  • #2404603 by mpdonadio, dawehner, larowlan, RavindraSingh: Add proper support for Url objects in FieldPluginBase::renderAsLink(), so we can remove EntityInterface::getSystemPath()
  • #2418017 by Wim Leers, YesCT, dawehner, webchick, jibran, amateescu, hussainweb: Implement autocomplete UI for the link widget
  • #2423953 by mpdonadio: Properly comment use of Url::fromUri('base:core/authorize.php')
  • #2409209 by dawehner, xjm, mpdonadio, Wim Leers, hussainweb, RavindraSingh, prashantgoel: Replace all _url() calls beside the one in _l()
  • #2423555 by vijaycs85: Fix a leftover comment to reflect "immutable" config objects change
  • #2192877 by mradcliffe, jhedstrom: File content list includes ambiguous column fid in Group By statement
  • #2014955 by YesCT, penyaskito, kfritsche, balintcsaba: Deleted bundles do not have their language configuration deleted
  • #2421133 by penyaskito: Undefined variables in core/modules/locale/src/StringBase.php
  • #2422243 by chx: WebTestBase breaks settings
  • #2422301 by benjy: Fix D6 user migration dependencies
  • #2422351 by mortendk: Remove #page-title id from sevens CSS
  • #1189806 by mortendk, lauriii, jussil, Dragan Eror, cluke009, DickJohnson, rteijeiro, tlattimore: Convert aggregator-item.html.twig to HTML5
  • #2422341 by mortendk: seven appearance-page.css css cleanup
  • #2030633 by hussainweb, Mile23, carsonevans, czigor, Berdir, fernando_calsa, Geijutsuka, amitgoyal, Jānis Bebrītis, undertext: Expand FieldStorageConfig with methods
  • #2356967 by bzrudi71: PostgreSQL: Fix tests in comment test group
  • #2419065 by jhedstrom: Switching the entity storage class should not be considered a definition update that requires schema changes
  • #2409635 by chris_h, Manjit.Singh, stutee, Nitesh Pawar: Improve authored by description
  • #2380117 by monobasic, tadityar, moymilo, hussainweb, manvendrakot, er.pushpinderrana, joscartesar, markf3lton: Fix UI of filter on Views list page
  • #2421099 by mortendk, LewisNyman: forum module css file follow MAT naming
  • #2421391 by mortendk, LewisNyman, rteijeiro: taxonomy.modules.css should be taxonomy.theme.css
  • #2349425 by John.K, jturman, PieterJanPut, thomasth, jamadar, kulcsi: JavaScript error on bottom left while editing a field
  • #2357199 by andypost, naiduharish: Consider CommentManagerInterface::addDefaultField() as deprecated and remove in favour of CommentTestTrait
  • #2408439 by zuuperman, askibinski: Language / Translation settings are not saved when adding a new bundle
  • #2408467 by idebr, DickJohnson, LewisNyman, monobasic: Rewrite pager component inline with our CSS standards
  • #2404963 by herom, idebr: Remove duplicate search results CSS in Bartik theme
  • #2409427 by joelpittet, SteveK, sivaramakrishnan, skippednote, idebr: Toolbar vertical orientation link not expanding to fill the space
  • #2051467 by jhedstrom, dawehner, amateescu, Berdir, herom, Mile23: Expand and convert to phpunit tests for \Drupal\Component\Transliteration
  • #2066445 by mparker17, rpayanm, aspilicious, tkuldeep17, adci_contributor, Mile23, vijaycs85, alvar0hurtad0, rahulbile, andypost, valthebald: Convert a bunch of AjaxResponse callbacks in system.module's test's ajax_test.module to a new style controller
  • #2391289 by penyaskito, sidharthap, RavindraSingh, lokapujya: Blocks are invisible while selecting content types
  • #2417625 by geertvd, yannickoo: "Column not found" when adding file relationship
  • #2422019 by alexpott, dawehner: Don't use reflection for parsing test annotations
  • #2193623 by JeroenT, ianthomas_uk, shumer, LinL: Remove module_implements and module_list
  • #2352917 by joshi.rohit100, chintan.vyas, JeroenT: Remove module_install() and module_uninstall() from module.inc
  • #2420223 by idebr: Remove typography.css from Bartik libraries and info yml files
  • #2421677 by JeroenT: Remove list_themes function
  • #2349759 by davidhernandez, mortendk, rteijeiro, harish86, Sumit kumar, saki007ster, Mukeysh, brahmjeet789, nitishchopra, falkendk, Maninder, Vidushi Mehta, Ashish sandil, jitendra verma, crowdcg, sivaji@knackforge.com, dernetzjaeger: Copy system templates to Classy.
  • #2338727 by znerol, almaudoh: Replace static SessionManager::$enabled property with WriteSafeSessionHandler class and resolve hidden circular dependency between SessionManager and SessionHandler
  • #2414721 by jesperjb, plach: EntityAdapter should be instantiated per language
  • Revert "Issue #2229145 by znerol, neclimdul, larowlan, joelpittet, almaudoh: Register symfony session components in the DIC and inject the session service into the request object"
  • #2403105 by larowlan, idebr, mshaver: Add an empty text on "Add Custom Block" page when no custom block types are available
  • #2421841 by neclimdul, tim.plunkett: Performance bug in ControllerResolver::getControllerFromDefinition()
  • #2421849 by amateescu: Make SelectionBase::buildEntityQuery() protected
  • #2330181 by esod, ashutoshsngh, gaurav_varshney, ranjeet.paliwal, joshi.rohit100, er.pushpinderrana, oriol_e9g: Remove bootstrap.inc module_invoke()
  • #2229145 by znerol, neclimdul, larowlan, joelpittet, almaudoh: Register symfony session components in the DIC and inject the session service into the request object
  • #2408977 by geertvd: Fatal error: Cannot access protected property Drupal\block\Entity\Block::$id
  • Revert "Issue #1945262 by nod_: Replace custom weights with dependencies in library declarations"
  • #2417647 by Wim Leers, effulgentsia: Add leading slash to paths within 'user-path:' URIs, to allow 'user-path:' URIs to point to the route
  • #2420751 by Wim Leers, mondrake, attiks: ImageEffectBase::transformDimensions() should have a sane default implementation
  • #2421581 by amateescu: Node preview causes stale values to be kept indefinitely for exisiting nodes
  • #1945262 by nod_: Replace custom weights with dependencies in library declarations
  • #2349677 by davidhernandez, Xen, emma.maria, runand, mortendk: Copy filter templates to Classy
  • #2216271 by larowlan, dawehner, lokapujya, mariusz.slonina, Berdir: Regression: Shortcut links access is not checked
  • #2421335 by alexpott: Using run-tests.sh with the --list option should not require a db (of any kind)
  • #2410623 by ultimike, chx: D6-D8 Custom Block Migration not visible in region
  • #2349687 by mortendk, LewisNyman, lauriii, runand: Copy image templates to Classy
  • #2418481 by tstoeckler: Views more text cannot be translated
  • #2349683 by davidhernandez, mortendk, Manuel Garcia, emma.maria, DickJohnson: Copy forum templates to Classy
  • #2397729 by penyaskito, Gábor Hojtsy, plach, Kristen Pol: Content language settings cannot be configured for non-translatable types on the one page configuration form
  • #2349767 by mortendk, kallehauge, saki007ster, lauriii: Copy toolbar templates to Classy
  • #2281167 by jhedstrom, blueminds: AliasManager strange cacheClear logic
  • #2405943 by fago, mikey_p, dashaforbes: User entity validation misses form validation logic
  • #1164784 by emma.maria, kattekrab, tadityar, DickJohnson, vermario, luco, Jeff Burnz, davidhernandez, David_Rothstein, webchick, Bojhan, LewisNyman, alexpott: “Triptych” term is not widely understood; add "Featured top" and "Featured bottom"
  • #2380457 by Gábor Hojtsy, vijaycs85, olli, dawehner: Some fixes of the views config schema
  • #2421005 by tim.plunkett: Add \Drupal::hasContainer() instead of checking if \Drupal::getContainer() === NULL
  • Revert "Issue #2418481 by tstoeckler: Views more text cannot be translated"
  • #2406103 by Berdir, alexpott: Remove hook_node_validate() and hook_node_submit() because they bypass the entity API
  • #2396553 by nripeshtrivedi, fullerja: field.html.twig documentation on template suggestions is incorrect
  • #2420559 by klausi, dawehner: REST permissions are not working as expected
  • #2419005 by dawehner, alexpott: Aggregator: Uncaught PHP Exception Drupal\Component\Plugin\Exception\PluginNotFoundException: "The "FeedTitle" plugin does not exist."
  • #1987832 by aspilicious, disasm, webflo, vijaycs85, adci_contributor, vks7056: Convert system_test callbacks to a new style controller
  • #2394883 by Gábor Hojtsy, plach, jhodgdon: Language setup for entity and field based rendering in views is independent, confusing UI, lacking test coverage
  • #2420025 by Berdir: Token::resetInfo() uses invalid cache tag structure
  • #2349071 by Upchuk, Cottser, pwolanin: EntityStorageException when trying to save a link over the maximum depth
  • #2418179 by martin107: twig.engine needs some documentation fixes
  • #2418209 by chintan.vyas, lucastockmann: Replace user facing strings that use drupal.org as example of an external url
  • #2345833 by quietone, benjy: Convert assetEqual to assertIdentical in migrate_drupal
  • #2417089 by davidhernandez: Add an active maintainer for CSS
  • #2300101 by dpi, ivanjaros: Unrevisioned base fields are ignored during entity load
  • #2164601 by yched, jibran, amateescu, pfrenssen: Stop auto-creating FieldItems on mere reading of $entity->field[N]
  • #2420421 by larowlan: HEAD BROKEN: Fatal error: Cannot use Drupal\Component\Utility\Xss as Xss because the name is already in use in /var/lib/drupaltestbot/sites/default/files/checkout/core/modules/views/src/Plugin/views/field/Field.php on line 11
  • #1959806 by amateescu, jibran, goldorak, Wim Leers, yched, dawehner: Provide a generic 'entity_autocomplete' Form API element
  • #2419857 by Wim Leers, alexpott: Responsive image and View mode schemas should use the config_entity type, can then be simpler
  • #2361775 by alexpott, swentel: Third party settings dependencies cause config entity deletion
  • #2415645 by geertvd, alexpott: Shortcuts not sorted on display
  • #2349625 by mortendk, alexpott, lauriii, Manuel Garcia, saki007ster, emma.maria, DickJohnson: Copy block templates to Classy
  • #2410151 by alexpott: _system_rebuild_module_data_ensure_required does not parse dependencies
  • #2414991 by alexpott: Prevent hook_config_schema_info_alter from adding or removing definitions
  • #2363099 by Gábor Hojtsy, Berdir, swentel, plach: Using translated field definition descriptions in entity schema results in different schema definitions, resulting in update.php changes
  • #2350013 by kattekrab, David_Rothstein: Descriptions for Promotion Options are too technical
  • #2394417 by hussainweb, tibbsa, sivaji@knackforge.com: Clean-up field_ui module test members - ensure property definition and use of camelCase naming convention
  • #2385211 by tadityar, subhojit777, hussainweb, cilefen, tibbsa: Clean-up user module test members - ensure property definition and use of camelCase naming convention
  • #2409391 by Cogax, gulab.bisht: Fix the whitespace of inline_template declarations in Views UI
  • #2396699 by hussainweb, sivaji@knackforge.com: Clean-up menu_ui module test members - ensure property definition and use of camelCase naming convention
  • #2398447 by emma.maria, rootwork, Maninder, ramkrk, DickJohnson, idebr: Remove the "typography" CSS file in Bartik
  • #2414235 by hussainweb, dawehner: Upgrade to Symfony 2.6.4
  • #2415515 by eojthebrave: Add @Event documentation to all BlockEvents
  • #2408581 by rachel_norfolk, zach.bimson, MarkoT91, Ieva Uzule, idebr, LewisNyman, sarav.din33: Clean up the "help" component in Bartik
  • #2417071 by chintan.vyas: Remove file_get_mimetype
  • #2153937 by Gábor Hojtsy, pcambra: Default language setting is hard to find
  • #2412579 by idebr, geertvd: Tabledrag applies odd/even classes to tables with striping disabled
  • #1987612 by valthebald, Mile23, aspilicious, Pinolo, InternetDevels: Convert ajax_test_dialog_contents() to a new style controller
  • #2418567 by martin107: Missing IDE type hinting
  • #1987738 by Mile23: Convert menu_test_callback() to a new style controller
  • #2417983 by kattekrab: Change docs instances of "the the" to "the"
  • #2418611 by martin107: Trivial fix to EditorXssFilterInterface::filterXss
  • #2407125 by Cogax, vijaycs85, Gábor Hojtsy: LanguageInterface should not support setName
  • #2397281 by fran seva, Gábor Hojtsy: Languages not translated when you add them
  • #2414685 by xjm, mikeker: Improve references to Twig tokens in Views UI
  • #2402061 by emma.maria, Katiemouse, er.pushpinderrana: Reusable heading classes should be "heading-*" not "header-*"
  • #2417651 by TravisCarden: Grammar error in Views argument modal
  • #2417817 by yched: Keep contrib modules out of ConfigImportAllTest
  • #1984582 by jibran, kattekrab, dawehner, larowlan: Add views support for custom blocks
  • #2419015 by pwolanin: Remove use of base: scheme in LocalTasksTest
  • #2409661 by yched: Remove duplicate check for "FieldableEntity" in EntityDisplayBase
  • #2227121 by emma.maria, Vally79, DickJohnson, Jill L, frankfarm, rootwork, jamesquinton, Rajendar Reddy, krueschi, ericxb, seiplax, bluegriff: The "Default country" dropdown element overflows the installer container at certain widths
  • #2408613 by kpv: ViewExecutable::getHandlers() should restore display_id before return
  • #2349721 by lauriii, preshetin, wheatpenny, mortendk: Copy node templates to Classy
  • #2414365 by benjy: File migration fails when the files are at a remote URI
  • #2410539 by cafuego, jibran, larowlan: Views schema prevents saving of view with disabled display through code
  • #2415399 by lokapujya, ultimike: D6->D8 migration: User role based block visibility settings not migrated properly
  • #2402639 by Katiemouse, nitvirus, lakshminp, dernetzjaeger, emma.maria, gippy, kporras07, john guant, Prashant.c: Rename the footer regions in Bartik
  • #2349517 by emma.maria, b0unty, idebr, tarekdj, lauriii, Manjit.Singh, adci_contributor: Fix RTL for Bartik's vertical tabs
  • #2415757 by chintan.vyas: Remove all uses of file_get_mimetype
  • #2375997 by Mile23, hussainweb, tstoeckler, omers: Avoid tying Drupal 8's composer.json to specific package commits
  • #2416099 by ultimike: Documentation issue in Migrate Drupal dump file instructions
  • #2165989 by Xano, pcambra, damiankloip, dawehner: Add a Views field handler for multiple entity operations
  • #2400233 by emma.maria, rpayanm, Katiemouse, LewisNyman: Add reusable heading classes to Bartik
  • #2409587 by Cogax: Incorrect documentation for @covers
  • #1331852 by droplet, franz: template_preprocess_menu_local_task localized_options is optional
  • #2415415 by er.pushpinderrana: help.api.php missing <?php at top
  • #2358079 by pwolanin, Berdir: Require a specific placeholder format in db_query() in order to trigger argument expansion, and require explicit 'IN' parameter for conditions
  • #2360175 by zaporylie, gaurav.goyal, droplet, sivaji@knackforge.com, mcdruid, nod_, er.pushpinderrana, brahmjeet789: Change .append('') with CSS style in system.admin.css
  • #2417645 by tim.plunkett, effulgentsia, pwolanin: Change destination query string handling to break dependence on system path
  • #2418613 by pwolanin: Fix #0 bug in toUriString() method in Url class, clarify toString() vs toUriString()
  • #2417705 by idebr: Autocomplete suggestions visual regression after modal and jQuery UI update
  • #2418117 by yched: MenuLinkContent::baseFieldDefinitions() wrongly passes default values as a field setting
  • #2416987 by YesCT, amateescu, webchick, Wim Leers, yched: Fix UI regression in the menu link form
  • #2415511 by eojthebrave: Add @Event documentation to all RenderEvents
  • #2414953 by alexpott: Element uses \Drupal::service() as a service locator and prevents injecting a custom typed config manager in config
  • #2408189 by davidwbarratt: Remove repositories and extra from composer.json
  • #2415855 by emma.maria: A forgotten reference to list.css in Bartik's info file is giving core a 404 error
  • #552478 by markcarver, sun, effulgentsia, jhedstrom, ohnobinki: Restrict "self-closing" tags to only void elements in drupal_pre_render_html_tag
  • #2405091 by marthinal, Berdir, RavindraSingh: Cannot create user entities - {"error":"Access denied on creating field pass"}
  • #2133471 by lokapujya, Lendude, jhedstrom, tadityar, webflo, whitelikeman: Notice: Undefined index: uid in simple a user view
  • #2346883 by andypost, amateescu: Standardize field_ui entity route names
  • #2413941 by Mile23: BubbleableMetadataTest::testApply has wrong @covers
  • #2349863 by tadityar, Mukeysh, ckrina: Overlapping elements in the titlebar in views modal window
  • #2409723 by Prashant.c, JayKandari, shashikant_chauhan: Block tests refer to node incorrectly
  • #1968982 by lauriii, a-fro, duellj, longwave, joelpittet, Temoor, Cottser, lokapujya, idebr, kgoel, Hydra, miraj9093, Brandonian: Convert book theme tables to table #type
  • #2409579 by tstoeckler, katzilla, k4v: Allow to enter the machine name in the module filter
  • #2411791 by yched, plach: Provide empty methods rather than abstract methods in EntityTypeEventSubscriberTrait / FieldStorageDefinitionEventSubscriberTrait
  • #1520716 by lokapujya, cwells, David Lesieur: "Files displayed by default" not respected
  • #2396489 by herom, rachel_norfolk, WigglyKoala, emma.maria, vijaycs85, jjcarrion: Add missing RTL rules to Bartik theme CSS
  • #2395613 by dawehner: Make it possible to configure the output of a boolean field on the formatter level
  • #2399709 by DickJohnson, idebr, LewisNyman: Remove media.css from Bartik, add it's current code directly to the components it references
  • #2374019 by yched, jibran, amateescu: Cleanup the use of custom item properties in EntityReferenceFormatterBase
  • #2411233 by benjy, chx: Stub in migration process plugin does not do complete process
  • #2415111 by Wim Leers: Update CKEditor library to 4.4.7
  • #2418169 by xjm: Expand and document test coverage in UnroutedUrlTest
  • #2418139 by pwolanin, kgoel, dawehner, almaudoh, Wim Leers: Add a toUriString method to Url class and add a route: scheme
  • #2417837 by pwolanin, larowlan, dawehner, kgoel: Update menu link definitions when aliases change
  • #2417423 by dawehner, kgoel, pwolanin, larowlan: Re-process the user-entered-paths for custom menu links when there is a menu rebuild
  • #2418163 by xjm, hussainweb: Recent content view "more" link configuration is malformed
  • #2030607 by hussainweb, Mile23, Kingdutch, alexpott, balagan, amateescu, adci_contributor, Xano, mon_franco, cilefen: Expand EntityDisplayBase with methods
  • #2412805 by mondrake: View preview does not attach assets provided by plugins
  • #2418109 by yched: Misleading param name in LinkWidget::getUserEnteredStringAsUri()
  • #2050759 by tim.plunkett, fietserwin: Move drupal_chmod and other code in file.inc to a Drupal\Core\File\FileSystem class
  • #2411597 by idebr, davidhernandez, Gábor Hojtsy: Class 'path-frontpage' missing from
  • #2411073 by Wim Leers: Fix documentation of hook_library_build_info()
  • #2066557 by mparker17, valthebald, chakrapani: Convert system.module's test's database_test.module's JSON functions to a new-style controller
  • #2417793 by effulgentsia, Wim Leers, YesCT, yched, dawehner: Allow entity: URIs to be entered in link fields
  • #2417877 by pwolanin: Make getDefinition method on menu link content entity public so we can rebuild user paths
  • #2417865 by xjm: Add a Views DisplayPluginInterface
  • #2417809 by YesCT: link and shortcut have baseFieldDefinition settings that do not do anything: default_value max_length
  • #2416955 by dawehner, YesCT, amateescu, jibran, yched, anavarre: Convert MenuLinkContent to use a link widget
  • #2368653 by YesCT, pcambra, dawehner: Replace _l in all places (3) besides one
  • #2417333 by Wim Leers, pwolanin, xjm, dawehner: Add support for user-path: scheme to Url class
  • #2313263 by olli, kgoel: Page not found after adding, editing or deleting a menu link
  • #2416563 by tim.plunkett: Follow-up to "HTTP_HOST header cannot be trusted"
  • #2416763 by xjm, Wim Leers, effulgentsia: Convert Url::fromUri() base:// scheme to base:
  • #2412509 by kgoel, pwolanin, Wim Leers, larowlan, effulgentsia, dawehner, xjm: Change LinkItem.uri to type 'uri' rather than 'string' and introduce user-path: scheme
  • #2417445 by xjm, YesCT: Remove Url::toArray()
  • #2406749 by dawehner, YesCT, amateescu, hussainweb, kim.pepper, RavindraSingh, pwolanin, Wim Leers, Gábor Hojtsy, yched, jibran: Use a link field for custom menu link
  • #2398689 by jeqq: Follow-up: Applying entity schema updates still fails when both field and entity type definitions changes
  • #2349715 by emma.maria, saki007ster, lauriii, Manuel Garcia: Copy link templates to Classy
  • #2410123 by jeqq: Use mutable configuration to fix compatibility in update_fix_compatibility()
  • #2409811 by lauriii, alexpott: Kernel tests should explicitly install themes
  • #2306407 by lauriii, penyaskito, mortendk, pakmanlh, Wim Leers, ypogue: Remove breadcrumb from page template
  • #1798332 by jhedstrom, dawehner, vedpareek, prajaankit: Add paging to the EntityListBuilder
  • #818616 by idebr, Wim Leers, DjebbZ, mgifford: Allow
    in "Basic HTML" text format
  • #2343043 by cilefen, hussainweb: valid_email_address() should use egulias/EmailValidator and become deprecated
  • #2409581 by geertvd, balagan: Views UI generates translated HTML class names for handlers / buckets
  • #2412241 by idebr, Wim Leers: Active menu links with identical paths get a duplicate "active" class for every active menu link
  • #1728804 by Berdir: Introduce (Content)EntityDeleteForm and children to handle entity deletions
  • #2341357 by xjm, dawehner, larowlan, Wim Leers: Views entity area config is not deployable and missing dependencies
  • #2364157 by mpdonadio, dawehner, martin107, Berdir, pcambra, naveenvalecha, tim.plunkett: Replace most existing _url calls with Url objects
  • #2411333 by almaudoh, hussainweb, Wim Leers, pwolanin, larowlan, dawehner, RavindraSingh, jibran: Create standard logic to handle a entity: URI scheme

Download Size md5 hash
drupal-8.0.0-beta7.tar.gz 9.25 MB b730108fbdd33ffe57fb94e94d293ebe
drupal-8.0.0-beta7.zip 16.61 MB c3d1d45fd4c3944205bb1c50c4e5a459
Last updated: February 25, 2015 - 14:43
Official release from tag: 
8.0.0-beta7
Core compatibility: 

drupal 6.35

$
0
0

Release notes

Maintenance and security release of the Drupal 6 series.

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

No other fixes are included.

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

Known issues:

  • Existing time-dependent user links (for example, one-time login links and password reset links) will be automatically invalidated when this release is deployed. If users request new links after the release, they should work correctly.
  • Certain time-dependent user links generated by the LoginToboggan module will not work at all with Drupal 6.35 at this time. See #2455049: Various one-time-login and validation links don't work with Drupal 6.35 and Drupal 7.35 for further details and a patch that fixes the problem.
  • Time-dependent user links generated by other contributed or custom modules should work in most circumstances, but will result in PHP warnings until the module has been updated for the user_pass_rehash() changes discussed in the "major changes" section below.

Major changes since 6.34:

Download Size md5 hash
drupal-6.35.tar.gz 1.06 MB a42564ab163f5c93ac82df8cfd6f1c13
drupal-6.35.zip 1.23 MB 569a4854104020f6f7e42999d5cfb437
Last updated: March 18, 2015 - 19:18
Official release from tag: 
6.35
Core compatibility: 
Release type: 
Viewing all 584 articles
Browse latest View live