taxonomy_vocabulary_machine_name_load No longer exists.
taxonomy_vocabulary_machine_name_load no longer exists but is still stated in the documentation at the link below:http://api.drupal.org/api/drupal/core%21modules%21taxonomy%21taxonomy.mo...
View ArticleProvide general list and map classes
This came up during #1905230: Improve the typed data API usage of configuration schema and some other places, so let's do that.We also need a generic item lists for handling multiple-valued contexts of...
View ArticleSupport choice based validation
In general + for #1743686: Condition Plugin System we'll need choice based validation, i.e. validate whether the value is one of the allowed ones. Symfony has a constraint for that. In my test it...
View ArticleQueue API should support item prioritisation
Many queueing systems (such as ActiveMQ, Beanstalkd etc) allow items to be given a priority when they are added to a queue, in order to allow applications to determine whether an item should be...
View ArticleCore Javascript Files Not Using Standard Indentation Triggering JSLint Noise
Problem/MotivationJSLint is an awesome tool to help detect potential JavaScript problems but the current core js files do not indent inside the initial enclosing "scope creating" function cause JSLint...
View ArticleConvert EntityFormControllerInterface to extend FormInterface
#1913084: Introduce a Form interface for building, validating, and submitting forms adds a standard form interface. We already have EntityFormControllerInterface for entity forms, but it comes...
View ArticleMove comment TypeData to proper place
The Comment mark is not placed within Type folder. Simple patch.AttachmentSizeStatusTest resultOperationscomment-mark.patch2.78 KBIdlePASSED: [[SimpleTest]]: [MySQL] 49,778 pass(es).View details | Re-test
View ArticleConvert Seven to HTML5
Somehow I assumed this had been done along side #1179764: Convert Bartik to HTML5, but seems not.It's not that complicated I don't think, but time's running out.
View ArticleImage Title Field - Validation Incorrectly Duplicates Alternative Text Field
Problem/MotivationThe problem occurs when you're setting up the title & alternative text field requirements on the image field on the article content type. Currently, the alternative text field...
View ArticleAggregation settings link generates AJAX error.
Observed behaviourEnabling aggregation settings and then trying to configure a field via the 'Aggregation settings' link generated an error. Contents of the error are:An AJAX HTTP error occurred.HTTP...
View Articlehow are links altered?
I have been beating this to death all day and about ready to simply kill a few kittens; is there any way to alter links?There was a hook_link_alter in D6 but this is gone in D7. There is a...
View ArticleAjax property for widget forms
The widget forms differ from regular page forms in that they are not eventually rendered as form elements. This makes it difficult (while programming compound field widgets) to get the behavior which...
View ArticleAllow custom form state to be passed to entity_get_form()
Unlike drupal_get_form(), entity_get_form() does not pass along any other arguments given to it. That has led to the Views UI attaching arbitrary data to the entity before passing it along, which is...
View Articleautocomplete.js - triggering events
Wouldn't that be better if the autocomplete.js never be hacked/duplicated and provided its own "hooks" by triggering events that could be handled by custom js. This for example would help in providing...
View ArticleProvide a way for routes to use drupal_get_form() on FormInterface objects
#1913084: Introduce a Form interface for building, validating, and submitting forms@todo Issue summary goes here. Just opening before I forget.
View ArticleConvert Views UI forms to use FormInterface
This will help us break up ViewsUIController. Blocked on #1913084: Introduce a Form interface for building, validating, and submitting forms, and possibly #1913854: Provide a way for routes to use...
View ArticleBartik theme: Don't change capitalization of translatable strings with CSS
ProblemOur translators cannot control ucfirst (capitalization).Background: #421118: [Meta] Standardize capitalization on actions and short sentences and #1496418: Views: Don't change capitalization of...
View ArticleConvert l() call in template_preprocess_comment_block() into a render array...
This is a followup issue for #1898054: Convert comment module to Twig - See comment #8 in particular.
View ArticlePrivate file system path is "0" after installation
The value of Private file system path under admin/config/media/file-system has a value of "0" after installation.
View ArticleImprove version fallback for install language.
Problem/MotivationWhen a drupal core release comes out the accompanying translation files will not be available immediately. It takes at least a few hours (up to days) before translation files of the...
View Article