Namespaces in documentation need \ and many many do not
I am finding LOTS of namespaces in API documentation that are not fully-qualified (starting with \).They need to be.I don't even know where to start in fixing this but I'm filing this issue... It's a...
View ArticleLanguage::LANGUAGE_DEFAULT should be Language::LANGCODE_DEFAULT
Because they were default values, PHP doesn't care. And we just didn't use them. #1987860: Convert taxonomy_term_add() to a new style controller does though, and that will fail without...
View ArticleConfiguration saving issue with "Content type settings".
This is followup of #2029405: Write configuration schema for node types. Problem with saving the configuration values for "Content type settings". Followings are my observations,Actual configuration...
View ArticleSupport more scheme names
The link module only validates http and https, but not other scheme names such as git or ftp. In Drupal 7, the validation can be turned of, thereby allowing the input of other scheme names. D7 sites...
View ArticleDisable import_enabled when running tests.
Follow-up of #1887480: Automated download of translations when adding languages/enabling modules can not be disabled.
View ArticleImprove help for file module
The hook_help text for the file module needs improving, and appropriate wording in the about section once this has been decided. #2030569: [policy] Decide how to refer to "entitites" and "bundles" in...
View ArticleRegression: Revision dates are wrong when saving a node as a new revision
Noticed this in #1939994: [META] Complete conversion of nodes to the new Entity Field API.We have no test coverage for this, I only had a related error that distracted me because I tought I've broken...
View ArticleCreate configuration schema for language config entity
Follow up of #1754246: Languages should be configuration entitiesCreate configuration schema for language config entities to work like other other config entities.
View ArticleLanguage configuration entities should be created in English at all times
MotivationConfiguration entities created after / in installation on sites get created in the site default language. That is because we can rightly assume you enter data in your own site language...
View Articledrupal_set_message('whatever', 'error') should be integrated with logging
In most cases, drupal_set_message() is just an other channel for reporting information along with logging, and should be handled as such instead of requiring duplicate calls with inconsistent...
View ArticleConfigurable fields should use applyDefaultValue()
Entity fields use applyDefaultValue() for setting defaults as implemented by #1777956: Change notice: Provide a way to define default values for entity fields, e.g. see...
View ArticleCheck for URL's absence will always pass due to wrong var name
Currently : <?php $edit_links = $this->xpath('//a[@href=:href]', array( ':href'=> url('admin/structure/contact/manage/personal') )); $this->assertTrue(empty($links),...
View ArticleRemove theme_link from system.performance.yml
Cruft left over from #1985470: Change notice: Remove theme_link() just needs to be removed from the file.
View ArticleassertLinkByHref uses contains instead of it being an exact match
This can result in unexpected behavior (tests passing when they shouldn't) and so needs to be worked around, as seen in the following tickets : #2030129: FilterFormat has no access controller#2031211:...
View ArticleCannot enabel JS and CSS Aggregation
I've found couple of threads regarding not being able to enable page, js and css cache but none of them helped me out. The behavior of my issue is as following: - Enabling caching at:...
View ArticleSQLite performance Optimization: PDO::ATTR_EMULATE_PREPARES
Like we've done on Mysql and Postgres we should also do on Sqlite. See #827554: PostgreSQL performance Optimization: PDO::ATTR_EMULATE_PREPARES.(As suggested by Damien Tournoud in #2028713-11: Menu...
View ArticleOverly broad CSS in views_ui.admin.css interferes with properly floating...
This stems from #1937926: Shortcuts toolbar tray does not properly float the "Edit shortcuts" link in Bartik where the patch in #15 fixes an issue with the Toolbar that kept the "Edit shortcuts" link...
View ArticleWrap specific taxonomy term with a css class
Hi!I would like to know how to set a css class to a specific taxonomy term so that class is used site-wide (views, nodes...) when that term is display.ex: if tid=2, class="label"I've search all over...
View ArticleIntroduce an LanguageAccessController for Language entities
Follow-up for #1754246: Change notice: Languages should be configuration entitiesProblem/MotivationLanguages now configuration objects so their routers used own accessChecksProposed resolutionImplement...
View ArticleError messages when compiling twig with calls to theme() have a wrong context
#1880100-48: Allow to configure the h3 element for view style plugins tells something about a missing variable in views-view.html.twig, but the variable was actually missing in a different...
View Article