Add drupal.base library for base CSS styles
Problem/MotivationOur current CSS is a mish-mash of styles that don't follow the SMACSS categorization standards that are now part of our CSS standards. See http://drupal.org/node/1887918Proposed...
View ArticleRemove separate CSS_AGGREGATE_SYSTEM aggregate file
Problem/MotivationWe currently have a slightly-awkward CSS aggregation strategy. And, for some bizarre reason, we are putting all of the System module's CSS into a separate aggregate file. That's...
View ArticleNotice: Undefined offset: 1 in format_plural() (line 1722 of...
Hi,I was porting my module, when I faced the above error. I looked and the offending line is return $translated_array[1]; so I'm also wondering if it's t().Regards,
View ArticleRemove separate CSS_AGGREGATE_THEME aggregate file
Problem/MotivationWe currently have a slightly-awkward CSS aggregation strategy. Our theme-level CSS is artificially forced to be loaded after all module-level CSS. That means we have twice as many...
View Articlehook_update_N() doc don't mention the docblock UI magic
API page: http://api.drupal.org/api/drupal/modules%21system%21system.api.php/funct...The whole of a hook_update_N() implementation's docblock is shown to the user in the update.php UI. (At least IIRC...
View ArticleRemove aggregator.theme.css deprecated by entity conversion #293318
Problem/MotivationThe CSS file in the aggregator module does not apply to any actual HTML provided by the module's markup. This happened after the refactoring in #293318: Convert Aggregator feeds into...
View ArticleAdd a ModuleHandler method to invoke hooks and pass args by reference, but...
#1871596: Create a PartialResponse class to encapsulate html-level data and some other issues I can't find at the moment point out that we have lots of hooks that aren't suffixed with _alter(), that...
View ArticleDocument EntityFieldQuery::tableSort usage
API page: http://api.drupal.org/api/drupal/includes%21entity.inc/function/EntityFi...I'm having trouble working out how to use EntityFieldQuery's "tableSort" functionality. The docs refer to an "EFQ...
View ArticleRename system CSS files to match new file naming convention
Problem/MotivationThe BAT (base-admin-theme) file organization we started to do in Drupal 8 was a fantastic idea. See http://drupal.org/node/1089868It works really well, but its names conflict with the...
View ArticleAdd a helper function for easier creation of a entity reference instance...
Coming from #1911080: Replace menu node form additions with entity reference field, I think this little helper function could be split as a small subtask.
View ArticleThings that are not really factories should not be documented as factories
In conjunction with#1815988: UUID class names violate naming standard today, I noticed that the base UUID class in core/lib/Drupal/Component/Uuid/Uuid.php is documented as "Factory class for UUIDs".It...
View ArticleUnpublished (own) content does not shown for the users
Unpublished (own) content does not shown for the users, on the admin content list page (admin/content) after the drupal 7.16 version upgrade. I given all respective permissions, but content not...
View Article[META] Hypermedia Application Language (HAL) support
As discussed in Proposing an alternative to application/vnd.drupal.ld+json, the new plan is to use HAL as the primary format for REST.Step 1: Support GET with hal+jsonTo start with, we need to be able...
View ArticleCleanups in datetime field
Need code cleanups, see http://drupal.org/node/501428#comment-7047232 and possibly some more
View Article[meta] Convert all of system_config_form() to SystemConfigFormBase
#1921996: Convert system_config_form() to implement FormInterface as a base class. adds a base class to allow FormInterface to mimic system_config_form(). We should convert all of them to it. This is...
View ArticleConvert user's system_config_form() to SystemConfigFormBase
Sub-issue of #1924990: [meta] Convert all of system_config_form() to SystemConfigFormBase
View ArticleFix error and improve on module descriptor text for the Extend page
The Extend page has several things that could be better handled in the description of modules.First there is a grammatical error in Text Editor which is missing the word "administrators" and instead...
View ArticleBlock plugin machine name UX is flawed
Follow-up to: #1884762: Block forms should use #type => machine_nameProblem+++ b/core/modules/block/lib/Drupal/block/BlockBase.php@@ -241,11 +241,15 @@ public function form($form, &$form_state)...
View ArticleConvert aggregator's system_config_form() to SystemConfigFormBase
This is part of #1924990: [meta] Convert all of system_config_form() to SystemConfigFormBase.
View Article