Convert $plugin['path'] . '/' . $plugin_id . '/%' to a new style controller
Part of #1971384: [META] Convert page callbacks to controllersFor instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.
View ArticleRich Text Editor toggle is disabled (silently) on specific entity bundle:...
G'Day all,On a custom content type we used the default body field to store text. I imported 1000 nodes using Feeds Importer, and the format for the body field was set to Full HTML.After import, I...
View ArticleAutomatically update interface translations using cron
Problem/MotivationAs part of the l10n_update integration in core the motivation of this issue is to provide automatic update of interface translations when new translations are available. The interface...
View ArticleConvert locale_translate_english variable to CMI
Part of #1775842: [meta] Convert all variables to state and/or config systems
View ArticleRemove the global JS futzing in ViewsFormBase::getForm()
ViewsFormBase::getForm() stashes the current JS, allows all multistep forms to run, and then restores the JS.This should be removed once #1839338: [meta] Remove drupal_set_*() drupal_add_*() in favour...
View ArticleRemove backward compatible ControllerInterface
Let's remove the unneeded ControllerInterface (as it's deprecated).
View ArticleAre there source-files available of the message- icons in the /misc folder ?
I am looking for original files (hires /vector) of the Artwork in the /misc folder. Eg. message- icons like message-24-ok.png etc. I want to adapt them to my theme. I searched all over, but found no...
View ArticleUse the controller resolver to inject parameters into HtmlFormController
#1984610: Convert user_pass to a new-style Form object showed us that you can't inject the request object into the form method.Instead of manually using some reflection we can rely on the controller...
View ArticleGlossary view is broken
The glossary view currently doesn't show anything, which is obviously not the expected behavior.AttachmentSizeStatusTest resultOperationsbroken-glossary.png5.95 KBIgnored: Check issue status.NoneNone
View ArticleAllow the boolean labels of exposed filters to be configurable
Boolean views fields can be given specialized true/false values:Here is the same field, but as an exposed filter:Related issues:#1851086: Replace admin/people with a View#1895160: Convert admin/content...
View ArticleConvert user_pass_reset to a new-style Form object
Convert this page callback to a new-style Form object, using the instructions on http://drupal.org/node/1800686
View Articleconfig_install_default_config() is not safe to use in hook_update_N()
While writing an upgrade path test for #1846172: Replace the actions API, I ran into a bit of a problem. system_update_8046() calls config_install_default_config('module', 'node');, which prematurely...
View ArticleRemove hook_menu_site_status_alter() in favor of request listeners
I honestly have no idea what this hook is even for, other than this implementation:http://api.drupal.org/api/drupal/core!modules!user!user.module/function/user_menu_site_status_alter/8But that should...
View ArticleMove batch to pluggable storage
Pluggable, injected batch storage.AttachmentSizeStatusTest resultOperationsbatch.storage.patch7.03 KBIdleFAILED: [[SimpleTest]]: [MySQL] Drupal installation failed.View details | Re-test
View ArticleAll term href's on overview page are 'taxonomy/term/()' instead of...
Line 242 of OverviewTerms.php results in 'taxonomy/term/()' always being returned.
View ArticleMinipager is broken on page size == 1 due to ceil(PHP_MAX_INT / 1)
When calculating <?php ceil($pager_total_items[$element] / $limit);?> for a mini pager which is equal to -9223372036854775808 by running $ php -r "echo (int) ceil(PHP_INT_MAX/1);"we need to...
View Articlesecurity issue: form "user_pass" password resetting - email/username exists...
function user_pass_validate(); disclosure an exist of account and email address on the site.how to reproduce: https://drupal.site.com/user/password with captcha enabled. type any email/account you want...
View ArticleInstall fail - Failed to connect to your database server.
Full error msg text:Failed to connect to your database server. The server reports the following message: The service definition "request" does not exist.. I installed latest 8-x.dev, dated 5/19, on OS...
View ArticleFilter on the desired node status field language and just fall back to the...
Follow-up for #1498674: Refactor node properties to multilingualFigure out the best way on how to implement this.
View ArticleWrong namespace for ViewsUITest
Warning: call_user_func() expects parameter 1 to be a valid callback, class 'Drupal\Tests\views\UI\ViewsUITest' not found in Drupal\simpletest\Form\SimpletestResultsForm->buildForm() (line 135 of...
View Article