removing t() from asserts - remaining changes.
As suggested by @Cottser on #500866: [META] remove t() from assert message, this is a new issue to pick up the stragglers from the t() clean-up in assert messages and groups.
View ArticleFigure out what to do with the install/uninstall modules page
Follow-up / spin-off for #1199946: Disabled modules are broken beyond repair so the "disable" functionality needs to be removedOnce #1199946: Disabled modules are broken beyond repair so the "disable"...
View ArticleText editors should trigger formUpdated event
When using in-place editing on an "article" node's "body" field in "teaser" view mode, the "form" in-place editor is used, which in turn uses CKEditor. When the text within CKEditor is modified,...
View Articleremoving t() from asserts - remaining views and views_ui changes
As suggested by @Cottser on #500866: [META] remove t() from assert message, this is a new issue to pick up the views and views_ui remaining items from the t() clean-up in assert messages and groups.
View ArticleTest-Issue for language negotiation as plugins
Related to #1862202: Objectify the language negotiation systemAttachmentSizeStatusTest resultOperationslanguage-negotiation-methods-as-plugin.patch61.1 KBIdleFAILED: [[SimpleTest]]: [MySQL] 57,056...
View ArticleFigure out how to inject abritrary arguments into controllers/local...
@TODO Write better summary. [19:31] I guess the best idea so far was to use something close to context aware plugin [19:31] where we would set the contexts based on the request [19:31] and then just...
View ArticleConvert system module's Mail unit test to phpunit
Task to convert WrapMailUnitTest to phpunit, and convert drupal_wrap_mail() to a component.See #1938068: [Meta] Convert UnitTestBase to PHPUnit.
View Article[meta] Comply with WCAG guideline 4.1: Compatibility
WCAG Guideline 4.1:Maximize compatibility with current and future user agents, including assistive technologies.4.1.1 Parsing:In content implemented using markup languages, elements have complete start...
View ArticleCreate hook_help for Tour module
Background: This issue is part of the task to update/create the hook_help texts of the modules for Drupal 8:#1908570: [meta] Update or create hook_help() texts for D8 core modulesTasks: - write the...
View ArticleThe null theme was not found.
I want change the default theme with other theme but when every time I try to change, an error message occured: "The null theme was not found.".Until now, I can't change the default theme.
View ArticleAdd a dedicated @FieldWidget annotation
See #1966246: [meta] Introduce specific annotations for each plugin type, #2034563: Switch field plugin managers to DefaultPluginManager
View ArticleSwitch widget factory to container factory
#2034563: Switch field plugin managers to DefaultPluginManagerFor all the logic needed in the current container factory maybe the createInstance method on the widget plugin manager should be different.
View ArticleReconsider whether to use ':' as separator for derivative plugins
In #2029509: Views AccessPlugin entity access it became clear that dealing with derivative plugin ids causes all kind of problems, as a ':' is problematic when it comes to FAPI/JS
View ArticleReplace imitated "Drupal" wordmark
It was decided that for legal reasons, we can't include the official Drupal wordmark in the installer screen, see #605710: Decide on if and if so, how to implement the Drupal wordmark in core.Now,...
View ArticleRemove unused "use" statements from common.inc
Followup from #352951: Make JS & CSS Preprocessing Pluggable see #165 and #166. Since we are being here though, lets check if we have more use statements that are not necessary in this file
View ArticleMove Views Translation link definitions from specific entity modules to...
imho, $data['entity_type']['translation_link'] definitions should be moved to Content translation module.
View ArticleHow to set node status in unpubished if some fields are not entered
There are content type Team and Person.Team contains entity reference field of Person(auto complete,Required, Maximum 10).If while entering data for Team for the person field out of 10 value only 7 are...
View ArticleUse CKEditor 4.2's new onChange event rather than our temporary work-around
Because CKEditor did not yet have a "change" event built in, we had to fake that on a best-effort basis: onChange: function (element, callback) { var editor =...
View ArticleUse CKEditor 4.2's new ability to only allow indentation of lists
This was one of the gripes we had with indentation in CKEditor 3.x/4.0: the fact that you could indent pretty much anything, rather than just HTML tags that actually allow for nesting.E.g. it was...
View ArticleOptimize CKEditor's build-config.js
The following lines can be removed from core/assets/vendor/ckeditor/build-config.js.'dialog' : 1,'dialogui' : 1,'menu' : 1,'floatpanel' : 1,'panel' : 1,'button' : 1,'popup' : 1,'richcombo' :...
View Article