Convert theme_item_list() to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250RemainingReplace all theme functions and templates with .html.twig equivalent templatesAdd new preprocess...
View ArticleConvert theme_links() to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250RemainingReplace all theme functions and templates with .html.twig equivalent templatesAdd new preprocess...
View ArticleConvert theme_breadcrumb() to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250RemainingReplace all theme functions and templates with .html.twig equivalent templatesAdd new preprocess...
View ArticleConvert theme_image() to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250RemainingReplace all theme functions and templates with .html.twig equivalent templatesAdd new preprocess...
View ArticleConvert theme_datetime() to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250We already have datetime.html.twig but we still need to remove theme_datetime() and likely do a few tweaks to...
View ArticleConvert theme_status_messages() to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250RemainingReplace all theme functions and templates with .html.twig equivalent templatesAdd new preprocess...
View ArticleConvert theme_dropbutton_wrapper() to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250RemainingReplace all theme functions and templates with .html.twig equivalent templatesAdd new preprocess...
View ArticleConvert theme_meter() to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250RemainingReplace all theme functions and templates with .html.twig equivalent templatesAdd new preprocess...
View ArticleConvert theme_tablesort_indicator() to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250RemainingReplace all theme functions and templates with .html.twig equivalent templatesAdd new preprocess...
View ArticleConvert theme_mark() to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250RemainingReplace all theme functions and templates with .html.twig equivalent templatesAdd new preprocess...
View ArticleConvert theme_more_help_link() to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250RemainingReplace all theme functions and templates with .html.twig equivalent templatesAdd new preprocess...
View ArticleConvert theme_feed_icon() to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250RemainingReplace all theme functions and templates with .html.twig equivalent templatesAdd new preprocess...
View ArticleConvert theme_more_link() to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250RemainingReplace all theme functions and templates with .html.twig equivalent templatesAdd new preprocess...
View ArticleConvert theme_progress_bar() to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250RemainingReplace all theme functions and templates with .html.twig equivalent templatesAdd new preprocess...
View ArticleConvert theme_indentation() to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250RemainingReplace all theme functions and templates with .html.twig equivalent templatesAdd new preprocess...
View ArticleConvert theme_html_tag() to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250RemainingReplace all theme functions and templates with .html.twig equivalent templatesAdd new preprocess...
View ArticleProblem with links in views nivo slider
Hi, im using the views nivo slider and it is working well, i have created a content type for the nivo slider, so im using it as the last news with a title and its respective image. but I could not make...
View ArticlePassword reset token is never deleted from the user's session after the...
If you use the password reset link in Drupal 8, you can reset your password without typing in the previous one (by design).However, if after changing your password, you reload the edit form again (with...
View ArticleCombine node-recent-block and node-recent-content templates.
node-recent-content is called from node-recent-block. We could combine these two templates into one and clean this up a bit.Spun off from #1898432: Convert node module to Twig
View ArticleProvide a Twig filter for cleaning up whitespace around classes.
Right now, when we add classes to a div, we do it this way:<div class="content {{ attributes.class }}"{{ attributes }}>This is alright, but it would be *better* if we could find some kind of...
View Article