Allow NULL default values in @Plugin annotations
Drupal\Component\Annotation\Plugin happily discards any default value that is NULL. Why is this done? Can't we just let them in, to prevent us from having to isset() everywhere?
View ArticleTaxonomy tokens doesn't processed by taxonomy triggers
I want to get an e-mail notifications when taxonomy terms are added, changed or deleted. So I created a new complex action "Send e-mail...", added some taxonomy tokens ([term:name], [term:tid],...
View ArticleViewing a node with a List field results in fatal error
Steps to repro:Create content type Add List (text) field and populate required config options Create node of this content type View node The error I saw...
View ArticleTurn edit/metadata into a JsonResponse again, because AJAX commands are awful...
(Coming from #1943776-9: In-place editors (Create.js PropertyEditor widgets) should be loaded lazily.)… because AJAX commands are such a pain to use when they're triggered by the client-side:+...
View ArticleNon-admin user redirected on login to blank screen
My setup: Drupal 7.22 / PHP 5.3 / IIS 7.5 / SQL Server 2008My issue:When I log in with the admin user (user 1) account, I get redirected to the home page without a problem here:...
View ArticleSupport any entity with path.module
Opening this as a major follow-up of #1818560: Change notice: Convert taxonomy entities to the new Entity Field API at webchick's request.Right now, path.module has very specific storage and form alter...
View ArticleRefactor taxonomy_get_tree() to properly work with EntityNG
This function accepts $load_entities as argument so returning EntityNG now #1818560: Convert taxonomy entities to the new Entity Field API or just stdObject from db_select() fetchProposed Clean-up...
View ArticleClean-up procedural wrappers for taxonomy
Problem/MotivationThere's not a lot of usage taxonomy_*_save|delete()Also taxonomy_get_tree() and taxonomy_check_vocabulary_hierarchy()Proposed resolutionReplace usage of following functions with...
View ArticleDo not add responsive assets if table doesn't actually use responsive classes
Right now all of our tables use $variables['responsive'] as TRUE by default in theme_table(). This means that the drupal.tableresponsive is added for every page with a table, even though it's not...
View ArticleRename openid 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 ArticleRename contextual CSS files to match new file naming convention
Problem/MotivationMeta Issue: #1921610: [Meta] Architect our CSS The BAT (base-admin-theme) file organization we started to do in Drupal 8 was a fantastic idea. See http://drupal.org/node/1089868It...
View ArticleRename book module 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 ArticleRename comment CSS files to match new file naming convention
This is part of #1921610: [Meta] Architect our CSSProblem/MotivationThe comment module does not follow the guidelines in [#1089868]Proposed resolutioncomment.theme.css becomes css/comment.skin.css...
View ArticleRename edit CSS files to match new file naming convention
Problem/MotivationMeta Issue: #1921610: [Meta] Architect our CSS The BAT (base-admin-theme) file organization we started to do in Drupal 8 was a fantastic idea. See http://drupal.org/node/1089868It...
View ArticleRename forum module 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 ArticleRename field CSS files to match new file naming convention
Problem/Motivation#1921610: [Meta] Architect our CSS The 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...
View ArticleEdit the file name for css files in help module
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 ArticleRename image 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 ArticleRename node CSS files to match new file naming convention
Part of #1921610: [Meta] Architect our CSSProblem/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...
View ArticleRename shortcut module CSS files to match new file naming convention
Problem/MotivationMeta Issue: #1921610: [Meta] Architect our CSS The BAT (base-admin-theme) file organization we started to do in Drupal 8 was a fantastic idea. See http://drupal.org/node/1089868It...
View Article