Multilingual tour for interface translation section
Follow up for #1940590: Write a multipage multilingual tour.Problem/MotivationMultilingual configuration is spread throughout the site. It would be useful to have a tour to help users know how to...
View ArticleMultilingual tour for content translation settings
Follow up for #1940590: Write a multipage multilingual tour.Problem/MotivationMultilingual configuration is spread throughout the site. It would be useful to have a tour to help users know how to...
View ArticleMultilingual tour for content translation process
Follow up for #1940590: Write a multipage multilingual tour.Problem/MotivationMultilingual configuration is spread throughout the site. It would be useful to have a tour to help users know how to...
View ArticleMultilingual tour for language switcher block
Follow up for #1940590: Write a multipage multilingual tour.Problem/MotivationMultilingual configuration is spread throughout the site. It would be useful to have a tour to help users know how to...
View ArticleAdd multiple session support to Simple Tests
I have built the ability to stash and restore sessions into the SimpleTests for the session_limit and autologout modules. Since it's now in two places I think it's probably useful to others and so...
View ArticleRemove usage of drupal_render and theme functions in Views/Views UI
Looking at #2007052: Replace theme() with drupal_render() in views.module I struggle to see the point of it. We should just be trying to use actual render arrays instead of just replacing theme() with...
View ArticleSCOTCH
Here we go!This is the 'princess' patch, which is the entirety of SCOTCH that we've been working on in the 'princess' branch (in this sandbox). We don't have many tests written, and we haven't actually...
View ArticleFatal error when trying to clean test environment
After clicking the "Clean environment" button at admin/config/development/testing I get this error:Fatal error: Call to a member function read() on a non-object in /.../core/includes/file.inc on line...
View ArticleCreate FieldTypePluginManager::getOptions()
Postponed on #1969728: Implement Field API "field types" as TypedData Plugins, see also https://drupal.org/node/2017627
View ArticleAutomatic update of modules can turn the site unusable when dependencies are...
Updating modules though the Drupal interface usually works like a charm. However, there are major problems if an updated module requires new dependant modules to be installed. The update process will...
View ArticleLinks from update_helpful_links() should point to site root and not to...
Afaik we need to use the global $base_url to fix this :(From code : core/includes/bootstrap.inc// @todo Temporary BC for install.php, update.php, and other scripts. // - #1547184: Refactor Core scripts...
View ArticleAdd tests for User serialization
Now that the User entity is EntityNG, we should ensure that it serializes as expected.
View Articlehow do hook_entity_update() implementations access the "previous" state of...
Bumping into this in #2013939: Remove hook_field_CRUD_() in favor of hook_entity_TYPE_CRUD() calls.Accessing the "previous state of the entity" is going to be a common need for any hook_entity_update()...
View Article"Show hierarchy in dropdown" doesn't work for taxonomy field views filter.
This is a bug with taxonomy's views integration.Steps to reproduceCreate a vocabulary and add several terms in high depth.Add this vocabulary as a term reference field at node -- article.Create a view...
View ArticleMove entity_reference_get_selection_handler() to a method on...
The function is just a wrapper around SelectionPluginManager::getInstance().
View ArticlePermissions export configuration and import configuration are used in...
The permissions 'export configuration' and 'import configuration' are used in config.routing.yml but they are not implemented using hook_permission().The only permission defined in config.module...
View ArticleStoring hostname (IP Address) with node.
I am pretty sure this is the right place to post this.First, does Drupal 7 store the hostname of the author of a node, and will Drupal 8? I looked in the D7 database and didn't see it. I do see that...
View ArticleViews' helper ManyToOneHelper has a typo?
There's a problem with term reference field's integration with views. When use term reference field as views filter, it will report a bug about 'core/modules/views/lib/Drupal/views/ManyToOneHelper.php...
View ArticleMove language element submit to process
Follow-up from #111715-194: Convert node/content types into configurationProblem/MotivationCurrently all core entities have own implementation for language element value. That means that following hunk...
View ArticleSplit core modules into separate repos with independently versioned API's
What the heck, I'll open a new issue specifically for this, rather than derailing other threads :)Context: https://drupal.org/node/2002304#comment-7528645Started working on this awhile ago, if anyone...
View Article