"Add custom block" broken
On fresh d8 install of latest code, navigating to /block/add leads to this error:Fatal error: Call to a member function get() on a non-object in...
View ArticleUse a CKEditor Widget to create a stellar UX for captioning and aligning images
This is the follow-up issue for #2014895: Image captions & alignment. That issue was about having image captions in Drupal core that don't prevent structured content. However, it was still...
View Articlehook_menu() title callback is ignored on routes
We still need to figure out #1981644: Figure out how to deal with 'title/title callback' and #2023795: REGRESSION: hook_local_actions doesn't use title callback, but here's a fix for a fun bug we've...
View ArticleParamConverterManager has bad name and horrible documentation
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!ParamConverter!ParamConverterManager.php/class/ParamConverterManager/81) The class name means... what?2) The documentation is full of grammatical...
View Article[policy] Probably need to revisit the class naming standards
We currently have naming standards for classes:https://drupal.org/node/608152#namingThey state: Classes and interfaces should have names that stand alone to tell what they do without having to refer to...
View ArticleIf EntityFormController implements EntityControllerInterface it can ignore...
Updated: Comment #4Problem/Motivation#1846172: Replace the actions API added:+ $this->controllers['form'][$operation][$entity_type]->setOperation($operation); So we dont have to put...
View Articletidy up grammar in doc copied around: (ex: array('node', '5'))
Updated: Comment #0Problem/MotivationWhile reviewing #2027183: hook_menu() title callback is ignored on routes I thought this was a mistake. Turns out it's in 4 other places. Since it's fixed in one...
View ArticleMake image style system flexible
Updated: Comment #1Problem/MotivationRight now:Modules cannot provide different stream wrappers for different image styles of the same original. Derivatives are always inheriting the original stream...
View Articlemove the block_test module to tests/modules
Just to make things consistent and allow to load the classes in phpunit move the block_test modules to block/tests/modulesSee #2022897: Shift responsibility for creating unique config id/machine name...
View ArticleTourtip plugin exception should report both plugin and tip ids
When changing the plugin for tips into a non-existing one likeid: front...tips: front-page: id: front-page plugin: text_unknown the exception reported isError...
View ArticleMake the YAML parser a service
#1920902: Add a Drupal Yaml wrapper so we can default to PECL Yaml component if it is available and #2014293: Create a phpstorage YAML parser would benefit.
View ArticleView UI Tour is not working and had a sandbox update.
The path for this tour admin/structure/views/view/*/edit is not activated as the view edit is on path admin/structure/views/view/* for some reason.Furthermore the Tour scheme is changed not having a...
View Article$weight_delta is 153 in my setup, however it is just a tiny int.
This issue was signaled herehttps://drupal.org/node/565220#comment-2161254. I could not find a new ticket being created so I am creating it.I am copy-pasting the above mentioned comment:I am not sure...
View Articlecas server and cas client
I have created cas server and cas client after that i added organic group and related modules in site/all/modules, then i have created groups and added users to particular group. its working perfect....
View ArticleDropbutton default sort doesn't respect the field order
When you add some fields to the dropdown, it will add them in the order that were created, if you change the order of the fields later, the dropdown will display them in the original order.You need to...
View ArticleWhat version do we use of joyride and should we care?
In preparing for test #1921136: Previous button for tour tips I needed to check what version of joyride we use right now.The version 2.0.3 is not carved in stone as noted in...
View ArticleOptimize EntityNG serialization
At the moment serializing an NG entity can be a very expensive operation. We need to refactor the process so that we serialize just the actual data and not the whole field object tree.
View ArticleMove field cardinality to instance definition
Currently, one cannot re-use a field if the cardinality differs between instances. It doesn't seem very important to have the field_base definition hold the cardinality value. Can cardinality be moved...
View Articleblocks: hook_entity_operation_alter() does not work with EntityListController
Updated: Comment #0BlocksProblem/Motivationfunction hook_entity_operation_alter(array &$operations, \Drupal\Core\Entity\EntityInterface $entity) {} was added in#2004408-34: Allow modules to alter...
View ArticleRemove hook_field_schema() implementation in text module once fields has been...
Once committed #1969728: Change notice: Implement Field API "field types" as TypedData Plugins, I think that implementation of hook_field_schea should be removed in text module.Regards.
View Article