Marketingship provide the best email marketing software in USA
Marketingship, Inc. helps small businesses, nonprofits, and other organizations to connect with contacts, customers, and members. Simplify your marketing and better connect to your customers with...
View ArticleTheme Seven has "Demonstrate block regions" broken
On clean drupal 8 installation - go to Structure > Blocks (admin/structure/block) - click on Seven tab (admin/structure/block/list/block_plugin_ui%253Aseven) - click on "Demonstrate block regions...
View ArticleFull pager plugin: reference the 'pager' theme in the annotations.
Coming from #2030293: View preview is broken in UI if a pager has to be displayed, comment #36.+++ b/core/modules/views/lib/Drupal/views/Plugin/views/pager/Full.phpundefined@@ -90,13 +89,13 @@ function...
View ArticleBlog Categories
I want to create a blog with multiple categories with multiple user. In which registered user post blog entry but it is moderated by the moderator then published. Admin will be the top of the...
View ArticleSlogan shown on installation pages
A profile can set a slogan during installation; On the last step this slogan will be visible:I suggest we just hide it on the installation page.AttachmentSizeStatusTest resultOperationsScreenshot from...
View Articletoken_replace in Drupal 8
Hello! How can i use token_replace() in Drupal 8? There is Token class in Drupal\Core\Utility\Token.Code for D7 + Token module:<?php$filename = token_replace($filename);?>Code for D8:<?php...
View ArticleInstaller doesn't handle messages well
Trigger an error in the installer and get something like the attached screenshot.AttachmentSizeStatusTest resultOperationsinstaller-errors.png530.42 KBIgnored: Check issue status.NoneNone
View ArticleEntity Reference UI test fails on PHP 5.4.4 (-> HEAD broken)
Drupal\entity_reference\Tests\EntityReferenceAdminTest->testFieldAdminHandler() fails for me.PHP version: 5.4.4-9 swentel (PHP 5.4.4) confirmed on irc. alexpott (5.3.something) was not able to...
View Article$form_build_id validation fails when 2 or more forms exist
My Setup:A content type with an image file upload fieldPanel override for the node edit form of said content typePane 1 - General node formPane 2 - Embedded View: Draggable viewsProblem:Clicking...
View ArticleRename taxonomy_term_load_parents_all() to taxonomy_term_load_ancestors()
This has been discussed before in #1377628-7: taxonomy_get_term_by_name() should be taxonomy_term_load_multiple_by_name() ff, but deferred to a followup which finally didn't get...
View ArticleAjax form submit not work in Opera due to missing $_POST['form_build_id']
HiI create drupal form with ajax submit <?phpfunction calculator_menu(){ $items = array(); $items['calculate'] = array( 'page callback'=> 'calculator_callback', 'access callback'=>...
View ArticleIntroduce caching in block_load to reduce the number of DB calls
block_load gets called from a lot of places and it needs to be cached.
View ArticleAllow plugins to be discovered in any directory
In #1987298: Change notice: Shorten directory structure and PSR-0 namespacing for plugins we combined the $owner and $type into $subdir. However,...
View Articleadmin/content View does not have "new"/"update" indicators
#1895160: Change notice: Convert admin/content to a View, keep a non-views fallback with no bulk operations converted admin/content to a view, but it failed to include the "new" and "update"...
View ArticleRemove final from database class
Final should not be used as it potentially blocks unit tests and extendability.
View ArticleTheme name is included in block machine name but should be stored as a key...
Updated: Comment #0Problem/MotivationThere is code like this scattered throughout core at the moment:<?php$config_id = explode('.', $block->id());$machine_name =...
View ArticleIf theme() finds a new hook to use from theme_hook_suggestions, that new...
For example, say we've called theme('node', $node) with a node of id 68. If a theme hook is defined as follows:[node__68] => array( 'function' => 'foobar', 'variables' => array('foo' =>...
View Articlesystem/ajax includes wrong file
The system/ajax menu item in system_menu() includes form.inc, while the page and theme callbacks are both located in ajax.inc.
View ArticleMove aggregator_load_feed_items to the ItemStorageController, retain...
Updated: Comment #0Problem/MotivationWe are using aggregator_load_feed_items() in OO code, we should be able to just inject the controller and use a method on that. We can retain the procedural wrapper...
View ArticleUndefined index: display_field
When creating a new article with multiple value fields I got this error.Notice: Undefined index: display_field in Drupal\field\Plugin\Core\Entity\Field->getFieldSetting() (line 604 of...
View Article