This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 117
Upgrade to Drupal 8.0-beta9 #31
Closed
greg-1-anderson
wants to merge
301
commits into
pantheon-systems:master
from
greg-1-anderson:default-to-standard
Closed
Upgrade to Drupal 8.0-beta9 #31
greg-1-anderson
wants to merge
301
commits into
pantheon-systems:master
from
greg-1-anderson:default-to-standard
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…y in libraries.yml
…eldValue shouldn't be protected
…g Views UI labels/descriptions
…ific overrides in KernelTestBase as in WebTestBase
…oeckler, fago: FieldTypePluginManager cannot instantiate FieldType plugins, good thing TypedDataManager can instantiate just about anything
… default choice appears in list twice
…y instead of throwing an Exception due to string loader
…Singh: Remove classes from system templates d*.html.twig
…ments double escaped
…ma.maria: In narrow viewports (<320px), the toolbar menu tray should be 100% width
…ock plugins anymore
…ving createTerm and createVocabulary to a trait
…Pol, Outi, rpayanm, danylevskyi, mon_franco, Antti J. Salminen, aloyr, thlafon, Marc Hannaford, kreatIL, oussema, David Hernández: Multilingual tour for language section
…ate() catches \Twig_Error_Loader exceptions
…uld clear cache, so the new view mode can be displayed
… an entity_reference field causes a fatal error
…eRender() and View::preRenderViewElement() are called even when the Views output cache is being used, causing notice
…e storage, simplify permissions page, remove user_modules_installed
…tity and field definitions without invalidating all caches
… class to support PHP 7 (String is a reserved word)
…holders throws PDO Exception
…scribe functionality
…eld are not sorted
…l (e.g. 'user' is more specific than 'user.roles')
…name Typed Data classes to support PHP 7
…rtical-tabs component inline with our CSS standards
…er_timezone() in Drupal/Core/Datetime/DrupalDateTime::prepareTimezone() method
…hould take into account it's parameters
…dead code. Remove them
…ion "Show for the listed pages" does not appear to save
…test with an authenticated user
…gnature and move it to contrib
…implemented and arguments handling needs override
…ers need to be replaced with entity-aware handlers
…ntexts even for uncacheable blocks
…untested: remove it, use #cache[max-age] instead
…at plural an already translated string
… that configuration import validators don't have to reread data from disk or the db
…a file language code and a site language code
… in Configure page after install on standard profile
…used as a file language code and a site language code" This reverts commit 364a6e9.
… Standard Install in ConfigInstaller
Just closing this out since we are already rolling Beta 10! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The unmodified Drupal 8.0-beta9 release does not install out-of-the-box on Pantheon. This PR includes all of the commits
In particular, see Setting Install Profile Value For Standard Install in ConfigInstaller, which is discussed in #17.