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

drupal 7.35

$
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:

  • 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 7.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 7.34:

Download Size md5 hash
drupal-7.35.tar.gz 3.08 MB fecc55bd0bd476bc35d9ebf68452942d
drupal-7.35.zip 3.54 MB 467ca1668dec6444c6282d243cc1320c
Last updated: March 18, 2015 - 19:18
Official release from tag: 
7.35
Core compatibility: 
Release type: 

drupal 8.0.0-beta9

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

However, see #2455949: [policy, no patch] Re-activate the head2head project and use it for beta2beta upgrades in the short-term which is discussing supporting beta to beta upgrade paths from a contributed module until it is supported in core.

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-beta8:

  • Revert "Issue #2457653 by Gábor Hojtsy: System.site langcode is both used as a file language code and a site language code"
  • #2458925 by alexpott: Screen is black and completely unreadable in Configure page after install on standard profile
  • #2457653 by Gábor Hojtsy: System.site langcode is both used as a file language code and a site language code
  • #2411689 by alexpott: Use a MemoryBackend in StorageComparer so that configuration import validators don't have to reread data from disk or the db
  • #2454859 by Gábor Hojtsy, alexpott, mrjmd: Not possible to format plural an already translated string
  • #2458993 by Wim Leers: #cache[expire] is undocumented, unused, untested: remove it, use #cache[max-age] instead

Changes since 8.0.0-beta7:

  • #2458413 by Wim Leers: BlockViewBuilder should specify cache contexts even for uncacheable blocks
  • #2456707 by dawehner, larowlan: Block Content views field handlers need to be replaced with entity-aware handlers
  • #2428695 by amateescu, daffie: SQLite date handling is wrongly implemented and arguments handling needs override
  • #1548204 by andypost, sun, typhonius, amateescu: Remove user signature and move it to contrib
  • #2458289 by Wim Leers: CronRunTest::testAutomaticCron() should test with an authenticated user
  • #2450637 by tim.plunkett, jasonawant: Block page visibility option "Show for the listed pages" does not appear to save
  • #2458045 by webflo: Remove calls to core/vendor/autoload.php
  • #2456983 by cilefen: Five methods in class TestFormBuilder are dead code. Remove them
  • #2372011 by richardcanoe, Noe_: NotFoundHttpException handler should take into account it's parameters
  • #2457251 by vijaycs85: Remove unnecessary call to drupal_get_user_timezone() in Drupal/Core/Datetime/DrupalDateTime::prepareTimezone() method
  • #2408511 by joaogarin, pjbaert, rpayanm, bobrov1989: Rewrite vertical-tabs component inline with our CSS standards
  • #2454441 by rteijeiro, hussainweb, 17thColossus, nullkernel: Rename Typed Data classes to support PHP 7
  • #2432837 by Wim Leers, Fabianx: Make cache contexts hierarchical (e.g. 'user' is more specific than 'user.roles')
  • #2412553 by amateescu: Taxonomy terms in an Entity Reference field are not sorted
  • #2443697 by mradcliffe: PostgreSQL: Fix views\Tests\Handler\HandlerAllTest
  • #1844198 by mgifford: wording of unimportant columns doesn't describe functionality
  • #2348321 by RobLoach, nod_: Upgrade to jQuery Once 2.x
  • #1598924 by david_garcia, omegamonk: Query with duplicate placeholders throws PDO Exception
  • #2454447 by andypost, dawehner, rteijeiro: Split Utility\String class to support PHP 7 (String is a reserved word)
  • #2090115 by alexpott, xjm: Don't install a module when its default configuration has unmet dependencies
  • #2457155 by chx: VocabularyCrudTest is needlessly SQL bound
  • #2394419 by hussainweb, cilefen, sachinwable: Clean-up file module test members - ensure property definition and use of camelCase naming convention
  • #2373741 by Wim Leers, hussainweb: Move bulk of render pipeline documentation to d.o handbooks
  • #2448357 by amateescu: Config entity forms need to have access to an updated entity object at all times
  • #2451607 by aneek: Remove call to SafeMarkup::set() from node_requirements()
  • #2303765 by davidhernandez, larowlan, mgifford: Make the default 'alt' attribute for Image fields required
  • #2455415 by rteijeiro, hussainweb, rpayanm, baisong: Rename Views plugin classes to support PHP 7
  • #2442999 by idebr: Views dialog filter does not restripe
  • #2444211 by Wim Leers, jhodgdon: Document cacheability of render arrays, and the considerations to use when generating render arrays
  • #2388349 by almaudoh: FormState::cleanValues() doesn't conform with the FormStateInterface documentation
  • #2443847 by cilefen: Remove dead HTML ID-tracking code from ViewPreviewForm
  • #2456459 by andypost: CommentInterface::getCommentedEntity() should return FieldableEntityInterface
  • #2148319 by crazyrohila, juankvillegas, Manjit.Singh, poojakural, Chloe Chen, joshtaylor: h2 on footer blocks must be hidden by default but must show when its enable
  • #2337509 by amateescu: Remove "@todo In theory we should use the data table as base table, as this would" from EntityViewsData
  • #2445723 by dawehner, neclimdul: Use the $request format instead of the ContentNegotation
  • #2442041 by Berdir: Remove CachedStorage::listAll() caching
  • #731298 by pjonckiere, jhodgdon: Searches for words with diacritics/accents: word not highlighted in results
  • #2452247 by rteijeiro, joshi.rohit100: Incorrect constructor docblock for RequestCloseSubscriber
  • #2452371 by Palashvijay4O: Remove @addtogroup themeable from theme.inc, only theme_indentation() needs it
  • #2449147 by Island Usurper: Backwards logic in a comment in a test
  • #2453891 by Dragooon, Wim Leers: Renderer::getCacheableRenderArray() does not include max-age
  • #2348773 by geertvd, IT-Cru: Aggregator item counts are formatted as date intervals
  • #2448915 by martin107, joshi.rohit100: FieldStorageAddForm constructor annotation bug
  • #2331907 by LewisNyman, alvar0hurtad0, tim-diels, tstoeckler, jOksanen, lduerig, psebborn, Outi: Seven theme's uppercasing of details summaries fails on the Simpletest results form
  • #2454393 by hussainweb: Upgrade to Symfony 2.6.5
  • #2455083 by dawehner, larowlan, klausi, David_Rothstein, hefox, tsphethean, dstol, DamienMcKenna, Pere Orga, benjy: Open redirect fixes from SA-CORE-2015-001 need to be ported to Drupal 8
  • #2424171 by vijaycs85, likin, Gábor Hojtsy, Wim Leers: Language module vs. content translation module interaction exposes content translation bug
  • #2346435 by fago: Improve interface-related instructins for providing an entity type to be accurate
  • #2451085 by dawehner, Arla: _drupal_log_error() passes NULL to ThemeManager::setActiveTheme(), violating its typehint
  • #1919930 by tim.plunkett, nlisgo: Bundle entity form IDs violate module namespaces (both on server-side + front-end CSS)
  • #2403743 by quietone, rpayanm: assertion style in migration
  • #2408461 by psebborn: Clean up 'page-title' component
  • #2405445 by crazyrohila: Refactor book module CSS files inline with our CSS standards
  • #2453627 by neclimdul, drunken monkey: Fix DrupalStandardsListener for non-TestCase objects
  • #2452943 by bzrudi71: PostgreSQL: Fix views\Tests\Handler\FieldGroupRowsWebTest
  • #2443683 by bzrudi71: PostgreSQL: Fix user\Tests\Views\HandlerFieldRoleTest
  • #2137801 by Berdir: Refactor entity storage to load field values before instantiating entity objects
  • #2443695 by bzrudi71: PostgreSQL: Fix views\Tests\Handler\FieldGroupRowsTest
  • #1668644 by Island Usurper, phayes, daffie, Brandonian, gease: PostgreSQL: Impossible to change a field to serial, bigserial, or numeric
  • #2454287 by dawehner: Make a couple of services lazy
  • #2443663 by daffie, vlad.n: PostgreSQL: Fix system\Tests\Entity\EntityDefinitionUpdateTest
  • #2455079 by klausi, David_Rothstein, pwolanin, benjy, Berdir: Password reset URL access bypass fixes from SA-CORE-2015-001 need to be ported to Drupal 8
  • #2286971 by znerol, Berdir, almaudoh, cilefen: Remove dependency of current_user on request and authentication manager
  • #11883 by samwilson, garym@teledyn.com: Add test coverage for auto-comment title functionality and word-breaking
  • #2423435 by benjy, chx: Add CckField Plugin type to migrate_drupal
  • #2452619 by vasike, amateescu, joshtaylor: Move entity_reference_create_field function to EntityReferenceTestTrait
  • #2446511 by amateescu, Wim Leers, yched, Bojhan: Add a "preconfigured field options" concept in Field UI
  • #2269033 by zaporylie, rpayanm, lieb, swentel, charginghawk, lorique, YesCT: ManageFieldsTest should not care about order of operations all the time
  • #2452347 by alexpott: "Make sure that the $test_class..." text appearing in whilst running Drupal\simpletest\Tests\KernelTestBaseTest
  • #2398451 by idebr, Dragan Eror, thamas, DickJohnson, emma.maria, saki007ster, LewisNyman: Clean up "layout" CSS in Bartik
  • #2449445 by mortendk, alexpott, Cottser: Add "indentation" class back to indentation theme hook, use it for styling
  • #2443681 by daffie, mradcliffe, bzrudi71: PostgreSQL: Fix user\Tests\UserAccountLinksTest
  • #2452361 by sushyl, Cottser: Remove "@ingroup themeable" from all Classy templates
  • #2421021 by YesCT, lhuacho, martin107, shashikant_chauhan, amateescu, tremix: Missing help text for external url only for link widget
  • #2418155 by jhedstrom, Berdir: options_field_views_data() excludes fields with an allowed_values_function for no reason
  • #2413709 by geertvd, Lendude: Javascript error after using jQuery UI Dialog close button in Views UI
  • #2446657 by rpayanm: Dead link on robots.txt
  • #2426495 by dawehner, alexpott: Remove the global $script_path
  • #2443885 by Xano: DrupalStandardsListener causes errors when it cannot retrieve test results. Missing abstract keyword
  • #2429671 by Berdir, Wim Leers: "The website has encountered an error. Please try again later." page is cached
  • #2436835 by amateescu, alexpott: Unable to create config schema for entity type specific entity reference selection plugin
  • #2451885 by Gábor Hojtsy: Config entities need to ship with language or are assumed undefined
  • #2453351 by effulgentsia, Wim Leers: Maintenance mode message ends up in page cache, served endlessly
  • #2449743 by root_brute, tstoeckler: SwitchShortcutSet has an unnecessary dependency on the route match
  • #2452499 by arpitr: Remove deprecated function definition for entity_load_by_uuid() and its references
  • #2452957 by claudiu.cristea: Remove node & taxonomy term hardcoding of bundle names in SelectionBase
  • #2452637 by a_thakur: Remove function system_rebuild_theme_data() from system.module
  • #2452995 by Jeroen: link_path should be url in the menu API documentation
  • #2453143 by Wim Leers: CommentForm depends on configured field, but doesn't associate that cache tag
  • #2443659 by daffie, mradcliffe, bzrudi71: PostgreSQL: Fix system\Tests\Entity\FieldSqlStorageTest
  • #2385443 by larowlan, dawehner: Test that base entity fields on views respect field level access
  • #2452659 by cilefen: Taxonomy term View preview is broken
  • #2443073 by Wim Leers, joshtaylor: Add #cache[max-age] to disable caching and bubble the max-age
  • #2429157 by root_brute, joshi.rohit100, rpayanm, rteijeiro, hussainweb, sidharthap: Remove TypedConfigInterface::set()
  • #2429481 by larowlan: Not able to create new tour tip plugin
  • #2449633 by joshi.rohit100, pjonckiere, willzyx, andypost: ShortcutsBlock does not respect the 'access shortcuts' permission
  • #2450205 by Gábor Hojtsy, mrjmd, plach: Translation settings don't appear for node in standard
  • #356399 by dawehner, beejeebus, catch, sidharrell, klausi, nlisgo, Josh Waihi, Berdir, martin107: Optimize the route rebuilding process to rebuild on write
  • #2427335 by benjy, chx, dawehner: Combine legacy Source class into SourcePluginBase
  • #2448847 by dawehner, arlinsandbulte: [regression] Themes unable to implement hook_theme_registry_alter()
  • #2342045 by dawehner, Gábor Hojtsy, larowlan, joshtaylor: Standard views base fields need to use same rendering as Field UI fields, for formatting, access checking, and translation consistency
  • Revert "Issue #2345779 by subhojit777, idebr, singularo, Yaron Tal, aneek, gngn, m.ioannidis, scor, clemens.tolboom, Sachini, ravi.khetri, SebCorbin, rpayanm: Fix double-escaping due to Twig autoescape in dblog event "operations""
  • #2345779 by subhojit777, idebr, singularo, Yaron Tal, aneek, gngn, m.ioannidis, scor, clemens.tolboom, Sachini, ravi.khetri, SebCorbin, rpayanm: Fix double-escaping due to Twig autoescape in dblog event "operations"
  • #2433281 by neclimdul, mrjmd: Move Role Constants on to a Class/Interface
  • #2386903 by pfrenssen: Warning: DOMDocument::importNode() ID already defined
  • #2447139 by Gábor Hojtsy: Config entities should be created in the negotiated language unless otherwise specified
  • #2443119 by geertvd: Views preview not working for REST display
  • #2259501 by anksy: Forward-port tests for taxonomy terms being retained after node edit
  • #2450383 by joshi.rohit100, martin107: Two incorrectly titled Subscriber constructor functions
  • #2370593 by daffie, nathanweeks, bzrudi71: Database::tableExists optimization for PostgreSQL
  • #2315015 by alexpott, gauravkhambhala, longwave: Remove progress-disabled class and associated CSS
  • #2451655 by klausi: Cache database schema description for expire is wrong
  • #2092245 by jbrown, rpayanm: SVGZ isn't served with correct encoding
  • #2415937 by Xano: Add a formatter for ChangedItem
  • #2367747 by Palashvijay4O, andypost, Alienpruts, Cottser, er.pushpinderrana, gaurav.pahuja, pfrenssen, rpayanm, vadim.hirbu: Remove usage of system_rebuild_theme_data()
  • #2449709 by banviktor: ContentEntityBase::set() does not respect its interface
  • #2432657 by Berdir, znerol: BasicAuth challenge never sent to browser
  • #2449079 by martin107, damiankloip: ViewsUI executable cleanup
  • #2417727 by Berdir: Notice: Undefined offset: 1 in core/scripts/run-tests.sh on line 952
  • #2448077 by a_thakur: Clean views.module with remaining deprecated functions: views_get_disabled_views, views_get_enabled_views and views_get_views_as_options
  • #2445175 by Arla: Exception message in setNewRevision() is missing @entity_type context
  • #2427095 by likin, idebr, prateekMehta: Formatting guidelines are not shown for textareas without WYSIWYG
  • #2076321 by yched, Mac_Weber, pcambra: Link "title" validation should use a static method
  • #2399939 by DickJohnson, LewisNyman, mherchel, idebr, brahmjeet789: Refactor 'admin-panel' CSS component
  • #2447049 by Cottser, joelpittet: Add a render filter to twig
  • #2332029 by Eric115: Add test coverage for .htaccess rules
  • #2433595 by chx, Berdir: WebTestBase::refreshVariables only resets cache_tags.invalidator.checksum
  • #2409417 by cafuego, jibran, larowlan: Disabling feed view display does not remove feed header from display it is attached to
  • #2447819 by pameeela: 'Custom Block' labels should use sentence case, not title case
  • #2443657 by daffie, bzrudi71: PostgreSQL: Fix system\Tests\Entity\EntityQueryTest
  • #2384863 by Gábor Hojtsy, vijaycs85, rodrigoaguilera: Translation language base field handler should use views field handler, provide unified options
  • #2443701 by bzrudi71, daffie: PostgreSQL: Fix views\Tests\ViewExecutableTest
  • #2289917 by Wim Leers, mdrummond, lauriii, Manuel Garcia, emma.maria, Scionar, davidhernandez: Convert "messages" page element into blocks
  • #2428643 by Upchuk: Always display the more link causes exception: cannot create a URL to a display without routes
  • #2445743 by dawehner, Wim Leers: Allow views base tables and entity types to define additional cache contexts
  • Revert "Issue #2445743 by dawehner, Wim Leers: Allow views base tables and entity types to define additional cache contexts"
  • #2433599 by Wim Leers: Ensure every (non-views) pager automatically associates a matching cache context
  • #2381217 by Wim Leers, dawehner, Fabianx: Views should set cache tags on its render arrays, and bubble the output's cache tags to the cache items written to the Views output cache
  • #2450151 by yched: Don't try to render all fields (including hidden ones) for single entity display
  • #2443691 by bzrudi71, xjm: PostgreSQL: Fix views\Tests\Handler\AreaTitleWebTest
  • #2443655 by daffie, bzrudi71: PostgreSQL: Fix system\Tests\Entity\EntityReferenceFieldTest
  • #2441583 by daffie: Upgrade Drupal\views\Tests\Plugin\StyleTestBase to HTML5
  • #2448843 by dawehner: [regression] Themes unable to implement hook_element_info_alter()
  • #2406681 by tstoeckler, hussainweb, alexpott, ParisLiakos, almaudoh, tadityar: Add an autoload.php in the repo root to control the autoloader of front controllers
  • #2448213 by alexpott: Remove admin templates from Classy
  • #1273052 by Chloe Chen: Footer container contents are wider than other page elements in Bartik
  • #2447831 by gordon: "The content access permissions need to be rebuilt" message not being escaped correctly
  • #2431329 by plach: Make (content) translation language available as a field definition
  • #2443665 by grom358, bzrudi71: PostgreSQL: Fix node\Tests\NodeCreationTest
  • #2417327 by cilefen: Remove usages of the deprecated valid_email_address()
  • #2408491 by joaogarin, mrjmd, vermario, jOksanen: Rewrite button components inline with our CSS standards
  • #2408475 by joaogarin, pjbaert: Rewrite skip-link component inline with our CSS standards
  • #2448023 by anksy: Fix or remove dead CSS in toolbar.module.css
  • #2446483 by Anushka-mp: Viewing fields requires a view builder
  • #2428297 by tvlooy: Duplicate index on entity_id column in dedicated field tables
  • #2426805 by dawehner, martin107: Modernize drupal_get_destination()
  • #2442221 by devpreview: Recursion calculate dependencies in area plugin
  • #2434697 by amateescu, pcambra: Remove UserAutocompleteController
  • #1811242 by Katiemouse, mrjmd: Add missing type hinting to Dblog module docblocks
  • #2394693 by mikeker: "Add another item" button in the wrong place for grouped filters
  • #2426489 by dawehner: Remove request_uri()
  • #2443381 by pjbaert: Make all test functions public
  • #2449069 by Berdir: Remove default block_plugin cache tags, because they're useless
  • #2447829 by Cottser: Add "menu" classes back to menu.html.twig for toolbar functionality
  • #2278073 by cbr, garphy, jonathan_hunt, Berdir: Files with spaces in URIs fail entity TypedData validation
  • #2429363 by babruix, twistor, filijonka, sun, Mile23, daffie, Wim Leers, chx: Add HTML5-lib to Drupal 8 core for the filter system and for the testing system
  • #2448373 by jbrown: X-Generator has incorrect drupal.org URL
  • #2273923 by mpdonadio, pfrenssen, effulgentsia, pcambra, xjm, tim.plunkett, martin107, cilefen: Remove html => TRUE option from l() and link generator
  • #2252763 by damiankloip, skipyT, martin107, dawehner, dashaforbes: Views exposed filter form causes enormous form state cache entries
  • #2442339 followup by mrjmd: ViewsLocalTask param annotation bug
  • #2445761 by Wim Leers: Add a X-Drupal-Cache-Contexts header to aid in debugging and testing
  • #2414539 by webflo, vijaycs85: Simplify schema definition for sequence
  • #2431379 by tim.plunkett, Upchuk, dawehner: LazyPluginCollection should not implement \Iterator
  • #2448223 by alexpott: Cannot run all PHPUnit tests using PHPUnit
  • #2443667 by grom358: PostgreSQL: Fix node\Tests\NodeTypeRenameConfigImportTest
  • #2443635 by mradcliffe, grom358: PostgreSQL: Fix config\Tests\ConfigEntityListTest
  • #2349559 by mortendk, jstoller: [meta] Discuss the organization of subfolders in Classy
  • #2443469 by martin107: ThemeController constructor documentation bug
  • #2322639 by hussainweb, LinL, Temoor, oenie, MKorostoff, mglaman, kyuubi, unstatu, omers, pcambra, legolasbo, benjy, JeroenT: Replace all instances of node_type_load(), node_type_get_types(), entity_load('node_type') and entity_load_multiple('node_type') with static method calls from DRUPAL SOUTH WOOOO!
  • #2424787 by toin0u, dawehner, Crell: Unit tests for content type negotiation
  • #2315791 by alexpott, cilefen, dawehner: Add functionality to open results in browser window to run-tests.sh
  • #2398461 by DickJohnson, jp.stacey, idebr, rachel_norfolk, lauriii, Mukeysh, emma.maria: Clean up the "comments" component in Bartik
  • #2447313 by dawehner: Views UI misses entity row plugins
  • #146278 by jhodgdon, pwolanin, douggreen: The "No results" text is not correct for UserSearch -- search help needs to be per-plugin, not global
  • #2443615 by benjy: Add an interface to MigrateExecutable
  • #2422227 by benjy, chx, dawehner: Add setProcessOfProperty to Migration entity
  • #2417075 by tstoeckler, David4514, dawehner, sachbearbeiter, mpdonadio: Trusted host verification is incompatible with URIs with the "internal" scheme
  • #2443653 by bzrudi71, tstoeckler, daffie: PostgreSQL: Fix system\Tests\Condition\ConditionFormTest
  • #2396333 by larowlan, effulgentsia, Wim Leers, tim.plunkett: BlockContentBlock ignores cache contexts required by the block_content entity
  • #2373491 by amateescu, jibran: Categorize field type plugins
  • #2424445 by geertvd, dobrzyns, rpayanm, Gábor Hojtsy, Cottser, alexpott, jmauro8ac: Views default options such as pager options are not translated
  • #2443817 by andypost, a_thakur: Remove usage and the function drupal_theme_access()
  • #2407397 by JeroenT, mrjmd: remove drupal_html_id()
  • #2388941 by vijaycs85, mrjmd, abhishek-anand, dawehner, alexpott: Correction needed for hook_views_query_alter in views.api.php
  • #2444897 by claudiu.cristea: Code cleanup in Views Sql query plugin
  • #2446995 by tim.plunkett, Berdir: Block content titles are not escaped on new block form (Port SA-CONTRIB-2013-082)
  • #2443669 by bzrudi71: PostgreSQL: Fix node\Tests\NodeTranslationUITest
  • #2446127 by mikey_p: Fix misnamed page_cache_response_policy services
  • #2429447 by dawehner, jhodgdon, xjm, jibran: Use data table as views base table, if available
  • #2407361 by cilefen, JeroenT, hussainweb, neclimdul, ircmaxell, tim.plunkett, nlisgo, Crell: Move usages of drupal_html_id() to Html::getUniqueId()
  • Revert "Issue #2407361 by JeroenT, cilefen, hussainweb: Move usages of drupal_html_id() to Html::getUniqueId()"
  • #2407361 by JeroenT, cilefen, hussainweb: Move usages of drupal_html_id() to Html::getUniqueId()
  • #2384049 by suntog, mikemiles86, lokapujya, arpitr: Remove deprecated function _update_fetch_data and its usage
  • #2443783 by gaurav_varshney, fotuzlab: Remove language_load(), language_list() and language_default() from bootstrap.inc
  • #2444775 by neclimdul: Remove dead ContentFormControllerSubscriber class
  • #2347625 by alexpott, idebr: Remove drupal_bootstrap and drupal_get_bootstrap_phase
  • #1052854 by aaaristo, mrjmd: double db_drop_field in schema.test
  • #2443485 by Berdir, dawehner: Remove extension:views cache tag and other views related cache improvements
  • #2434745 by geertvd: Boolean field: On/Off labels are in the "storage" settings but shouldn't be
  • #2362403 by tstoeckler: Fatal error during multilingual installation when network goes away
  • #2407765 by Wim Leers, borisson_: Wherever simple config is used to render output to end user, associate their cache tags
  • #2443571 by larowlan, Berdir: Port SA-CONTRIB-2015-052
  • #2443409 by Berdir: Add a way to entity manager to get fresh entity and field definitions without invalidating all caches
  • #2252033 by olli, dawehner: Don't serialize database connection info
  • #2435075 by dawehner: Implement admin role as a flag on the role storage, simplify permissions page, remove user_modules_installed
  • #2378815 by damiankloip, dawehner: DisplayPluginBase::elementPreRender() and View::preRenderViewElement() are called even when the Views output cache is being used, causing notice
  • #2429257 by Wim Leers, Fabianx, effulgentsia: Bubble cache contexts
  • #2430813 by geertvd: Selecting the 'views' selection handler on an entity_reference field causes a fatal error
  • #2442411 by jhedstrom: Update react/promise to 2.2.0
  • #2341455 by swentel, cosmicdreams: Creating a new view mode should clear cache, so the new view mode can be displayed
  • #2430981 by Cottser: Unnecessary notices when twig_render_template() catches \Twig_Error_Loader exceptions
  • #2017471 by rodrigoaguilera, balagan, clemens.tolboom, Kristen Pol, Outi, rpayanm, danylevskyi, mon_franco, Antti J. Salminen, aloyr, thlafon, Marc Hannaford, kreatIL, oussema, David Hernández: Multilingual tour for language section
  • #2431477 by martin107: make TermUnitTest a KernelTestBase by moving createTerm and createVocabulary to a trait
  • #2223435 by Sutharsan, Xano, tim.plunkett: Do not use t() in block plugins anymore
  • #2382561 by Sabreena, DickJohnson, aliyakhan, Tom Verhaeghe, emma.maria: In narrow viewports (<320px), the toolbar menu tray should be 100% width
  • #2410031 by rocketeerbkw, BiigNiick: Simpletest install requirements double escaped
  • #2416971 by dawehner, pwolanin: Remove Url::__toString()
  • #2407725 by mortendk, sivaji@knackforge.com, rteijeiro, Manjit.Singh: Remove classes from system templates d*.html.twig
  • #2442887 by LewisNyman, eshta: Remove toolbar-specific print styles
  • #2369981 by Cottser: Not found templates are displayed literally instead of throwing an Exception due to string loader
  • #2428087 by jhodgdon, foxtrotcharlie: Boolean field formatter - default choice appears in list twice
  • #2227227 by mpdonadio, amateescu, yched, larowlan, swentel, tstoeckler, fago: FieldTypePluginManager cannot instantiate FieldType plugins, good thing TypedDataManager can instantiate just about anything
  • #2426735 by dawehner: Small docs improvements of WebTestBase::rebuildContainer
  • #2395901 by chx, dawehner, tstoeckler: Allow the same test-specific overrides in KernelTestBase as in WebTestBase
  • #2409623 by hexabinaer, pjonckiere, tstoeckler: Amend misleading Views UI labels/descriptions
  • #2206485 by pjonckiere, sandipmkhairnar: StylePluginBase::getFieldValue shouldn't be protected
  • #2442749 by idebr: Bartik maintenance css referenced incorrectly in libraries.yml
  • #2431283 by willzyx, David_Rothstein: Cron CSRF vulnerability
  • #2431525 by chx: UserSaveTest hardwires SQL
  • #2442173 by mpdonadio: Drop the unused class RouteBuilderStatic
  • #2442339 by martin107: ViewsLocalTask param annotation bug
  • #1768526 by swentel, Berdir: NodeFormController::validate() calls buildEntity() twice
  • #2427713 by dashaforbes, mbovan: Contact module doesn't implement AccessControlHandler
  • #1600670 by mradcliffe, bendiy, bzrudi71, andypost, daffie, stefan.r, devpreview: Cannot query Postgres database that has column names with capital letters
  • #2249115 by pjonckiere: Tab order is illogical in Views UI
  • #2343483 by andypost, yched: Doc cleanup after FieldConfig
  • #2441685 by Arla: Incorrect documentation for EntityAccessControlHandler::checkAccess()
  • #2437785 by amateescu: FieldConfigStorageBase::mapToStorageRecord() calls the wrong field type method
  • #2350041 by cafuego, swentel: Remove node title field description
  • #2030467 by krlucas, pjbaert: Remove mentions of hook_rdf_mapping
  • #2084455 by Mile23: Drupal\Component\Datetime\DateTimePlus::checkArray() compares wrong value
  • #2407407 by JeroenT, vedpareek: Remove drupal_clean_id_identifier
  • #2432257 by alvar0hurtad0, pjbaert: Cleanup FileViewsData
  • #2433001 by neclimdul: Zend Bridge Tests
  • #2435493 by effulgentsia: Change String::format()'s '@' and '%' placeholders to be auto-escaped rather than always-escaped
  • #2442255 by swentel, larowlan, rteijeiro, Wim Leers: Changing text formats on a field makes it impossible to edit
  • #2428891 by kgoel: Remove unnecessary unique label validation for shortcut sets
  • #2403639 by eshta, hass, LewisNyman: Remove toolbar from print view
  • #2425637 by pcambra, swentel: ConfigEntityInterface should extend ThirdPartySettingsInterface
  • #2425581 by greg.1.anderson: !message in t() can lead to double-escaping when used in drupal_set_message()
  • #2430341 by Wim Leers: Comment pager-dependent cache key should be a cache context
  • #2144669 by Mile23, daffie, Nitesh Sethia: Improve/Refactor TestBase Through Expanded Unit Testing
  • #2297185 by alimac, cepinos, mhazy, adci_contributor, YesCT, RavindraSingh, jeet09: 'Reset password' should be 'Set password' when no password given yet
  • #2398073 by mohit_aghera, geertvd, sidharrell, Swarnendu-Dutta, piggito, jesperjb, larowlan, pingers, larsmw: Admin should not be able to edit email of authenticated commenters
  • #2418181 by dawehner, Wim Leers, effulgentsia: Remove 404 validation from link creation
  • #2431281 by dawehner: Drop support for _access_mode routes and always assume ALL
  • #2312647 by iMiksu, olli, longwave, Jalandhar: views_ajax_render() has been removed
  • #2441867 by Berdir: Don't require settings.php to be writeable in update.php
  • #2388067 by david_garcia: getQualifiedMapTableName is database specific logic out of the database driver
  • #2400261 by benjy, dawehner, tobiasb: Service Container should not store absolute paths
  • #2428035 by amateescu: Bring some sanity into Field UI routes and forms
  • #2405469 by yched, googletorp, amateescu, larowlan, Berdir: FileFormatterBase should extend EntityReferenceFormatterBase
  • #2339491 by corbacho, dawehner, larowlan, effulgentsia, webflo: Ajax requests on forms with files fail on IE 9
  • #2440937 by hussainweb: Update release for Goutte driver
  • #2431053 by zealfire, epari.siva, dawehner: RouteProviderTest::testRouteByName should be public
  • #2428041 by nod_: Update eslint config for 0.14.1
  • #2420967 by JeroenT, Wim Leers, neclimdul: Write test to ensure that the active class is added on links when on the front page
  • #2421531 by lokapujya: Fix assertNoLinks() that should not have an index parameter
  • #1847280 by YesCT, betoscopio: Simpletest web tests misnamed as "Unit"
  • #2384035 by arpitr, mikemiles86, lokapujya: Remove deprecated function _update_refresh and its usage
  • #2437359 by pcambra: Fix nowdoc space in Unicode.php
  • #2430999 by idebr: Visual regression in dropbutton
  • #2426553 by dpi, idebr: Secondary tabs do not flow correctly in Bartik
  • #2398469 by DickJohnson, LewisNyman, emma.maria, kandra, mherchel: Clean up the "Featured-top" component in Bartik
  • #2409069 by andybroomfield, idebr, emma.maria, LewisNyman, zach.bimson, Schnitzel, theMusician: Clean up the "skip-link" component in Bartik
  • #2430961 by idebr: Remove leftover CSS from theme_exposed_filters()
  • #2426595 by mortendk, brahmjeet789, LewisNyman, DickJohnson: rename indentation class to js-indentation
  • #2421345 by mortendk, idebr, ibonelli: file.formatter.generic.css rename to file.theme.css
  • #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
  • Revert "Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core"
  • #2378883 by Wim Leers, dawehner: Convert existing drupal_render() KernelTestBase tests to PHPUnit tests

Download Size md5 hash
drupal-8.0.0-beta9.tar.gz 9.58 MB 109172962c779f26528f697604695bec
drupal-8.0.0-beta9.zip 17.15 MB 104a3a8bf513fbd375ae0b0fa3aeeb6c
Last updated: March 25, 2015 - 16:13
Official release from tag: 
8.0.0-beta9
Core compatibility: 

drupal 7.36

$
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.35:

  • Prevented the form API from allowing arrays to be submitted for various form elements, such as textfields, textareas, and password fields (API change: https://www.drupal.org/node/2462723).
  • Added a 'javascript_always_use_jquery' variable which can be set to FALSE by sites that may not need jQuery loaded on all pages, and a 'requires_jquery' option to drupal_add_js() which modules can set to FALSE when adding JavaScript files that have no dependency on jQuery (API addition: https://www.drupal.org/node/2462717).
  • Added a user_has_role() function to check whether a user has a particular role (API addition: https://www.drupal.org/node/2462411).
  • Added a 'file_public_schema' variable which allows modules that define publicly-accessible streams in hook_stream_wrappers() to bypass file download access checks when processing managed file upload fields.
  • Fixed a bug that caused database query tags not to be added to search-related database queries under many circumstances, and which prevented the corresponding hook_query_TAG_alter() implementations from being called.
  • Fixed the "for" attribute on managed file upload field labels to improve accessibility (minor markup change).
  • Fixed incorrect foreign keys in the User module's role_permission and users_roles database tables.
  • Changed permission descriptions throughout Drupal core to consistently link to relevant administrative pages, regardless of whether the user viewing the Permissions page can view the page being linked to (minor UI change).
  • Fixed the drupal_add_region_content() function so that it actually adds content to the page.
  • Added an 'image_suppress_itok_output' variable to allow sites already using the existing 'image_allow_insecure_derivatives' variable to also prevent security tokens from appearing in image derivative URLs.
  • Fixed double-escaping of theme names in the Block module administrative interface (minor string change).
  • Added basic support for Xdebug when running automated tests.
  • Fixed a bug which caused previewing a node to remove elements from the node being edited. With this fix, calling node_preview() will no longer modify the passed-in node object (minor API change).
  • Fixed installation failures when an opcode cache is enabled.
  • Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused private files to be inaccessible.
  • Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused user pictures to be lost.
  • Fixed missing language code in hook_field_attach_view_alter() when it is invoked from field_view_field().
  • Stopped sending ETag and Last-Modified headers for uncached page requests, since they break caching for certain Varnish and Nginx configurations.
  • Changed the Simpletest module to allow PSR-4 test classes to be used in Drupal 7.
  • Fixed a fatal error that occurred when using the Comment module's "Unpublish comment containing keyword(s)" action.
  • Changed the "lang" attribute on language links to "xml:lang" so it validates as XHTML (minor markup change).
  • Fixed a bug in the Contact module which caused the global user object to have the incorrect name and e-mail address during the remainder of the page request after the contact form is submitted.

All changes since 7.35:

  • #2305017 by David_Rothstein, slashrsm, marcingy: Add a 'file_public_schema' variable to allow bypassing file download access checks in managed file upload fields
  • #2364069 by damiankloip: Search specific tags are not available and hook_query_TAG_alter hooks are not invoked
  • #1734716 by larowlan, dcam, mgifford: Managed file form label has incorrect "for" attribute
  • #1279226 by attiks, ericduran, Wim Leers, sun, David_Rothstein, nod_: Allow sites and modules to skip loading jQuery and Drupal JavaScript libraries on pages where they won't be used
  • #1946240 by hampercm, eiriksm, David_Rothstein, rpayanm, rszrama, Yaron Tal, dgtlife, madhusudanmca, er.pushpinderrana, Cottser: Remove the hardcoded 0 index in theme_status_messages()
  • #2432619 by vbouchet, jhodgdon, joachim: block_load() should state it's not suitable for general consumption
  • #1201452 by mgifford, Heine, ircmaxell: Improve security on newer versions of PHP by setting an additional charset DSN parameter when connecting to MySQL via PDO
  • #197641 by herom, good_man, elcuco: Drag and drop does not work correctly on RTL languages
  • #1828530 by cam8001: Remove unused $default_method variable in user_cancel_confirm_form()
  • #1051872 by boombatower, jdillick, marvil07: Add documentation concerning modified property flag on node_type_save()
  • #1483736 by stefan.r, bfcam, jrigby: field_attach_update deletes file fields (content & file) in entity regardless of if they are included in the entity object
  • #2386037 by gobinathm: Incorrect foreign key tables in users.install
  • #2462223 by helmo: Typo in comment in node_access_test.module
  • #2425259 by catch, sidharrell, nlisgo, Josh Waihi, Fabianx, Berdir, martin107: Router rebuild lock_wait() condition can result in rebuild later in the request (race condition)
  • #2283717 by joshi.rohit100, amitgoyal, g3r4, er.pushpinderrana: Remove user_access function calls on hook_permission functions so the Permissions page consistently links to other admin pages for all users
  • #1018618 by manfer, joshi.rohit100: Wrong assertions in block.test
  • #2446657 by rpayanm, er.pushpinderrana: Remove dead link from robots.txt
  • #2453321 by TravisCarden: Typo in @see reference: drupal_decode_exception() should be _drupal_decode_exception()
  • #2453311 by TravisCarden: Fix a couple more "the the"s in the codebase
  • #2453389 by rpayanm, joshi.rohit100: hook_view() does not document $langcode
  • #713462 by jwilson3, Paul B, casey, sivaji@knackforge.com, dcam: Content added via drupal_add_region_content() is not added to pages
  • #1934498 by attiks, David_Rothstein, KhaledBlah, tstoeckler, julien_acti, helmo, effulgentsia, Jelle_S, jcisio: Allow the image style 'itok' token to be suppressed in image derivative URLs
  • #1995058 by TravisCarden, acbramley, vbouchet: Tableselect "select all" checkbox should be checked on page load if all checkboxes are ticked
  • #413270 by Jody Lynn, Daniel Korte: Block settings for theme menu title getting double escaped
  • #889338 by dawehner, das-peter, yched, heddn, frankcarey: Add support for Xdebug in DrupalWebTestCase
  • #2001308 by stefan.r, David_Rothstein, marthinal, helmo: Node preview removes file values from node edit form for non-displayed items
  • #1441950 by hefox: Node types removed from hook_node_info with base = 'node_content' cannot be deleted
  • #1883058 by cilefen, aendrew: Default Drupal "drop" favicon needs a retina-quality version
  • #2342243 by martin107, serundeputy: Rename a variable in theme_system_modules_fieldset() to avoid colliding index variable names in a nested foreach loop
  • #2371759 by Valentine94, angel.angelio: The docblock for user_help() should read "Implements hook_help()."
  • #2394517 by opdavies: Add a function to check if a user has a certain role
  • #365241 by bcn, paulmarbach, xjm, chuckdeal97, skruf: Add select event to autocomplete feature
  • #2428915 by pfrenssen: Remove mention of non-existing function in conf_path() documentation
  • #375062 by cs_shadow, David_Rothstein, mondrake, juampy, theunraveler, hswong3i, smk-ka, fietserwin: "imagecolorsforindex() Color index nnn out of range in GDToolkit" message sometimes appears
  • #779482 by mikeytown2, sun, dalin, cam8001, segi, alexpott, Boobaa, Sweetchuck, jbrown, quicksketch: Installation failure when opcode cache is enabled
  • #2170453 by Darren Oh, mikeryan, Fabianx: Ignore case in code registry lookups
  • #1404050 by JamesOakley, David_Rothstein: system_update_7061 breaks private files by leaving one too many forward slashes in protocol of migrated URIs
  • #1882774 by David_Rothstein, iva2k: User pictures are lost when system_update_7061 merges files into {file_managed}.
  • #495930 by fietserwin: Translated strings not correctly marked in the administrative interface when the default language is not English
  • #1823306 by mkalkbrenner, p-neyens, webflo, swentel, zuuperman: Language code is missing from $context when hook_field_attach_view_alter() is invoked from field_view_field()
  • #1303412 by nod_, droplet, Valentine94, KarenS, sahuni: Cannot drag in or out of 'Hidden' on the 'Manage Display' page under certain circumstances
  • #2381839 by klausi, Damien Tournoud: Changed date format for Last-Modified header breaks caching for certain Varnish/Nginx configurations.
  • #2067323 by Valentine94, geerlingguy, jessebeach, vlad.dancer: Don't show empty vertical tabs area if all vertical tabs are hidden
  • #2439287 by jmsv23, jonathan_hunt: Fix typo in inline docs for field_sql_storage_field_storage_write().
  • #2293767 by tstoeckler: Allow PSR-4 test classes to be used in Drupal 7.
  • #1461732 by filijonka, Cottser, dcam, marcingy, swentel, udaksh: Fatal error when using the Comment module's "Unpublish comment containing keyword(s)" action
  • #1904528 by Heine, GoddamnNoise: Language switcher (User interface text) Block generates invalid XHTML+RDFa 1.0
  • #2417983 by jacob.embree: Change docs instances of "the the" to "the"
  • #1081902 by zealfire: DrupalEntityControllerInterface::load - doc needs to clarify $conditions
  • #2407175 by zealfire: Documentation error in default.settings.php
  • #2392543 by awm: Fix documentation for hook_taxonomy_term_view_alter
  • #2411227 by chx: Remove chx from the Drupal 7 MAINTAINERS.txt file.
  • #2208649 by joachim, er.pushpinderrana: document queue worker callback
  • #2377879 by er.pushpinderrana, yakoub: hook_user_view documentation has incorrect piece
  • #2382801 by er.pushpinderrana, Liam Morland: Improve documentation for module_exists()
  • #2383491 by er.pushpinderrana, Sweetchuck: Inaccurate documentation - hook_image_toolkits()
  • #2380053 by klausi, pwolanin, tsphethean, sun, David_Rothstein: Posting an array as value of a form element is allowed even when a string is expected (and bypasses #maxlength constraints) - first step: text fields
  • #2380143 by Lendude, pwolanin: Contact forms set an incorrect name and e-mail address on the global user object after the form is submitted.
Download Size md5 hash
drupal-7.36.tar.gz 3.09 MB 98e1f62c11a5dc5f9481935eefc814c5
drupal-7.36.zip 3.56 MB e7aedcb0a08bb608595b03d206926157
Last updated: April 2, 2015 - 02:53
Official release from tag: 
7.36
Core compatibility: 
Release type: 

drupal 8.0.0-beta10

$
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 officially supported from this release to the next beta release, nor before all known upgrade path blockers are resolved.

However https://www.drupal.org/project/head2head is attempting to support an upgrade path between betas via a contributed module until the core update path is in place, starting with beta9-beta10.

Known issues

There are still over 40 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-beta9:

  • 8.0.0-beta10
  • #2479593 by jhedstrom, zaporylie: Use User::getAnonymousUser() in DblogController::eventDetails()
  • #1942682 by zaporylie, deadbeef, jhedstrom, dawehner: Blank detail view in dblog for deleted users
  • #2478443 by Wim Leers: Set the 'is-active' class for anonymous users in a Response Filter instead of a #post_render_cache callback
  • #2468873 by pfrenssen, Dom., dawehner, znerol, xjm: Test that the authentication provider doesn't leak authentication credentials from the previous request
  • #2449457 by Anushka-mp, sasanikolic, Berdir, plach: inconsistent checks in content_translation
  • #2450251 by alexpott, xjm, sasanikolic, Berdir: Bundle cache is not invalidated after changing translation settings
  • #2405165 by yched, alexpott, xjm: Entity::setOriginalId() does enforceIsNew(FALSE), that is wrong for ConfigEntities
  • #2478667 by mdrummond: Remove link_path from responsive_image theme
  • #2123251 by Jelle_S, marcvangend, attiks, Sutharsan: Improve DX of responsive images; convert theme functions to new #type element
  • #567148: remove stray line added by previous commit to this issue.
  • #567148: remove stray file added by previous commit to this issue.
  • #2408513 by MathieuSpil, Manjit.Singh, Vidushi Mehta, svendecabooter, LewisNyman, emma.maria: Refactor forum module CSS files inline with our CSS standards
  • #2478543 by Wim Leers: Follow-up for #2463009: remove unused use statements
  • #2408481 by kyuubi, Karmen: Rewrite help.module component's inline with our CSS standards
  • #2463009 by Wim Leers: Introduce CacheableResponseInterface: consolidate ways of setting X-Drupal-Cache-Tags/Contexts headers
  • #567148 by jcnventura, Damien Tournoud, greenrover33: Use ONLY_FULL_GROUP_BY for MySQL
  • #2478247 by Mile23: SIMPLETEST_BASE_URL is an environmental requirement which should not fail tests
  • Revert "Issue #2429443 by vijaycs85, rteijeiro, penyaskito, gloob, xjm, nod_, geertvd, Wim Leers, Gábor Hojtsy, Fabianx, pjonckiere, tim.plunkett: Date format form is unusable"
  • #2466585 by Wim Leers, Fabianx: Decouple cache implementation from the renderer and expose as renderCache service
  • #2400143 by geertvd, pcambra, koence, pjonckiere: Bulk form actions display action message in the confirmation form
  • #2429443 by vijaycs85, rteijeiro, penyaskito, gloob, xjm, nod_, geertvd, Wim Leers, Gábor Hojtsy, Fabianx, pjonckiere, tim.plunkett: Date format form is unusable
  • #2432585 by almaudoh, znerol, dawehner, cpj: Improve authentication manager service construction to support custom global service providers
  • #2475177 by amateescu: SQLite: Fix system\Tests\Database\FetchTest
  • #2322195 by rpayanm, nlisgo, cilefen, balagan, LinL, akashjain132, filijonka, epari.siva, Tebro, Temoor, pcambra, unstatu, Poornima3, Shivam Agarwal, abhi170893, Dom., PieterJanPut, Mile23, JeroenT, disasm: Replace all instances of user_load(), user_load_multiple(), entity_load('user') and entity_load_multiple('user') with static method calls
  • #2475805 by tstoeckler, googletorp, webwarrior: menu_ui_form_node_form_submit() is called when the Preview button is pressed which fatals
  • #2425535 by lucaslg, balagan, tim.plunkett, lucaschain, nicoloye, pjonckiere, akalata, mondrake: No pager shows on taxonomy overview pages
  • #2350569 by webflo, alexpott, tim.plunkett: Allow external update of ConfigEntity properties that are associated with a PluginCollection
  • #2137849 by MartiMcFlight, m4olivei, jmuzz: No scrollbar in views style option popup
  • #2475749 by mbovan: Allow to set #cache metadata in hook_page_attachments()
  • #2275377 by martin107, mikeryan, chx, benjy, YesCT: Rename Row::stub to Row::isStub
  • #2474431 by droplet, nod_, Manjit.Singh: Better way to handle responsive navigation tabs
  • #2472269 by martin107, Xano, derhasi: Fix syntax errors in Drupal\Component\Plugin's composer.json, Add test
  • #2087103 by Mile23, rickwelch, jhodgdon, Crell, joachim: ParamConverterInterface one-line description doesn't explain what the class does
  • #2347799 by andypost, almaudoh, znerol: Remove bugged session-related methods from AccountInterface
  • #70722 by David Lesieur, bircher, rocket_nova, paranojik, Pasqualle, jhodgdon, robertDouglass, douggreen, petar.gnjidic, pfournier: Search results should respect the content type's "Display author and date information." option
  • #2472371 by Dom., pfrenssen: Exception shown on 401 Unauthorized
  • #2471611 by MathieuSpil, yannickoo, maijs: Create HiDPI ready version of theme screenshots
  • #2477251 by amateescu: PostgreSQL: Fix Connection::getFullQualifiedTableName()
  • #2121863 by googletorp, drubb, jhodgdon: There is no FileTransferInterface
  • #2472453 by googletorp, jhodgdon: Use full namespace for @return documentation
  • #2443805 by a_thakur, JeroenT: Remove element_* from common.inc
  • #2475397 by Wim Leers: Tiny follow-up for #2474121 + unit test coverage for (Bubbleable|Cacheable)Metadata::merge()
  • #2476247 by alexpott, mpdonadio: rebuild.php clears APU user cache w/o access check
  • #2473301 by stefan.r, jcnventura, David_Rothstein, yannickoo: Raise MySQL requirement to 5.5.3
  • #2473759 by tim.plunkett, Berdir, effulgentsia: Form caches should be deleted after submission
  • #2446783 by mpdonadio, dawehner, koence: Views preview not working without saving new display
  • Revert "Issue #2395143 by amateescu, Fabianx, Berdir, beejeebus, dashaforbes, larowlan, dawehner, catch, alexpott, neclimdul, yched, znerol, fgm, effulgentsia: YAML parsing is very slow, cache it with FileCache"
  • Revert "Issue #2395143 followup by amateescu: YAML parsing is very slow, cache it with FileCache"
  • Revert "Issue #2470145 by rbmboogie: Update manager displays checkbox for disabled extensions"
  • #2472669 by keopx, rpayanm, rteijeiro, jhodgdon: Complete documentation for every implementation of hook_ENTITY_TYPE_*
  • #2462393 by stefan.r, joelpittet: Upgrade Twig to 1.18.1 from 1.18.0
  • #2473687 by Dom.: Fix @todo in BasicAuthTest
  • #2462459 by Cinnead, Bojan Živkov, haasontwerp, emma.maria: Active trail menu items should be distinct from other items
  • #2398445 by jp.stacey, LewisNyman, Manjit.Singh, pjbaert, emma.maria, ti2m: Clean up the "elements" component in Bartik
  • #2346209 by keopx, Zekvyrin, subhojit777, cburschka, pguillard, dimaro, realityloop, m4olivei, joelpittet, rteijeiro, idebr: /filter/tips improperly escaped
  • #2369675 by FMB, pstewart: Document that SearchQuery does not support orderBy in queries outside of addScore
  • #2473075 by amateescu, alexpott: SQLite: Fix system\Tests\Installer\* test
  • #2362637 by yched, slashrsm, rpayanm: Editor.js attach/detach doesn't pass context all the way down
  • #2422679 by mortendk, davidhernandez, akalata: copy text template to classy
  • #1882788 by jabberwooki, keopx, joshi.rohit100, jhodgdon: assertText/assertNoText doesn't really show what you could see in the browser (bad docs)
  • #2474567 by alexpott: Remove unneeded code in hook_help implementations and standardise them
  • #2474121 by Wim Leers: CacheableMetadata should get BubbleableMetadata's merge/applyTo/createFromRenderArray/createFromObject methods
  • #2474107 by Cottser: Make OptionsWidgetsTest::testEmptyValue() care less about markup
  • #2349461 by Jelle_S, mdrummond, attiks, Wim Leers: Move fallback image style into the responsive image style entity
  • #2454669 by amateescu: SQLite: Fix tests in migrate_drupal test group
  • #2470924 by Xano: Entity manager allows entity type derivers, but should not
  • #2474817 by znerol: DrupalKernel::classLoader not updated when switching to apcu either through settings.php or automatically
  • #2409885 by nlisgo, tstoeckler, crasx, dmsmidt: Switch shortcut set form has accessibility issues
  • #2474439 by droplet: Missing Drupal.debounce wait time in responsive tabs
  • #2453711 by rbmboogie: Use public: false for request and response policy services
  • #2474761 by tim.plunkett: Remove TestFormBuilder completely
  • #2474835 by alexpott, znerol: Random test fail in PageCacheTest::testPageCacheAnonymous403404
  • #2389735 by lauriii, iMiksu, davidhernandez, larowlan, loopduplicate, LewisNyman, Wim Leers, dawehner, Cottser: Core and base theme CSS files in libraries override theme CSS files with the same name
  • #2349503 by targoo, guntervs, tadityar, meramo, piyuesh23, janne.valtakari: Incorrect documentation about dates in node template
  • #2455149 by k4v, jhodgdon, dawehner, Berdir: Aggregator xss fields should be using Field/Entity formatters
  • #2465633 by amateescu: Bring back the custom Statement class for the SQLite driver
  • #2473903 by mradcliffe: PostgreSQL: Fix entity_reference\Tests\Views\EntityReferenceRelationshipTest
  • #2474055 by dawehner, pwolanin: Performance regression in contact_help()
  • #2073075 by vanilla-bear, joshi.rohit100, swentel, marcingy, er.pushpinderrana, ACF, roderik: Don't call the t() function in OO code in the field_ui module
  • #2381505 by dawehner, pwolanin, aspilicious, rteijeiro: Unserialize preloaded routes on the fly
  • #2471228 by jcnventura, Wim Leers, Hjarnmastara: Optimize merging of attachments
  • #2472043 by drumm, jcnventura: Canceling a user account, assigning content to Anonymous, should clear the comment name
  • #2474011 by pwolanin: Incorrect class name in rest class documentation
  • #2474071 by lauriii: hook_library_alter() clean up
  • #2461531 by nod_, lauriii, pguillard: ESlint 0.18.0 compatibility and new rule
  • #2463263 by amateescu: SQLite: Fix system\Tests\Entity\EntityDefinitionUpdateTest
  • #2146045 by D Szkiba, joshi.rohit100, tyler.frankenstein, er.pushpinderrana, dajjen, jhodgdon, joachim: Document Field API allowed_values_function callback
  • Revert "Issue #2146045 by D Szkiba, joshi.rohit100, tyler.frankenstein, er.pushpinderrana, dajjen, jhodgdon, joachim: Document Field API allowed_values_function callback"
  • #2468499 by webflo: Add vendor libs to classmap through composer script event
  • #2473343 by floretan, Martin Mayer, LewisNyman: Seven Theme is dependent on system.admin.css
  • #2459873 by borisson_, swentel: FieldStorageConfig::__sleep() should unset ->original
  • #2471136 by eiriksm, nod_: Improve user interface for translating strings
  • #2471619 by jeanfei: Remove tags from all core theme.info.yml files
  • #2395143 followup by amateescu: YAML parsing is very slow, cache it with FileCache
  • #2472187 by Cinnead, jhodgdon: t() docs should not use @code inline
  • #2099137 by Wim Leers, amateescu, rteijeiro, larowlan, effulgentsia: Entity/field access and node grants not taken into account with core cache contexts
  • #2470137 by tadityar, zaporylie, pec, LewisNyman, ry5n, Bojhan, yoroy: Style Seven's fieldset elements
  • #2407565 by epari.siva, davidhernandez, akalata, pakmanlh, lauriii, vedpareek, Cottser, brianperry: Consensus Banana Phase 1, cleanup
  • #2161793 by boris sondagh, arrrgh, jhodgdon, catch, benjy: Create hook_help for migrate module
  • #2161797 by boris sondagh, mfernea, arrrgh, amitgoyal: Create hook_help for migrate drupal module
  • #2471218 by amateescu, Wim Leers: Dummy comment entity necessary for building comment form is expensive to build
  • #2471737 by klausi: PageCache::get() should return FALSE on a cache miss as promised by the docs
  • #2457551 by Gábor Hojtsy, rteijeiro, keopx, eiriksm, alexpott: Regression: optional default configuration is not translatable anymore in locale
  • #2400287 by hass, cutesquirrel, borisson_, rteijeiro, pfrenssen, cilefen: Remove all occurences of sourceMappingURL and sourceURL when JS files are aggregated
  • #2461049 by Arla, agentrickard, webflo, rteijeiro, xjm, Berdir: Node module permissions are broken if hook_node_grants is implemented
  • #2473837 by nod_, aspilicious: Use minified jQuery once
  • #2393713 by droplet, nod_: Update JS lib: jquery.form to 3.5.1
  • #2472865 by chx: PageEditTest presumes STRINGIFY_FETCHES
  • #2472547 by lauriii, dawehner: Remove deprecated hook_library_alter()
  • #2331783 by rpayanm, gerzenstl, keopx, rgristroph, nlisgo, er.pushpinderrana, andypost, rteijeiro, alexpott, BFox, omessaoudi: hook_ENTITY_TYPE_prepare_form() is not documented
  • #1663206 by mortendk, aliyakhan, LewisNyman, Manuel Garcia, pakmanlh, rteijeiro, jwilson3: Update update.admin.css inline with our CSS standards
  • #2395143 by amateescu, Fabianx, Berdir, beejeebus, dashaforbes, larowlan, dawehner, catch, alexpott, neclimdul, yched, znerol, fgm, effulgentsia: YAML parsing is very slow, cache it with FileCache
  • #2036195 by rteijeiro, m1r1k, _nolocation, andypost, joelpittet, akalata, haasontwerp: Remove views-more.html.twig and replace with #type link render arrays
  • #2228393 by almaudoh, andypost, pfrenssen, znerol, cpj, Dom.: Decouple session from cookie based user authentication
  • #2281989 by stefan.r: Add a fast and simple way to get module name from the module handler
  • #2469277 by Fabianx, effulgentsia, marcvangend, Wim Leers, YesCT: Changing #cache keys during #pre_render or anywhere else leads to cache redirect corruption
  • #2470946 by boris sondagh, ifrik: Update hook_help text for Filter module
  • #2471557 by Reno Greenleaf, boris sondagh, joshi.rohit100, JinX-Be, ifrik, jhodgdon: Update hook_help text for Text module
  • #2470976 by jeanfei, dimaro, jhodgdon: Move token hooks into new api.php file
  • #2091431 by ifrik, wzoom, batigolix, InternetDevels, jhodgdon: Update hook_help for Update Manager module
  • #2472329 by joshi.rohit100, ifrik, Reno Greenleaf: Update hook_help text for Statistics module
  • #2470936 by googletorp, meramo, Xano: Add proper @return tags to functions' PHPDoc comments
  • #2368987 by Wim Leers, Berdir, Schnitzel, epari.siva, bircher, vijaycs85, likin: Move internal page caching to a module to avoid relying on config get on runtime
  • #2467411 by klausi, fago: Context class does not use typed data trait correctly, leading to fatal errors
  • #2472961 by lussoluca: Update Twig to latest stable
  • #2472413 by geertvd: Unused variable in \Drupal\views\Plugin\views\argument_validator\Entity::calculateDependencies()
  • #2469667 by willzyx, m4olivei: Wrong message on shortcut insert/update
  • #2464657 by amateescu: Remove unnecessary cache clear in Views tests
  • #2470617 by trboslav, MathieuSpil, Manjit.Singh, _nolocation, LewisNyman, YesCT: Clean up css in ckeditor module
  • #2470952 by D Szkiba: Path deletion should be removed in path module after content translation removal.
  • #2428837 by swentel, borisson_: Adding/updating interface translations should invalidate page & render caches
  • #2467101 by neclimdul: Fix DialogTest outside apache/mod_php: don't send multiple Accept request headers
  • #2470093 by keopx, jhodgdon, dawehner: Views plugin 'user' needs to be replaced with entity-aware 'field' plugin
  • #2452381 follow-up by Lendude: Fixed progress bar not showing up
  • #2472281 by pwolanin: 404/403 responses for non-existing nodes are cached in Page Cache/reverse proxy, are not invalidated when the node is created
  • #2375689 by Arla, Wim Leers, dawehner, tim.plunkett, Berdir: BlockBase::blockAccess() should return AccessResult instead of a bool
  • #2297817 by alexpott, pounard, Berdir, yched, Fabianx, plach, mkalkbrenner: Do not attempt field storage write when field content did not change
  • #2400675 by hass, pguillard: Missing .map files causing 404 file not found errors
  • #2050269 by lauriii: hook_library_info_alter() is not called for themes
  • #2031641 by aburrows, lauriii, nlisgo, Pol, redsquid, tuutti, LewisNyman, akalata, agviu, kallehauge, _nolocation, rpayanm, saki007ster, mdrummond, RavindraSingh, brahmjeet789: Change active class to is-active
  • #2452381 by lanchez, googletorp, PieterJanPut: Use Drupal.theme for progress.js
  • #2296009 by fgm, Fabianx, AjitS: Use APC Classloader by default (when available)
  • #2442769 by keyral, jcnventura, dimaro, pec: Views result cache ignores query arguments
  • #2468151 by lhangea, rpayanm, Palashvijay4O: Rename the CacheContexts service to CacheContextsManager
  • #2471633 by AjitS, JeroenT: Spelling fixes in UserDeleteTest
  • #2388023 by GoZ: File/Image field formatters don't add a cache tag for the file they display
  • #2456599 by k4v, dawehner, larowlan, rteijeiro, cutesquirrel, yched, jhodgdon: Field node_field_revision.title needs to use an entity-aware formatter in Views
  • #2471743 by pwolanin: Create a more generic superclass of \Drupal\Core\Render\BubbleableMetadata
  • #2447555 by Cinnead: Unnecessary index on langcode and deleted column in dedicated field tables
  • #2470980 by PieterJanPut: Use $this->redirect() instead of ResponseRedirect in LocaleController::checkTranslation
  • #2469663 by eiriksm: Rename the Norwegian translation of the Norwegian languages
  • Revert "Issue #2459753 follow-up by tim.plunkett, alexpott: EntityForm::validate() should be able to modify the form structure"
  • #2459753 follow-up by tim.plunkett, alexpott: EntityForm::validate() should be able to modify the form structure
  • Revert "Issue #2459753 by tim.plunkett: EntityForm::validate() should be able to modify the form structure"
  • #2464045 by fgm: Move twig_render_var/twig_drupal_escape_filter to TwigExtension, inject the renderer in Twig extension and inline render() / show() function instead of calling it
  • #2422369 by mortendk, LewisNyman, akalata, katzilla: Remove Seven's block-recent-content.css
  • #2471707 by xjm: Provide an issue link in the @todo in EntityHandlerBase
  • #2470910 by PieterJanPut, ifrik: Update hook_help text for Entity Reference module
  • #2471729 by drubb, ifrik: Tracker module refers to replies instead of comments
  • #2471547 by drubb, ifrik: Update hook_help text for Shortcut module
  • #2470960 by Igor Kandyba, Reno Greenleaf, ifrik, jhodgdon: Update hook_help text for Link module
  • #2470994 by drubb, ifrik: Update hook_help text for Node module
  • #2469937 by ifrik, PieterJanPut, anavarre: Update hook_help text for Custom Block module
  • #2471216 by joshi.rohit100, PieterJanPut, Wim Leers: render() should call the renderer service directly
  • #2390241 by wadmiraal, jhodgdon, nod_: No documentation on how to define a library
  • #2427649 by hampercm, nod_: Update to jQuery UI 1.11.4
  • #2459753 by tim.plunkett: EntityForm::validate() should be able to modify the form structure
  • #2470833 by dpovshed: Tuning of the AssetResolver class
  • #2470928 by andrewsuth: Versions in core.libraries.yml are not always parsed as strings
  • #2471473 by klausi, pwolanin: REST responses should have proper cache tags
  • #2467887 by joshi.rohit100: Rename drupalGetAJAX to drupalGetAjax for parity with drupalPostAjaxForm
  • #2467895 by jhedstrom, lgalanter: taxonomy filter with depth completely broken
  • #2471024 by pjbaert, ifrik: Update hook_help text for RDF module
  • #2467041 by mr.baileys, jan.stoeckler: max-age on HTML responses wrongly set to `max-age=0, private` instead of `max-age=N, public` (breaks reverse proxies and client-side caching)
  • #2417549 by alexpott, znerol, benjy, Berdir: Drupal\migrate_drupal\Tests\d6\MigrateFileTest fail in MigrateTestBase
  • #2470155 by D Szkiba: Custom block types page has bad page title
  • #2469965 by tadityar, jeanfei: Bad @file doc blocks in core/modules/system/*.api.php
  • #2470145 by rbmboogie: Update manager displays checkbox for disabled extensions
  • #2105841 by mr.baileys, Wim Leers, cs_shadow, sanduhrs, chx, webflo: Xss::filter() ignores malicious content in data-attributes and mangles image captions
  • #2470569 by pwolanin: Mark \Drupal\Core\Template\TwigExtension::getUrlFromPath() as deprecated
  • #2154475 by tarekdj, neelam.chaudhary, droplet, nod_, lanchez, Poornima3, jamin_melville: Convert position selectors to be compatible with with jQuery native-API selector
  • #2469731 by xjm, larowlan, pfrenssen, hussainweb, chx: Document when to use BrowserTestBase
  • Revert "Issue #2469929 by Bojan Živkov: The entity delete confirmation form's cancel link should be styled as a button"
  • #2409653 by MathieuSpil: The color module lock/unlock link is not accessible
  • #2469929 by Bojan Živkov: The entity delete confirmation form's cancel link should be styled as a button
  • #2469911 by joshi.rohit100: The edit image styles form's cancel link should be styled a a button
  • #2414413 by joelpittet: Make sure we are building CSS classes as arrays
  • #2396483 by Karmen, balagan, SoumyaDas, saki007ster, lauriii, joginderpc: Add missing RTL rules to Seven theme CSS
  • #2470559 by vpeltot: Move some more core hooks out of system.api.php
  • #2470685 by czigor: MailManagerInterface->mail() documentation is wrong
  • #2469921 by joshi.rohit100: The appearance page doesn't have a primary button
  • #2469917 by tadityar: The install new theme page doesn't have a primary button
  • #2469889 by joshi.rohit100: The modules page doesn't have a primary button
  • #2462265 by jeqq: Return saving status when saving user entities
  • #2437761 by Dom., znerol: CSRF token seed and possibly other session data lost when set after a session regenerate
  • #2408265 by wadmiraal: Update hook_theme_registry_alter to not reference removed user.pages.inc
  • #2321901 by JeroenT, epari.siva, unstatu, Temoor, lokapujya, LinL, pcambra, piyuesh23: Replace all instances of entity_load('image_style') and entity_load_multiple('image_style') with static method calls
  • #2368373 by rafuel92, BrightBold, b0unty, rpayanm, pjbaert, Maninders, sushyl, jedihe: Focus effect on vertical tabs conflicts with tab affordance
  • #2345779 by subhojit777, singularo, idebr, Noe_, Yaron Tal, aneek, gngn, zaporylie, m.ioannidis, Sachini, clemens.tolboom, scor, ravi.khetri, rpayanm, SebCorbin: Fix double-escaping due to Twig autoescape in dblog event "operations"
  • #2469933 by Cauliflower: The view field edit form's remove should be styled as a danger button
  • #2469939 by joshi.rohit100: The permissions page doesn't have a primary button
  • #2454145 by kgoel, dawehner, adamwhite, rteijeiro, wwhurley: Replace user_name handler with Field API formatter
  • #2349907 by jhodgdon, susanb: Review and fix block hook_help text
  • #2079427 by Berdir, andypost, yched: Core/Entity depends on classes / functions from field.module
  • #2091395 by jhodgdon, amitgoyal, paboden, berkas1: Update hook_help for Contact module
  • #1833012 by rbmboogie: Move admin language negotiation up to first option
  • #2461773 by stefan.r, martin107: SortArrayTest has hardcoded string comparison result values, but these can differ between PHP versions
  • #2469941 by wadmiraal, jhodgdon: Move database-related hook docs from system.api.php to a new database.api.php file
  • #2296445 by Palashvijay4O, pjonckiere, er.pushpinderrana, roderik, blazey: Batch API: Overriding the queue class and name is not documented
  • #2074297 by pwolanin, hussainweb, larowlan: Optimize the code in doGenerate() in the UrlGenerator to take advantage of Drupal path restrictions.
  • #2318579 by roderik, andypost, rteijeiro, ashutoshsngh, AjitS, vedpareek: Remove comment_prepare_thread()
  • #2430909 by anwar_max, wadmiraal, harshil.maradiya, joshi.rohit100, ClientGuy: hook_theme_suggestions() hook_theme_suggestions_HOOK() documentation is incorrect about how the hook is invoked
  • #2467657 by wadmiraal: Typo in typedDataManager::createInstance() description
  • #2467429 by pfrenssen: Remove obsolete documentation from ActionInterface
  • #2468901 by Xano: Improve \Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery documentation
  • #2448339 by a_thakur, gaurav_varshney, Mile23: Remove drupal_form_submit() from form.inc
  • #2463285 by stefan.r: Support PHP7 EngineExceptions in the error handler
  • #2265099 by znerol, neclimdul, rpayanm: Cleanup SessionHttpsTest and fix redirect to non-existing URL after POST requests
  • #2232861 by grom358, daffie, alexpott, larowlan, pfrenssen, hussainweb, pcambra, jibran, phenaproxima, moshe weitzman, nick_schuch: Create BrowserTestBase for web-testing on top of Mink
  • #2456713 by larowlan, dawehner, jibran: Custom taxonomy field views handler needs to be replaced with generic Field API handler
  • #2418559 by Palashvijay4O, chintan4u, rteijeiro: Fix comment formatting in /core/modules/rest/src/Tests/CreateTest.php
  • #2045473 by njbarrett, dcrocks, chippper, jjcarrion, lauriii, InternetDevels: Improve visibility of Seven's smallest font elements
  • #2463419 by Mile23, rpayanm, hussainweb: Clean-up Test members in core/tests - ensure property definition and use of camelCase naming convention
  • #2469507 by chx: EntityRevisionsTest output makes it hard to discern what is causing the error
  • #2331407 by Xano, tstoeckler, damiankloip: YamlDiscovery does not handle empty files
  • #2467559 by jmonkfish: "Summary" wrappers around links are not clickable on node form's edit entity meta panels
  • #2469269 by Berdir: Don't use a form submission to check the password in MigrateUserTest
  • #2469169 by Berdir: SchemaCheckTraitTest should use assertEqual(), not assertIdentical()
  • #2467627 by Wim Leers: Field(Storage)DefinitionInterface should implement CacheableDependencyInterface
  • #2463579 by tstoeckler: Add an ellipsis to truncated comment titles
  • #2466917 by jhedstrom: DatabaseCacheTagsChecksum::calculateChecksum() has incorrect documentation
  • Revert "Issue #2451395 by dawehner: drupal_get_schema()/drupal_get_complete_schema() no longer work as expected; remove them"
  • #2340993 by Berdir: SqlContentEntityStorageSchema::requiresEntityDataMigration() returns TRUE for cases where it should return FALSE
  • #2426781 by jibran: Custom OptionWidget have no empty option label
  • #2468079 by dawehner: Try to speed up InstallUninstallTest / ConfigImportAllTest
  • #2456705 by dawehner, adamwhite, larowlan, YesCT: Comment views field handlers need to be replaced with field/entity aware handlers
  • #2465221 by amateescu: Raise the minimun version requirement for SQLite to 3.6.8
  • #2463417 by rpayanm, cilefen, hussainweb: Clean-up remaining test members in module tests - ensure property definition and use of camelCase naming convention
  • #2396649 by Mile23, rpayanm: Clean-up forum module test members - ensure property definition and use of camelCase naming convention
  • #2457273 by pjonckiere: Number lists are not supported in docs - use bullet lists
  • #2448605 by martin107, willzyx, tim.plunkett, klausi, dpopdan: Replace usages of drupal_get_destination() with the redirect destination service
  • #2226621 by JeroenT, ianthomas_uk, lokapujya, pjonckiere, marcingy, LinL, Xano, rpayanm, piyuesh23: Remove usage of element_info(), element_child() and element_children(). Deprecate element_info_property()
  • #2464097 by joshi.rohit100: Add leading backslash to the test classes on the simpletest UI
  • #2466647 by joshi.rohit100: Misspelt key in render array in DbUpdateController
  • #2458543 by mbovan, Anushka-mp, jhedstrom: Entity query age(EntityStorageInterface::FIELD_LOAD_REVISION) only gets current revision ID
  • #2467775 by mondrake: Contrib toolkits are not picked up after module install
  • #2450153 by josephleon, damiankloip, joshi.rohit100, anksy: Add a default_formatter to UUIDs fields
  • #2451395 by dawehner: drupal_get_schema()/drupal_get_complete_schema() no longer work as expected; remove them
  • #2460695 by mitrpaka, rpayanm: No methods on RendererInterface should be static
  • #2456709 by dawehner, rteijeiro: File views handlers need to be replaced with entity-aware formatters
  • #2464877 by Wim Leers: Update RendererInterface::addDependency() to accept *any* object, not only CachableDependencyInterface objects
  • #2464605 by willzyx, Dom.: Regression: no link to admin/reports/status/php
  • #2451603 by nlisgo: Minor PHPDoc issue with LocalTasksTest::assertLocalTasks
  • #2432939 by neclimdul, Mile23: Optimize DrupalComponentTest
  • #2397225 by Chi, ufku: Drupal.formatPlural does not work
  • #2459819 by Wim Leers, rteijeiro: Remove CacheableInterface (and no longer let block plugins implement it)
  • #2422101 by andypost, pcambra, penyaskito: CommentItem should override the generateSampleValue method and provide sample values
  • #606840 by Wim Leers, cilefen, Fabianx, markpavlitski: Enable internal page cache by default
  • #2429501 by ParisLiakos, EclipseGc, mitrpaka: AggregatorFeedBlock does not output item links
  • #2454163 by larowlan, geertvd, rteijeiro: Replace comment_username handler with generic views handler
  • #2463321 by amateescu: Serializing the database connection is dangerous and error-prone, make it unserializable again
  • #2464659 by Wim Leers, rteijeiro: Routes that are varied by the 'user.permissions' cache context for anonymous users must also get the anonymous Role's cache tag
  • #2455739 by maxocub: formatPlural() is not fully tested for SafeMarkup
  • #2458817 by Berdir, dawehner: Creating new user entities for anonymous users is very slow
  • #2461857 by stefan.r: Update Zend Feed to latest stable
  • #2463103 by amateescu: SQLite: Fix system\Tests\Entity\FieldSqlStorageTest
  • #2448069 by a_thakur, JeroenT, Mile23: Remove usage and function update_project_storage() from update.compare.inc
  • #2465425 by jibran, pjonckiere, idebr: Vocabulary listing missing add taxonomy term link
  • #2465467 by willzyx, Dom., andypost: SystemInfoController::php() should check if function phpinfo() exists
  • #2466119 by marthinal: Remove duplicated word in the ControllerBase class doc
  • #2459155 by alexpott, pfrenssen, hussainweb, neclimdul: Remove REQUEST_TIME from bootstrap.php
  • #2463887 by pjbaert, er.pushpinderrana, Wim Leers, jhodgdon: Cache API topic - do not use @code inline
  • #2462259 by stefan.r, nicrodgers, nod_: Update underscore to 1.8.3
  • #2463817 by alexpott: Drupal\Core\FileTransfer\Local should use a leading \ when using PHP built-in classes
  • #2462589 by dawehner, jhodgdon: Provide test coverage for access checking of all views fields
  • #2452317 by dawehner: Let views result cache use cache contexts
  • #2448765 by nlisgo, Damien Tournoud, vlad.n, rteijeiro, Berdir, Fabianx, dawehner: Element::children sort order undefined and slower than it could be - This makes tests fail in PHP7
  • #2465917 by stefan.r, Damien Tournoud: CKEditor test fails in PHP7
  • #2465611 by alexpott: Fix --xml option in run-tests.sh
  • #2465031 by damiankloip: Do not allow UUID field to be click sortable
  • #2465005 by Berdir: PHP Strict Standards in NodeAccessGrantsCacheContextTest
  • #2464369 by neclimdul, joshtaylor: Upgrade to Symfony 2.6.6
  • #2465301 by klausi: Remove entity module from MAINTAINERS.txt, it does not exist
  • Revert "Issue #2458817 by Berdir, dawehner: Creating new user entities for anonymous users is very slow"
  • #2457405 by stefan.r, andypost: DateTimePlus violates substitution principle of DateTime. Make it support PHP 7
  • #2462261 by nicrodgers, stefan.r, attiks: Update picturefill to 2.3.0
  • #2463363 by rpayanm: ConditionInterface::condition docmentation contains wrong information
  • #2459949 by amateescu: Remove field_ui_entity_type_alter() and move the content to field_ui_entity_type_build()
  • #2464817 by amateescu: A few PHPUnit tests are not in the correct namespace
  • #2465009 by Berdir: Fix fatal errors in rest and views with PHP 7
  • Revert "Issue #2449445 by mortendk, alexpott, Cottser: Add "indentation" class back to indentation theme hook, use it for styling"
  • #2451363 by alexpott, Berdir, pjcdawkins: Ensure install_profile is exists in settings.php after installation
  • #2462851 by rpayanm, Wim Leers: Improve Views entity row renderer plugins' cache contexts
  • #2460847 by alexpott: Allow optional configuration to be installed when its dependencies are met
  • #2460911 by Wim Leers, jhodgdon: Search reindexing should invalidate cache tags
  • #2463029 by Wim Leers: EntityFormDisplay should update $form with cache tags of FieldConfig, FieldStorageConfig, EntityFormDisplay config entities
  • #2383863 by rpayanm, mgifford, maximpodorov, Valentine94: Spellchecking Drupal - Comments
  • #2389455 by hussainweb, AjitS, Mile23, subhojit777, tibbsa, Ayesh: Clean-up system module test members - ensure property definition and use of camelCase naming convention
  • #2452691 by prics, valthebald: Missing button type property on "Add language" button
  • #2412949 by kyuubi: Rewrite the system status report component inline with our CSS standards
  • #2462641 by jhedstrom: Incomplete documentation in Schema::addIndex() for $fields parameter
  • #2142997 by stefan.r: Test for ValidReferenceConstraintValidator
  • #2392221 by joegraduate, er.pushpinderrana, zealfire, ClientGuy: install_run_task() and install_tasks() don't document the task structure
  • #2460823 by jhodgdon: Document that locale + config translation integration treats string uniqueness the same way as locale itself
  • #2463807 by nod_: Remove seutje from MAINTAINERS.txt
  • #2428399 by SkidNCrashwell, Sagar Ramgade: Default empty option label text different in documentation
  • #2453341 by Wim Leers: Contact forms don't have necessary cache contexts & tags; flood control should work on validate, not on view
  • #2451789 by olli, jibran: Entity reference joins to the wrong base table in views
  • #2429037 by fago, larowlan: Allow adding entity level constraints
  • #2456691 by YesCT, andypost, dawehner, rteijeiro: User email field need to use Field-Entity-aware formatters in Views
  • #2463879 by fago: PHP unit tests fail if intl extension is missing
  • #2463821 by alexpott: Fix Drupal\Core\Config\ConfigManagerInterface::diff return documentation
  • #2461097 by Wim Leers: Make TwigThemeTestController:::registryLoaderRender()'s response uncacheable
  • #2454171 by damiankloip: Replace node_type Views handler with Field API formatter
  • #2392669 by hussainweb, Mile23, rteijeiro, subhojit777, AjitS: Clean-up field module test members - ensure property definition and use of camelCase naming convention
  • #2448503 by amateescu: Convert the "Field edit" form to an actual entity form
  • #2462681 by jessebeach, Manjit.Singh: Remove jessebeach from the maintainers.txt
  • #2453311 by David_Rothstein, TravisCarden, Dom., rpayanm: Issue #2417983 follow-up: a few more "the the"s
  • #2383015 by AjitS, jacob.embree: Revert back is redundant
  • #2461047 by chx: Simplify SourcePluginBase a tiny bit
  • #2460677 by Wim Leers: Tests testing config_test routes should use an authenticated user
  • #2462481 by amateescu: SQLite: Fix views\Tests\Handler\ArgumentDateTest
  • #2454731 by amateescu: SQLite: Fix search\Tests\SearchRankingTest
  • #2461087 by Wim Leers, dawehner: Add 'no_cache' route option to mark a route's responses as uncacheable (was: Cron run response should not be cacheable)
  • #2444231 by Wim Leers, nlisgo: Fix CacheableInterface so it makes sense (was: "Make Config objects & Entities implement CacheableInterface + add BubbleableMetadata::createFromCacheableObject()")
  • #2461523 by chx: UniqueFieldValueValidator condition is invalid EntityQuery
  • #2388255 by dawehner, hussainweb, pwolanin: Limit PDO MySQL to executing single statements if PHP supports it
  • #2418119 by Berdir, jhedstrom, larowlan, martin107, nlisgo, klausi, fago, Gábor Hojtsy: REST user updates bypass tightened user account change validation
  • #2461985 by stefan.r: Update Guzzle to latest release
  • #2456951 by chx: Impossible to enable views if entities are not in SQL: part 2
  • #2458487 by martin107: Alter php.xml.dist to remove test classes from code coverage reports
  • #2398471 by DickJohnson, crazyrohila, rpayanm, lauriii, idebr, LewisNyman, saki007ster, piyuesh23, lanchez, davidhernandez: Clean up the "footer" component in Bartik
  • #1897058 by disasm, rteijeiro: Replace "boolean" with "bool" when used as param/return/var type
  • #2398331 by cilefen, davidhernandez, Wim Leers, nod_: Add the ability to attach asset libraries directly from a template file
  • #2446869 by amateescu: Convert the "Field storage edit" form to an actual entity form
  • #2321599 by Temoor, rpayanm, subhojit777, vineeth@nair, LinL, pcambra: Replace all instances of comment_load(), entity_load('comment') and entity_load_multiple('comment') with static method calls
  • #2462175 by amateescu: SQLite: Fix case sensitivity in Views' string argument plugin
  • #2452363 by joekers: Classy's @file docblocks shouldn't say "Default theme implementation…"
  • #2457703 by Gábor Hojtsy: Default translatable site name is "Drupal" (incorrectly)
  • #2454733 followup by amateescu: Add a user-space case-insensitive collation to the SQLite driver
  • #2453399 by neclimdul: Use VFS for FileStorage tests
  • #2462289 by TravisCarden: Grammar error in config single import prompt
  • #2460731 by Wim Leers: Strict warning in ViewUnitTestBase
  • #2459975 by fgm: RouteCacheContext / RouteNameCacheContext implement CacheContextInterface
  • #2461081 by Wim Leers: Lock test pages are uncacheable but aren't marked as such
  • #1559116 by omega8cc, mva.name, droplet, Xano, mgifford: Make core aware of Nginx and PHP-FPM to avoid confusing alerts
  • #2296261 by GemVinny, lokapujya, lduerig, herom, rteijeiro: Misalligned Type field in Drupal 8.x views
  • #2460027 by epari.siva, vijaycs85: Update the documentation of Drupal\language\LanguageServiceProvider::getDefaultLanguageValues()
  • #2460479 by pjonckiere: CommentController::getReplyForm() docblock has a copy paste error
  • #2392221 by er.pushpinderrana, ClientGuy, zealfire: install_run_task() and install_tasks() don't document the task structure
  • #2459325 by jhodgdon: Document that language is not set on search keyword preprocessing
  • #2458723 by Xano: Incomplete documentation for DiscoveryInterface::getDefinitions()
  • #2459607 by idebr: Seven vertical tabs have underlined links in hover/focus state
  • #2453761 by Gábor Hojtsy: Views numeric formatter's plural formatting setting incompatible with many languages
  • #2460259 by sasanikolic, ameenkhan07: Multiple calls to LocaleConfigManager::getStringTranslation can return multiple new translation objects for the same source
  • #2443693 by mradcliffe, daffie: PostgreSQL: Fix views\Tests\Handler\ArgumentDateTest
  • #2458349 by Wim Leers: Route's access result's cacheability not applied to the response's cacheability
  • #2346373 by fago, sidharrell, rteijeiro, arlinsandbulte: Data reference validation constraints are applied wrong
  • Revert "Issue #2457345 by vijaycs85: Remove unnecessary format lookup in \Drupal\Core\Datetime\DateFormatter::dateFormat for 'custom' format"
  • #2455099 by kunalgrover05: Views overview topic page has some typos and omissions
  • #2461105 by cilefen, Wim Leers: One-time password reset page should never be cached
  • Revert "+ ‘.sparkleshare’"
  • #2459971 by Gábor Hojtsy: The langcode key on configuration files is not explicit in configuration schema
  • #2461063 by Wim Leers, effulgentsia: AJAX forms using #ajax broken when page caching is enabled
  • + ‘.sparkleshare’ + ‘SparkleShare.txt’
  • #2457345 by vijaycs85: Remove unnecessary format lookup in \Drupal\Core\Datetime\DateFormatter::dateFormat for 'custom' format
  • #2459407 by jhodgdon, jhedstrom: SQL syntax error when using the search_keywords filter or argument
  • #2453059 by Wim Leers: Set default render cache contexts: 'theme' + 'languages:' . LanguageInterface::TYPE_INTERFACE
  • #2462151 by hussainweb, benjy: Remove unused Utility\String use statements
  • #2457781 by prateekMehta, stefan.r, AjitS, hussainweb: Use Utility\Html class instead of Utility\String for decodeEntities() function
  • #2457271 by rteijeiro, Palashvijay4O, Cottser: More cleanup of the 'themeable' documentation group
  • #2457695 by alexpott: Make app.root.factory private
  • #2457887 by prateekMehta, stefan.r, rpayanm, alexpott: Use Utility\SafeMarkup class instead of Utility\String for placeholder(), checkPlain(),format() functions
  • #2454733 by amateescu: Add a user-space case-insensitive collation to the SQLite driver
  • #2401191 by jhedstrom, a_thakur, nlisgo, mohrerao: Activity Tracker shows 'Last updated' status as '45 years 1 week ago'
  • #2454625 by amateescu: SQLite: Fix SQLITE_SCHEMA errors in web tests
  • #2443699 by bzrudi71, daffie: PostgreSQL: Fix views\Tests\Plugin\CacheTest
  • #2455153 by damiankloip: Switch revision log views fields to use 'field' formatter
  • #1847596 by amateescu, amitaibu, YesCT, Berdir, David_Rothstein, xjm, rteijeiro, ParisLiakos, webchick, Wim Leers, yched, jhodgdon, Bojhan: Remove Taxonomy term reference field in favor of Entity reference
  • #2451679 by Wim Leers, dawehner: Validate cache contexts (+ cache contexts in some views plugins wrong)
  • #2212069 by Gábor Hojtsy, pjonckiere, rteijeiro, cilefen: Non-English Drupal sites get default configuration in English, edited in English, originals not actually used if translated
  • #2451665 by dawehner: Don't rebuild the route on ModuleInstaller::install() (30% installer speedup)
  • #2428703 by Wim Leers: Add a 'user.permissions' cache context (was: "Should cache contexts be able to associate a cache tag?")
  • #2455131 by andypost, larowlan: Field comment_field_data.field_name should be using Field API formatter
  • #2459003 by Wim Leers: #cache[cid] breaks bubbling
  • #2428805 by Wim Leers: Remove the ability to configure a block's cache contexts
  • Revert "Revert "Issue #2457653 by Gábor Hojtsy: System.site langcode is both used as a file language code and a site language code""

Download Size md5 hash
drupal-8.0.0-beta10.tar.gz 9.82 MB cfe68b642776818a9df71211495fbb44
drupal-8.0.0-beta10.zip 17.5 MB 341229a865561db051ef81e0c5024501
Last updated: April 29, 2015 - 13:38
Official release from tag: 
8.0.0-beta10
Core compatibility: 

drupal 7.37

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

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.36:

  • Fixed a regression in Drupal 7.36 which caused certain kinds of content types to become disabled if they were defined by a no-longer-enabled module.
  • Removed a confusing description regarding automatic time zone detection from the user account form (minor UI and data structure change).
  • Allowed custom HTML tags with a dash in the name to pass through filter_xss() when specified in the list of allowed tags.
  • Allowed hook_field_schema() implementations to specify indexes for fields based on a fixed-length column prefix (rather than the entire column), as was already allowed in hook_schema() implementations.
  • Fixed PDO exceptions on PostgreSQL when accessing invalid entity URLs.
  • Added a sites/all/libraries folder to the codebase, with instructions for using it.
  • Added a description to the "Administer text formats and filters" permission on the Permissions page (string change).

All changes since 7.36:

  • #2465159 by David_Rothstein, NancyDru: Fixed a regression in Drupal 7.36 which caused certain kinds of content types to become disabled if they were defined by a no-longer-enabled module.
  • #1863290 by woprrr, vomiand, dcam, vegantriathlete: poll_node_info() has unused 'has_body' attribute that is left over from Drupal 6
  • #2364047 by JvE, dcam: Fix missing file definitions in hook_theme() in the Update Manager module
  • #2331151 by David_Rothstein, Devin Carlson: Remove leftover code in testFileValidateSize() which runs the tests as a specific user
  • #1055150 by Devin Carlson, rootwork, yoroy, brianV, JimmyAx: Time zone description is confusing on user register form
  • #2315255 by Dave Reid, Devin Carlson: Allow custom HTML tags with a dash in the name to pass through filter_xss() when specified in the list of allowed tags
  • #1812056 by chx, byrond: Allow hook_field_schema() implementations to specify indexes for fields based on a column prefix (field sql storage test failing on various MySQL engines due to indexing unbound text fields)
  • #1003788 by stefan.r, Alan D., JimmyAx, Josh Waihi, john_brown, twistor, bellHead, bzrudi71, pwolanin, gaas, wiifm, robhardwick, gngn: PostgreSQL PDOException: Invalid text representation when attempting to load an entity with a string or non-scalar ID
  • #2208649 by areke, David_Rothstein, joachim, er.pushpinderrana, TravisCarden: Followup fixes to the documentation of the queue worker callback
  • #2428399 by joshi.rohit100, SkidNCrashwell, Sagar Ramgade, er.pushpinderrana, Dom.: Default empty option label text different in documentation than in reality
  • #2386903 by pfrenssen, dcam: Fixed DOMDocument::importNode() warning due to IDs already being defined when running tests
  • #2399657 by klausi: Add session hijacking test cases for SA-CORE-2014-006
  • #2457743 by skein: translation_remove_from_set() runs unnecessary queries to fetch and update every single node with tnid 0
  • #2014851 by hlieberman, Wim Leers, bradjones1, markcarver: Drupal CSS preprocessing breaks protocol-relative paths
  • #2356983 by bzrudi71, Dave Reid, jaredsmith: SystemQueue::claimItem() sometimes returns items in the wrong order (resolves locale test failures on PostgreSQL)
  • #667058 by greggles, DamienMcKenna, cweagans, travelertt, Dave Reid, tstoeckler, geerlingguy: Add a sites/all/libraries folder and encourage people to use it properly
  • #1684930 by amontero, David_Rothstein, joshi.rohit100, jthorson, dcam, rpayanm, jackbravo, yoroy: Add description to "administer filters" permission
  • #2392221 by joegraduate, er.pushpinderrana, zealfire, ClientGuy: install_run_task() and install_tasks() don't document the task structure
Download Size md5 hash
drupal-7.37.tar.gz 3.09 MB 3a70696c87b786365f2c6c3aeb895d8a
drupal-7.37.zip 3.56 MB a74db3f4f974e35932f3b9d00a3f6460
Last updated: May 7, 2015 - 04:18
Official release from tag: 
7.37
Core compatibility: 
Release type: 

drupal 8.0.0-beta11

$
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 officially supported from this release to the next beta release, nor before all known upgrade path blockers are resolved.

However https://www.drupal.org/project/head2head is attempting to support an upgrade path between betas via a contributed module until the core update path is in place, starting with beta9-beta10.

Known issues

There are still over 20 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-beta10:

  • Update version constant for 8.0.0-beta11
  • #2493091 by Wim Leers: Installing block module should invalidate the 'rendered' cache tag
  • #1805054 by Wim Leers, Gábor Hojtsy, effulgentsia, jibran, jessebeach, catch, dawehner, Fabianx, sun, larowlan: Cache localized, access filtered, URL resolved, and rendered menu trees
  • #2494561 by googletorp: double newline in the end of quickedit.module
  • #1994292 by David_Rothstein, Gábor Hojtsy: LanguageInterface::TYPE_URL (D8) and LANGUAGE_TYPE_URL (D7) have no name or description
  • #2030191 by andypost, j2r, forbesgraham, henk, InternetDevels, IshaDakota, millerbennett: Clean-up api examples of node module
  • #2494767 by plach: Rename MenuLinkContentUITest to MenuLinkContentTranslationUITest
  • #2473215 by smccabe, joshi.rohit100, googletorp, drubb, sumitmadan, m4olivei, jmolivas, darol100, meramo: Wrong text if no content types are available
  • #2470769 by wadmiraal, droplet, Manjit.Singh: Color module lock hooks don't show up correctly
  • #2449813 by JeroenT: Remove update_get_projects()
  • #2168893 by marthinal, euphoric_mv, lauriii, Elijah Lynn, nod_, blueminds, jhedstrom, joelpittet, dawehner, tim.plunkett, YesCT: Views filters groups adding and removing is broken
  • #2475483 by Arla, alexpott, Berdir, jeroen.b: Cannot quickedit an image or date field
  • #2432911 by pfrenssen, znerol: Provide test coverage to prove that a third party authentication provider does not automatically start a session
  • #2492835 by fago: Documented type for WidgetBaseInterface::flagErrors() parameter $violations is wrong
  • #2481383 by jmolivas, willzyx, cilefen: Remove unused entity.manager service from Drupal\system\Form\ModulesListForm
  • #2493021 by Wim Leers, Fabianx, dawehner: Remove unused & useless services from HtmlRenderer
  • #2417975 by phenaproxima, benjy, chx, neclimdul: EntityFile destination incorrectly assumes temporary files are absolute paths
  • #2349775 by Manuel Garcia, saki007ster, mortendk, Manjit.Singh, brahmjeet789, tombo, davidhernandez: Remove classes from Views templates
  • #980144 by DuaelFr, yched, ACF, poedan, tim.plunkett, mgifford, swentel, asgorobets, SamH, sun, Everett Zufelt: Issues with "required, multiple" fields in forms
  • #2342745 by Cottser, chr.fritsch, epari.siva, lauriii, wesruv, joelpittet, dawehner: Allow Twig link function to pass in HTML attributes
  • #2491353 by pfrenssen, znerol: Cookies from previous tests are still present when a new test starts
  • #2491691 by marcoscano, cilefen, jhodgdon, joachim: Entity API docs incorrectly state hook_schema() is needed
  • #2494069 by tohesi: Update normalize.css to v3.0.3
  • #2488884 by pixelmord, tim.plunkett, droplet: Machine name HTML5 validation fails when field is hidden
  • #2493913 by iMiksu: Update mikey179/vfsstream to the latest stable release
  • #2486943 by lostkangaroo, Crell, neclimdul: Standardize error message property name
  • #2489394 by cr0ss, jhodgdon, Cottser: Refactor the Search module markup to be inline with our standards
  • #753898 by corbacho, weri, opdavies, dscl, idebr, willzyx, manauwarsheikh, dansologuren, yoroy, alexpott: Wrong message for blocked users who request password reset
  • #2357997 by mpdonadio, martin107, lauriii, cilefen, alexpott, cdanik, connorwk: Add test coverage for tablesort header link titles
  • #2491687 by joachim: Make EntityViewsData::getViewsTableForEntityType() public rather than protected
  • #2487704 by AlexB-appnovation, Bojhan, rudraram, zetagraph: Use underline as the focused state (not border left/bottom)
  • Revert "Issue #2487704 by AlexB-appnovation, Bojhan, rudraram, zetagraph: Use underline as the focused state (not border left/bottom)"
  • #2410625 by hosef, benjy, phenaproxima: Update D7 dumps to match the D6 dumps
  • #2477845 by ingaro, bzrudi71: PostgreSQL: Fix broken migrate table creation
  • #2420737 by rodrigoaguilera, Pere Orga, Gábor Hojtsy, maxocub, jhodgdon, penyaskito, plach, danigrrl: Differences in dynamic language names are confusing in views, content, etc
  • #1944572 by hass, Cottser, idebr: Remove "ul.menu" dependency to prevent theme clashes
  • #2383871 by mgifford, rpayanm, a_thakur, maximpodorov, AohRveTPV, jhodgdon: Spellchecking Drupal - PHP
  • #2491155 by mikeburrelljr, Mac_Weber, opdavies: Update drupal.org and kernel.org URLs in core modules (Follow-up to 2489912)
  • #2486475 by Eli-T, alexpott, xjm: Notifying user of config changes when config has never been synched still makes no sense
  • #2477641 by opdavies, pguillard, kaypro4, gyuhyon, edutrul, yoroy: One-time login link failure messages are misleading because they are not marked as errors
  • #1818692 by mbrett5062, lokapujya, David_Rothstein, blacklight4: Improve the maintenance page error message (rollback)
  • #2485579 by ram4nd, droplet, nod_, MustangGB, evilfurryone, iMiksu: Update JS library picturefill to 2.3.1
  • #2486177 by disasm, amateescu, plach, Pere Orga, piyuesh23, webchick, Saphyel, dawehner, jibran, YesCT, yched, xjm, Gábor Hojtsy, Bojhan: Deleting an entity translation from the UI deletes the whole entity
  • #2489834 by droplet: Add droplet as maintainer for JavaScript
  • #2474677 by Mac_Weber: Add Mac_Weber to MAINTAINERS.txt for the link.module
  • #2457875 by webchick: reorganized MAINTAINERS.txt for new governance policy
  • #1833356 by grendzy: CSS files encoded in UTF-8 with BOM break the design when enabling CSS aggregation
  • #2470807 by LewisNyman, Dom., davidhernandez, emma.maria, lauriii, jp.stacey: Rename the default "Messages" region for all themes to "Highlighted"
  • #2490420 by amateescu, larowlan, Berdir, dpi: EntityAutocomplete element settings allows sql injection and for arbitrary user-supplied data to be passed into unserialize()
  • #2491915 by Berdir, miro_dietiker: Test @group detection fails for test classes with non-standard indendation
  • #2475187 by amateescu: Add a user-space implementation for LIKE BINARY in SQLite
  • #2465887 by dawehner, amateescu, tim.plunkett: Extract the install/uninstall functionality to a ThemeInstaller
  • #2469623 by phenaproxima, ultimike, amateescu, mrjmd, douggreen, chx, benjy: Process for creating migration source DBs for automated tests
  • #2468565 by eiriksm: Entity type view should provide a context for its label
  • Revert "Issue #2486453 by LewisNyman, sqndr, heatherwoz, hylid, yoroy, Bojhan: Set maximum width on Seven"
  • #2483617 by vasi, phenaproxima: The d6_file migration forgot to mention the uid column
  • #2112895 by willzyx, swentel, drunken monkey: Wrong redirection in admin/modules/uninstall/confirm if drupal is installed in a subdirectory
  • #2191115 by cs_shadow, alexrayu, JacobSanford, jhodgdon, Cottser: Clean up stale references to theme('foo') in documentation
  • #2473105 by ifrik, jhodgdon, lostkangaroo, opratr, LinL: Update hook_help texts that link to modules that can be uninstalled
  • #2486453 by LewisNyman, sqndr, heatherwoz, hylid, yoroy, Bojhan: Set maximum width on Seven
  • #2361423 by alexpott, larowlan, dixon_, swentel: Add a step to config import to allow contrib to create content based on config dependencies
  • #2489884 by mikeburrelljr, yoroy: Give the views modal window a larger width
  • #2473953 by mortendk, rteijeiro, rachel_norfolk, Cottser, aburrows, LewisNyman: Prefix form-submit classes with js-
  • #2488610 by catch, kim.pepper, Berdir: Use ModuleHander::getName() instead of rebuilding module data on permissions page
  • #2208585 by googletorp, quicksketch: Make #wrapper_attributes official and document it
  • #1533366 by nod_, valthebald, Jelle_S, Wim Leers: Simplify and optimize Drupal.ajax() instantiation and implementation
  • #2446859 by frob, jcnventura, mducharme, ge, mikeburrelljr: Installer warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings
  • #2337753 by alexpott: ContentEntityNullStorage does not implement a query service
  • #2413695 by joelpittet: Modules getting installed in the theme directory if they don't have a *.module file
  • #2491009 by trwad: Replace deprecated usage of entity_create with a direct call to the entity type class in Field UI module
  • #2433591 by dawehner, plach, YesCT, Wim Leers: Views using pagers should specify a cache context
  • #2475263 by LKS90, Berdir: Remove Role::postSave() method
  • #2456025 by stefan.r, alexpott, klausi: Rest tests fail on PHP 5.6 because of always_populate_raw_post_data ini setting
  • #2473805 by PieterJanPut, alieffring: Unused use statement in RearrangeFilter
  • #2251861 by olli, jibran: Add the feed icon back to taxonomy/term/% pages
  • #2489420 by Bojhan: Simply AJAX use form
  • #2452995 by JacobSanford, ashutoshsngh, jhodgdon: link_path should be url in the menu API documentation
  • #1751434 by droplet, oxyc, pguillard, lauriii, nod_: Selectors clean-up: user module
  • #2490974 by jstoller: seven_library_info_alter() is missing $extension parameter and condition
  • #1328014 by eiriksm, superspring: PDOException when saving a node on non-English languages
  • Revert "Issue #2433591 by dawehner, plach, YesCT, Wim Leers: Views using pagers should specify a cache context"
  • Revert "Revert "Issue #2489922 by anavarre, RavindraSingh: Fix minor typos""
  • Revert "Issue #2489922 by anavarre, RavindraSingh: Fix minor typos"
  • #2489922 by anavarre, RavindraSingh: Fix minor typos
  • #2490382 by mfarineau, cilefen, mradcliffe: Fix typo in EntityQueryTest doc block for figures var
  • #2476745 by joshi.rohit100, znerol, andile2012, webchick, Daniel Kanchev: Fix case of SuperNovaGenerator in HelpEmptyPageTest
  • #2447365 by JacobSanford, klausi, dawehner, jhodgdon, webchick: Let's explain in DestructableInterface why it is useful
  • #2490074 by chx, dawehner: hook_entity_access documentation is useless
  • #2469929 by mondrake, Bojan Živkov, LewisNyman, tim.plunkett, Bojhan, roderik: The confirmation forms' cancel link should be styled as a button
  • #2472147 by googletorp, anavarre, jaredsmith, bojanz: Standardize getter docblocks in node module
  • #2489402 by Bojhan: Remove "if any" from pager title
  • #2489912 by mikeburrelljr, opdavies, larowlan: Update Drupal.org URL in core modules
  • #889772 by stefan.r, tuutti, opdavies, Sutharsan, joachim, das-peter, YesCT, Zerdiox, hussainweb, mgifford: following a password reset link while logged in leaves users unable to change their password
  • #2488940 by plach: Contextual links are broken on multilingual sites
  • #2490146 by droplet: Prevent empty request on machine name transliterate
  • #2488866 by googletorp: Missing * in docblock for StatusMessages::generatePlaceholder
  • #2487808 by JesseSturgis, Scott Weston: autocorrect="off" and autocapitalize="off" in login form are deprecated and may be not enough
  • #2478167 by andypost, znerol: Generate proper value for sessionName property in BrowserTestBase
  • #2445497 by Mile23, dawehner: Decouple ContainerBuilderTest from Symfony's tests
  • #2422399 by aliyakhan, JCL324, mortendk, skippednote, rpayanm, tadityar, LewisNyman, joelpittet, idebr: Rewrite block.admin.css inline with our CSS standards
  • #2484131 by phenaproxima, neclimdul, mikeryan: Migration process plugin should log exceptions encountered during stubbing
  • #2486911 by mark.labrecque, joshi.rohit100: Garbled documentation in AssertBreadcrumbTrait.php
  • #2060553 by jhodgdon, manningpete: Search result snippet displayes HTML entities
  • #2478535 by phillamb168, sasanikolic, jhodgdon: Rewrite the documentation of content_translation_entity_type_alter()
  • #2473907 by alexpott, maijs: Tests not being run by testbot due to missing summary line
  • #2489966 by plach: The Views table style plugin does not specify cache contexts for click sorting
  • #2156295 by vegantriathlete, Rajendar Reddy: ajax_views.js has some extraneous code?
  • #2470307 by Mark_L6n, eiriksm, Gábor Hojtsy: Modifying path prefix for URL language detection causes error message for default language
  • #2488126 by phenaproxima: MachineName process plugin should use injected transliteration service
  • #2475001 by chris_hall_hu_cheng, jcnventura: Cache DateTime exception when Timezone not set
  • #2474537 by Noe_, tstoeckler, michaellenahan, cilefen: Installing in a non-English language fails for command-line installations (Drush, ...)
  • #2283637 by pfrenssen, dawehner, shivanshuag, znerol: Provide test coverage to prove that an AuthenticationProvider can initiate a session
  • #2489362 by shellshocked59, devupable, bpleduc, LewisNyman: Change views listing drop button to standard size
  • #2488632 by rpayanm, jhodgdon: Help test module should be in the Testing package
  • #2489376 by Bojhan: Remove "should" to more actionable
  • #2488954 by alexpott, webflo: Set simpletest memory limit to 128M
  • #2479819 by jhedstrom, grendzy: Menu hierarchy tests are not being run
  • #2485431 by bjmac, saki007ster, LewisNyman, rudraram: Clean up file CSS inline with our CSS standards
  • #2474047 by arturogarrido, ejabrown, mikeburrelljr, acrosman, lauriii, pwolanin, dawehner: Remove Timer from DrupalKernel
  • #2416109 by alexpott, bircher, xjm, dawehner: Validate configuration dependencies before importing configuration
  • #2461845 by Fabianx, Berdir, larowlan, David_Rothstein, Gábor Hojtsy: Private files that are no longer attached to an entity should not suddenly become accessible to people who couldn't see them before
  • #2486441 by jibla, richgilbert, entendu, emma.maria, amyvs, mradcliffe, heatherwoz, mu5a5hi, lnicks, hzakaryan: Clean up the "Search results" component in Bartik
  • #2480799 by mradcliffe, bzrudi71, dawehner, ingaro, jaredsmith: PostgreSQL: Fix views\Tests\Handler\FieldGroupRowsTest (again)
  • #2487099 by dawehner, plach, Wim Leers: Set cache contexts for exposed sorts / items_per_page / offset
  • #2485575 by ram4nd, willzyx, iMiksu, nod_: Update jQuery to 2.1.4
  • Revert "Issue #2470807 by LewisNyman, Dom., davidhernandez, emma.maria, jp.stacey, lauriii: Rename the default "Messages" region for all themes to "Highlighted""
  • #2468767 by eiriksm, Gábor Hojtsy: English config source strings are saved as custom translations in locale in foreign install
  • #2428795 by mkalkbrenner, plach, yched, catch, hchonov, webchick, tstoeckler, pjonckiere, miro_dietiker, Schnitzel, klausi: Translatable entity 'changed' timestamps are not working at all
  • #2480307 by camoa: DefaultPluginManager doesn't allow Plugin definitions from Themes
  • #2470807 by LewisNyman, Dom., davidhernandez, emma.maria, jp.stacey, lauriii: Rename the default "Messages" region for all themes to "Highlighted"
  • #2478855 by xjm, JacobSanford, jhodgdon: Improve documentation for hook_entity_type_build() and hook_entity_type_alter()
  • #2478319 by NickWilde: DBLog module config link
  • #2296885 by mikeker, dawehner: Remove format_xml_elements()
  • #2473949 by mortendk, rteijeiro, rachel_norfolk, Cottser, LewisNyman: Prefix form-type-* classes with js-
  • #2489100 by alexpott: Random fail in Drupal\views\Tests\Plugin\RowRenderCacheTest
  • #2473941 by mortendk, rteijeiro, rachel_norfolk, Cottser, LewisNyman: Prefix field-parent classes with js-
  • #2483903 by mradcliffe, dawehner: Fix tests broken by leverage entityDisplay to provide fast rendering for fields
  • #2258177 by amateescu, sun, mikeryan, bdone, dawehner, Berdir: Convert migrate_drupal tests to KernelTestBase
  • #2480959 by mradcliffe, dawehner, jaredsmith, bzrudi71: PostgreSQL: Fix views\Tests\Handler\FieldGroupRowsWebTest (again)
  • #2473709 by nicoloye, marcvangend, pjbaert, yoroy, webchick: Do not use SERVER_NAME as default value for the site name
  • #2317975 by Martin Mayer, jhodgdon, ifrik: Update Views help to explain multilingual
  • #2488156 by andile2012: Fix typos in @inheritdoc
  • #2289201 by mariano.barcia, webchick: [Meta] Make drupal install and run within reasonable php memory limits so we can reset the memory requirements to lower levels
  • #2472323 by dawehner, neclimdul, Crell, kim.pepper, nod_, Wim Leers, larowlan, jibran, pwolanin, catch: Move modal / dialog to query parameters
  • #2484539 by amateescu, dawehner, bzrudi71: PostgreSQL: Fix views\Tests\Handler\FieldFieldTest
  • #2486413 by Manjit.Singh, vinmassaro, LewisNyman: Seven's primary tabs have incorrect spacing on narrow screens
  • #2369987 by aneek, alexpott, joelpittet, rteijeiro, pgautam, jain_deepak, idebr: Remove SafeMarkup::set() from 'head' title on template_preprocess_html
  • #2486831 by amateescu: The $dbh and $connection members are mixed up in Drupal\Core\Database\StatementPrefetch
  • #2450897 by plach, epari.siva, dawehner, jibran, Fabianx: Cache Field views row output
  • #2339447 by lauriii, joseph.olstad, Fabianx, joelpittet, jcnventura, amateescu, Antti J. Salminen: Improve theme registry build performance by 85%
  • #2383865 by mgifford, pguillard, rpayanm, alexpott, jhodgdon: Spellchecking Drupal - Javascript
  • #2487261 by nod_, alanburke: Eslint config update for function spacing style
  • #2457427 by Crell: Bad error handling of invalid Entity definition
  • #2459777 by jibran, Jaesin, tstoeckler, TR: {taxonomy_index} and {taxonomy_term_hierarchy} doesn't join taxonomy data table in views
  • #2486431 by vilepickle, vinmassaro: Progress bar starts at 100%
  • #1862250 by amanire, Ivan Zugec, joates, yoroy, joshi.rohit100, acabouet, rpayanm: The "Trim length" format description is confusing/not clear to Drupal newcomers
  • #2487464 by mark.labrecque: Internationalization topic code section is not showing up as code
  • #2473123 by sander.devos, JacobSanford, xjm, jhodgdon: Add node grant classes and interfaces to the node access topic
  • #2473089 by boris sondagh, jhodgdon, drubb, ifrik: Book settings page has wrong settings label
  • #2448691 by joshi.rohit100, rpayanm, ameymudras, lakshminp: comment at top of comment_hacks.css references removed function
  • #2482295 by Berdir: Rebuilding field map with many bundles/fields is very slow
  • #2247379 by yched, alexpott, Berdir: Optimize config entity query conditions on ID
  • #2471793 by drubb, tadityar, ifrik, jhodgdon: Update hook_help text for Forum module
  • #2482215 by alexpott: Improve config_prefix documentation
  • Revert "Issue #2369987 by aneek, joelpittet, rteijeiro, jain_deepak, pgautam, idebr: Remove SafeMarkup::set() from 'head' title on template_preprocess_html"
  • #2485505 by Manjit.Singh, LewisNyman: Remove CSSlint errors from node module css
  • #2485573 by alanburke, ragnarkurm: Update JS library domready to version 1.0.8
  • #2369987 by aneek, joelpittet, rteijeiro, jain_deepak, pgautam, idebr: Remove SafeMarkup::set() from 'head' title on template_preprocess_html
  • #2473957 by sqndr, Cottser, LewisNyman: Prefix text-* classes with js-
  • #2251121 by olli, dawehner: Support to add a feed icon on pages with parameters
  • #2449445 by Cottser, emma.maria: Add "indentation" class back to indentation theme hook, use it for styling
  • #2485983 by willzyx: Rename the remaining {Form}::getFormID to {Form}::getFormId
  • #2471653 by bojanz, Kazanir: Standardize getter docblocks in Drupal\Core\Entity
  • #2417921 by jibran: Change Tour module tests & Block test views package to testing
  • #452244 by jhedstrom: Help text for Language domain needs to specify "no trailing slash"
  • #2393531 by jcnventura, mrjmd, simonrjones, rpayanm, Cottser, akalata, eiriksm, David_Rothstein, dawehner, xjm: Maximum function nesting level of '100' reached
  • #2485403 by mmatsoo, gaurav_varshney: DependencyTrait documentation still mentions 'entity'
  • #2475247 by amateescu, dawehner: SQLite: Fix views\Tests\Handler\FilterStringTest
  • #2485605 by ram4nd, iMiksu: Update jquery.once to 2.0.1
  • #2411689 followup by alexpott: Use a MemoryBackend in StorageComparer so that configuration import validators don't have to reread data from disk or the db
  • #2375589 by larowlan, pameeela, jibran, kim.pepper, Wim Leers, Bojhan: Convert custom block library page to views
  • #2471571 by bojanz, Dom.: Standardize getter docblocks in Drupal\Component
  • #2486083 by stefan.r: The following module is missing from the file system: standard
  • #2160643 by jhedstrom, dawehener: Add status report "requirement" for Twig C extension for PHP
  • #2335661 by Wim Leers, pwolanin, dawehner, Fabianx, larowlan, catch, Berdir: Outbound path & route processors must specify cacheability metadata
  • #2485171 by mikeryan: Fix spelling of MigrateExecutableMemoryExceededTest
  • #2472421 by geertvd, bircher, dawehner, jibran: Entity reference, views filter reference method is broken
  • #2396253 by geertvd, pcambra, dawehner, klausi, pjonckiere: Respect format configuration on REST views display
  • #2204509 by klausi, Xano, fago: Allow context definitions to specify default values
  • #2105797 by dawehner, fago, larowlan, effulgentsia, jibran, amateescu, yched: Add CompositeConstraintBase so that constraints involving multiple fields, such as CommentNameConstraint, can be discovered
  • #2471809 by Dom., skippednote, nod_, jessebeach: Toolbar module does not follow W3C
  • #2485611 by Jelle_S: Add Jelle Sebreghts (Jelle_S) as co-maintainer of Responsive Image module
  • #2483005 by rootwork: Minor typo in INSTALL.txt
  • #2336247 by larowlan, andythorne: Make Relation and Type domain configurable based on context
  • #2428103 by dawehner, amateescu, Berdir, AjitS: String formatter should link to its translation
  • #1081266 by stefan.r, mikeytown2, jeroen.b, tsphethean, mfb, joseph.olstad, marcelovani: Avoid re-scanning module directory when a filename or a module is missing
  • #2430219 by alexpott: Implement a key value store to optimise config entity lookups
  • #2484667 by joshi.rohit100, Berdir: Do not run query in node_cron() if search.module is not enabled
  • #2484247 by tim.plunkett: Documentation and coding standards fixes for \Drupal\system\Controller\FormAjaxController
  • #2462893 by anavarre, benjy: MigrateBlockContentTest assumes auto-increment increment of 1
  • #2187113 by Cottser, joelpittet: Incorrect usage of attributes in twig templates resulting in possible duplicate attributes
  • #2483479 by phenaproxima: d6_user_role migration depends on d6_filter_format
  • #2462889 by tim.plunkett: Remove TypedConfigManagerInterface::getDefinition()'s $is_config_name before Drupal 8.0.0
  • #2208811 by Pol, ivanjaros, dawehner, wizonesolutions: views_embed_view() cannot handle arguments
  • #2477157 by dawehner, Wim Leers, Fabianx, aneek, catch: rest_export Views display plugin does not set necessary cache metadata
  • #2481729 by larowlan: Cannot inject DatabaseQueue instances into forms - The database connection is not serializable
  • #2481731 by larowlan: Cannot inject DBLog instances into forms - The database connection is not serializable
  • #2467449 by googletorp, b0unty, LewisNyman: jQuery UI datepicker styles broken in Seven
  • #2343035 by fago, dawehner, larowlan, ianthomas_uk, cilefen, hussainweb, Miroling, jibran, beejeebus, dashaforbes, webmozart, klausi: Upgrade validator integration for Symfony versions 2.5+
  • #1923406 by stefan.r, yannickoo, catch, Crell, amateescu, pwolanin, morgantocker, Damien Tournoud, sun: Use ASCII character set on alphanumeric fields so we can index all 255 characters
  • #2448501 by ultimike, phenaproxima, benjy: Use the migrate cckfield plugin type for the link field
  • Revert "Issue #1923406 by stefan.r, yannickoo: Use ASCII character set on alphanumeric fields so we can index all 255 characters"
  • #2322949 by plach, kgoel, Berdir, fgm, damiankloip, dawehner: Implement generic entity link view field handlers
  • #2432791 by alexpott, vijaycs85, tim.plunkett, joshtaylor, Fabianx, Berdir, yched, bojanz: Skip Config::save schema validation of config data for trusted data.
  • #2030637 by yched, Mile23, daffie, Alumei, tidrif, chertzog, Berdir, swentel, ofry: Expand FieldConfig/BaseFieldOverride/FieldConfigBase with methods
  • #2469563 by marthinal, lauriii, dawehner, Fabianx, xjm, pjonckiere: Double-escape on Views filters
  • #2478091 by willzyx: Pager is shown twice in admin/people if views module is disabled
  • #2464283 by jeqq: Restore Simpletest's batch after modules installation in WebTestBase::setUp()
  • #2478151 by willzyx: Shortcuts to pages generated by views are not recognized as added to the shortcutset and are being added multiple times
  • #2479767 by Wim Leers: Fix MenuLinkInterface::isCacheable(): remove it in favor of implementing CacheableDependencyInterface
  • #2452491 by arpitr, Mile23: @deprecate drupal_pre_render_link() for Drupal 9
  • #2454751 by amateescu, dawehner, tstoeckler: SQLite: Fix user\Tests\Views\RelationshipRepresentativeNodeTest
  • #2449809 by JeroenT, tadityar: Remove usage of update_get_projects()
  • #1923406 by stefan.r, yannickoo: Use ASCII character set on alphanumeric fields so we can index all 255 characters
  • #2479363 by Wim Leers, dawehner: Cache MenuActiveTrail::getActiveIds() for *all* menus per route match: 1 cache get instead of N DB queries, saves 1 ms/response
  • #1867518 by plach, dawehner, yched, iMiksu, epari.siva, marcvangend, Fabianx, Wim Leers, effulgentsia: Leverage entityDisplay to provide fast rendering for fields
  • #2453931 by pjonckiere: ContextualDynamicContextTest follow up
  • #2475237 by mkalkbrenner: Method FieldItemList::equals() uses type safe comparison limiting usefulness.
  • #2456701 by kgoel, Cottser, dawehner, jhodgdon: Replace aggregator_title_link Views formatter with Field API formatter
  • #2375773 by olli, dawehner: Remove pager from default taxonomy term feed
  • #2481183 by davidhernandez: Quote tokens in theme .info.yml files
  • #1800174 by Mile23, Lars Toomre, rishikant05, YesCT, idebr, Jalandhar, jhodgdon, dawehner: Add missing type hinting to User module docblocks
  • #1811334 by Mile23, deepakaryan1988, Lars Toomre, yogen.prasad: Add missing type hinting to Forum module docblocks
  • #1811882 by Mile23, deepakaryan1988, Lars Toomre, yogen.prasad: Add missing type hinting to Search module docblocks
  • #2481751 by yogen.prasad, deepakaryan1988, Cottser, andypost, joelpittet, willzyx: Don't use full namespace for \Drupal\views\ViewExecutable in views.module
  • #2476225 by pixel5, cilefen, disasm, jhodgdon, TravisCarden: Doxygen on SuspendQueueException mentions non-existent callback_queue_worker()
  • #1811874 by Mile23, Lars Toomre: Add missing type hinting to Path module docblocks
  • #1811892 by Mile23: Add missing type hinting to Statistics module docblocks
  • #1800774 by Mile23, Lars Toomre: Add missing type hinting to menu_ui module docblocks
  • #2204697 by alexpott, tstoeckler, mauzeh, Berdir: Move getConfigPrefix() to ConfigEntityTypeInterface
  • #2473813 by FMB, joshi.rohit100, darol100, ifrik, jhodgdon, xjm: Update hook_help text for Custom Menu Link module
  • #2470069 by wadmiraal, Manjit.Singh, pjbaert, zakxxi, LewisNyman: Refactor color module CSS inline with our CSS standards
  • #2443651 by alexpott, mradcliffe, bzrudi71: PostgreSQL: Fix system\Tests\Cache\DatabaseBackendUnitTest
  • #2424533 by davidhernandez, mortendk: Copy views templates to Classy
  • #2471405 by tompagabor: When not logged Drupal\Core\EventSubscriber\FinishResponseSubscriber->setExpiresNoCache() causes a PHP warning because of an invalid timezone.
  • Revert "Issue #2470069 by wadmiraal, Manjit.Singh, pjbaert, zakxxi, LewisNyman: Refactor color module CSS inline with our CSS standards"
  • #2473113 by znerol, dpovshed, Wim Leers, Fabianx, dawehner, effulgentsia: All stack middlewares are constructed at the same time even for cached pages
  • #2395143 by amateescu, Fabianx, Berdir, beejeebus, dashaforbes, alexpott, larowlan, znerol, dawehner, catch, neclimdul, yched, fgm, effulgentsia: YAML parsing is very slow, cache it with FileCache
  • #2458387 by stefan.r, anksy, andypost, alexpott, hussainweb: Remove Utility\String class
  • #2461863 by stefan.r: Upgrade PHPUnit to the latest stable release
  • #2471751 by boris sondagh, oceankrish76, keopx: Update hook_help text for Book module
  • #2479515 by znerol: Use BasicAuthTestTrait in BasicAuthTest
  • #2480233 by xjm: Incorect docblocks in route processor tests
  • #2479815 by plach: Remove obsolete ContentEntityInterface::initTranslation() method
  • #2474909 by alexpott, mpdonadio, znerol, catch, Wim Leers, Berdir: Allow Simpletest to use the same APC user cache prefix so that tests can share the classmap and other cache objects
  • Back to dev.

Download Size md5 hash
drupal-8.0.0-beta11.tar.gz 10.01 MB 885500fef1a692d0598daa27134a440a
drupal-8.0.0-beta11.zip 17.87 MB 07d83991c83bdddb22a11db84ecc44fe
Last updated: May 27, 2015 - 20:28
Official release from tag: 
8.0.0-beta11
Core compatibility: 

drupal 6.36

$
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.36.tar.gz 1.06 MB 6c7689083fa62f305f7b3a11b54f03d9
drupal-6.36.zip 1.23 MB 353b6a784a43c61342716ec62286c413
Last updated: June 17, 2015 - 18:38
Official release from tag: 
6.36
Core compatibility: 
Release type: 

drupal 7.38

$
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.38.tar.gz 3.1 MB c18298c1a5aed32ddbdac605fdef7fce
drupal-7.38.zip 3.56 MB 239f76b0747d6a8fa976d752bfaa704b
Last updated: June 17, 2015 - 18:38
Official release from tag: 
7.38
Core compatibility: 
Release type: 

drupal 8.0.0-beta12

$
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 officially supported from this release to the next beta release, nor before all known upgrade path blockers are resolved.

However patches should start providing hook_update_N() from this point on, in preparation for full upgrade path support, see #2507899: [policy, no patch] Require hook_update_N() for Drupal 8 core patches beginning June 29.

Known issues

There are still over 20 known 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-beta11:

  • Update version constant for 8.0.0-beta12
  • #2512452 by dawehner, pwolanin, alexpott, fnqgpc: Confirm form cancel button can lead to external domain
  • #2509300 by dawehner, catch, larowlan: Path alias UI allows node/1 and /node/1 as system path then fatals
  • #2453153 by mkalkbrenner, plach: Node revisions cannot be reverted per translation
  • Revert "Issue #2512452 by dawehner, pwolanin, fnqgpc: Confirm form cancel button can lead to external domain"
  • #2512478 by googletorp, pwolanin, G1N1: XSS on field edit form via label field via ckeditor
  • #2512452 by dawehner, pwolanin, fnqgpc: Confirm form cancel button can lead to external domain
  • #2512382 by Wim Leers: Follow-up for #2407195: #attached['http_header'] being added to Response in two places
  • #2511024 by lahoosascoots, jibran, kattekrab: Can't add multiple content types to shortcuts
  • #1392754 by tss, justAChris, jhodgdon: Comply with new documentation standards for @file for namespaced class files
  • #2509694 by kfitz, joshi.rohit100, cilefen: The $name parameter for UrlGenerator::getRoute() is documented incorrectly
  • #2500523 by tim.plunkett, effulgentsia, dawehner: Rewrite views_ui_add_ajax_trigger() to not rely on /system/ajax
  • #2512460 by pwolanin, Gábor Hojtsy, grisendo, JvE: "Translate user edited configuration" permission needs to be marked as restricted.
  • #2489024 by lauriii, Fabianx, Gábor Hojtsy, Cottser, dawehner, zeropx: Arbitrary code execution via 'trans' extension for dynamic twig templates (when debug output is on)
  • #2491987 by alexpott: Config import validation needs to take into account install profiles
  • #2497455 by Manuel Garcia, davidhernandez, Cottser, dawehner: Remove unnecessary markup from views templates, a.k.a. divitis
  • #2509630 by andypost: Update doc-block for _node_mass_update_batch_finished
  • #2511472 by Wim Leers, Fabianx, dawehner: Refactor all usages of drupal_render()/Renderer::render() that break #2450993
  • #2505201 by munzirtaha: Quick Edit toolbar's arrow should be reversed in RTL
  • #2511348 by kfitz, dylanf, cilefen: HtaccessTest::testFileAccess() has a documentation typo
  • #2509890 by Dom., saki007ster, emma.maria: Fix footer menus in Bartik being vertically misaligned if you have +1 items
  • #2507509 by catch, dawehner: Service changes should not result in fatal errors between patch or minor releases
  • #2511354 by tim.plunkett: Remove StringTranslationTrait from FormBuilder
  • #2465053 by larowlan, dawehner, Arla, fago, cilefen, lauriii, Wim Leers: Drupal 8 only allows one user every 6 hours to register when page caching is enabled — caused by entity UUID in form state
  • #2506539 by mikeryan: d6_contact_settings not specifying source provider
  • #2399211 by mpdonadio, legolasbo, vijaycs85, pjonckiere, rteijeiro, jhodgdon, dawehner, yched: Support all options from views fields in DateTime formatters
  • #2505941 by JeroenT, joshi.rohit100: Remove deprecated methods on BubbleableMetadata class
  • #2500527 by dawehner, tim.plunkett, effulgentsia: Rewrite \Drupal\file\Controller\FileWidgetAjaxController::upload() to not rely on form cache
  • #2508666 by alexpott, pwolanin, benjy: Drupal 8 .htaccess rule to prevent php file access can be easily bypassed
  • #2278965 by jhedstrom: Add a warning to the installer for MySQL if an InnoDB-compatible engine is not selected
  • #2500443 by jhodgdon, Wim Leers: Cache API topic says nothing about cache context, add something
  • #2505841 by andypost: Make CommentAdminOverview use link templates
  • #2422353 by andypost: Comment module should check that comment body field exists
  • #2470233 by wadmiraal, emma.maria, sxnc, idebr, googletorp, LewisNyman: Fix the visual bugs in the Bartik footer
  • #2507459 by Wim Leers: CachePluginBase and subclasses no longer need Renderer/RenderCache services injected
  • #2505649 by tohesi: Update jquery.once to 2.0.2
  • #2504995 by Xano: Component DefaultFactory relies on core's concept of plugin providers
  • #2506793 by Gábor Hojtsy: Config translation shows search field below table
  • #2510072 by phenaproxima: UTF-8 support in MySQL driver breaks migrate dump files
  • #2509434 by willzyx: Faulty dependency to ThemeInitialization in Drupal\Core\Theme\ThemeManager
  • #2203779 by ivanstegic, pguillard, Xano, Prashant.c, jhodgdon: Improve wording of the configuration import form
  • #2417895 followup by David_Rothstein: AccountPermissionsCacheContext/PermissionsHashGenerator must special case user 1, since permissions don't apply to it
  • #2505197 by Arskiainen, jaimeguzman, tstoeckler: Add a @see + docs about language_element_info_alter() to LanguageSelect
  • #2417895 by David_Rothstein, Berdir, Wim Leers, willzyx, catch: AccountPermissionsCacheContext/PermissionsHashGenerator must special case user 1, since permissions don't apply to it
  • #2407195 by Wim Leers, Fabianx, joelpittet, lauriii, Crell: Move attachment processing to services and per-type response subclasses
  • #2506655 by pguillard, joshi.rohit100: Database Schema class has no doc block
  • #2509496 by chx, benjy, phenaproxima: Make migrate process plugins more flexible/less boilerplate
  • #2503083 by pwolanin, neclimdul: Simplify PasswordInterface so it's not coupled to UserInterface
  • #2480811 by catch, dawehner, Crell, Berdir, amateescu: Cache incoming path processing and route matching
  • #2506349 by alexpott: Unnecessary looping in Xss::filter when processing attributes
  • #1305882 by dawehner, nod_, Fabianx, Steven Jones, sun, nlisgo: drupal_html_id() considered harmful; remove ajax_html_ids to use GET (not POST) AJAX requests
  • #2508591 by timmillwood, alexpott, chx, pwolanin: vendor/ is web accessible
  • #2505171 by neclimdul: Follow-up for follow-up for #2483433 (phpunit tests broken)
  • #2422815 by Xano, fgm, tim.plunkett, dawehner: Don't initialize the discovery object in plugin managers, unless needed
  • #2505171 by Wim Leers: Follow-up for #2483433
  • #2505521 by benjy: Clean-up un-need test classes in migrate_drupal
  • Revert "Issue #2505521 by benjy: Clean-up un-need test classes in migrate_drupal"
  • #2502617 by droplet, darol100: When changing from a text format with an editor to one without, any user-entered changes are ignored: the original text is saved
  • #2504993 by Xano: HookDiscovery sets "module" instead of "provider" in plugin definitions
  • #2509448 by xjm: Further refactor use of SafeMarkup in HWLDFWordAccumulator
  • #2462221 by emma.maria, Dom., rudraram, jp.stacey, Manjit.Singh, sxnc, Cottser, idebr: Highlighted region has not fixed width layout on Bartik theme
  • #2505835 by andypost: Optimize CommentAdminOverview
  • #2505937 by JeroenT: Remove usage of @deprecated methods on BubbleableMetadata class
  • #2502913 by jibran, larowlan: Link field default options values should be array
  • #298768 by mkalkbrenner, stefan.r: Ensure that entries are written to watchdog table
  • #2506369 by catch, dawehner, Wim Leers: Cache CSS/JS asset resolving
  • #2499943 by mikey_p, Berdir, catch: system.active_theme.THEMENAME state should not cache theme data
  • #2508654 by chx, dawehner, Chi: File inclusion in transliteration service
  • #2501823 by peezy, joelpittet, davidhernandez: Document SafeMarkup::set in FormCache::loadCachedFormState
  • #2506133 by alexpott, joelpittet, dawehner, pwolanin: Replace SafeMarkup::set() in \Drupal\Core\Template\Attribute
  • #2508777 by dawehner: Database Connection test fails on PHP-5.5
  • #2349711 by lauriii, mortendk, sqndr, akalata, yannickoo, Manjit.Singh, Jolidog, b0unty, aliyakhan, LewisNyman: Remove all visual from stark
  • #1314214 by stefan.r, phayes, ergophobe, YesCT, damienwhaley, kbasarab, Tor Arne Thune, basic, pfrenssen, yannickoo, simolokid, fietserwin, bzrudi71: MySQL driver does not support full UTF-8 (emojis, asian symbols, mathematical symbols)
  • #2496367 by jibran, nod_, zniki.ru, ashutoshsngh: Add dawehner and pwolanin as Menu subsystem maintainer
  • #2496789 by lauriii: Add davidhernandez and mortendk as maintainers for Classy theme
  • #2504893 by mpdonadio: Add mpdonadio as maintainer for DateTime module
  • #2503109 by Cottser: Remove Cottser from the Core mentoring leads in MAINTAINERS.txt
  • #2501685 by Dave Reid: Batch::claimItem() contains wrong class in documentation
  • #2505193 by googletorp: MockFileFinder has empty contruct method
  • #2358409 by tien.xuan.vo, Haza: image_image field element is processed 2 times
  • #2499823 by ryanissamson, dylanf: Minor CHANGELOG.txt formatting
  • #2505851 by JeroenT: Remove deprecated function taxonomy_*
  • #2483781 by borisson_, rbayliss, cilefen, mitalimehta, joshi.rohit100: Move cache contexts classes from \Drupal\Core\Cache to \Drupal\Core\Cache\Context
  • #2484619 by borisson_, Wim Leers, lauriii, larowlan, dawehner: Forum responses don't set cache tags
  • #2505149 by Dom.: Remove empty Personalization panel in AccountSettingsForm
  • #2501639 by crowdcg, Cottser, cwells, YesCT, Gábor Hojtsy: Remove SafeMarkup::set in drupal_check_module()
  • #2495179 by dawehner, Gábor Hojtsy, lauriii, Fabianx, chx, effulgentsia: Twig placeholder filter should not map to raw filter
  • #2504417 followup by dawehner, daffie: Fix Drupal\Tests\migrate\Unit\MigrateSqlIdMapTest::testGetQualifiedMapTablePrefix()
  • #2501441 by mlncn, joelpittet, cilefen: Document SafeMarkup::set in AllowedTagsXssTrait::fieldFilterXss
  • #2452577 by JeroenT, AjitS, tadityar, arpitr, dpopdan, Mile23, andypost: Remove Usage of deprecated function taxonomy_*
  • #2504781 by neclimdul: Skip instead of fail migration tests if pdo_sqlite is missing
  • #2505701 by pwolanin, YesCT, akalata: Document SafeMarkup::set and Use htmlspecialchars() directly in Attribute() so we don't bloat the list of safe strings
  • #2505655 by martin107: Remove stale todo in AuthenticationManager
  • #2473955 by Cottser: Prefix form-wrapper classes with js-
  • #2501827 by cwells, kgoel, jcloys, YesCT, crowdcg, Bojhan: Remove SafeMarkup::set() in file_save_upload() and allow render/template code to control a single-item list
  • #2501705 by tetranz, pwolanin, Cottser, joelpittet, akalata: Remove SafeMarkup::set() in LinkGenerator and document SafeMarkup::set() in LinkGeneratorTest
  • #2263569 by tim.plunkett, effulgentsia, Fabianx, dawehner, Wim Leers, larowlan: Bypass form caching by default for forms using #ajax.
  • #2451395 by dawehner, catch, fgm, David_Rothstein: drupal_get_schema()/drupal_get_complete_schema() no longer work as expected; remove them
  • #2501947 by kgoel, leslieg, crowdcg, dawehner: Remove SafeMarkup::set in ViewUI::renderPreview()
  • #2501933 by leslieg, ashutoshsngh, YesCT, joelpittet, Cottser, dawehner: Remove dead code in ViewUI::getDefaultAJAXMessage()
  • #2505469 by pwolanin, joelpittet: Remove drupal_render() calls from template_preprocess_table()
  • #2494177 by nod_: Enable ESLint warning for missing JSDoc
  • #2495073 by dawehner, catch: Views feed display plugin has to get all views data on init
  • #2408463 by thomasfava, MathieuSpil, Manjit.Singh, Vidushi Mehta, LewisNyman: Rewrite entity-meta component inline with our CSS standards
  • #2408525 by MathieuSpil, cosmicdreams, Manjit.Singh, njbarrett, kamalpreetkaur, LewisNyman, axe312, dawehner: Rewrite Views UI CSS inline with our CSS standards - Part 1
  • #2504633 by eiriksm: Fix comments with more than 80 characters per line in BookManager
  • #1811858 by Mile23, deepakaryan1988: Add missing type hinting to File module docblocks
  • #2484611 by jhedstrom, fgm, Berdir, borisson_, Wim Leers: Tracker responses don't set cache tags & contexts
  • #1493324 by tim.plunkett, dmsmidt, mgifford, bleen18, davidhernandez, crasx, mparker17, stefan.r, YesCT, joelpittet, tstoeckler, larowlan, vijaycs85, swentel, rpayanm, Bojhan, LewisNyman, emma.maria, BarisW, njbarrett, rteijeiro, nod_, sun, joshtaylor, mrjmd, webchick, marcvangend, kattekrab, SKAUGHT, bowersox, andrewmacpherson, Manjit.Singh, RavindraSingh, Wim Leers, BLadwin, aspilicious, mortendk, mausolos, jessebeach, Gábor Hojtsy, anandps, falcon03, franz, andypost, rooby, rootwork, Cottser, Xano: Inline form errors for accessibility and UX
  • #2501749 by joelpittet: Remove SafeMarkup::set in SimpletestResultsForm.php
  • #2472621 by hchonov, plach: Translatable entity 'created' and 'uid' fields not initialized properly during content translation 'Add'
  • #2456009 by davidwbarratt: Add a "replace" section to core/composer.json
  • #2498625 by jhedstrom, larowlan: Write tests that ensure hook_update_N is properly run
  • #2502095 by joelpittet, cwells: Remove SafeMarkup::set in template_preprocess_views_ui_view_info()
  • #2501819 by leslieg, edysmp, Cottser, joelpittet: Remove SafeMarkup::set in search_embedded_form_preprocess_search_result()
  • #2504211 by mpdonadio: DateFormatter::formatDiff() ignore granularity in some circumstances
  • #2493557 by pfrenssen: Fatal error when creating a translatable vocabulary type
  • #2107249 by Jelle_S, tstoeckler, amateescu, Xano, jibran, yched: Don't assume that content entities have numeric IDs in EntityReferenceItem
  • #2504147 by mikeryan: Copypasta error with FileInterface::getCreatedTime() doc
  • #2503737 by googletorp: Wrong @file documentation for \Drupal\Core\Datetime\DateFormatter
  • #2471609 by jcnventura, pguillard: FilterTest testFilterQuery wrong assert message
  • #2496501 by olli, NickWilde: Grouped Filters Javascript Improvements
  • #2501655 by tim.plunkett, hchonov, willzyx: ConfirmFormHelper::buildCancelLink() incorrectly handles ?destination URLs with a leading slash
  • #2401843 by lahoosascoots, jhodgdon: Move all *.api.php files except system.api.php out of system module directory
  • #2401519 by davidwbarratt, derhasi: [policy] Decide on Composer Package Names
  • #2485409 by rudraram, Manjit.Singh, LewisNyman: Clean up content translation CSS inline with our CSS standards
  • #2496039 by yched: Formatter's #attached assets are not carried over by Views
  • #2254235 by AohRveTPV, mahtoranjeet, er.pushpinderrana, yogen.prasad, ashutoshsngh, Manjit.Singh, Charles Belov, nod_: Don't include leading and trailing spaces in password strength
  • #2504417 by alexpott: Fix Drupal\Tests\migrate\Unit\MigrateSqlIdMapTest::testGetQualifiedMapTablePrefix()
  • #2503017 by joshi.rohit100: Rename the migration setting conf_path to site_path
  • #2499035 by droplet: When in CKEditor maximized mode, Insert Image dialog is not working
  • #2195083 by Les Lim, ParisLiakos, Xano, gaurav_varshney, ravi.khetri, fago, jain_deepak: Add a dedicated @Constraint annotation class
  • #2504109 by EvanSchisler, cilefen: A bunch of old update test dump scripts are still hanging out
  • #2497323 by jhedstrom, dawehner, alexpott, larowlan: Create a php script that can dump a database for testing update hooks
  • #2484037 by plach, Gábor Hojtsy, YesCT, dawehner: Make Views bulk operations entity translation aware
  • #2280963 by cwells, mlncn, peezy, joelpittet: Refactor use of SafeMarkup in HWLDFWordAccumulator
  • #2499835 by phenaproxima, chx, benjy: Remove broken Fake DB driver
  • #2502255 by dawehner, larowlan: Enable tags cache plugin by default for Views
  • #2494415 by bzrudi71: PostgreSQL: Fix migrate_drupal\Tests\d6\MigrateTaxonomyTermTest
  • #2410019 by alexpott, dstelljes: DrupalKernel::findSitePath() incorrectly reports directories for sites on nonstandard ports
  • #2475221 by alexpott: Remove some unused varaibles from views
  • #2451359 by alexpott: Remove the ability of collections other than the default to support configuration entities
  • #2497259 by catch, tim.plunkett, alexpott: system_region_list() unnecessarily translates region names
  • #2456521 by pjonckiere, mpdonadio, jhodgdon, rteijeiro, David_Rothstein, xjm: Add DateFormatter::formatDiff() as a non-buggy alternative to DateFormatter::formatInterval() when the start and end of the interval are known
  • #2490936 by cbanman, joshi.rohit100, ashutoshsngh, andypost, Cottser: hook_library_info_alter() docs and function signature are slightly out of date
  • #2385429 by tim.plunkett: setExecutableManager() is implemented on the wrong class
  • #2384675 by sidharrell, cilefen, Mile23, damiankloip, dawehner, Wim Leers, alexpott, neclimdul: Deprecate conf_path()
  • #2497847 by yched, amateescu: Simplify EntityDisplayEditFormBase ajax rebuild flow to work only with $this->entity
  • #2494313 by Pere Orga, sumitmadan: Follow up to Spellchecking Drupal - PHP
  • #2485397 by Manjit.Singh, MathieuSpil, gajendra sharma, saki007ster, LewisNyman: Clean up config translation CSS inline with our CSS standards
  • #2489400 by Bojhan, manauwarsheikh, yogen.prasad, Manjit.Singh, hylid: Reduce duplication/unnecessary text from Exposed forms
  • #2495209 by yogen.prasad, Manjit.Singh: 'Blocks administration page' link offered to users with no access
  • #2501577 by willzyx: Faulty dependency to ModuleHandler
  • #2501355 by willzyx: Remove unused router.builder service from Drupal\Core\Menu\LocalTaskManager
  • #2485293 by MathieuSpil, Manjit.Singh, rudraram, prajaankit, LewisNyman, DeeLay, sqndr: Clean up tour.module.css
  • #2392293 by bircher, tim.plunkett, alexpott, cilefen, gobinathm: Refactor hook_system_info_alter implementations to use ModuleUninstallValidatorInterface
  • #2494989 by catch, alexpott, vijaycs85: Don't render main help pages on modules page just to generate help links - can lead to high memory usage on form submit
  • #2443361 by joelpittet, Cottser, sqndr, lauriii, Manuel Garcia, Wim Leers: Remove theme_book_link, make book tree align with MenuLinkTree build
  • #2500723 by olli: Ajax dialog triggers click before mouseup
  • #2499605 by davidum, hchonov: tabledrag is adding tabledrag-handle twice for nested tables
  • #2385243 by aneek, subhojit777, iMiksu, spesic, deepakaryan1988, tohesi, Petr Illek, Cottser, lauriii: Make core user fields available for twig templates
  • #2499673 by droplet: Add back tabledrag row indication
  • #2346261 by DuaelFr, kmoll, Berdir: Deprecate entity_create() in favor of a ::create($values) or \Drupal::entityManager()->getStorage($entity_type)->create($values)
  • #2279105 by mgifford, nidaismailshah, thedavidmeister, amitgoyal, rpayanm, ameenkhan07, rakhimandhania, jhodgdon: Remove as many "..." and ellipsis characters from the codebase as possible without altering the meaning of text
  • #2350683 by rjacobs, Berdir: File field "Enable Description field" setting cannot be saved via instance settings in UI
  • #2486979 by metzlerd, ashutoshsngh, deepakaryan1988: Document Select/list elements
  • #2473943 by Manjit.Singh, Cottser, mu5a5hi, LewisNyman, mortendk, rteijeiro, rachel_norfolk: Prefix form-file and form-managed-file classes with js-
  • #2502477 by alexpott: Running all the PHPUnit tests using PHPUnit results in failure
  • #2492191 by droplet: Remove "Crawl-delay" in robots.txt
  • #2381277 by dawehner, plach, damiankloip, alexpott, olli, fgm, Wim Leers, Fabianx: Make Views use render caching and remove Views' own "output caching"
  • #2497017 by damiankloip, jmolivas: Views::getApplicableViews() initializes displays during route rebuilding etc
  • #2493677 by nod_, dawehner, Wim Leers: JSDoc for misc/ files
  • Revert "Issue #1838242 by jhedstrom, pivica, tim.plunkett, GaëlG, dawehner, olli, Lendude: Provide Views integration for datetime field"
  • #2481453 by dawehner, pwolanin, rteijeiro, neclimdul, znerol: Implement query parameter based content negotiation as alternative to extensions
  • #2494293 by umarzaffer, pguillard, ashutoshsngh, xjm, RavindraSingh, joelpittet: Document the #noscript property
  • #2273925 by larowlan, aneek, lauriii, mikey_p, joelpittet, dimaro, Fabianx, xjm, jaredsmith, effulgentsia, lokapujya, iMiksu, chx, YesCT, googletorp, dawehner, Wim Leers, Cottser: Ensure #markup is XSS escaped in Renderer::doRender()
  • #2501447 by Cottser: Document SafeMarkup::setMultiple in _batch_page()
  • #2500747 by joelpittet, effulgentsia: Remove 'html' option from theme('time')
  • #2501747 by cwells, joelpittet, peezy: Remove SafeMarkup::set in search_excerpt
  • #2472177 by Dom., nod_, drubb, mgifford: Collapsible fieldset have duplicated and wrong aria-expanded
  • #2501451 by Cottser, joelpittet: Document SafeMarkup::set in drupal_get_messages()
  • #2493683 by nod_, dawehner, eiriksm, Wim Leers: JSDoc for JS using Backbone
  • #2501403 by Cottser, xjm, pwolanin, joelpittet: Document SafeMarkup::set in Xss::filter
  • #2500977 by olli: History module triggers a post request for anonymous users on all node pages
  • #2500031 by cilefen: Killing the entire Testing list page if any test anywhere is missing a summary is not nice; add robustness
  • #1838242 by jhedstrom, pivica, tim.plunkett, GaëlG, dawehner, olli, Lendude: Provide Views integration for datetime field
  • #2478119 by znerol, andypost: Replace references to Session Manager with references to Session
  • #2483433 by damiankloip, Wim Leers, catch, dawehner: Optimize CacheableMetadata::merge() + BubbleableMetadata::merge()
  • #2395831 by dawehner, fago, martin107, cafuego, YesCT, plach, jibran, larowlan, Wim Leers, effulgentsia, klausi: Entity forms skip validation of fields that are not in the EntityFormDisplay
  • #2494319 by Pere Orga: Follow up to Spellchecking Drupal - Comments
  • #2493691 by nod_, eiriksm, dawehner: Add JSDoc for core modules JS
  • #2498849 by catch, dawehner: Entity view controller title rendering is expensive
  • #2195573 by Xano, eiriksm, heddn, ParisLiakos, Les Lim, Pere Orga, dinarcon, xjm, alexpott: Add a dedicated @LanguageNegotiation annotation class
  • #2460529 by alexpott, chx, phenaproxima: Migrations need to use the configuration entity dependency system
  • #2478483 by Wim Leers, Fabianx: Introduce placeholders (#lazy_builder) to replace #post_render_cache
  • #2498293 by cilefen, Fabianx: Only allow lowercase service and parameter names
  • #2478413 by typhonius: Remove an extra comment space in the MySQL Connection class
  • #2473729 by FMB, darol100, ifrik, ivarlaks, jhodgdon: Review the hook_help for Internal page cache module
  • #2499615 by honzakuchar: Docblock interface Drupal\Core\Extension\ThemeHandlerInterface::uninstall typo
  • #2389811 by znerol, mpdonadio, alexpott, hussainweb, neclimdul: Move all the logic out of index.php (again)
  • #2218145 by mglaman, fran seva, Alumei, dawehner: Change EntityRouteEnhancer::enhance() to use protected methods instead of one giant method
  • #2476059 by willzyx, tadityar, yarik.lutsiuk, Berdir: Remove EntityInterface->getSystemPath(), all its implementations and related usage
  • #2475715 by stefan.r, tstoeckler: Module uninstall form does not validate correctly and breaks the confirmation form after 60 seconds
  • #2496801 by cilefen, Cottser: Change setGenerators to setUrlGenerator on TwigExtension
  • #2495419 by Cottser: Move the 'search-results' class from the render array and into a Classy template
  • #2477461 by borisson_, googletorp, Wim Leers, Crell: Move X-Generator header to its own listener
  • #2498689 by lauriii, Wim Leers, David_Rothstein: "Back to site" link no longer appears in the toolbar
  • #2115737 by darol100, rhuffstedtler, andythomnz, jemandy, ijf8090, zealfire, er.pushpinderrana, jhodgdon: Make the text in modules, themes, and profiles README.txt files more user-friendly
  • #1810002 by Mile23, piyuesh23: Add missing type hinting to Config module docblocks
  • #2488844 by markie, jhodgdon: Write tests for raw time span and time span formatters in Views
  • #2494679 by Xano: Fix LanguageNegotiatorInterface type hints in docblocks
  • #2497447 by mpdonadio, stefan.r, jhodgdon: DrupalDateTime::format() and DateTimePlus::format() ignore the timezone setting
  • #2489664 by sumitmadan, davidhernandez, Manjit.Singh, Cottser: Remove unnecessary markup from core templates, a.k.a. divitis
  • #2485375 by marieke_h, Manjit.Singh, MathieuSpil, LewisNyman, geertvd: Clean up shortcut CSS inline with our CSS standards
  • Revert "Issue #1314214 by stefan.r, phayes, ergophobe, YesCT, damienwhaley, Tor Arne Thune, kbasarab, pfrenssen, basic, yannickoo, simolokid: MySQL driver does not support full UTF-8 (emojis, asian symbols, mathematical symbols)"
  • #2139185 by penyaskito, YesCT: Notify users when landing on config translation page with only one language listed
  • #2489560 by Manjit.Singh, Cottser, mortendk, LewisNyman: move comment.theme.css to classy
  • #2498269 by willzyx: Syslog is incompatible with Webprofiler - Faulty dependency to ConfigFactory
  • #2498515 by Berdir, neclimdul: Update additional Symfony Components to 2.7.0
  • #1314214 by stefan.r, phayes, ergophobe, YesCT, damienwhaley, Tor Arne Thune, kbasarab, pfrenssen, basic, yannickoo, simolokid: MySQL driver does not support full UTF-8 (emojis, asian symbols, mathematical symbols)
  • Revert "Issue #2498515 by neclimdul: Update additional Symfony Components to 2.7.0"
  • #2497113 by catch, dawehner: views_theme() gets 19 types of plugin definition, only needs five
  • #2498515 by neclimdul: Update additional Symfony Components to 2.7.0
  • #2254865 by Wim Leers, lauriii, borisson_, JeroenT, alexpott, Fabianx: toolbar_pre_render() runs on every page and is responsible for ~15ms/17000 function calls
  • #2429443 by vijaycs85, rteijeiro, penyaskito, gloob, xjm, nod_, geertvd, pjonckiere, alexpott, Wim Leers, Gábor Hojtsy, Fabianx, tim.plunkett: Date format form is unusable
  • #2497307 by Wim Leers: Search block marks itself uncacheable for no reason
  • #2486433 by damiankloip, Gábor Hojtsy, Wim Leers, dawehner, plach: Make ViewsForm stop marking itself as needing to be cached
  • #2489826 by droplet: tabledrag is broken
  • #2470693 by dawehner, Berdir, jibran, hussainweb, pwolanin, znerol: Upgrade to Symfony 2.7.0
  • #2451749 by amateescu, bzrudi71, jaredsmith: PostgreSQL: Fix views\src\Tests\GlossaryTest.php
  • #2491333 by Mac_Weber, opdavies: Update MAINTAINERS.txt to use human URLs
  • #2496943 by sasanikolic, stefan.r: Add condition to ignore PHP 7 on rest requirements check
  • #2456225 by nod_, drupaldrop, droplet: Improve formUpdated event
  • #2495353 by phenaproxima, benjy: migrate-db.sh should ignore volatile variables
  • #2488936 by lauriii, emma.maria: Bartik CSS library reordering
  • #2496261 by Berdir: Field Purging invalidates views_data caches as it uses the wrong hook
  • #2416831 by cilefen, vasi, tadityar, Noe_, lauriii, akalata, JeroenT, Cottser, davidhernandez: Add an active_theme twig function
  • #2482231 by alexpott: Deleting configuration entities is super slow once you have a few
  • #2493807 by jhedstrom, cilefen: Add symfony/console component to core
  • #2493047 by Wim Leers: Cache redirects should be stored in the same cache bin
  • #2489474 by mortendk, LewisNyman, Manjit.Singh, davidhernandez: Move book.theme.css to Classy
  • #2495657 by alexpott, jhodgdon: Admin links are missing from a module's help page
  • #2495833 by alexpott, tim.plunkett, dawehner: Drupal\node\NodePermissions::contentPermissions() is duplicate and dead code
  • #2494915 by Gábor Hojtsy: Fix comment in ViewEditTest.php
  • #2495755 by phenaproxima: Create MigrateDrupal7TestBase
  • #2495407 by jhedstrom, Noe_, cilefen: Regression: Editing a node with a disabled menu link re-enables that menu link
  • #1533366 follow-up by nod_, LewisNyman: Fix broken fullscreen AJAX throbber
  • #2466797 by mikeryan, benjy: Rename migration_groups key to avoid confusion with MigrationGroup support
  • Revert "Issue #1838242 by jhedstrom, pivica, tim.plunkett, GaëlG, dawehner, Lendude: Provide Views integration for datetime field"
  • #1838242 by jhedstrom, pivica, tim.plunkett, GaëlG, dawehner, Lendude: Provide Views integration for datetime field
  • Back to dev

Download Size md5 hash
drupal-8.0.0-beta12.tar.gz 10.17 MB 7714744da283b70c14a2aa7fbb50eeeb
drupal-8.0.0-beta12.zip 18.25 MB 3c95c3e4f2cbede7cf87fd4b02a16014
Last updated: June 29, 2015 - 18:13
Official release from tag: 
8.0.0-beta12
Core compatibility: 

drupal 8.0.0-beta13

$
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, and could have public security vulnerabilities. More information on beta releases.

An upgrade path will be provided on a best-effort basis from this release to the next beta release. It may also be possible to update from beta 12 to beta 13 since hook_update_N() has been required for core changes; however this has not been tested on real sites so in either case ensure you take a database backup and carefully review your site for regressions when updating.

All core patches should continue providing hook_update_N() from this point on where necessary.

Known issues

#2527126: [Needs revert] Only send cache context/tags if frontend proxy exists introduced a regression in the page cache and has since been rolled back. The page cache will not be invalidated via cache tags for anonymous users in beta13. If you rely on this behaviour, a workaround is to set $settings['reverse_proxy'] = TRUE; in settings.php

#2537928: MySQL index normalization only works on table create and #2542748: Automatic entity updates are not safe to run on update.php by default are unresolved critical issues with the entity/schema update API. This does not affect the upgrade path for core itself, but may affect contrib and custom modules until they are resolved.

Contributed and custom module developers should also be aware that #2540416: Decide whether we need hook_upgrade_N()/upgrade.php front controller may involve API additions and user interface changes with the update system.

There are still around 10 known 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.

Changes since 8.0.0-beta12

  • 8.0.0-beta13
  • #2538228 by alexpott, amateescu: Document that Config save/delete/rename events may be dispatched during hook_update_N(), what that means for subscribers, and fix core subscribers accordingly
  • #2429659 by chx, Berdir, mpdonadio, geerlingguy, Cottser, rteijeiro, Fabianx, catch, dawehner: Race conditions in the twig template cache
  • #2535118 by longwave, Wim Leers, borisson_, effulgentsia: Toolbar subtrees not working on admin pages due to lack of theme negotiation on Toolbar's custom JSONP route
  • #2540954 by mikeryan: Move module-specific migration support into the dblog module
  • #2538158 by joyceg: Clarification to where hook_modules_installed should be implemented
  • #2541420 by amateescu, chx: Introduce QueryConditionTrait
  • #2533994 by phenaproxima: Move module-specific migration support into the block_content module
  • #2534034 followup by mikeryan: Move module-specific migration support into the taxonomy module
  • #2534032 by mikeryan: Move module-specific migration support into the system module
  • #2534030 by mikeryan: Move module-specific migration support into the syslog module
  • #2534016 by phenaproxima: Move module-specific migration support into the forum module
  • #2534018 by phenaproxima: Move module-specific migration support into the locale module
  • #2534020 by phenaproxima: Move module-specific migration support into the menu_link_content module
  • #2540538 by znerol: Behavior of testErrorContainer() and testExceptionContainer() is unpredictable
  • #2514044 by dawehner, stefan.r, alexpott: Do not use SafeMarkup::format in exceptions
  • #2534024 by mikeryan: Move module-specific migration support into the search module
  • #2534014 by phenaproxima: Move module-specific migration support into the filter module
  • #2534002 by phenaproxima: Move module-specific migration support into the book module
  • #2533986 by phenaproxima: Move module-specific migration support into the block module
  • #2533984 by phenaproxima: Move module-specific migration support into the aggregator module
  • #2533980 by phenaproxima: Move module-specific migration support into the action module
  • #2534026 by mikeryan: Move module-specific migration support into the simpletest module
  • #2534034 by mikeryan: Move module-specific migration support into the taxonomy module
  • #2534036 by mikeryan: Move module-specific migration support into the text module
  • #2534038 by mikeryan: Move module-specific migration support into the update module
  • #2490228 by damiankloip, almaudoh, martin107, clemens.tolboom, -enzo-, znerol, dawehner: Add Authentication Collector
  • #2534156 by mikeryan: Move module-specific migration support into the path module
  • #2498785 by damiankloip, dawehner: Remove ViewExecutable::getMenuLinks(), its just wrong
  • #2534028 by mikeryan: Move module-specific migration support into the statistics module
  • #2539258 by cilefen: Inject the cache bin into TwigEnvironment
  • #2541094 by dawehner: Get rid of strtr in Html::getId()
  • #2541318 by dawehner: Get rid of strtr in Crypt
  • #2078803 by Wim Leers, aspilicious, wmortada, Sumit kumar, mrjmd, John Cook: Change contextual links background color to match the styleguide
  • #2501481 by Cottser, davidhernandez, kfriend, alimac, YesCT, lauriii, tim.plunkett, cilefen, lbainbridge, porchlight: form_select_options() is a theme function in disguise and should not use SafeMarkup::set
  • #1894396 by Mile23, Crell, catch: Mark db_*() wrappers in database.inc as @deprecated for 9.x
  • #2541084 by martin107, dawehner: ViewPageController does not need $storage nor $executableFactory
  • #2507093 by claudiu.cristea, catch, timmillwood, dawehner: Don't calculate the theme_token for ajaxPageState unless necessary
  • #2521946 by eiriksm: JSDoc field_ui module
  • #2498163 by Arla, jeni_dc, nathanlawson91, MrPaulDriver, LewisNyman: Legend overlap with radios/checkboxes inside fieldset/fieldgroup
  • #2539860 by jeni_dc, LewisNyman: Add a class to field that contain user-generated formatted text
  • #2499793 by mikeryan, phenaproxima: Several migrate_drupal migrations fatal error on count()
  • #2516842 by er.pushpinderrana, thejacer87, jhodgdon: UPGRADE.txt should explain where to find release notes
  • #2382513 by mikeker, chris_hall_hu_cheng, joachim, joelpittet, alexpott, YesCT, quietone, mikeker, Jeroen, joris_lucius, katy5289, sivaji@knackforge.com: Regression fix: allow Drupal 8 to work without Apache mod_rewrite
  • #2538982 by dawehner, pwolanin, Fabianx: Get rid of strtr in UrlGenerator, it is not needed
  • #2535364 by mikeryan: Missing dependency in d6_vocabulary_field_instance
  • #2529514 by dawehner, Fabianx, Wim Leers: Replace system.filter::protocols with container parameters
  • #2534006 by phenaproxima: Move module-specific migration support into the contact module
  • #2539300 by cilefen, tim.plunkett: Remove SafeMarkup::set in \Drupal\Tests\Core\Form\FormCacheTest::testSetCacheWithSafeStrings()
  • #2521832 by neclimdul, Crell, amateescu: Uncomment StatementInterface methods
  • #2505965 by olli: Remove dead code related to old views ui modal
  • #2540764 by borisson_: Fix error in documentation that was added in #2533768
  • #2527126 by dawehner, Wim Leers, hass: Only send cache context/tags if frontend proxy exists
  • #2537600 by DuaelFr: An empty path on search pages settings leads to an infinit redirection loop
  • #972528 by mkalkbrenner, harijari, ryanissamson, mikeytown2, haripalrao, kasperg: dblog fails to log MAX_ALLOWED_PACKET errors because they're longer than MAX_ALLOWED_PACKET
  • #2507727 by mikeker, olli: Adding an "All taxonomy terms" field results in "Invalid parameter number" error
  • #2537602 by hchonov, dawehner: JQuery ajax GET requests result in "406 Not Acceptable"
  • #2443679 followup by chx: PostgreSQL: Fix taxonomy\Tests\TermTest
  • #2342521 by JacobSanford, ecrown, dylanf, martin107, bburg, donquixote, dcmul, jhodgdon, Crell, pcorbett: Docblock fixes for core/lib/Drupal/Core/Database/Connection.php
  • #2528178 by dawehner, amateescu, larowlan, tim.plunkett, jibran, catch, jhodgdon, effulgentsia, Berdir: Provide an upgrade path for blocks context IDs #2354889 (context manager)
  • #2426967 by mortendk, BarisW, joelpittet, akalata, jwilson3, Manjit.Singh, joginderpc, rteijeiro, mgifford, LewisNyman, Manuel Garcia, markconroy: Feed icon should be a CSS background image not a image file
  • #2489578 by Manjit.Singh, saki007ster, pjbaert, Cottser, jhodgdon, epophoto: Move search.theme.css to classy
  • #2538294 by Aki Tendo: Formally declare public scope in \Drupal\Core\Template\TwigNodeVisitor
  • #2497693 by marvin_B8, joshi.rohit100, borisson_, Crell: Add PSR-7 to Symfony Response View listener
  • #2534926 by chx, jhodgdon: EntityFormBuilderInterface doxygen needs a little love
  • #2475231 by jcnventura, mgifford, xjm: Content translation header in content type edit form is not styled correctly
  • #2501183 by borisson_, dileepmaurya, Gábor Hojtsy, Berdir: LocaleLookup cache ID is using numeric indexes of the roles field, not role ID's
  • #2534780 by olli, dawehner: Fatal error rendering fields using an optional relationship
  • #2532970 by Xano, tim.plunkett, jhodgdon: PluginFormInterface must document $form means the plugin's own elements
  • #2535192 by chx, dawehner, jhodgdon: Security: LoggerChannelInterface doxygen needs a little love
  • #2465751 by andypost, JeroenT, RavindraSingh, tim.plunkett, Berdir: Remove config_test_load() and replace with entity_load
  • #2512062 by dsnopek, tim.plunkett, Wim Leers: VariantInterface extends ConfigurablePluginInterface so PageDisplayVariantSelectionEvent should allow passing configuration to the Variant (to enable Panels Everywhere)
  • #2532148 by timmillwood, davidwbarratt: Modules cannot be put in ./modules/vendor
  • #2536906 by aspilicious: Warning when saving third party settings while no settings available
  • #2533768 by Wim Leers, lauriii: Add the user entity cache tag to user.* cache contexts that need it
  • #2056089 by BarisW, TR, mgifford, rodvolpe, Dom., nambisolo, nod_, katewelling, Manjit.Singh, jhodgdon, Bojhan, Wim Leers: UI problems on the Modules/Extend page
  • #2536508 by Aki Tendo: Content Negotiation Test showing up as a core module
  • #2489830 by cilefen, davidhernandez, dcmul, Adam Clarey, joshi.rohit100, rpayanm, sqndr, Cottser, lauriii: Improve theme compatibility error message
  • #2430397 by Wim Leers, Fabianx: When mapping cache contexts to cache keys, include the cache context ID for easier debugging
  • #2513094 by hchonov, pfrenssen, mkalkbrenner, yched, Berdir: ContentEntityBase::getTranslatedField and ContentEntityBase::__clone break field reference to parent entity
  • #2500499 by phenaproxima, bdimaggio: Migration path for dblog 7.x
  • #2500529 by phenaproxima, bdimaggio: Migration path for Syslog 7.x configuration
  • #2534158 by phenaproxima, mikeryan: MigrateFullDrupalTestBase must use dynamic test discovery
  • #2536212 by chx: Link CronInterface to the handbook page
  • #2401159 by kim.pepper, Jaesin: Convert instances of Guzzle getBody(TRUE)
  • #2508830 by s_leu, pivica: Various UI problem with autocomplete select control
  • #2533822 by alexpott: Duplicate array keys in CssOptimizerUnitTest resulting in missing test coverage
  • #2539310 by neclimdul, alexpott: BackendCompilerPassTest::testProcess fails when sqlite not installed
  • Revert "Issue #2492429 by mikeryan: Migration count caching broken"
  • #2338081 by pwolanin, dawehner, effulgentsia, kgoel, vijaycs85, mpdonadio, chx, brandon.holtsclaw, alexpott, Gábor Hojtsy, Fabianx, catch, YesCT, JvE: Local Tasks, Actions, and Contextual links mark strings from derivatives (or alter hooks) as safe and translated
  • #2524082 by pfrenssen, Gábor Hojtsy, Wim Leers, Berdir, Fabianx, dawehner, catch: Config overrides should provide cacheability metadata
  • #2525884 by jesperjb, joshi.rohit100, Berdir: Avoid unecessary cache tag invalidations in ConfigEntityBase and aggregator Item entity
  • #2536644 by tim.plunkett: generate-proxy-class.php should generate the same file regardless of a missing leading slash
  • #2536448 by vbouchet: First param of ViewsUIController::edit() is documented wrong
  • #2535586 by andypost: Clean-up "links" templates from removed "html" option
  • #2535284 by jibran: Move block_install hook to block.install file
  • #2492429 by mikeryan: Migration count caching broken
  • #2529616 by andypost: Move CurrentLanguageContext to Core\Language\ContextProvider
  • #2409701 by tstoeckler, Leksat, Schnitzel, _nolocation, Gábor Hojtsy, xjm: Field storage configuration is not exposed to config translation UI
  • #2531408 by chx, dawehner: Default backend database driver
  • #2527846 by dawehner, Wim Leers: Try to get rid of Url::fromRoute() in system_js_settings_alter()
  • #2497275 by borisson_, alexpott, dawehner, Gábor Hojtsy: ~50 calls to t() for two strings in LanguageManager() on every request
  • Revert "Issue #2497275 by borisson_, alexpott: ~50 calls to t() for two strings in LanguageManager() on every request"
  • #2497275 by borisson_, alexpott: ~50 calls to t() for two strings in LanguageManager() on every request
  • #2536456 by mbovan, Berdir, Wim Leers, dawehner: Autocomplete is broken (its JS it not loaded)
  • Revert "Issue #2510104 by pwolanin, nod_, Fabianx, Wim Leers, droplet, Pere Orga: Convert drupalSettings from JavaScript to JSON, to allow for CSP in the future"
  • #2535302 by mbaynton, Berdir, kgoel, claudiu.cristea, tim.plunkett, RavindraSingh, cilefen, dawehner: Selecting too many files with JS off causes WSOD with data loss
  • #2498599 by Cottser, naveenvalecha, webchick, karolus, cilefen: Remove sdboyer/gliph since it is unused by core
  • #2505315 by stefan.r, dawehner, tim.plunkett, Berdir: Catch PHP7 Throwable objects instead of BaseExceptions in the error handler
  • #2024695 by olli, SpadXIII: The "Reset" button ignores the "Use AJAX" setting (always behaves in a non-AJAX way)
  • #2525910 by dawehner, effulgentsia, Berdir, lauriii, larowlan, timmillwood, Wim Leers, chx, arlinsandbulte, Fabianx, Gábor Hojtsy, Dave Reid, alexpott, catch: Ensure token replacements have cacheability + attachments metadata and that it is bubbled in any case
  • #2535082 by alexpott, jhedstrom, xjm, plach, Fabianx, effulgentsia, Berdir: Allow hook_update_N() implementations to run before the automated entity updates
  • #2493911 by dawehner, larowlan, damiankloip, hussainweb, jibran, cilefen, benjy, iMiksu, mtdowling: Update guzzle, goutte and mink-goutte-driver to the latest release
  • #2408013 by Aki Tendo, alexpott, Fabianx, dawehner, Crell, jhodgdon, Wim Leers, aspilicious: Adding Assertions to Drupal - Test Tools
  • #2531972 by dawehner: Move ThemeManager::theme() to ThemeManager::render()
  • #2536678 by alexpott: SimpletestTestForm broken
  • #2536880 by alexpott: CKEditor admin form broken
  • #2506581 by alexpott, Wim Leers, Fabianx, xjm, joelpittet, Cottser, dawehner: Remove SafeMarkup::set() from Renderer::doRender
  • #2082315 by Wim Leers, realityloop, mrjmd: Tracker history markers ("new" and "updated" markers, "x new replies" links) forces render caching to be per user
  • #2533946 by alexpott: UncaughtExceptionTest is a monkey in the control room
  • #2471232 by borisson_, JeroenT, sorressean, rbmboogie, ruha, mariancalinro: Optimize Cache::merge*(), by only accepting 2 instead of N arguments
  • #2512106 by cilefen, droplet, alexpott: Inline templates are XSS filtered incorrectly
  • #2507831 by dawehner, tim.plunkett, effulgentsia: Harden redirect responses to make external URIs opt in (was SA-CORE-2015-002 foward-port)
  • Revert "Issue #2228217 by pwolanin, ecrown, neclimdul, Fabianx, dawehner, klausi: Further optimize RouteProvider and add web test for large number of path parts"
  • #2228217 by pwolanin, ecrown, neclimdul, Fabianx, dawehner, klausi: Further optimize RouteProvider and add web test for large number of path parts
  • #2532490 by tim.plunkett, dawehner, Wim Leers, Crell, mtift: Unrouted URLs break toolbar but are hidden by caching
  • #2462907 by tstoeckler, penyaskito, Gábor Hojtsy, miro_dietiker: Entity operations to field UI shown in config overview
  • #2496897 by sasanikolic, Arla, dawehner, miro_dietiker, Berdir: Throw helpful exception if link templates are missing leading /
  • #2504141 by alexpott, tim.plunkett, larowlan, David_Rothstein, dawehner: Information disclosure/open redirect vulnerability via blocks that contain a form
  • #2534830 by Wim Leers: Toolbar subtrees not working
  • #2534856 by Dave Reid: Remove unused _toolbar_get_user_cid()
  • #2529144 by phenaproxima: Create cckfield plugin for text fields
  • #2506151 by joelpittet, Cottser, lauriii, Lukas von Blarer, tim.plunkett: Make the Twig extension link() accept Attribute objects
  • #2382859 by rpayanm, mondrake, ianthomas_uk: Remove file_stream_wrapper_get_*() and file_get_stream_wrappers()
  • #2498691 by cilefen, mesch, deepakaryan1988, RavindraSingh, honzakuchar, darol100, kattekrab, Cottser, David_Rothstein: "Install and set as default" link on the Appearance page doesn't work
  • #2299361 by trgreen17, wadmiraal, naveenvalecha, er.pushpinderrana, neetu morwani, jhodgdon, joachim: description of drupalGetTestFiles() is vague and has a typo; simpletest_generate_file() needs help too
  • #2534516 by webflo: Fix NodeAccessControlHandlerInterface doxygen
  • #2351015 by plach, effulgentsia, Wim Leers, dawehner, martin107, damiankloip, cilefen, Fabianx, catch, pwolanin, Damien Tournoud, znerol, YesCT, larowlan: URL generation does not bubble cache contexts
  • #2151103 by twistor, kerby70, ParisLiakos, cilefen: Zend feed plugins are incorrectly registered
  • #2454829 by maxocub, eiriksm, rvilar, Gábor Hojtsy, penyaskito, tstoeckler, Jose Reyero: Configuration translation UI does not support plural sources/targets
  • #2533222 by neclimdul, Berdir: Fix ConfigEntityBaseUnitTest
  • #2424805 by mdrummond, YesCT, vijaycs85, xjm, marcoscano, ifrik, joelpittet, Jelle_S, attiks, lauriii: Toolbar can no longer switch horizontal and vertical -- expects breakpoints ordered from smallest to largest; responsive images need largest to smallest
  • #2466931 by mikeker, Fabianx, dawehner, joelpittet: Valid Twig syntax is incorrectly escaped in Views rewrites
  • #2528242 by timmillwood: Add color-* classes to all rows on the status page
  • #2522652 by neclimdul, phenaproxima, prajaankit, benjy: Add getTemplateByName method to TemplateStorage
  • #2526412 by neclimdul, hussainweb, Fabianx: Remove Singleton hack in registerWithSymfonyGuesser
  • #2532604 by alexpott: Fix reference to "var drupalSettings" in NoJavaScriptAnonymousTest
  • #2488960 by cilefen, joshi.rohit100, naveenvalecha: Upgrade egulias/EmailValidator to 1.2.9
  • #2512132 by Wim Leers, effulgentsia, Fabianx: Make CSRF links cacheable
  • #2482625 by mbovan, Berdir, dawehner: Views entity reference selection with autocomplete widget broken
  • #2522002 by pwolanin, fgm, znerol: Do not strip www. from cookie domain by default because that leaks session cookies to subdomains
  • #2392109 by jacob.embree, dcmul, ByronNorris, jhedstrom: Filter: Allow plus sign in email addresses
  • #2533168 by neclimdul, Berdir: Fix BlockRepositoryTest
  • #2509650 by willzyx: Faulty dependency to Renderer in Drupal\comment\CommentLazyBuilders
  • #2532616 by TR: "return" used instead of "@return" in RoleInterface::isAdmin() docblock
  • #2532944 by chx, dawehner: AliasManagerInterface lacks doxygen
  • #2533034 by chx, webflo: AliasWhitelistInterface doxygen missing
  • #2527708 by joshi.rohit100, chx, jhodgdon, alexpott: Improve documentation for TypedConfigManagerInterface
  • #2486983 by metzlerd, jhodgdon, tim.plunkett: Document Text Input Form Elements
  • #2533360 by hussainweb: Upgrade to Symfony 2.7.2
  • #2532618 by TR: "return" used instead of "@return" in documentation
  • #2532646 by TR: "@return boolean" is wrong, use "@return bool"
  • #2531636 by Lucasljj, olli: Remove unnecessary extra space in dialogs
  • #2533218 by mpdonadio: Resolve todo for Symfony #12349
  • #2514168 by phenaproxima, mikeryan, benjy: Streamline migrate_drupal integration tests
  • #2527064 by jboxberger, tstoeckler: Nested condition groups in entity queries are broken
  • Revert "Issue #2527064 by tstoeckler: Nested condition groups in entity queries are broken"
  • #2493033 by Berdir, Wim Leers, lauriii, Fabianx, effulgentsia, dawehner, catch, msonnabaum, Crell, webchick: Make 'user.permissions' a required cache context
  • #2217985 by Berdir, Wim Leers: Replace the custom menu caching strategy in Toolbar with Core's standard caching
  • #2532434 by alexpott: UncaughtException test doesn't quite uncatch everything
  • #2531258 by neclimdul: Improve \Drupal\Tests\user\Unit\PermissionHandlerTest::testBuildPermissionsSortPerModule
  • #2530936 by webflo: Ensure that the classloader prefix is really unique
  • #1838242 by jhedstrom, pivica, tim.plunkett, bojanz, GaëlG, mpdonadio, dawehner, olli, Lendude: Provide Views integration for datetime field
  • #2526004 by andypost: UnpublishByKeywordComment should inject needed services properly
  • #2531568 by willzyx: Remove obsolete hook_menu() from responsive_image module
  • #2531622 by colbol: The description for the responsive image module admin link should end with a period.
  • #2530908 by olli: Caching problem in PageTitleTest
  • #278958 by jhodgdon, pwolanin, mgifford: Advanced search form has usability issues
  • #2409415 by phenaproxima, hosef: Variable to config: aggregator.settings [d7]
  • #2531028 by Berdir, neclimdul: Null migrate destination is a reserved keyword in PHP 7
  • #2513586 by kfitz, cilefen, jhodgdon, Bojhan, eliza411, ivanstegic, LewisNyman, lunk_rat, nickrosencrans, stpaultim, webchick: Remove the word "positive" from the "Must include a positive keyword with three characters or more." error message
  • #2525068 by daffie, googletorp: Document the class variable Node::in_preview as will stay public
  • #2528688 by phenaproxima: Create cckfield plugin for file fields
  • #2521774 by naveenvalecha: Add new line at the EOF in system_test.permissions.yml file
  • #2392559 by mondrake, mitrpaka, JeroenT, rpayanm, adci_contributor, ianthomas_uk: Remove all uses of file_stream_wrapper_get_* and file_get_stream_wrappers
  • #2472431 by davidhernandez, yannickoo, cilefen, LewisNyman: Do not load normalize.css in all themes, load it in Classy
  • #2502009 by joelpittet, Cottser, Wim Leers: Remove SafeMarkup::set in SearchExtraTypeSearch::execute()
  • #2500013 by Berdir, Wim Leers, plach: Add cacheability metadata information to translation overview
  • #2527064 by tstoeckler: Nested condition groups in entity queries are broken
  • #2504967 by hussainweb, joshtaylor, jibran, Berdir: Upgrade to Symfony 2.7.1
  • #2502785 by dawehner, effulgentsia, tim.plunkett, amateescu, Fabianx, Wim Leers, catch, dsnopek, EclipseGc, yched, Berdir, larowlan, mondrake, olli: Remove support for $form_state->setCached() for GET requests
  • #2532082 by mbovan: Replace SafeMarkup::filterXss() with SafeMarkup::xssFilter() in method documentation
  • #2321969 by rpayanm, subhojit777, prics, LinL, JeroenT, Temoor, prashantgoel, Mile23, pcambra, Sumi: Replace all instances of file_load(), file_load_multiple(), entity_load('file') and entity_load_multiple('file') with static method calls
  • #1963978 by joelpittet, NickWilde, jmolivas, dimaro, lauriii, Manuel Garcia, 2ndmile, Cottser, tim.plunkett: Convert theme_views_ui_build_group_filter_form() to Twig
  • #2510104 by pwolanin, nod_, Fabianx, Wim Leers, droplet, Pere Orga: Convert drupalSettings from JavaScript to JSON, to allow for CSP in the future
  • #2506195 by alexpott, joelpittet, xjm, David_Rothstein, Fabianx, pwolanin: Remove SafeMarkup::set() from Xss::filter()
  • #2261669 by Berdir, timmillwood, jhedstrom: Slow query in NodeRevisionAccessCheck
  • #2512456 by tim.plunkett, legolasbo, MattA, dawehner, googletorp, darol100, Bojhan, webchick, andypost, ivanstegic, larowlan, lauriii, LewisNyman, tkoleary, rickvug, eliza411, lunk_rat, nickrosencrans, stpaultim, Mark LaCroix: Implement the new block layout design to emphasize the primary interaction of placing a block
  • #2505989 by alexpott, dawehner, olli: Controllers render caching at the top level and setting a custom page title lose the title on render cache hits
  • #2507967 by tim.plunkett: \Drupal\Core\Entity\Controller\EntityViewController::buildTitle() assumes the is in the render array
  • #2508231 by timmillwood, amateescu, hussainweb, catch, dawehner, David_Rothstein, Mixologic, effulgentsia: Raise minimum required version of PHP to 5.5.9
  • #2529442 by neclimdul: Random phpunit failures in EntityUnitTest
  • #2509600 by andypost: AggregatorFeedBlock should return render array
  • #2529082 by timmillwood: Set better version for mikey179/vfsStream
  • #2508623 by xjm: Remove Frando from MAINTAINERS.txt
  • #2513692 by pameeela, naveenvalecha, andypost: Remove tim-e from Maintainers.txt for contact module. Add jibran and andypost
  • #2354889 by larowlan, dawehner, lauriii, Berdir, catch, martin107, pfrenssen, EclipseGc, Fabianx, Wim Leers, dsnopek, jibran, tim.plunkett, andypost: Make block context faster by removing onBlock event and replace it with loading from a ContextManager
  • #2512866 by lauriii, Berdir, Wim Leers, Fabianx, effulgentsia, catch, dawehner: CacheContextsManager::optimizeTokens() optimizes ['user', 'user.permissions'] to ['user'] without adding cache tags to invalidate that when the user's roles are modified
  • #2528292 by Fabianx, dawehner: Decouple Error testing from relying on a cached on disk-container that is created by a different Kernel
  • #2477413 by daffie, Crell, bzrudi71, stefan.r, catch, mradcliffe, chx: Increase minimum version requirement for Postgres to 9.1.2
  • #2527816 by jhedstrom, pfrenssen, chx, catch: Logic error in SqlContentEntityStorage::countFieldData() attempts to drop `name` column
  • #2526458 by cilefen, googletorp, alexpott: Test XSS filtering of slogan in SystemBrandingBlock
  • #2527406 by Gábor Hojtsy, Berdir: CommentForm::init() and MessageForm::init() are useless/broken
  • #2525002 by daffie, benjy: Make the class variables protected for Migration
  • #2528414 by jhedstrom: Block visibility by path docs are missing leading slash
  • #2525870 by pwolanin, willzyx, Fabianx: Regression: machine name inputs no longer work properly after #2508735
  • #2527638 followup by xjm: Fix duplicated setUp() method in MigrateDrupal7TestBase
  • #2514998 by tim.plunkett: Reduce fragility in the monolithic BlockListBuilder
  • #2527606 by dawehner, plach, catch, mpdonadio, Wim Leers, xjm, Fabianx: Uncaught PHP Exception LogicException when editing Views
  • Revert "Issue #2527606 by dawehner, plach, mpdonadio, xjm, Wim Leers, Fabianx: Uncaught PHP Exception LogicException when editing Views"
  • #2493665 by Fabianx, dawehner, msonnabaum, catch: Add centralized container invalidation method
  • #2527606 by dawehner, plach, mpdonadio, xjm, Wim Leers, Fabianx: Uncaught PHP Exception LogicException when editing Views
  • #2512718 by Berdir, pfrenssen, Wim Leers, Fabianx, dawehner, catch, effulgentsia, plach, Gábor Hojtsy: EntityManager::getTranslationFromContext() should add the content language cache context to the entity
  • #2527638 by phenaproxima: MigrateDrupal7TestBase never installs Drupal 7 migrations
  • #2428861 by tbradbury, Nitesh Sethia, neetu morwani, deepakaryan1988, Sagar Ramgade, yogen.prasad, Daniel_Rose, Cottser, jhodgdon, Sutharsan, leeotzu: user.html.twig documentation refers to a nonexistent 'account' variable
  • #2491259 by Chernous_dn, rudraram, jhodgdon, LewisNyman, mortendk: move search.admin.css into seven
  • #2527076 by daffie: Make the class variables protected for Drupal\Core\Datetime\Entity\DateFormat
  • #2527710 by Fabianx: Decouple Error testing from running with container builder
  • #2516866 by willzyx: Faulty dependency to RedirectDestination in Drupal\menu_ui\Plugin\Menu\LocalAction\LocalActionDefault
  • #2513612 by davidhernandez, ivanstegic, Bojhan, eliza411, LewisNyman, lunk_rat, nickrosencrans, stpaultim, webchick: Make the autocomplete form option text for an entity reference not be all caps
  • #2522600 by neclimdul, phenaproxima: Remove CMI dependency from Migration Templates
  • #2527486 by alexpott: --browser in run-tests.sh broken
  • #2512210 by trgreen17, jhodgdon, liberatr: SimpleTest - WebTestBase method creates binary-text files when the intention was to create text files, and text file creation is broken
  • #2328883 by andypost, dawehner: menu ui route used in menu link content
  • #2516802 by Dave Reid: FilterProcessResult->merge() results in PHP warning: Missing argument 1 for FilterProcessResult::__construct()
  • #2522120 by jhedstrom: DbDumpCommand should add collation information to the generated script
  • #1835016 by googletorp, nod_, KarenS, Sharique, Nitesh Sethia, mpdonadio: Polyfill date input type
  • #2497691 by Crell, cilefen, marvin_B8, dawehner: Include Symfony PSR-7 bridge library
  • #2453175 by tim.plunkett, plach, rteijeiro, effulgentsia, eshta, dawehner, fago, Berdir, alexpott: Remove EntityFormInterface::validate() and stop using button-level validation by default in entity forms
  • #2492585 by pguillard, yarik.lutsiuk, andypost, Mile23: Deprecate comment_view() & comment_view_multiple()
  • #2501701 by akalata, pwolanin, lauriii, GreenSkunk, cdulude, joelpittet, Cottser: Remove SafeMarkup::set in template_preprocess_color_scheme_form()
  • #2526462 by Mile23: Mark entity_get_bundles() as @deprecated for 9.x
  • #2513646 by pwolanin, alexpott: Role name is unescaped on block admin via JS
  • #2450993 by Wim Leers, Fabianx, Crell, dawehner, effulgentsia: Rendered Cache Metadata created during the main controller request gets lost
  • #2509898 by dawehner, znerol, larowlan, lauriii, Aki Tendo, Wim Leers: Additional uncaught exception thrown while handling exception after service changes
  • #2478459 by plach, mkalkbrenner, chx, yched, Berdir, dawehner, benjy: FieldItemInterface methods are only invoked for SQL storage and are inconsistent with hooks
  • #2508547 by tim.plunkett, tannerjfco, neclimdul: Placing a block with same machine name of region causes region to disappear in admin UI
  • #2526084 by andypost, yarik.lutsiuk: Fix comment in Comment entity
  • #2513568 by cilefen, ivanstegic, Bojhan, webchick, eliza411, LewisNyman, lunk_rat, nickrosencrans, stpaultim: Relabel "Configuration Management"
  • #911352 followup: Fix comment wrapping.
  • #911352 by Liam Morland, Crell: Document that foreign keys may not be used by all DB drivers
  • #2511806 by claudiu.cristea, sumitmadan, znerol, neetu morwani, jhodgdon: Fix documentation in password hashing class
  • #2516690 by mlevasseur, joshi.rohit100: Missing test for "Help" links per module on "Extend" admin page
  • #2505721 by eiriksm, nod_, jhodgdon: JSDoc color module
  • #2505669 by pwolanin, jcloys, joshi.rohit100, dawehner, Wim Leers, kgoel, larowlan: Inject render service into LinkGenerator instead of calling drupal_render
  • Revert "Issue #2505669 by pwolanin, jcloys, joshi.rohit100: Inject render service into LinkGenerator instead of calling drupal_render"
  • #2505669 by pwolanin, jcloys, joshi.rohit100: Inject render service into LinkGenerator instead of calling drupal_render
  • #2511584 by jhedstrom, rpayanm: Move NodeFormButtonsTest::assertButtons() to a trait
  • #2507911 by mikebell_, dylanf, naveenvalecha, deepakaryan1988, kfitz, jhodgdon, webchick, Charles Belov: Mention location of settings.php in UPGRADE.txt
  • #2514092 by neclimdul: Fix typo in drupal_attach_tabledrag
  • #2314825 by kay_v, jhedstrom: incomplete instructions in INSTALL.txt
  • #2501903 by pguillard, Manjit.Singh: inline form errors classnames to follow namestandard
  • #2512734 by Wim Leers, dawehner, Berdir: session_test routes/controllers don't specify the appropriate cacheability metadata
  • #2474363 by Aki Tendo, alexpott, Dom., MattA, dawehner, TR, hass, Wim Leers, cburschka, Berdir: Stuck in failed module install process
  • #2514052 by phenaproxima: Remove migrate_drupal's MigratePluginManager implementation
  • #2513132 by klausi: Remove duplicated getDataDefinition() method in EntityAdapter
  • #2509628 by andypost: TranslationStatusForm::buildForm() should not use drupal_render()
  • #2512820 by JvE, pwolanin: 'administer actions' permission can be abused - needs to be flagged as restricted
  • #2512580 by Wim Leers: NodeEntityViewModeAlterTest uses State to dynamically affect hook_entity_view_mode_alter()
  • #2443323 by Wim Leers, Nitesh Sethia, yched, Fabianx, jhodgdon: New convention: CacheContextInterface implementations should mention their ID in their class-level docblock
  • #2502021 by willzyx, Saphyel, dawehner, DuaelFr, b0unty, cilefen, larowlan, lauriii: Unhandled exception when trying to register a duplicate user
  • #2421503 by lauriii, larowlan, Wim Leers, dawehner, tim.plunkett: SA-CORE-2014-002 forward port only checks internal cache
  • #2508679 by tim.plunkett, Fabianx: Fix empty redirects and redirects with options in \Drupal\field_ui\FieldUI::getNextDestination()
  • #2502571 by pjonckiere, mpdonadio, catch, jhodgdon: Date format granularity should only render adjacent units
  • #2498919 by stefan.r, Berdir, catch: Node::isPublished() and Node::getOwnerId() are expensive
  • #2508627 by rvtraveller, pwolanin: Changing email address should invalidate one-time login links
  • #2375695 by Berdir, EclipseGc, tim.plunkett, Wim Leers, Fabianx, dawehner: Condition plugins should provide cache contexts AND cacheability metadata needs to be exposed
  • #2513244 by Berdir, Wim Leers, EclipseGc, Fabianx: ContextHandler incorrectly checks required/optional contexts of plugins
  • #2463909 by phenaproxima, mikeryan: Migrations should support non-installed default configurations (templates)
  • #2513264 by moshe weitzman, webflo: Fix bad class reference
  • #2309215 by googletorp, subhojit777, lokeoke, tadityar, crowdcg, aneek, joelpittet, jhedstrom, alexpott, lauriii, amankanoria: HTML double-escaping in revision messages
  • #1831798 by darol100, pjonckiere, rhuffstedtler, ifrik, paul.linney, rajneeshb, batigolix, jhodgdon: Update hook_help() for config manager module
  • #2448681 by jeqq: Remove obsolete todo from MenuTreeParameters class
  • #2512444 by MattA: Unused namespaces in EntityDeriver.php
  • #2509512 by chx: Redundant code in StaticMapTest::setUp
  • #2514136 by pwolanin, Fabianx: Add default clickjacking defense to core
  • #2188165 by tim.plunkett, dww: [Regression] View term filter 'is/not empty' and 'not one of' operators do not work
  • #2516078 by cilefen, naveenvalecha: Upgrade doctrine/lexer to v1.0.1
  • #2494063 by tohesi, trwad, dcmul, droplet, nod_, naveenvalecha: Update Backbone to 1.2.1
  • #2513396 by Cottser, larowlan, HelloNewman, webchick, crowdg, Bojhan, eliza411, ivanstegic, LewisNyman, lunk_rat, nickrosencrans, stpaultim: There is no link, anywhere, to a contact form once a user creates it
  • #2517114 by joshi.rohit100, cilefen: Remove needless, wrongly-placed system_test.permissions.yml file
  • #2513626 by cilefen, akalata, Les Lim: [Regression] Module permission links missing from module list page
  • #2477853 by ingaro, daffie, bzrudi71, mradcliffe, alexpott: PostgreSQL: Add support for reserved field/column names
  • #2508735 by darol100, dawehner, pwolanin, Chi, Fabianx, tim.plunkett: Code injection via preg_replace()
  • #2487498 by Cristian.Andrei, Scott Weston, iMiksu: Make randomString always return a > to avoid random test fails
  • #2463581 by Wim Leers, swentel: #cache_redirect cache items should have an 'expire' timestamp that matches the merged max-age
  • #2487600 by dawehner, Wim Leers, fgm: #access should support AccessResultInterface objects or better has to always use it
  • #2443679 by bzrudi71, daffie, mradcliffe, alexpott: PostgreSQL: Fix taxonomy\Tests\TermTest
  • #2511854 by NickWilde, cilefen: Datetime select list uses PHP non-OOP datetime functions
  • #2408371 by dawehner, Fabianx, alexpott, bforchhammer: Proxies of module interfaces don't work
  • Back to dev.

Download Size md5 hash
drupal-8.0.0-beta13.tar.gz 10 MB 1e872066cc6bf8c072341740825ff141
drupal-8.0.0-beta13.zip 18.17 MB 67be27d43a48928eeb51ba48a7013169
Last updated: July 29, 2015 - 18:28
Official release from tag: 
8.0.0-beta13
Core compatibility: 

drupal 8.0.0-beta14

$
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, and could have public security vulnerabilities. More information on beta releases.

This is a minor update from beta 13 which fixes a regression in page cache invalidation, see #2527126: Only send cache context/tags if frontend proxy exists.

hook_update_N() is now required for all core schema changes. This means it may be possible to update development sites between beta releases starting with beta12. This has not been tested on real sites so in either case ensure you take a database backup and carefully review your site for regressions when updating.

Note that there are still critical bugs with the database update system itself, which may prevent some contributed or custom modules from providing their own upgrade paths.

All core patches should continue providing hook_update_N() from this point on where necessary.

Known issues

There are still around 10 known 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.

Changes since 8.0.0-beta13:

  • 8.0.0-beta14
  • #2474903 by Mile23: Add composer.json to \Drupal\Component\Gettext\ component
  • #2503453 by mgifford, bobrov1989, rikki_iki, kattekrab, LewisNyman: Increase contrast on inline form error text
  • #2398465 by DickJohnson, emma.maria, jp.stacey, idebr: Clean up the "contextual" component in Bartik
  • Revert "Issue #2527126 by dawehner, Wim Leers, hass: Only send cache context/tags if frontend proxy exists"
  • #2516842 by er.pushpinderrana, jhodgdon: Fix indentation in UPGRADE.txt
  • #2404253 by wuinfo, mermentau: Undefined index: css in color_library_info_alter()
  • #2541340 by dawehner: Remove dead code from user module
  • #2534022 by phenaproxima: Move module-specific migration support into the node module
  • #2541384 by mikeryan: Move module-specific migration support into the menu_ui module
  • #2474151 by JeroenT, dcmul, naveenvalecha, sorabh.v6, trwad, Nitesh Sethia, sushilkr, disasm, dylanf, Mile23, xjm, dawehner, tim.plunkett, andypost: Mark procedural wrappers in entity.inc as deprecated
  • #2398467 by lduerig, tresti88, Eski, LewisNyman, emma.maria: Clean up "dropbutton" component in Bartik
  • #2119997 by Sharique, ursula, vijaycs85, dimaro, quietone, dawehner, mpdonadio, Bojhan: Change UI to remove display machine name for date formats
  • #2539246 by brandon.holtsclaw, cilefen, pwolanin: Search page local task label was an XSS vector—add tests
  • #2031883 by mortendk, rachel_norfolk, andypost, zestagio, epari.siva, nguerrier, Manjit.Singh, rteijeiro, MathieuSpil, pablo.guerino, HOG, lauriii, LewisNyman, joelpittet, Wim Leers, Cottser, minneapolisdan: Markup for: comment.html.twig
  • #2532476 by dawehner, pwolanin, pfrenssen, Gábor Hojtsy, effulgentsia: Menu links should use a TranslationWrapper to encapsulate safe translatable strings from YAML files
  • #2542632 by joshi.rohit100: system.install has redundant code
  • Back to dev.

Download Size md5 hash
drupal-8.0.0-beta14.tar.gz 10.01 MB ace8bfa17488faf80b6181cf9fb8035a
drupal-8.0.0-beta14.zip 18.18 MB 78c67eeaabe5a30f1f3b8ce3d00c55aa
Last updated: August 3, 2015 - 09:18
Official release from tag: 
8.0.0-beta14
Core compatibility: 

drupal 6.37

$
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.36:

  • For security reasons, the autocomplete system now makes Ajax requests to non-clean URLs only, although protection is also in place for custom code that does so using clean URLs. There is a new form API #process function on autocomplete-enabled text fields that is required for the autocomplete functionality to work; custom and contributed modules should ensure that they are not overriding this #process function accidentally when altering text fields on forms. Part of the security fix also includes changes to theme_textfield(); it is recommended that sites which override this theme function make those changes as well (see the theme_textfield section of this diff for details).
  • When form API token validation fails (for example, when a cross-site request forgery attempt is detected, or a user tries to submit a form after having logged out and back in again in the meantime), the form API now skips calling form element value callbacks, except for a select list of callbacks provided by Drupal core that are known to be safe. In rare cases, this could lead to data loss when a user submits a form and receives a token validation error, but the overall effect is expected to be minor.
Download Size md5 hash
drupal-6.37.tar.gz 1.06 MB 93353eb918bccfcf4fb6f13ecb0f97d4
drupal-6.37.zip 1.23 MB 34fbcfce999e41cc36286e9c488ed56c
Last updated: August 19, 2015 - 21:18
Official release from tag: 
6.37
Core compatibility: 
Release type: 

drupal 7.39

$
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:

Due to the autocomplete changes mentioned in the section below this one, a small number of modules require fixes for their autocomplete functionality to work with Drupal 7.39:

Major changes since 7.38:

  • The Ajax system now validates URLs before making an Ajax request. Existing code which uses the Drupal Ajax API in any of the standard ways should continue to work after this update. In the event you have unusual Ajax code which does not work with Drupal 7.39, you can have your code manually validate the URL in one of two ways. Either add the URL to the "urlIsAjaxTrusted" JavaScript setting (see ajax_pre_render_element() for an example) or call ajax_set_verification_header() in the Ajax callback function to mark the current URL as trusted. Only do this for URLs that you actually trust; Ajax requests in Drupal should never be made to untrusted URLs.
  • For security reasons, the autocomplete system now makes Ajax requests to non-clean URLs only, although protection is also in place for custom code that does so using clean URLs. There is a new form API #process function on autocomplete-enabled text fields that is required for the autocomplete functionality to work; custom and contributed modules should ensure that they are not overriding this #process function accidentally when altering text fields on forms (use element_info_property() for help with that). Part of the security fix also includes changes to theme_textfield(); it is recommended that sites which override this theme function make those changes as well (see the theme_textfield section of this diff for details).
  • When form API token validation fails (for example, when a cross-site request forgery attempt is detected, or a user tries to submit a form after having logged out and back in again in the meantime), the form API now skips calling form element value callbacks, except for a select list of callbacks provided by Drupal core that are known to be safe. In rare cases, this could lead to data loss when a user submits a form and receives a token validation error, but the overall effect is expected to be minor.
Download Size md5 hash
drupal-7.39.tar.gz 3.1 MB 6f42a7e9c7a1c2c4c9c2f20c81b8e79a
drupal-7.39.zip 3.56 MB c6a90ddbb5a80ee652b83f8922ae5767
Last updated: August 19, 2015 - 21:18
Official release from tag: 
7.39
Core compatibility: 
Release type: 

drupal 8.0.0-beta15

$
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, and could have public security vulnerabilities. More information on beta releases.

hook_update_N() is now required for all core schema changes. This means it may be possible to update development sites between beta releases starting with beta12. This has not been tested on real sites so in either case ensure you take a database backup and carefully review your site for regressions when updating.

Note that there are still release blocking issues with the database update system itself, which may prevent some contributed or custom modules from providing their own upgrade paths.

critical bugs with the database update system itself, which may prevent some contributed or custom modules from providing their own upgrade paths.

All core patches should continue providing hook_update_N() from this point on where necessary.

Known issues

There are still around 10 known 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.

Changes since 8.0.0-beta14:

  • #2560641 by alexpott, lauriii, Xano, borisson_, ianthomas_uk, olli: Remove all usages SafeMarkup::checkPlain() from render arrays
  • Revert "Issue #2560641 by alexpott, lauriii, Xano, borisson_, ianthomas_uk: Remove all usages SafeMarkup::checkPlain() from render arrays"
  • #2560641 by alexpott, lauriii, Xano, borisson_, ianthomas_uk: Remove all usages SafeMarkup::checkPlain() from render arrays
  • #2551981 by jthorson: Add --directory option to run-tests.sh test discovery
  • #2562089 by phenaproxima: d7_field_formatter_settings migration does not handle empty settings
  • #2554889 by Berdir, Cottser, Daniel_Rose, JeroenT, RavindraSingh, Wim Leers, YesCT, akalata, alexpott, alimac, aneek, catch, cdulude, chx, cilefen, cmanalansan, crowdcg, cwells, davidhernandez, dawehner, dtraft, effulgentsia, harjotsingh, hass, ianthomas_uk, joelpittet, josephdpurcell, justAChris, kbaringer, lauriii, lduerig, leslieg, lokapujya, mpdonadio, peezy, pwolanin, realdream, sclapp, stefan.r, tim.plunkett, webchick, xjm: Remove SafeMarkup::set() from the codebase.
  • #2532534 by phenaproxima, miguelc303: Migration Files for Drupal 7 Comments
  • #2562081 by phenaproxima: d7_user source plugin handles user roles incorrectly
  • #2562075 by phenaproxima: D7 menu link migration must provide a default description
  • #2562083 by phenaproxima, mikeryan: D7 user migration should skip over user picture if empty
  • #2560751 by lauriii, alexpott: Remove all usages SafeMarkup::checkPlain() from Views titleQuery()
  • #2504139 by borisson_, Wim Leers, plach, prashantgoel, Fabianx, dawehner, David_Rothstein, effulgentsia: Blocks containing a form include the form action in the cache, so they always submit to the first URL the form was viewed at
  • #2561129 by plach, alexpott, catch: Composite indexes are not correctly deleted/re-created when updating a field storage definition
  • #2561229 by alexpott, dawehner: Upgrade content tests fails on postgres for translated comment
  • #2561121 by dawehner, alexpott: Installer fails on postgresql due to uncaught exception
  • #2560659 by benjy, phenaproxima, neclimdul: Invalidate the Migration destination plugin when overriding with set()
  • #2555109 by neclimdul, phenaproxima: MigrateTests incorrectly setup mock connection
  • #2548841 by phenaproxima: Remove entity:file destination schema from Migrate Drupal
  • #2484405 by phenaproxima, quietone, neclimdul: User pictures do not need a dedicated process plugin
  • #2559011 by Wim Leers: Ensure form tokens are marked max-age=0
  • #2334067 by mgifford, LewisNyman: error.svg doesn't have sufficient color contrast
  • #2560851 by alexpott, Xano: Deprecate EntityListBuilder::getLabel() and remove usages of SafeMarkup::checkPlain()
  • #2546828 by Wim Leers: Remove ckeditor_rebuild()
  • #2560719 by stefan.r: Remove usage of t() string in the array keys for the database install tasks
  • #2560733 by stefan.r: Remove a few problematic t() calls from tests
  • #2539848 by sdstyles, pguillard, deepakaryan1988, ankur7213: Mark EntityHandlerBase as @deprecated for 9.x
  • #2561135 by alexpott: Views.Drupal\views\Tests\Handler\FieldFieldTest fails on postgres
  • Revert "Issue #2548725 by dawehner: Fix database exception handling, causing test fails in PostgreSQL"
  • #2560435 by mikeryan, phenaproxima: Need an API for retrieving migration messages
  • #2382985 by phenaproxima, quietone, -enzo-, benjy: Migration Files for Drupal 7 Menu & Menu Entries
  • #2560671 by phenaproxima, neclimdul: The Migration process plugin should not skip rows
  • #2558839 by quietone, mikeryan, phenaproxima: Node builder should incorporate node type into label
  • #2423103 by phenaproxima, quietone, miguelc303, mikeryan: Migration Files for Drupal 7 Content
  • #2548725 by pwolanin, catch, dawehner, mradcliffe: Fix regression to menu serialization in upgrade path that causes thousands of errors in PostgreSQL
  • #2557021 by sasanikolic, tim.plunkett: Url Filter does not correctly recognise URL's with uppercase query arguments
  • #2560521 by dawehner, plach, larowlan, lauriii, Xano, Wim Leers, catch, jhedstrom: Javascript does not work on beta 12 => HEAD update.php
  • #2556029 by geertvd, Jaesin, dawehner: REST views unchecking "Display all values in the same row" doesn't limit the value to one per row
  • #2557901 by hussainweb: Template documentation cleanup after field divitis issue
  • #2521978 by kim.pepper: core/modules/system/src/Plugin/Condition/RequestPath should use the 'url.path' cache context
  • #2560603 by swentel, ksenzee: update.php has 755 file permission
  • #2557875 by edurenye: Add generic views.argument_validator.entity:* schema
  • #2167603 by damiankloip, tim.plunkett: EntityType should put unknown properties into an array
  • #2557023 by alexpott: Strings are scalars
  • #2560897 by alexpott: Drupal\user\Plugin\views\argument\RolesRid is very broken
  • Revert "Issue #2560897 by alexpott: Drupal\user\Plugin\views\argument\RolesRid is very broken"
  • #2560597 by webchick: Mark Migrate* modules as Experimental
  • #507488 by lauriii, mdrummond, Wim Leers, Manuel Garcia, pwolanin, davidhernandez, chx, jibran, andypost, dawehner, Xano, tuutti, Gábor Hojtsy, LewisNyman, maximiliam, eiriksm, borisson_, bill richardson, Fabianx, joelpittet, Jeff Burnz, xjm, webchick, Bojhan, EclipseGc, emma.maria, tim.plunkett: Convert page elements (local tasks, actions) into blocks
  • #2548009 by larowlan, dawehner, bircher: Overridden menu links lose parent, expanded and enabled (are disabled) status on cache clear
  • #2554151 by stefan.r, Gábor Hojtsy, plach, dawehner, csg: Test content/configuration in update database dump
  • #2549393 by alexpott, dawehner, lauriii, andypost, xjm: Remove SafeMarkup::escape() and rely more on Twig autoescaping
  • #2500717 by afi13, klonos, cilefen, evilfurryone: Sort entries in the site status report page alphabetically, BUT case-insensitively
  • #2489162 by googletorp, Haza, mdrummond, DuaelFr, swentel: Can configure responsive image formatter to cause fatal error
  • #2130307 by quietone, michaellenahan, phenaproxima, David Hernández, fastangel, eliza411: Variable to config: language.negotiation [d7]
  • #2553447 by LewisNyman, davidhernandez, mdrummond: Move system node.theme.css to Classy
  • #2499199 by claudiu.cristea, dawehner: Use RandomGeneratorTrait in BrowserTestBase
  • #2508037 by hussainweb, catch, Crell: Clarify PathProcessor path format
  • #2547933 by googletorp, jhodgdon: Code example for non deprecated use of entity_get_display is wrong
  • #2550641 by damiankloip: Use assert() in Drupal\Core\DependencyInjection\Container::__sleep instead of trigger error
  • #2523048 by dpi: file.modules hook_cron implementation has incorrect documentation
  • #2548725 by dawehner: Fix database exception handling, causing test fails in PostgreSQL
  • #2547581 by Xano, dawehner, Berdir, alexpott: Missing configuration schemas for condition plugins
  • #2501913 by nod_, jhodgdon: JSDoc drupal.js
  • #2525436 by eiriksm, nod_: JSDoc filter module
  • #2531688 by kekkis, nod_, eiriksm, evilfurryone: JSDoc toolbar module
  • #2531694 by eiriksm, nod_, dawehner: JSDoc views module
  • #2531698 by nod_, eiriksm: JSDoc views_ui module
  • #2547531 by sdstyles, mradcliffe: Fix documentation for FormTestBase::getMockForm form id parameter
  • #2504013 by bojanz: Remove @see statements from the ThemeNegotiator docblock
  • #1611954 by tim.plunkett, sun, samuel.mortenson, Berdir, mgifford, chx: Setting #access = FALSE on a vertical tab does not prevent input processing of the contained form elements
  • #2513332 by stevector: NodeViewController::view() does not pass along its arguments when calling parent method
  • #2455057 by michaellenahan, jhodgdon, jelo: Document (or set up?) fast 404 settings for private image files
  • #2493697 by cilefen, JeroenT: remove deprecated getUrlFromPath method from TwigExtension
  • #2559969 by alexpott: Make SafeStringInterface extend \JsonSerializable so we don't have to do so much string casting
  • #2543340 by Wim Leers, Fabianx: Convert BlockViewBuilder to use #lazy_builder (but don't yet let context-aware blocks be placeholdered)
  • #2555911 by amitshah2007, sdstyles, pwlravikiran, mpdonadio: Incorrect indentation in TimestampAgoFormatter()
  • #2457793 by claudiu.cristea, webflo: UX Regression in File- and ImageWidget, Table is always visible
  • #2551263 by Berdir, nod_: Deleting entity/field models when markup is removed can result in JS error
  • #2503663 by olli, sasanikolic: Date sort_expose handler is missing "order" schema
  • #2555473 by stefan.r, cilefen, alexpott, plach: Deprecate SafeMarkup::checkPlain() for Drupal 8.0.x
  • #2560137 by dawehner, pwolanin, klausi, tsphethean, sun: Posting an array as value of a form element is allowed even when a string is expected (and bypasses #maxlength constraints) - first step: text fields
  • #2559355 by mikeryan: Migration tests reference defunct load plugins
  • #2557467 by alexpott: Deprecate check_url and convert usages to existing UrlHelper methods
  • #2559605 by Cottser, stefan.r: Convert SafeMarkup::checkPlain() in render arrays to #plain_text
  • #2547357 by sasanikolic, timmillwood, Berdir, mbovan: $error in case of a views query exception
  • #2560055 by alexpott: Remove all usages SafeMarkup::checkPlain() in DiffFormatter and SafeMarkup from the Diff component
  • #2552769 by amateescu: Remove outdated custom functions for greatest() and concat()
  • #2502113 by pguillard, JMC, prajaankit, LewisNyman, pjbaert: Unused css classes in system.diff.css
  • #2556785 by Antti J. Salminen, lauriii: Specific preprocess functions doesn't support second level without first level
  • #2558905 by dawehner, pwolanin, cilefen, plach, willzyx: Content translation module - Information disclosure by insufficient access checking
  • #2558247 by dawehner, catch, mradcliffe, jhedstrom, Berdir, jibran, effulgentsia, webchick: Remove rebuildAll() and module install from UpdatePathTestBase
  • #2559877 by alexpott, chx, swentel, davidhernandez, dawehner, subhojit777: Quick editing a body field on Standard does not work
  • #2554233 by pwolanin, tim.plunkett, amateescu, dawehner, Wim Leers, catch, effulgentsia, larowlan, Abdullah Hussam, greggles, David_Rothstein: Port Cross-site Request Forgery - Form API fixes from SA-CORE-2015-003 to Drupal 8
  • #2546210 by penyaskito, mikeker, Gábor Hojtsy, dawehner: Views subtokens are broken since the introduction of inline templates for replacements
  • #2559597 by Cottser: Clean up uses of Drupal\Core\Render\Element\Markup
  • #2549921 by borisson_, alexpott: SearchExcerptTest and SearchMatchTest should be a KernelTestBase tests
  • #2551267 by Jeremy, mandar.harkare, alexpott, albertski: Rename update_manager_access() to _update_manager_access()
  • #2547667 by stefan.r, David_Rothstein, joelpittet: Fix broken page title Update Manager (authorize.php)
  • #2554993 by anavarre: Fix typo in UpdateTestBase.php
  • #2530704 by eiriksm, nod_: JSDoc menu_ui module
  • #2513560 by eiriksm, bohemier, nod_: JSDoc file module
  • #2506447 by eiriksm, nod_: JSDoc content_translations module
  • #2505905 by eiriksm, nod_, nidaismailshah, mikebell_, jhodgdon: JSDoc comment module
  • #2505363 by eiriksm, nod_, mlevasseur, joshi.rohit100: JSDoc ckeditor module
  • #2531692 by eiriksm: JSDoc user module
  • #2530764 by eiriksm: JSDoc quickedit module
  • #2531690 by eiriksm: JSDoc tour module
  • #2516694 by eiriksm, nod_: JSDoc editor module
  • #2531608 by eiriksm: JSDoc text module
  • #2531606 by eiriksm: JSDoc taxonomy module
  • #2531604 by eiriksm: JSDoc system module
  • #2531602 by eiriksm: JSDoc simpletest module
  • #2530710 by eiriksm: JSDoc path module
  • #2530706 by nod_, eiriksm: JSDoc node module
  • #2529292 by nod_, eiriksm: JSDoc locale module
  • #2528520 by eiriksm: JSDoc language module
  • #2526406 by eiriksm: JSDoc history module
  • #2514894 by eiriksm: JSDoc contextual module
  • #2504713 by eiriksm, nod_, jhodgdon: JSDoc book module
  • #2503985 by eiriksm, nod_, jhodgdon: JSDoc block_content module
  • #2502629 by eiriksm, nod_, borisson_, jhodgdon: JSDoc block module
  • #2545958 by pjonckiere, jhodgdon, matslats: Module/profile use of config/optional is apparently not documented
  • #2557411 by joelpittet: Remove obsolete reference to SafeMarkup::set() in LinkGeneratorTest documentation
  • #2548279 by chx, jhodgdon, fago, hussainweb, nevergone: Vastly extend the typed data topic
  • #2554881 by pfrenssen: Fix documentation for return value of NodeController::addPage()
  • #2558179 by jhedstrom, dawehner, catch: Database dump script produces a dump with syntax errors in it
  • #2443457 by Wim Leers, dawehner, Berdir, giancarlosotelo, Jaesin: Views block displayed when no results returned
  • #2548511 by David_Rothstein: Write tests for the Update Manager downloading and applying updates for a module
  • #2559309 by Berdir, jhedstrom: Logic error in SqlContentEntityStorage::countFieldData() drops dedicated field tables (again)
  • #2555183 by jhedstrom, Gábor Hojtsy, mikeryan, stefan.r, xjm: Fix the filled update tests, they are broken
  • #2513604 by mdrummond, attiks, alexpott, Jelle_S: Create default responsive image styles
  • #2555931 by alexpott, pwolanin, joelpittet: Add #plain_text to escape text in render arrays
  • #2311393 by tim.plunkett: Remove hook_element_info() and all references to it
  • #2130283 by phenaproxima, quietone, samhassell: Variable to config: image.settings [d7]
  • #2522012 by phenaproxima, mikeryan, chx, benjy: Remove broken idlist handling, replace with more robust exception handling
  • #2559381 by mikeryan: Migrate needs core update path
  • #2559191 by andriyun, andypost: Clean-up migrate executable
  • #2555665 by jhedstrom, Gábor Hojtsy, stefan.r, plach: When index is added for content_translation_uid, the corresponding stored schema definition is not updated
  • #2554585 by Wim Leers, effulgentsia, moshe weitzman: Tracker responses are missing a cache tag and a cache context
  • #2503999 by neclimdul, mikeryan, Berdir, catch, andypost: Large volume entity migrations run out of memory
  • #2510160 by lostkangaroo, neclimdul, phenaproxima: d6 Imagecache -> d8 Image module migration should be included in core
  • #2414651 by phenaproxima, quietone, miguelc303, mikeryan, benjy: Migration Files for Drupal 7 Users
  • #2549013 by phenaproxima, mikeryan, benjy: Remove load plugins
  • #2557893 by sdstyles, cilefen, ianthomas_uk, luklambrechts, stefan.r: Mark SafeMarkup::setMultiple as internal
  • #2544690 by mikeryan, phenaproxima: Create new source plugin taking data from plugin config
  • #2557871 by alexpott: Remove all usages SafeMarkup::checkPlain() from template preprocess functions and attributes
  • #2550981 by alexpott, stefan.r, davidhernandez, joelpittet, Wim Leers, xjm, josephdpurcell, akalata, dawehner: Remove SafeMarkup::set in FormErrorHandler::displayErrorMessages()
  • #2554849 by bojanz, hussainweb, webflo: phpunit testing crashes if a root vendor directory is used
  • #2556617 by claudiu.cristea, dawehner, geertvd, Wim Leers, tim.plunkett: [regression] Disabled format still filters and displays the value
  • #2551511 by alexpott, stefan.r, RavindraSingh, pjonckiere, JeroenT, Mariano: Remove SafeMarkup::set() from AllowedTagsXssTrait
  • #2542748 by plach, effulgentsia, jhedstrom, Gábor Hojtsy, alexpott, mpdonadio, catch, dawehner: Automatic entity updates can fail when there is existing content, leaving the site's schema in an unpredictable state
  • #2554219 follow-up: Fix usage of obsolete drupalSettings.basePath
  • #2536560 by Aki Tendo, stefan.r, damiankloip: Runtime Assertion unit and functional testing
  • #2506533 by Jaesin, minnur, neclimdul, sdstyles, dawehner, Crell: Remove ContentNegotiation and embed functionality in the middleware
  • #2547865 by mrf, StryKaizer: Better file name for config.tar.gz export
  • #2558203 by mortendk: Remove double addClass() calls in Classy's field.html.twig
  • #2554219 by nod_, larowlan, tim.plunkett, regilero, droplet, japerry, samuel.mortenson, Pere Orga, effulgentsia, benjy, Gábor Hojtsy, greggles, Wim Leers, David_Rothstein, pwolanin, neclimdul, EclipseGc, znerol: Port Cross-site Scripting - Ajax system fixes from SA-CORE-2015-003 to Drupal 8
  • #2558063 by jhedstrom: Fix syntax error in filled database dump
  • #2555973 follow-up: Fix incorrect comment
  • #2555973 by claudiu.cristea, Mark LaCroix, stefan.r, pjonckiere, dawehner: Fatal error when editing content after disabling format with editor
  • #2555825 by stefan.r, cilefen: Remove SafeMarkup::set call from TranslationManager::translate
  • #2557577 by alexpott: Use comma separated item list in contact listing and remove a SafeMarkup::checkPlain()
  • #2557519 by alexpott, joelpittet: Remove many usages SafeMarkup::checkPlain() and replace with Html::escape()
  • #2214241 by mortendk, mdrummond, lauriii, galooph, ShaunDychko, jjcarrion, b0unty, joelpittet, scor, amitgoyal, aboros, Manuel Garcia, hkirsman, BLadwin, hussainweb, sushilkr, emma.maria, nlisgo, yched, LewisNyman, davidhernandez, mikl, camoa, dman, dodorama: Field default markup - removing the divitis
  • #2551631 by quietone, Ryan Weal, phenaproxima: D6 user_mail tokens do not get converted
  • #2552797 by amateescu: Remove \Drupal\views_ui\ViewEditForm::addMicroweights()
  • #2556895 by mpdonadio: Fix comment in Xss::filter()
  • #2538000 by phenaproxima, quietone, benjy, mikeryan: The d6_node plugin should fetch CCK field values
  • #2553533 by alexpott, dawehner, amateescu, hussainweb: KernelTestBaseTNG™ is not cleaning up after itself
  • #2545672 by mikeryan, benjy, phenaproxima: Handle various migration interruption scenarios
  • #2554241 by neclimdul: mysql's Schema implementation can only provide information about the default connection
  • #2353679 by quietone, densolis, phenaproxima, ultimike: D6->D8 Migration missing variable: date_default_timezone
  • #2554841 by mikeryan: FieldException message failing to embed failed field name/entity type
  • #2546272 by hussainweb, jhedstrom, dawehner: Update guzzlehttp/psr7 to 1.2.0 and guzzlehttp/promises to 1.0.2
  • #2557253 by phenaproxima, neclimdul: MigrateFullDrupalTestBase test discovery gobbles all the memory
  • #2490388 by hussainweb, Ankit Agrawal, joelpittet, dawehner: InfoParserUnitTest web test classes mislabeled as unit tests
  • #2502089 by joelpittet, MauPalantir, akalata, stefan.r: Remove SafeMarkup::set() in template_preprocess_views_view_table()
  • #2429085 by mikeryan, benjy: Track current state of migrations
  • #2556515 by Eli-T: NumberWidget is not a "Text field"
  • #2555275 by dawehner: Fix missing schema for URI widget
  • #2555259 by martin107, dawehner: Add config schema for image_convert image effect
  • #2530846 by Berdir, mbovan: Fix and improve comment cache tag usage
  • #2555089 by phenaproxima, mikeryan: d7_filter_format migration mishandles format IDs
  • #2554239 by StryKaizer, stefan.r, David_Rothstein, matt2000, scor, greggles, meichr, larowlan: Tests for Information Disclosure in Menu Links - Access system fixes from SA-CORE-2015-003
  • #2555809 by stefan.r: Remove SafeMarkup::set in ViewsUIController::reportPlugins()
  • #2501971 by stefan.r, alexpott: Remove SafeMarkup::set in FieldStorageConfigListBuilder
  • #2527478 by znerol, googletorp: Resolve infinite stampede in mtime protected PHP storage
  • #2120813 by pjonckiere, mpdonadio, ursula, borisson_, jsbalsera: Allow several date formats with identical date format strings
  • #2543132 by borisson_, JeroenT, dazz, PieterJanPut, gaele: Zero value not shown in views table style
  • #2555565 by darol100: Fix typo in core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php
  • #2554873 by samuel.mortenson: Log message in Drupal\rest\Plugin\rest\resource\EntityResource::patch() missing Entity ID
  • #2550985 by justAChris, stefan.r: Remove SafeMarkup::set in _batch_test_finished_helper()
  • git commit -m 'Issue #2522716 by davidhernandez, YesCT: Update mentoring description in MAINTAINERS.txt and add current maintainers alimac, heddn, valthebald, cilefen
  • #2512442 by davidhernandez, lauriii, JohnAlbin, jenlampton: Update theme system maintainers
  • #2551929: Add Typed data to the maintainers txt
  • #2548147 by stefan.r: All batch labels are HTML escaped
  • #2501937 by stefan.r, Cottser, pjonckiere, akalata: Remove SafeMarkup::set in ViewsUIController::reportFields()
  • #2552579 by alexpott: Remove SafeMarkup::placeholder(), deprecate drupal_placeholder() and stop drupal_placeholder() from marking safe
  • #939462 by lauriii, Antti J. Salminen, NROTC_Webmaster, mbrett5062, tim.plunkett, tostinni, rteijeiro, dvessel, cilefen, barraponto, theapi, joelpittet, Xano, tuutti, drzraf, Fabianx, markcarver, xjm, catch, Cottser, sun, jenlampton, effulgentsia, davidhernandez, kscheirer, akalata, andypost, hass, rooby, jhodgdon, fubhy, becw, MXT, mlncn, lemunet, chriscalip, mike stewart, PavanL, kevinquillen, gleroux02: Specific preprocess functions for theme hook suggestions are not invoked
  • #977844 by Wim Leers: Remove the 'every_page' option for CSS/JS assets: it is confusing, even damaging
  • #2497243 by Fabianx, znerol, fgm, Wim Leers, darol100, jhedstrom, hussainweb, pfrenssen, neclimdul, jibran, Nitesh Sethia, dawehner, chx, catch, benjy, Aki Tendo: Replace Symfony container with a Drupal one, stored in cache
  • #2550055 by geertvd, alexpott: Remove SafeMarkup::replace() and use ViewsRenderPipelineSafeString instead
  • #2547447 by Wim Leers, dawehner: Stop creating services.yml by default
  • #2505931 by stefan.r, akalata, cilefen, pwolanin, joelpittet, YesCT, alexpott, davidhernandez, larowlan, colbol, xjm, Wim Leers, dawehner, Cottser, catch: Remove SafeMarkup::set in ViewListBuilder
  • #2550105 by Eli-T: TaxonomyController::getTitle() is not used, and can be mistaken for TaxonomyController::termTitle()
  • #2221771 by ianthomas_uk, rpayanm, Eli-T, Rolf van de Krol, pjonckiere, xjm, DuaelFr: Mark all simple wrappers in bootstrap.inc and common.inc as deprecated
  • #2553953 by alexpott, Wim Leers, Gábor Hojtsy: Remove SafeMarkup::set() from RestExport and replace it with ViewsRenderPipelineSafeString
  • #2349819 by amateescu, swentel, Leksat, larowlan, dawehner, Gábor Hojtsy, mpdonadio, benjy, jmuzz, yched, jibran, marthinal, dmsmidt: String field type doesn't consider empty string as empty value
  • #2549323 by amateescu, mradcliffe, Damien Tournoud: Improve the Upsert query implementation for PostgreSQL
  • #2552013 by Wim Leers: Follow-up for #2481453: ensure the 'url.query_args': MainContentViewSubscriber::WRAPPER_FORMAT cache context is set
  • #2554579 by Wim Leers: Forum index response is missing the vocabulary cache tag
  • #2554229 by stefan.r, csabot3, Crell, pwolanin, YesCT, ircmaxell, greggles, larowlan, webchick: Port SQL Injection - Database API fixes from SA-CORE-2015-003 to Drupal 8
  • #2338167 by alexpott, rbmboogie: Update ProjectInfo class to reflect changes to extension system
  • #2554013 by dawehner: Save 5 function calls for every rendered template
  • #2550965 by joelpittet, kgoel, stefan.r, josephdpurcell, akalata: Remove SafeMarkup::set() in ValidationTest::assertErrorMessages()
  • #2501319 by joelpittet, cwells, stefan.r, YesCT, nlisgo, Cottser, cmanalansan, dawehner, xjm, alexpott, josephdpurcell: Remove SafeMarkup::set() in Error::renderExceptionSafe() and _drupal_log_error() and improve backtrace formatting consistency in _drupal_log_error(), Error::renderExceptionSafe(), and DefaultExceptionSubscriber::onHtml()
  • #2551341 by stefan.r: Update test database dump should be based on beta 12 and contain content
  • #2296929 by stefan.r, josephdpurcell, codemonkie, YesCT, alexpott, akalata, herved, xjm, joelpittet, David_Rothstein, aneek, lauriii, kgoel, Cottser, effulgentsia, pfrenssen, pwolanin, Mile23: Remove system_requirements() SafeMarkup::set() use
  • #2553969 by alexpott, dawehner, xjm: Use \Twig_Markup in twig_drupal_join_filter() since it is part of Twig and should not pollute the safe list
  • #2547851 by alexpott, joelpittet, dawehner, stefan.r, xjm: SafeMarkup::format() should require arguments without them it is just SafeMarkup::set() in disguise
  • #2488304 by genjohnson, lauriii, YesCT, Mariano, Gábor Hojtsy, jhodgdon, xjm: Add more docs that translate() also marks strings as safe
  • #2551725 by YesCT, dorficus, josephdpurcell, joelpittet, stefan.r, willzyx, alexpott: Remove system_requirements() SafeMarkup::set() use with 'value' key
  • #2549791 by alexpott, Wim Leers: Remove SafeMarkup::xssFilter() and provide ability to define #markup escaping strategy and what tags to filter
  • #2552175 by nlisgo, Wim Leers: Follow-up for #2398463: Bartik is telling CKEditor to load a CSS file that no longer exists
  • #2550467 and #2120113 by alexpott, manningpete, akalata, nlisgo, nod_, harjotsingh: Remove #value_prefix and #value_suffix from HtmlTag
  • #2546078 by ravenstar, albertski: Update report shows up-to-date modules with "color-error" style
  • #2552471 by MattA: Extra space in test comment
  • #1211866 by stefan.r, joelpittet, tsphethean: Enable ENT_SUBSTITUTE flag in Html::escape
  • #2533978 by Denchev, Dave Reid, legolasbo, Berdir: $entity->access('view|download') for unattached public files returns FALSE
  • #2552187 by Wim Leers, LewisNyman: Follow-up for #2395853: CKEditor is loading system.modules.css, which no longer exists
  • #2552831 by olli: Eslint errors in quickedit/js/editors/formEditor.js
  • #2548135 by hussainweb, neclimdul: Upgrade to Symfony 2.7.3
  • #2553245 by stefan.r, martin107: KernelTestBase uses a disallowed constant in calls to trigger_error
  • #1713332 by amateescu, Xen, droplet, bzrudi71, znerol, czigor, pp, wulff, Damien Tournoud: The SQLite database driver fails to drop simpletest tables
  • #2531042 by sdstyles, Berdir: Undefined string index 0 in WebTestBase::getAbsoluteUrl() in PHP 7
  • #2409441 by phenaproxima, quietone, oadaeh, mikeryan: Migration path for Text 7.x
  • #2412167 by geertvd, dawehner, Sutharsan: hook_views_post_render fails in a theme
  • #2552519 by andypost: Fix \Drupal\contact\ContactFormAccessControlHandler::checkAccess() visibility
  • #2551989 by Wim Leers, Crell: Move replacing of placeholders from HtmlRenderer to HtmlResponseAttachmentsProcessor
  • #2552403 by pfrenssen: Convert remaining routes to use _entity_list
  • #2552219 by screon: Unused use statements in \Drupal\block_content\BlockContentTypeForm
  • #2228823 by StryKaizer, ParisLiakos, joshi.rohit100, Nitesh Sethia, Aron Novak, geertvd: Aggregator feed overview misleading text
  • #2551579 by jibran, geertvd: Don't access frontpage before running updates in UpdatePathTestBaseTest::testDatabaseLoaded()
  • #2546416 by borisson_, lauriii: Rename ViewUnitTestBase to ViewKernelTestBase
  • #2551429 by Wim Leers, stefan.r, jibran, larowlan: FieldUI should accommodate route options in RouteSubscriber
  • #2551415 by pfrenssen: Improve documentation of NodePermissions
  • #2549091 by Pravin Ajaaz, jhodgdon: Fix "associated to" ==> "associated with"
  • #2510138 by Wim Leers, droplet, Kingdutch, nod_: Unidirectional editor configuration -> filter settings syncing breaks when button name does not equal the command name
  • #2552893 by mpdonadio: AssertContentTrait::assertEscaped() should use Html::escape()
  • #1811240 by mgifford, heddn, BarisW, edysmp, Devin Carlson, jmuzz, lahoosascoots, adci_contributor, polaki_viswanath, RavindraSingh, falcon03, hrezaei, droplet: Improve "password matches" and "password strength" accessibility
  • #2550311 by chx: Allow extending PhpStorageTestBase
  • #2529892 by larowlan, stefan.r, Berdir, almaudoh: BlockContentForm uses form validation instead of a validation Constraint
  • #2544932 by dawehner, Fabianx, Wim Leers, Gábor Hojtsy, alexpott, catch, chx, msonnabaum: Twig should not rely on loading php from shared file system
  • #2504529 by joelpittet, alexpott, catch: SafeMarkup does not escape some filter tips - remove SafeMarkup usage from FilterHtml
  • #2551335 by alexpott, Wim Leers: Remove unnecessary SafeMarkup usage in tests and clear the static cache before every run
  • #2546232 by alexpott: Remove SafeMarkup::checkPlain() from UrlHelper
  • #2416765 by phenaproxima, miguelc303, hussainweb, mikeryan, benjy, chx: Migrate Drupal 7 Field/Instance/View mode settings
  • #2549003 follow-up by phenaproxima: Fix regression in Migrate Upgrade.
  • #2304461 by dawehner, neclimdul, naveenvalecha, jibran, tim.plunkett, phenaproxima, Xano, hussainweb, sun, hitesh-jain, amateescu, alexpott, daffie, Mile23, Wim Leers, larowlan: KernelTestBaseTNG™
  • #2363423 by dorficus, Manuel Garcia, stefan.r, Cottser, prajaankit, joelpittet, davidhernandez, alexpott, xjm, dawehner, penyaskito: views-view-fields.html.twig gets escaped
  • #2544066 by legolasbo, joelpittet, nod_, Ankit Agrawal: Block position not saved when below the first block of another region
  • #2550945 followup by mbovan: Add Html::escape()
  • #2550945 by alexpott, joelpittet, xjm, Wim Leers, stefan.r: Add Html::escape()
  • #2550963 by kgoel, akalata, josephdpurcell, justAChris: Remove or document SafeMarkup::set in ShortcutSetsTest::testShortcutSetSwitchNoSetName
  • #2550823 by phenaproxima, neclimdul: Migrate Drupal integration tests should load all dump files
  • #2501697 by ZenDoodles, leslieg, Les Lim, pfrenssen, joelpittet, hestenet, YesCT, scor, Cottser, xjm, lauriii, dsnopek, alexpott, akalata, Wim Leers, acouch, kgoel: Remove SafeMarkup::set in rdf_preprocess_comment()
  • #2551007 by Mile23: Drupal\Core\Render\Element\Url uses improper annotation for @endcode
  • #2550961 by borisson_, akalata, josephdpurcell, justAChris: Remove or document SafeMarkup::set in UserBlocksTest::testUserLoginBlock
  • #2501757 by kgoel, cilefen, jvandyk, joelpittet, YesCT, alexpott, cwells, adamwhite, cmanalansan, xjm: Remove SafeMarkup::set in NodeSearch::prepareResults()
  • Revert "Issue #2296929 by josephdpurcell, codemonkie, stefan.r, YesCT, alexpott, herved, xjm, David_Rothstein, aneek, lauriii, kgoel, Cottser, effulgentsia, pwolanin, Mile23: Remove system_requirements() SafeMarkup::set() use"
  • #2296929 by josephdpurcell, codemonkie, stefan.r, YesCT, alexpott, herved, xjm, David_Rothstein, aneek, lauriii, kgoel, Cottser, effulgentsia, pwolanin, Mile23: Remove system_requirements() SafeMarkup::set() use
  • #2540416 by dawehner, hussainweb: Move update.php back to a front controller
  • #2228217 by pwolanin, neclimdul, lauriii, ecrown, josephdpurcell, Fabianx, dawehner, klausi: Further optimize RouteProvider and add web test for large number of path parts
  • #2526326 by borisson_, Berdir, Wim Leers, Xano: Update CacheableMetadata & AccessResult to use RefinableCacheableDependency(Interface|Trait)
  • #2521906 by mErilainen, LewisNyman, Bojhan, eliza411, ivanstegic, lunk_rat, nickrosencrans, stpaultim, Mark LaCroix, webchick: Add default configuration to support h2-h6 level headings
  • #2430669 by larowlan, marthinal, clemens.tolboom, jibran: Cannot create comments from REST - field access is too strict
  • #2346857 by andypost, claudiu.cristea, amateescu, m1r1k, Mile23, rpayanm, epari.siva, Berdir, yched: Set default property bundle_entity_type in EntityType to NULL
  • #2501683 by sclapp, kgoel, xjm, YesCT, josephdpurcell, stefan.r, izus, joelpittet: Remove SafeMarkup::set in _update_message_text()
  • #2497585 by mpdonadio, cilefen, borisson_, pjonckiere: Simpletest should set a system timezone in setUp
  • #2549719 by dawehner: View::preRenderViewElement should use $element['view_build'] always
  • #2548503 by Lucasljj: tree-child.theme.css not found
  • #2483183 by lauriii, martin107, Wim Leers, tim.plunkett, moshe weitzman, bfr, Fabianx, dawehner: Make breadcrumb block cacheable
  • #2547741 by stefan.r, harjotsingh, sdstyles, Wim Leers: Introduce FilteredString and get rid of all SafeMarkup::set() calls in the Filter module
  • #2550615 by dawehner: Update the DB dump to have a leading slash for the frontpage
  • #2501931 by alexpott, alimac, cmanalansan, davidhernandez, scotself, cilefen, RavindraSingh, peezy, YesCT, pwolanin: Remove SafeMarkup::set in twig_render_template() and ThemeManager and FieldPluginBase:advancedRender
  • #2548265 by chx: Improve TypedDataManager doxygen
  • #2542830 by borisson_, PieterJanPut, RavindraSingh, Wim Leers, catch: Change placeholder token generation from using sha1 to crc32b
  • Revert "Issue #2501931 by alexpott, alimac, cmanalansan, davidhernandez, scotself, cilefen, RavindraSingh, peezy, YesCT, pwolanin: Remove SafeMarkup::set in twig_render_template() and ThemeManager and FieldPluginBase:advancedRender"
  • #2542392 by andypost, gtrost, sdstyles, prabhurajn654, jhodgdon, joelpittet, Wim Leers: Document scripts_bottom template variable
  • #2467759 by Mile23, andypost, Wim Leers, Berdir, Fabianx, Crell: Refactor drupal_process_attached() so it doesn't depend on drupal_add_http_header()
  • #2549045 by pwolanin, neclimdul: Update Tests can't run with --die-on-fail
  • #2550407 by Berdir: Strict config schema breaks update tests, switch to testing the configuration at the end instead
  • #2296101 by josephdpurcell, akalata, cilefen, joelpittet, aneek, YesCT, alexpott, davidhernandez, xjm, crowdcg: Remove SafeMarkup::set() use in \Drupal\Core\Render\Element\HtmlTag::preRenderHtmlTag()
  • #2529188 by stefan.r, reevo, vijaycs85, alexpott, Crell: Provide better error handling for MySQL client and server utf8mb4 incompatibility
  • #2162073 by Sharique, kerby70, lokapujya, mgifford, BarisW, dawehner: Switch the recent content block to use a list instead of a table, matching the recent comments block
  • #2550299 by mpdonadio, neclimdul: Update to Twig 1.20
  • #2549003 by phenaproxima: Create a builder for the d6_profile_values migration
  • #2409447 by quietone, phenaproxima, hosef, mikeryan: Variable to config: search.settings [d7]
  • #2384567 by phenaproxima, miguelc303, quietone, -enzo-, mikeryan, benjy, alexpott: Migration Files for Drupal 7 Text Formats & Filters
  • #2502025 by dsnopek, cilefen, geertvd, joelpittet, xjm, davidhernandez, YesCT, effulgentsia: Remove SafeMarkup::set() in core/modules/dblog/src/Tests/Views/ViewsIntegrationTest.php
  • #2544262 by stefan.r, josephdpurcell, akalata, YesCT, joelpittet: Refactor use of SafeMarkup::set in \Drupal\Core\Render\Element\HtmlTag::preRenderConditionalComments()
  • #2505879 by RavindraSingh, geertvd, borisson_, JvE: Call to undefined method stdClass::id()
  • #2544684 by alexpott, Pravin Ajaaz, Wim Leers: Expand @internal documentation on SafeString and SafeStringInterface and introduce ViewsRenderPipelineSafeString
  • #2546662 by Jeremy: Remove node_page_title and inaccurate documentation
  • #1885564 by joelpittet, SebCorbin, Cottser, mpdonadio, David_Rothstein, drupalninja99, jenlampton, lauriii, rteijeiro, mbrett5062, akalata, Devin Carlson, trevorkjorlien, longwave, socketwench, shanethehat, aboros: theme.maintenance.inc (authorize.php) - Convert theme_ functions to Twig
  • #2549745 by olli: Make DatabaseBackend::doSetMultiple protected
  • #2548371 by chx, dawehner, jhodgdon: Expand LocalTaskInterface doxygen
  • #2336627 by amateescu, Berdir, swentel: Deadlock on cache_config (DatabaseBackend::setMultiple())
  • #2471915 by roderik, stefan.r: Fix EntityOwnerInterface::getOwnerId() documentation
  • #2542776 by amateescu, chx, martin107, Crell: Add an Upsert class
  • #2545990 by alexpott: Remove unnecessary SafeMarkup::checkPlain() from theme.inc
  • #2545988 by alexpott: Remove unnecessary SafeMarkup::checkPlain() from form.inc
  • #2503963 by Wim Leers, dawehner, nlisgo, mlhess, xjm, effulgentsia, JvE: XSS in Quick Edit: entity title is not safely encoded
  • #2398463 by amolnw2778, DickJohnson, thamas, emma.maria, LewisNyman, tadityar, lauriii, Manjit.Singh, trboslav, haasontwerp, richgilbert, pguillard, rachel_norfolk, Maninders, rteijeiro: Clean up the "content" component in Bartik
  • #2548283 by fago: Wrong property in condition annotation
  • #2482705 by mbovan, amateescu, Berdir: ViewsSelection::validateAutocompleteInput is not implemented
  • #2547127 by dawehner, Wim Leers, legolasbo, davidhernandez, webchick: [regression] Empty messages container appearing when a Notice occurs
  • #2548907 by nlisgo: Typo in 'Fast 404 pages' section of default.settings.php
  • #2498619 by pjonckiere, mpdonadio: Unit tests should use a default timezone other that UTC
  • #2549127 by MattA: ThemeLocalTask does not need a config factory parameter
  • #2548617 by webflo, joshi.rohit100: Fatal error in block_user_role_delete
  • #2549041 by Mile23: Remove deprecated _drupal_set_preferred_header_name()
  • #2545632 by neclimdul, hussainweb, mikeryan, phenaproxima, benjy: Revert removal of memory reclamation in migrate system
  • #2353761 by phenaproxima, oadaeh, quietone: Variable to config: locale.settings [d7]
  • #2542128 by alexpott: Drupal\node\Tests\Views\RevisionRelationshipsTest fails on Postgres
  • #2501835 by kgoel, crowdcg, stefan.r, alexpott, joelpittet, Cottser, akalata, xjm, davidhernandez, YesCT: Remove SafeMarkup::set in Drupal\Core\Database\Install\Tasks::runTasks() and ensure multiple messages are printed
  • #2501711 by cwells, alexpott: Remove or document SafeMarkup::set in template_preprocess_ckeditor_settings_toolbar
  • #2546993 by mikeryan, phenaproxima: Move last stragglers of module-specific migrations into the appropriate modules
  • #2501117 by catch, olli, Wim Leers, dawehner: Add static caching for PermissionsHashGenerator::generate()
  • #2508445 by dawehner, martin107: Cache the query in RouteProvider::preloadRoutes()
  • #2538260 by alexpott, mbaynton: Set CURLOPT_SAFE_UPLOAD to TRUE in Simpletest's CURL options
  • #470428 by koence, cac2s, szt, foutrelis, cepinos, Wim Leers: Pager doesn't display right ellipsis if there is only one page left
  • #2521852 by znerol, dawehner: Make it possible to use your own exception handler
  • #2548331 by chx: Improve UuidInterface
  • #2548301 by fago: Remove dead code from AnnotatedClassDiscovery
  • #2544922 by borisson_: hook_views_post_render causes "A stray drupal_render() invocation" for anonymous users
  • #2548081 by chx: Remove unused Map::getPropertyDefinitions
  • #2547679 by dazz: Remove FileAjaxForm as its not used anymore
  • #2548027 by nod_: Follow-up add back aria-label to toolbar tray
  • #2510794 by ShaunDychko, Arnion, davidhernandez, andypost, Chernous_dn, Manuel Garcia, th3m0d, karolus: Remove unnecessary markup from views-view.html.twig
  • #2547803 by davidhernandez: The warning in views-view-field.html.twig should be a Twig comment
  • #2542598 by xq1003, mori, pjbaert, emma.maria, lauriii: Clean up the "user" component in Bartik
  • #2334387 by mdrummond, Jelle_S, attiks, webchick, Lukas von Blarer, Bojhan: UI changes to support current responsive image standards
  • #2497697 by marvin_B8, Crell, cilefen, joshi.rohit100, dawehner: PSR-7 support for ControllerResolver
  • #2536024 by JeroenT: Remove deprecated SafeMarkup::checkAdminXss()
  • #2544746 by tim.plunkett: Rewrite EntityManagerTest to use phpspec/prophecy
  • #2427213 by mortendk, andypost, jwilson3, pjbaert, corbacho, Manuel Garcia, Jeff Burnz, andrewmacpherson: Replace feed.png with feed.svg
  • #2545826 by JohnAlbin, nod_: Update.eslintrc to work with eslint 1.0.0
  • #2508966 by giancarlosotelo, geertvd, tim.plunkett, Berdir: List of Views limited to 50 items
  • #2399261 by chx, effulgentsia, stefan.r, crowdcg, pwolanin, alexpott, joelpittet, xjm, mdrummond, genjohnson: Remove SafeMarkup::set and Recheck and Mark Safe the Output of Unicode::truncate() in DbLog
  • #2115695 by justAChris, plopesc, rpayanm, mpdonadio, larowlan: Datetimelist element only works when all the fields are filled
  • #2510348 by justAChris, NickWilde, Calystod, mpdonadio: Datetime select list widget has options for time interval on date only mode
  • #2546754 by sdstyles, joshi.rohit100: block.html.twig documents a "block" variable, which doesn't exist
  • #2395853 by LewisNyman, Manjit.Singh, nlisgo, pjbaert, Branislav Bujisic, pguillard, gavin.hughes, onelittlebecca, alisonjo2786, camoa, DickJohnson, manmohandream, davidhernandez, kgoel: Split system.module.css and system.theme.css files into SMACSS style components
  • #2501737 by sclapp, joelpittet, lauriii, cilefen, golddragon007, akalata: Remove SafeMarkup::set in theme_system_modules_details()
  • #2544954 by stefan.r, jhedstrom: SqlContentEntityStorageSchema does not detect column-level schema changes in non-base-fields
  • #2042447 by David_Rothstein, joelpittet, stefan.r, SebCorbin, mpdonadio, steinmb, webchick, Cottser, miniwebs2, Vj, Gilbert Rehling, nuwe, yched, StuartJNCC, Fabianx, yktdan, herom: Install a module user interface does not install modules (or themes)
  • #2467863 by Dom., JesseSturgis, mgifford, LewisNyman, Cliff, benjifisher, heatherwoz, crasx: Login form's aria-describeby points to an element that doesn't exist
  • #2474471 by geertvd, pjbaert, StryKaizer, koence, dawehner, pjonckiere: Views page displays do not accept an integer as path
  • #2546582 by alexpott, dawehner: AssertContentTrait::getTextContent() includes the @import css statement, that is nuts
  • #2541800 by jhodgdon, Gábor Hojtsy: Some config do not inherit from config_object, so locale_system_set_config_langcodes() results in schema errors
  • Revert "Issue #2409453 by phenaproxima, hosef, chx: Variable to config: statistics.settings [d7]"
  • #2534012 by phenaproxima, hussainweb, mikeryan: Move module-specific migration support into the file module
  • #2543554 by Wim Leers, tim.plunkett: Clean up Help & Statistics blocks
  • #2542292 by stefan.r, borisson_: Use TranslationWrapper instead of t() Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem::propertyDefinitions
  • #2403229 by robertdbailey, andypost, penyaskito, Gábor Hojtsy: language.negotiation configuration can have overrides bleed in
  • #2419475 by pjbaert, DickJohnson, emma.maria, Luxian, LewisNyman, tadityar, idebr, floretan, lauriii: Clean up the "Featured bottom" component in Bartik
  • #2542572 by gatorjoe, mori, lauriii, emma.maria: Clean up the "Table" component in Bartik
  • #2398453 by DickJohnson, idebr, LewisNyman, Manjit.Singh: Clean up the "admin" component in Bartik
  • #2532284 by sasanikolic, joelpittet, cilefen, miro_dietiker: HTML is escaped in "all languages" in UI after SafeMarkup change
  • #2546356 by Pravin Ajaaz: Numeric field prefix/suffix settings should be translatable
  • #2546680 by catch: Use hash('crc32b') not crc32()
  • #2542486 by neclimdul, Wim Leers, Mile23: Fix risky phpunit tests
  • #2542422 by jhedstrom: Improve DX of exceptions thrown in SqlContentEntityStorageSchema
  • #2173527 by idflood, scresante, rpayanm, mgifford, Sam152, Wim Leers: The Menu-Toolbar area should be refactored so that Tray items are nested in the same container as their associated parent Toolbar item
  • #2364467 by Mile23, neclimdul: SpecialAttributesRouteSubscriber::onAlterRoutes() doesn't return a value
  • #2421663 by timmillwood, dmitrii, amateescu, dawehner, xjm: Statistics module installs {node_counter} even if Node is uninstalled
  • #2533964 by edurenye, Berdir, Gábor Hojtsy: Langcode widget visibility settings from language.module are not applied consistently
  • #2308515 by mgifford, jhodgdon, Wim Leers: Document accessibility features in CKEditor
  • #2544870 by jhodgdon: Docs problem on ViewsSearchQuery::conditionReplaceString()
  • #2544830 by jhedstrom, jhodgdon: Views search filter needs additional WHERE on search_index table
  • #2528160 by sdstyles, tstoeckler: Broken assertion introduced in #2443679
  • #2544122 by harjotsingh: Missing leading backslash in documentation for \Drupal\views\ViewExecutable::setResponse
  • #2544674 by benjy: hook_block_access() has incorrect docs in block.api.php
  • #2541432 by Wim Leers: Follow-up for #2231595: Document why ChainedFastBackend cannot use BackendChain
  • #1949032 by irfworld, geertvd, dawehner: Add a message when a view saved during wizard creation
  • #2539682 by borisson_, Wim Leers: Add test to ensure composer.json is listing all core modules
  • #2541412 by John Cook: UriItem should have UriWidget as default_widget
  • #2542604 by danharper, g.oechsler: Clean up the "buttons" component in Bartik
  • #2528482 by googletorp, mpdonadio, TR: Fix notice in Date::processDate
  • #2535122 by droplet: Autocomplete suggestions in modal clipped due to overflow: hidden
  • #2543052 by anavarre: config_translation is missing its configure admin link
  • #2426969 by David_Rothstein, joelpittet, dawehner: Dynamic redirects are no longer possible in the batch API (breaks updating existing modules or themes with the Update Manager)
  • #2501455 by Cottser, alexpott, akalata: Remove SafeMarkup::set() in drupal_render_children() and replace it with SafeString
  • #1639012 by nod_, corbacho, sun, droplet, seutje, tim.plunkett: Guard against broken behaviors
  • #2461013 by Berdir, keopx, Denchev, Gábor Hojtsy, xjm: Trying to display not specified or not applicable languages with LanguageFormatter results in fatal error
  • #2540438 by znerol, timmillwood: Invalid format string when falling back to error_log in _drupal_log_error()
  • #2409515 by joelpittet, lauriii: Updater::findInfoFile() lacks test coverage
  • #2455125 by mpdonadio, rteijeiro, jhodgdon, dawehner: Update EntityViewsData use of generic timestamp to use Field API formatter
  • #2541560 by yched, dawehner, Fabianx: Followup for [#2529514] - remove dead code
  • #2525908 by alexpott, cilefen: HtmlTag render element's prefix and suffix can be marked safe when they are not
  • #2542202 by blacklabel_tom, longwave, emma.maria: Remove tips.css from Bartik
  • #2543332 by Wim Leers, effulgentsia, Fabianx, Crell, dawehner, borisson_: Auto-placeholdering for #lazy_builder without bubbling
  • Revert "Revert "Issue #2510104 by pwolanin, nod_, Fabianx, Wim Leers, droplet, Pere Orga: Convert drupalSettings from JavaScript to JSON, to allow for CSP in the future""
  • #2409453 by phenaproxima, hosef, chx: Variable to config: statistics.settings [d7]
  • #2503861 by phenaproxima, benjy, alexpott, mikeryan: Migrate file_managed table to file entities
  • #2530030 by phenaproxima, mikeryan, benjy: Create the migrate builder plugin type
  • #2546176 by alexpott: Use SafeStrings to communicate safeness in drupal_set_message and remove SafeMarkup::set()
  • #2502781 by tedstein, johnshortess, joelpittet, pwolanin, stefan.r, chx, mandclu, RavindraSingh, YesCT, cilefen, xjm, lauriii: Remove SafeMarkup::set in template_preprocess_file_widget_multiple()
  • #2541336 by borisson_: Docblock cleanup: missing backslash for FilterResponseEvent in FinishResponseSubscriber
  • #2538274 by pwolanin, Wim Leers, dawehner: DbUpdateController has broken mainteneance mode logic, and update.php doesn't run due to aggregated JS assets
  • #1364670 by mondrake, mrfelton, dinarcon, das-peter, zuuperman, er.pushpinderrana, cchanana, drupaldrop, fietserwin: ImageStyle::transformDimensions unable to deal with all effects
  • #2540674 by prics: Missing @param doxygen on Connection::escape*
  • #2541416 by Jaesin: Block content view is missing the 'default' tag
  • #2511632 by neclimdul: Add ability to provide default for Extract process plugin
  • #2353777 by phenaproxima, joshtaylor, chx: Variable to config: tracker.settings [d7]
  • #2542872 by neclimdul: Fix variable interpolation to be PHP 7 Compatible
  • #2543546 by mori: Remove useless if in system.admin.inc
  • #2483357 by googletorp, floydm, darol100, alexpott, paulmckibben: Fatal "Unsupported operand types" error when using responsive images in views
  • #2353763 by phenaproxima, oadaeh: Variable to config: menu.settings [d7]
  • #2535792 by nlisgo, larowlan, BiigNiick: Preview feature broken if requested twice
  • #2541580 by mikeryan: Remove obsoleted functionality from core Migrate
  • #2534010 by phenaproxima, mikeryan: Move module-specific migration support into the field module
  • #2503049 by phenaproxima, quietone, joelpittet: Migrate D7 blocked IPs to D8
  • #2542318 by neclimdul: Clean up local variables in MigrateTestBase in tearDown
  • #2542132 by alexpott, amateescu: Drupal\field\Tests\Number\NumberFieldTest fails on SQLite
  • #2537928 by stefan.r, dawehner, alexpott, webflo, jhedstrom: MySQL index normalization only works on table create
  • #2542304 by sorressean, dawehner: Define 'direction' in \Drupal\Core\Language\LanguageManager::getDefaultLockedLanguages
  • #2521776 by jhodgdon, longwave, catch: Update documentation for hook_update_N() for Drupal 8
  • #2172871 by iamEAP, timmillwood, effulgentsia: Test node hit counter when path-based language negotiation is used
  • #2542762 by plach, sasanikolic, hchonov, Berdir: hook_entity_type_update doesn't get the entity in the new revision after addTranslation and setNewRevision
  • #2473951 by Cottser, cilefen, yannickoo, davidhernandez, LewisNyman: Prefix form-required classes with js-
  • Revert "Issue #2503049 by phenaproxima, quietone: Migrate D7 blocked IPs to D8"
  • #2503049 by phenaproxima, quietone: Migrate D7 blocked IPs to D8
  • #2492429 by mikeryan, neclimdul: Migration count caching broken
  • #2535458 by mikeryan, benjy, phenaproxima, EclipseGc, dawehner: Dispatch events at key points during migration
  • #2534004 by phenaproxima, mikeryan: Move module-specific migration support into the comment module
  • #2543768 by mikeryan: Missing dependencies in d6_upload
  • #2534042 by mikeryan, phenaproxima: Move module-specific migration support into the user module
  • #2409437 by phenaproxima, hosef, mikeryan, chx, jcost: Migration path for Simpletest 7.x
  • Back to dev.

Download Size md5 hash
drupal-8.0.0-beta15.tar.gz 10.75 MB 727e700eab75395663d6c5dbd20fe6ee
drupal-8.0.0-beta15.zip 19.14 MB 53d66d4aa63c0e2f9b0f85faac544b48
Last updated: September 4, 2015 - 08:59
Official release from tag: 
8.0.0-beta15
Core compatibility: 

drupal 8.0.0-beta16

$
0
0

Release notes

As there are currently zero release-blocking issues (!), the hope is that this is the final beta before we start issuing release candidates!

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, and could have public security vulnerabilities. More information on beta releases.

hook_update_N() is now required for all core schema changes. This means it may be possible to update development sites between beta releases starting with beta12. Ensure you take a database backup and carefully review your site for regressions when updating.

All core patches should continue providing hook_update_N() from this point on where necessary.

Known issues

None at this time.

Search the issue queue for known issues.

Changes since 8.0.0-beta15:

Download Size md5 hash
drupal-8.0.0-beta16.tar.gz 10.9 MB 3204db355d8163616f10263074285aee
drupal-8.0.0-beta16.zip 19.4 MB 69eb44f56b901e654aa2093a83a07e3b
Last updated: October 2, 2015 - 00:44
Official release from tag: 
8.0.0-beta16
Core compatibility: 
Release type: 

drupal 8.0.0-rc1

$
0
0

Release notes

This is the first release candidate for Drupal 8.0.0. Release candidates are not supported for production sites, but they are intended for widespread testing in preparation for the upcoming stable release. Release candidates also provide an opportunity to begin developing with Drupal 8, especially for:

  • New sites.
  • Sites that rely mainly on the expanded functionality provided by Drupal 8 core alone.
  • Projects that will take months of development time.
  • Sites for which Drupal 8's benefits outweigh the effort needed to port (or work around) contributed modules that do not yet have Drupal 8 versions.

Read more about Drupal 8.0.0-rc1.

When will Drupal 8.0.0 be released?

We will schedule an official release date for 8.0.0 when we are confident that the rate and nature of incoming critical bugs has slowed enough to ensure a stable release. Until then, release candidates of Drupal 8 will be released twice a month alongside Drupal 7 release windows.

Known issues

There are currently 0 known critical issues with this release candidate. We expect to identify and resolve additional critical issues as the release candidate is tested more widely.

There is a known issue with response cache headers sometimes exceeding hosting configuration limits that may cause some pages to not be viewable on some hosting providers. If you run into this, see that issue and its related issues for details.

Handling security issues

Starting now, any security issues discovered for Drupal 8 should be kept confidential and reported using the Report a security vulnerability link on the Drupal project page in order to protect existing sites. Through December 31, 2015, the Drupal 8 security bounty is also still active, so you can get paid for finding security issues and reporting them in our private tracker! See the security team page for more information on Drupal security.

Changes since 8.0.0-beta16

A handful of backward compatibility breaks were introduced since beta 16 in preparation for the release candidate, which may require updates to existing modules and themes:

Also see the full list of API changes in Drupal 8.

All changes

Download Size md5 hash
drupal-8.0.0-rc1.tar.gz 10.97 MB 58841f02728a85c105ce988e5605e4e5
drupal-8.0.0-rc1.zip 19.35 MB 2668fa1b02adf10624cba9361c37ffcb
Last updated: October 7, 2015 - 21:23
Official release from tag: 
8.0.0-rc1
Core compatibility: 
Release type: 

drupal 7.40

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

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

There is one change to the .htaccess file in this release:

  1. A change to set the X-Content-Type-Options header to "nosniff" when possible, to prevent certain web browsers from picking an unsafe MIME type (see #462950).

Upgrading custom versions of the .htaccess file to incorporate this change is strongly recommended.

There are two changes to the default settings.php file in this release:

  1. A change to exclude private files from the "404_fast_paths" behavior. This is useful primarily for sites which call drupal_fast_404() directly from settings.php (see #2455057).
  2. A documentation change to make it easier for development sites to enable the 'theme_debug' feature via settings.php (see #2538640).

Upgrading the settings.php files on existing sites is recommended but not required.

Known issues:

None.

Major changes since 7.39:

  • Added an optional 'project:' prefix that can be added to dependencies in a module's .info file to indicate which project the dependency resides in (API addition: https://www.drupal.org/node/2299747).
  • Prevented the database API from executing multiple queries at once on MySQL, if the site's PHP version is new enough to do so. This is a secondary defense against SQL injection (API change: https://www.drupal.org/node/2463973).
  • Changed the default thousand marker for numeric fields from a space ("1 000") to nothing ("1000") (minor UI change: https://www.drupal.org/node/1388376).
  • Made Drupal's code for parsing .info files run much faster and use much less memory.
  • Prevented drupal_http_request() from returning an error when it receives a 201 through 206 HTTP status code.
  • Added support for autoloading traits via the registry on sites running PHP 5.4 or higher.
  • Allowed the user-picture.tpl.php theme template to have HTML classes besides the default "user-picture" class printed in it (markup change).
  • Fixed the URL text filter to convert e-mail addresses with plus signs into mailto: links.
  • Added alternate text to file icons displayed by the File module, to improve accessibility (string change, and minor API addition to theme_file_icon()).
  • Changed one-time login link failure messages to be displayed as errors or warnings as appropriate, rather than as regular status messages (minor UI change and data structure change).
  • Changed the default settings.php configuration to exclude private files from the "404_fast_paths" behavior.
  • Changed the page that displays filter tips for a particular text format, for example filter/tips/full_html, to return "page not found" or "access denied" if the format does not exist or the user does not have access to it. This change adds a new menu item to the Filter module's hook_menu() entry (minor data structure change).
  • Added a new hook, hook_block_cid_parts_alter(), to allow modules to alter the cache keys used for caching a particular block.
  • Made drupal_set_message() display and return messages when "0" is passed in as the message to set.
  • Fixed non-functional "Files displayed by default" setting on file fields.
  • The "worker callback" provided in hook_cron_queue_info() and the "finished" callback specified during batch processing can now be any PHP callable instead of just functions.
  • Prevented drupal_set_time_limit() from decreasing the time limit in the case where the PHP maximum execution time is already unlimited.
  • Prevented malformed theme .info files (without a "name" key) from causing exceptions during menu rebuilds. If an .info file without a "name" key is found in a module or theme directory, Drupal will now use the module or theme's machine name as the display name instead.
  • Made the format column in the {date_format_locale} database table case-sensitive, to match the equivalent column in the {date_formats} table.
  • Fixed a bug in the Statistics module that caused JavaScript files attached to a node while it is being viewed to be omitted from the page.
  • Fixed various bugs that occurred after hooks were invoked early in the Drupal bootstrap and that caused module_implements() and drupal_alter() to cache an incomplete set of hook implementations for later use.
  • Set the X-Content-Type-Options header to "nosniff" when possible, to prevent certain web browsers from picking an unsafe MIME type.
  • Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused the upgrade to fail when there were multiple file records pointing to the same file.

All changes since 7.39:

  • #2579625 by laurencemercer: Typo in file_validate_image_resolution() doc
  • #1816008 by Kuldip Gohil, cam8001, jhodgdon, peterx: drupal_cron_run() @return parameter documentation incorrect, should specify that the function returns TRUE or FALSE
  • #2583743 by jcnventura: Correct required version of SQLite in INSTALL.txt
  • #911352 by Liam Morland, Sylvain Lecoy, Joe Murray, Crell: Document that foreign keys may not be used by all drivers
  • #2393569 by talhaparacha, vbouchet: document which of hook_entity_info() 'entity keys' get filled in and what the defaults are
  • #2115737 by darol100, owenpm3, rhuffstedtler, andythomnz, jemandy, ijf8090, zealfire, er.pushpinderrana, jhodgdon, corbacho, spitcher, abenamer, holingpoon, ay1n: Make the text in modules, themes, and profiles README.txt files more user-friendly
  • #2516842 by er.pushpinderrana, thejacer87, jhodgdon: UPGRADE.txt should explain where to find release notes
  • #2549879 by cbiggins, cilefen: Small grammatical error in bootstrap.inc
  • #1842528 by cferthorney, owenpm3, jhodgdon: description of hook_user_categories() is incorrect
  • #2550219 by Pravin Ajaaz, jhodgdon, Anybody: hook_user_cancel_methods_alter() should say 'access' rather than '#access'
  • #2538158 by joyceg: Clarify in which file hook_modules_installed should be implemented
  • #2140157 by rbp, jhodgdon, joachim: menu return constants not properly explained - MENU_NOT_FOUND, MENU_ACCESS_DENIED
  • #2512582 by dorficus, jhodgdon, joachim: theme_link() parameters missing detail
  • #2530872 by orbmantell, TravisCarden: Improve documentation of drupal_get_schema() and drupal_get_schema_unprocessed()
  • #2507911 by naveenvalecha, mikebell_, dylanf, deepakaryan1988, kfitz, jhodgdon, webchick, Charles Belov: Mention location of settings.php in UPGRADE.txt
  • #2510674 by er.pushpinderrana, joachim, cilefen: menu_get_item() should say that $path is optional and what the default is
  • #2499823 by dylanf, ryanissamson: Minor CHANGELOG.txt formatting
  • #2325055 by darol100, joshi.rohit100, jhodgdon, Bevan: hook_prepare() example is not useful
  • #2195183 by cleaver, zopa, elgordogrande, sandykadam, jhodgdon, joachim, Eda: document Batch API callbacks as callback implementations
  • #2488750 by lalweil: Typo in DatabaseConnection::query
  • #2480805 by JacobSanford, eiriksm, jhodgdon: The function doc block for image_style_deliver is missing a parameter
  • #2369675 by FMB, pstewart, jhodgdon: Document that SearchQuery does not support orderBy in queries outside of addScore
  • #2462681 by jessebeach, klausi, Manjit.Singh: Remove jessebeach from MAINTAINERS.txt
  • #2491333 by opdavies, Mac_Weber, jhodgdon: Update MAINTAINERS.txt to use human URLs
  • #2146643 by quicksketch: Speed up drupal_parse_info_format() 3x and reduce memory 95%
  • #2513646 by pwolanin, naveenvalecha, alexpott: Role name is unescaped on block admin via JS
  • #2350033 by murrayw, kenorb: drupal_http_request thinks 201 through 206 status codes are an error
  • #955658 by Refineo, dswier, steinmb, emorency, filijonka, yched, Bevan: Undefined index: module in FieldInfo::prepareInstanceDisplay()
  • #1576552 by jhedstrom, jcisio, markie: Prevent PHP notices in path_node_insert/update if $node->path is defined but $node->path['alias'] is not
  • #2581743 by carstenG: Missing space in block module
  • #2512210 by trgreen17, naveenvalecha, David_Rothstein, jhodgdon, liberatr: SimpleTest - WebTestBase method creates binary-text files when the intention was to create text files, and text file creation is broken
  • #2508055 by Dave Reid, David_Rothstein, hussainweb: Add support for autoloading Traits
  • #1592688 by jgtrescazes, tstoeckler, eric.chenchao, fietserwin, Heine, stefan.r, Dmitriy.trt, lachezar.valchev, bogdan khrupa: #states can cause the form "required" mark to appear more than once on the same element
  • #2313085 by tkuldeep17: Can't add class to user picture by template_preprocess_user_picture as class attribute has hard coded in user picture tpl file
  • #2392109 by jacob.embree, sumitmadan, ByronNorris, dcmul, ckaotik, jhedstrom: Filter: Allow plus sign in email addresses
  • #2163209 by mgifford, David_Rothstein, andrewmacpherson, talhaparacha, dcam, Charles Belov, davidhernandez, jwhitsit: Add alternate text to file icon
  • #2559335 by epophoto, cilefen, andrewmk: password-hash.sh is hardcoded to use "/usr/bin/php"
  • #2500717 by afi13, cilefen, evilfurryone: Sort entries in the site status report page alphabetically, BUT case-insensitively
  • #2538640 by rrrob, dawehner: Add theme_debug to default.settings.php
  • #2477641 by opdavies, markpavlitski, pguillard, sivaji@knackforge.com, kaypro4, gyuhyon, edutrul, yoroy: One-time login link failure messages are misleading because they are not marked as errors
  • #2455057 by michaellenahan, jhodgdon, jelo: Fix fast 404 settings for private image files
  • #1647440 by chrisrockwell, Dave Reid, greggles: Fix PHP notice if invalid format ID requested at filter/tips/format-id
  • #1534490 by msonnabaum, bigjim, David_Rothstein, pounard, Dave Reid: Make block cache cids alterable
  • #1845104 by dcam, longwave, thehong, er.pushpinderrana, martin_q, David_Rothstein: drupal_set_message('0') results in no output rather than outputting "0"
  • #2494403 by tonystar: $field_types is not initialized in drupal_schema_field_types()
  • #2060553 by jhodgdon, sivaji@knackforge.com, manningpete: Test that searching for HTML entities works as expected
  • #1520716 by lokapujya, djdevin, David Lesieur, cwells, jhedstrom: "Files displayed by default" not respected
  • #2254235 by AohRveTPV, mahtoranjeet, er.pushpinderrana, yogen.prasad, ashutoshsngh, Manjit.Singh, Charles Belov, nod_, droplet: Don't include leading and trailing spaces in password strength
  • #1719280 by GuyPaddock, Robin Millette: Undefined index warning in user_menu_link_alter() when manually adding a "user" path as a shortcut
  • #1514088 by DamienMcKenna: Minor comment formatting inconsistencies in cache.inc
  • #2486643 by AlexKirienko: Undefined index: nid in main() in statistics.php
  • #1737714 by legovaer, rlhawk: Help text does not display when editing an image effect
  • #890934 by sandipmkhairnar, reglogge: Garland uses $vars instead of $variables
  • #2342667 by claudiu.cristea, Dave Reid, ndobromirov: Cron and batch processing of queues are not accepting callables
  • #2483025 by joshi.rohit100, dcam: Remove 'has_body' and 'body_label' from drupalCreateContentType()
  • #2233929 by alexpott, Dave Reid, Berdir, YesCT: drupal_set_time_limit should not be able to change the time limit if it's already unlimited
  • #1275978 by pillarsdotnet, Zgear, cck, dcam: The thousand_separator for numeric fields should default to '' (nothing) instead of '' (space)
  • #619542 by dcrocks, bfroehle, catch, amontero, jayeshanandani, malcomio, JohnAlbin, olamaekle: Malformed theme .info files break menu_router generation
  • #2511306 by ElusiveMind, JeroenT, leolando.tan, cilefen, charginghawk: Error: Call to a member function getElementsByTagName() in filter.module when filter_dom_serialize() is passed an empty document.
  • #1973262 by cilefen, Matt V., David_Rothstein, Anybody, Rob230: User pages display incorrect title instead of "Menu link title" when link paths are added to a default menus
  • #2376239 by david_garcia, dobe: "format" field in table "date_format_locale" should be case sensitive
  • #2470525 by berenddeboer, osman: statistics_node_view overwrites #attached JavaScript
  • #2205271 by trobey, jhedstrom, hass, alexpott, chx, joachim, jhodgdon: Add an optional project namespace for dependencies
  • #2017433 by LinL, BarisW, coredumperror: The documentation for hook_ranking() is wrong
  • #496170 by stefan.r, chx, Fabianx, jbrauer, David_Rothstein, roderik, rwohleb, pounard, kenorb, Jose Reyero, joelpittet, catch: module_implements() cache can be polluted by module_invoke_all() being called (in)directly prior to full bootstrap completion
  • #2263365 by donquixote, smccabe, longwave, alexpott, joelpittet, Fabianx, mikeytown2, joseph.olstad, sun: Second loop in module_implements() was being repeated for no reason (performance improvement)
  • #462950 by pwolanin, Pere Orga: Mitigate the security risks that come from IE, Chrome and other browsers trying to sniff the mime type
  • #2364629 by gaurav.goyal, cilefen, dcam: After deletion of built-in administrator role the default admin role is not shown as disabled
  • #2388255 by dawehner, pwolanin, hussainweb, greggles: Limit PDO MySQL to executing single statements if PHP supports it
  • #1260938 by dawehner, David_Rothstein, flaviovs, Fabianx, pfrenssen, boran, jelo, neclimdul, scorchio, Berdir, vijaycs85: D6 to D7 update can fail on duplicate files in system update #7061
  • #2500101 by David_Rothstein: sites/all/modules/README.txt should not imply that clearing caches always works after moving a module to a new subdirectory
  • #667058 followup by TwoD: Fix "JavaScript" typo in sites/all/libraries/README.txt.
  • #2425325 by cleaver, JacobSanford: Batch API example code has wrong finished callback
Download Size md5 hash
drupal-7.40.tar.gz 3.11 MB d4509f13c23999a76e61ec4d5ccfaf26
drupal-7.40.zip 3.58 MB ce9df1b954e3343775444abfd29f9c68
Last updated: October 14, 2015 - 23:33
Official release from tag: 
7.40
Core compatibility: 
Release type: 

drupal 7.41

$
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.41.tar.gz 3.11 MB 7636e75e8be213455b4ac7911ce5801f
drupal-7.41.zip 3.58 MB fcaf8bf4b7b560f2c6f39c39908270a0
Last updated: October 21, 2015 - 19:53
Official release from tag: 
7.41
Core compatibility: 
Release type: 

drupal 8.0.0-rc2

$
0
0

Release notes

This is the second release candidate for Drupal 8.0.0. Release candidates are not supported for production sites, but they are intended for widespread testing in preparation for the upcoming stable release. Release candidates also provide an opportunity to begin developing with Drupal 8, especially for:

  • New sites.
  • Sites that rely mainly on the expanded functionality provided by Drupal 8 core alone.
  • Projects that will take months of development time.
  • Sites for which Drupal 8's benefits outweigh the effort needed to port (or work around) contributed modules that do not yet have Drupal 8 versions.

Read more about Drupal 8 release candidates.

When will Drupal 8.0.0 be released?

We will schedule an official release date for 8.0.0 when we are confident that the rate and nature of incoming critical bugs has slowed enough to ensure a stable release. Until then, release candidates of Drupal 8 will be released twice a month alongside Drupal 7 release windows.

Known issues

There are currently 3 known critical issues with this release candidate. We expect to identify and resolve additional critical issues as the release candidate is tested more widely.

Handling security issues

Starting now, any security issues discovered for Drupal 8 should be kept confidential and reported using the Report a security vulnerability link on the Drupal project page in order to protect existing sites. Through December 31, 2015, the Drupal 8 security bounty is also still active, so you can get paid for finding security issues and reporting them in our private tracker! See the security team page for more information on Drupal security.

Changes since 8.0.0-rc1

Also see the full list of API changes in Drupal 8.

The previous release candidate had a known issue with response cache headers sometimes exceeding hosting configuration limits that caused some pages to not be viewable on some hosting providers. That issue has been resolved by #2527126: Only send X-Drupal-Cache-Tags and -Contexts headers when developer explicitly enables them. Additionally, six critical issues have been resolved since the last release candidate. Full change log:

Download Size md5 hash
drupal-8.0.0-rc2.tar.gz 10.23 MB 66f0032af1350410a502f3a8cde5ab3f
drupal-8.0.0-rc2.zip 17.48 MB 25baab28b6b0e47d7a2ed14c2d6d6c50
Last updated: October 21, 2015 - 23:03
Official release from tag: 
8.0.0-rc2
Core compatibility: 
Release type: 

drupal 8.0.0-rc3

$
0
0

Release notes

This is the third release candidate for Drupal 8.0.0. Release candidates are not supported for production sites, but they are intended for widespread testing in preparation for the upcoming stable release. Release candidates also provide an opportunity to begin developing with Drupal 8, especially for:

  • New sites.
  • Sites that rely mainly on the expanded functionality provided by Drupal 8 core alone.
  • Projects that will take months of development time.
  • Sites for which Drupal 8's benefits outweigh the effort needed to port (or work around) contributed modules that do not yet have Drupal 8 versions.

Read more about Drupal 8 release candidates.

When will Drupal 8.0.0 be released?

Drupal 8.0.0 will be released on November 19th 2015. We will also issue a final release candidate on November 12 in preparation for the release.

Known issues

There are currently 6 known critical issues with this release candidate. We expect to identify and resolve additional critical issues as the release candidate is tested more widely.

Handling security issues

Any security issues discovered for Drupal 8 should be kept confidential and reported using the Report a security vulnerability link on the Drupal project page in order to protect existing sites. Through December 31, 2015, the Drupal 8 security bounty is also still active, so you can get paid for finding security issues and reporting them in our private tracker! See the security team page for more information on Drupal security.

Changes since 8.0.0-rc2

This release candidate includes numerous fixes to regressions in CKeditor since beta 15. Full list of changes:

  • 8.0.0-rc3
  • #2598070 by Wim Leers, jaxxed, DuaelFr, Haza, Reinmar, oleq: [regression] CKEditor Link button does not show if HTML filtering is enabled
  • #2585173 by Wim Leers, Jelle_S, DuaelFr, nod_, Reinmar, attiks: [regression] "Allowed HTML tags" setting corrupted upon accessing Text Format configuration UI
  • #2510380 by Wim Leers, DuaelFr, mlewand, quicksketch, Reinmar, oleq: Images cannot be linked in CKEditor
  • Revert "Issue #2510380 by Wim Leers, DuaelFr, mlewand, quicksketch, Reinmar, oleq: Images cannot be linked in CKEditor"
  • #2581291 by Wim Leers: Update CKEditor library to 4.5.4
  • #2599190 by chegor, rakesh.gectcr, sdstyles, aneeshthankachan, anil280988, Himanshu5050, jhodgdon: Update upgrading procedure describing in UPGRADE.txt
  • #2605546 by dawehner: Mark \Drupal::url() as deprecated
  • #2516742 by DuaelFr, dawehner: Allow Views to be resolved by TitleResolver
  • #2194155 by cosmicdreams, subhojit777, tatarbj, Cottser: Replace deprecated Twig_NodeInterface with recommended Twig_Node
  • #2605408 by IRuslan: Invalid HTML markup in status-report.html.twig
  • #2605280 by rakesh.gectcr: Missing return $this in Url::setUnrouted
  • #2602872 by rakesh.gectcr: Wrong @param doc for construct function in class ContainerAwareEventDispatcher
  • #2602464 by heykarthikwithu, anil280988, rakesh.gectcr: Remove unused local variable and add return value to docs in _search_find_match_with_simplify() of 'search.module'
  • #2605388 by rakesh.gectcr, anil280988, mahavir003, aneeshthankachan: Comment Typos in DrupalKernel.php
  • #2603372 by heykarthikwithu: Remove unused variable in LibraryDiscovery::getLibrariesByExtension()
  • #2480333 by Wim Leers, Elijah Lynn: Document how to use an unminified CKEditor build (for developing/debugging)
  • #2581817 by YesCT: Follow-up for #2505263: clean up comments
  • #2606460 by Wim Leers, alexpott: Regression caused by #2557113: Enabling CKEditor for a text format that did not have it previously is broken
  • #2600672 by alexpott, dawehner: Core MarkupInterface implementations used in Twig templates should implement \Countable
  • #2601790 by Liam Morland: In AttachedAssetsTest.php, separate a 3-part test into 3 separate test assertions
  • #2604324 by krknth, anil280988: block.html.twig variable docs are incorrect
  • #2606470 by alexpott: Symfony prevents container cloning in 2.8 - let's fix this early
  • #2597359 by Wim Leers: Require responses with attachments to contain the final attachment values
  • #2324649 by phenaproxima, svendecabooter, benjy, Berdir: Migrate text fields correctly based on their text_processing setting
  • #2596043 by mpdonadio, pjonckiere: DrupalDateTime constructor claims to support \DateTime object - it should not
  • #2605264 by rakesh.gectcr: Fixing typos for core/lib/Drupal/Core/Entity
  • #2603070 by rakesh.gectcr: Unused variable in file_url_transform_relative()
  • #2602410 by xaiwant: Invalid @param name in core/modules/comment/src/CommentStorage.php
  • #2601682 by krknth, rakesh.gectcr, anil280988, jhodgdon: Unnecessary @param tags & Missing variable names in block, block_content module
  • #2536374 by DuaelFr: Generate placeholder content for ListItemBase Field types
  • #2596083 by Wim Leers, lokapujya, jamin_melville: Allowed attribute 'class' not respected in CKEditor: ACF strips it
  • #2549951 by Wim Leers: Document how to specify multiple CSS classes for CKEditor's styles dropdown
  • #2604618 by andypost, xjm: Views operations dropbuttons do not work with Comment because it does not specify a list builder
  • #2491875 by joachim, xjm, Xano, alexpott: EntityViewsData adds Operations links to all entities, which won't work if the entity type has no list builder, leading to WSOD on some views
  • #2598488 by NickWilde: Views Page display menu expanded option is not included and gets destroyed by cache-rebuild
  • #2590403 by Wim Leers: Remove "Open in new window" checkbox from EditorLinkDialog — Was: "Consider whitelisting 's target attribute in the Standard install profile"
  • #2604092 by Wim Leers: BookNavigationBlock has the 'user.roles' cache context, is wrong
  • #2594909 by rakesh.gectcr, krknth, jhodgdon: Missing @return tags in function/method comments in the core/modules folder
  • #2603296 by heykarthikwithu: 'hook_shortcut_default_set' hook's docblock return can be improved
  • #2453551 by mbovan, edurenye, Berdir, Saphyel, jhodgdon: TranslationLanguageRenderer tries to add langcode field to the view for entity types that have no langcode
  • #2602380 by jonhattan: Innacurate exception message: The "%s" entity cannot have a URI as it does have an ID
  • #2603786 by joelpittet, Wim Leers, Fabianx: Make Renderer(Interface)::renderPlaceholder() public
  • #2575703 by borisson_, stefan.r, Berdir, joshi.rohit100: Remove default fall-through from PlaceholderTrait::placeholderFormat()
  • #2602662 by mikeryan, phenaproxima: Feed ID should be required base field for aggregator items
  • #2604722 by rakesh.gectcr: Comment typo in BaseFieldDefinition.php file
  • #2597628 by plach, jhedstrom, alexpott, Gábor Hojtsy: Enabling translation for menu links / taxonomy terms results in "Entity/field definitions" -- "Mismatch detected" on reports/status page
  • #2600152 by Cottser, dawehner: Make ThemeRegistryLoader only throw an error when $throw is true
  • #2589829 by rakesh.gectcr, joshi.rohit100, yched, Arla: Missing return $this in FieldConfigBase::setSetting and setConstraints
  • #2540870 by joelpittet, lauriii: Improve the |safe_join Twig to be inline with twig_join_filter()
  • #2603152 by alexpott, Fabianx, neclimdul: Fix PHP 7 testbot failures
  • #2541344 by Wim Leers, borisson_, DietrichM, Xano, tim.plunkett, alvar0hurtad0, joshi.rohit100: BlockBase subclasses should merge their cache tags/contexts with the parent's (BlockBase's)
  • #2500931 by mikeker, jhedstrom, Berdir: Views feed doesn't encode embedded HTML anymore
  • #2603798 by neclimdul, phenaproxima, mikeryan: dblog_settings tests prove nothing
  • #2590105 by webflo, phenaproxima, snehi, alexpott: Fix undefined variable in d6_field migration
  • #2574973 by mikeryan, phenaproxima: Option to tee idmap messages to message interface
  • #2596793 by phenaproxima, penyaskito, svendecabooter: Migrate legacy languages to configurable language entites
  • #2599246 by mcdruid, Gábor Hojtsy: data in bulk_form_key should not be separated by -
  • #2337191 by tim.plunkett, dawehner, jibran, yched, Wim Leers, catch: Split up EntityManager into many services
  • #2601610 by krknth: Fix comment standards for filter module
  • #2599156 by nicrodgers, snehi, jhodgdon: Several methods in node.module are missing return type documenation
  • #2599442 by jhodgdon, heykarthikwithu, Himanshu5050, eojthebrave, metzlerd: Document common form/render element properties
  • #2599524 by blackra, krknth, jhodgdon, rhett.prichard: Fixing order of documentation sections for /core/lib/Drupal
  • #2598696 by mikeryan, effulgentsia, quietone: Rollback should not delete uid 1
  • #2600538 by rakesh.gectcr, anil280988, justAChris, jhodgdon: Incorrect @file description in core/ classes - wrong namespace or class name
  • #2602442 by mcdruid: typo in \Drupal\tracker\Tests\TrackerNodeAccessTest - drupalCreateuser
  • #2601244 by heykarthikwithu: Removal of unused variable in function config_translation_config_translation_info(&$info)
  • #2601364 by rakesh.gectcr: Unused local variables in template_preprocess_table()
  • #2599612 by rakesh.gectcr: Unused variable in drupal_get_filename()
  • #2601220 by heykarthikwithu: ConfigTranslationOverviewAccess::__construct docblock parameters doesn't match actual parameters
  • #2578377 by YesCT, jhodgdon, Gábor Hojtsy, alexpott, herom, xjm: Make translatable docs consolidated and better for developers
  • #2600996 by heykarthikwithu: Removal of unused variable CommentController::getReplyForm
  • #2600990 by heykarthikwithu: Removal of unused variable BookManager::getActiveTrailIds
  • #2601162 by heykarthikwithu: ShortcutSetStorage::__construct documentation of @param StorageInterface is not required
  • #2598232 by Berdir, alexpott, juanse254: ConfigFactory::get() pollutes ::loadMultiple() static cache with new config objects
  • #2569223 by tim.plunkett: Add tim.plunkett to Ajax system in MAINTAINERS.txt
  • #2400197 by pwolanin, fgm, znerol, neclimdul, mpdonadio, thekevinday, Fabianx: Harden the security where hash values are compared
  • #2594845 by er.manojsharma, tarekdj, snehi, dpopdan, anil280988, jhodgdon, cilefen: Many database driver classes have no class doc blocks
  • #2597860 by neclimdul: UpdateRegistryTest tests missing assertions
  • #2597844 by neclimdul: EntityManagerTest doesn't assert everything it thinks it does
  • #2591125 by Berdir, Jaesin: Only the last views argument token works
  • #1443342 by joseph.olstad, mikeytown2, xjm, joelpittet, brianV, effulgentsia: Inline file_uri_scheme() in file_stream_wrapper_uri_normalize() and other file.inc functions
  • #2600200 by alexpott, chx, swentel: PHP7 reveals inconsistent ordering in views_entity_field_label()
  • #2600686 by jhodgdon: Broken views test config YAML
  • #2530296 by googletorp, mondrake, snehi, andile2012, jhodgdon, mikeker: Fix up docs in core/includes/pager.inc
  • #2600328 by aanschut, brandenlhamilton, dawehner, pjonckiere: Argument default plugin docblocks
  • #2600304 by marvin_B8, anil280988, GoZ, justAChris: Bad @file description in core/ classes
  • #2579427 by lauriii, ibullock, joelpittet, bigjim: Outputting markup from custom text field is not possible
  • #2600282 by dawehner, alexpott: PHP7 fails on Drupal\system\Tests\Update\UpdatePostUpdateTest
  • #2597303 by benjy: Kernel Tests should be allowed in profiles
  • #2599250 by krknth: Fixing order of documentation sections
  • #2600176 by alexpott, dawehner, tim.plunkett: Step 1.875: Include the PhantomJS Mink driver for real
  • #2580049 by Cottser, Manjit.Singh, NickWilde, alexpott, Wim Leers: Removed CSS files not removed from library definitions
  • #2588529 by David_Rothstein, cilefen, kikoalonsob: Code indentation is incorrect in simpletest_generate_file()
  • #2549571 by borisson_, nicrodgers: method visiblity in NodeTranslationUITest
  • #2042239 by tbradbury, pkiraly, lucaslg, pjonckiere, oriol_e9g, ivanchaer, jhodgdon, chx, cilefen, David_Rothstein: DeleteQuery::execute (Delete::execute() in D8) return value documentation is unusable
  • #2595605 by snehi, kiamlaluno, cilefen: Wrong comment in User module in user.module file
  • #2598500 by krknth, nicrodgers: Remove unused variables from core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
  • #2598840 by GoZ, DuaelFr: Bad @file description in Test files classes
  • #2598620 by penyaskito: Wrong assertion on BulkFormTest
  • #2513266 by mikeker, joelpittet, lauriii, Cottser, pwolanin, larowlan, Fabianx, stevector, catch, alexpott, dawehner: Twig templates can call delete() on entities and other objects
  • #2597644 by Mile23: ComposerIntegrationTest::testAllModulesReplaced() doesn't test anything
  • #2596801 by alexpott, dawehner: Step 1.75: Include the PhantomJS Mink driver
  • #2502621 by Pravin Ajaaz, hussainweb, Peacog, jhodgdon, ivanjaros: Replace implement notes with inheritdoc tag
  • #2599446 by alexpott: UncaughtExceptionTest fails on PHP7
  • #2592665 by jhedstrom, alexpott: Create RC1 database dumps
  • #2600004 by koppie, YesCT: Missing param type for getOption()
  • #2484645 by giancarlosotelo, Arla: Assigning context mapping: allow empty selection for optional contexts
  • #2544156 by joelpittet: Deprecate drupal_render_children()
  • #2594441 by rakesh.gectcr, joshi.rohit100, Nitesh Pawar, cilefen, xjm: Comment Typos in bootstrap.inc file
  • #2599172 by TravisCarden: Typo: "Provides a service to handler..."
  • #2502867 by Peacog, trwad, jhodgdon: Document all drupal(Post|Get)(*) methods $path parameter
  • #2547691 by snehi, er.pushpinderrana, edxxu, ipun.amin, visabhishek, jhodgdon, cilefen, ttkaminski: Typo with #theme_wrappers
  • #2597814 by dawehner, Xano: Kerneltests are broken in phpstorm
  • #2576431 by joyceg, YesCT: Improve t() docs "fully-translatable site" is overstating
  • #2575735 by almaudoh: LibraryDiscoveryCollector::reset() does not properly reset its $cid, resulting in loading wrong library assets if the active theme changes
  • #2584745 by mbovan, s_leu: Entity references should be displayed translated on non translatable entity types
  • #2593481 by Wim Leers: PlaceholderGenerator::createPlaceholder() generates invalid markup; causes placeholders to not be replaced if processed by DOMDocument
  • #1938900 by joelpittet, lokapujya, Cottser, lauriii, swentel, neochief, tstoeckler, andypost, duellj: Convert theme_field_ui_table into a template (DIE THEME FUNCTIONS DIE)
  • #2512468 by bendev, munzirtaha, rudraram, chipway, emma.maria, cchanana, elchiconube, Manjit.Singh, jim005, trevorkjorlien, fil00dl, meenakshi.r, davidhernandez, rbrissaud, Knee-X, LewisNyman: Regression: Indented styles for indented comments are missing in Bartik
  • #1938912 by Manuel Garcia, joelpittet, lokapujya, duellj, Cottser, akalata, pplantinga, mdrummond, rpayanm, Hydra, lauriii: Convert language content setting table theme to a twig template
  • #2544176 by lauriii, joelpittet: Remove drupal_render_children() usage in Drupal\toolbar\Element\Toolbar
  • #2582309 by neclimdul, joelpittet, YesCT, dawehner, tim.plunkett: Cookies get lost during RedirectResponse replacement
  • #2597718 by googletorp, tstoeckler: Date library is missing dependency to jquery.once
  • #2585781 by anil280988, Davinder.Snehi, sdstyles, lucian.gutoiu, Chi, jhodgdon, GoZ, YesCT: Wrong documentation of t()
  • #2580569 by anavarre, Davinder.Snehi, Schnitzel, jhodgdon: Update documentation that mentions active CMI directory. active was removed
  • #2597548 by jhodgdon, tim.plunkett: Useless message thrown by SqlContentEntityStorage::wrapSchemaException()
  • #2583135 by Torenware, klausi: Context::getContextData() sometimes returns NULL which violates ContextInterface
  • #2597137 by Dom., jhodgdon, dawehner: Missing schema error on 'sorts.score.expose' views configurations
  • #2599152 by mikeryan, jhedstrom: ROLLBACK_PRESERVE is not respected
  • #2587549 by herom, prestonso: Remaining RTL fixes for Drupal 8
  • #2582577 by Shlyapkin Grigoriy, Liam Morland, stefan.r, mradcliffe, oriol_e9g, shazbot28: D8 install should check MySQL version (Syntax error or access violation: 1115 Unknown character set: 'utf8mb4')
  • Back to dev.
Download Size md5 hash
drupal-8.0.0-rc3.tar.gz 11.02 MB dedd68b8f39002d64fe64a0c5085e573
drupal-8.0.0-rc3.zip 18.34 MB a34e8fb197ee8c7339b1879f7340d20e
Last updated: November 4, 2015 - 10:33
Official release from tag: 
8.0.0-rc3
Core compatibility: 
Viewing all 601 articles
Browse latest View live