Move Seven CSS files into css directory
ProblemSeven is the only theme which hasn't a 'css' directory where the CSS files are. Is there a reason for that? I thought that all modules and themes should have the CSS in a 'css'...
View ArticleMerge ListBooleanItem from options module into BooleanItem
Problem/MotivationThere are currently two different booelean field types.The core implementation "boolean", which has no formatters and widgets but is used in base fields a lot and "list_boolean" field...
View ArticleImprove docs and provide real-world example for...
Follow up to #1890502: WYSIWYG: Add CKEditor module to core.The PHPDoc of hook_ckeditor_css_alter() currently says: * Front-end themes (and base themes) can easily specify CSS files to be used in *...
View Articledocument views_ajax_form_wrapper()
Contributor tasks neededTaskNovice task?Contributor instructionsComplete?Problem/MotivationProposed resolutionRemaining tasksUser interface changesAPI changes
View ArticleContact module categories has not support language select
The Drupal 8 contact module support categories with configuration entity. But this entity does not support language selector.Related issue: #1935022: Add a language selector on views
View ArticleAllow Simpletest to Post Invalid Values for Select Fields
Problem/MotivationI was constructing some test cases for a custom form #process callback when I was shocked - shocked! - to discover two things:DrupalWebTestCase::drupalPost not allow me to submit...
View ArticleAdd entity caching to core
Updated: Comment #260Problem/MotivationLoading entity from the database is slow. Configurable fields have their own cache handing, but entities can now have up to 4 base tables, from which multiple...
View ArticleThrobber in textfield is misaligned when browser hardware acceleration...
Problem/MotivationIn Firefox and IE with enabled hardware acceleration (and supporting Subpixel), the input fields are rendered sightly taller. This causes part or all of the spinning/searching state...
View ArticleCan't Install Drupal 8
My set-up:PHP 5.4.28 and MySQL 5.5.36-cli running on a cPanel server with CENTOS 6.5 x86_64 virtuozzo VPS Apache 2.4.9 I tried both 8.0-alpha12 and 8.x-dev. They both failed to install and threw an...
View ArticleThemers shouldn't need to write config schema
Problem/MotivationWe have made Drupal 8 in many ways a lot better experience for themers and then completely thrown them under the bus by forcing them to write a config schema. Config schema is weird...
View ArticleAdd a query tag to the query in menu_link_get_preferred() to allow modules to...
The function menu_link_get_preferred() returns sometimes the wrong menu item.In my case, I have a website with i18n and i18n_menu. I have a view with the path /news. This path is aliased for another...
View ArticleSupport RDFa output in number field formatter
Problem/MotivationSimilarly to #2034975: Test RDFa output in email formatter and other fields, we need to verify whether the default placement of the RDFa markup on the field wrapper is sufficient for...
View ArticleImplement stackphp
Problem/MotivationThere is a common pattern called middlewars among various programming languages, more about on https://igor.io/2013/02/02/http-kernel-middlewares.html These middlewares allow...
View ArticleEnable CORS for GET requests
To allow Ajax requests from a different domain and take advantages of the new REST module more globally.W3C Draft:http://www.w3.org/TR/cors/What:...
View ArticleRemove usages of watchdog() from forms, plugins and controllers
Now that watchdog() is deprecated we should remove all usage from forms, controllers, plugins
View ArticleRename contact category to contact form
Problem/MotivationCurrently contact categories are exposed to own URLs contact/{contact_category} so actually they are not categories but separate forms on their pages (except personal) So managing...
View ArticleStandardize node route names by relationship
Part of #2259445: [Meta] Entity Resource unificationProblem/MotivationLet's make any API changes now for the parent issue so that it doesn't block beta.Proposed resolutionIn order to get the API...
View ArticleDecide on default fast, local cache in CacheFactory (i.e. default to APCu if...
over in #2228261: Add a local, PhpStorage-based cache backend we're putting a php-storage cache backend in core.an APCu backend is also coming soon.given that, we could decide to use one or both of...
View Articleupdate_manager_file_get will always fetch remote files
if (!file_exists($local) || update_delete_file_if_stale($local)) { return system_retrieve_file($url, $local, FALSE, FILE_EXISTS_REPLACE); } else { return $local; } We'll never use the local...
View ArticlePDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table...
I see this when enabling Drupal ForumPDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mysite.forum_index' doesn't exist: SELECT f.* FROM {forum_index} f ORDER BY f.created DESC...
View Article