Adding things for breadcrumbs on change notices and issues and their respective views and such
All threads resolved!
Compare changes
+ 25
− 7
@@ -303,7 +303,7 @@ function drupalorg_menu() {
@@ -1635,7 +1635,7 @@ function drupalorg_block_view($delta, $block = NULL) {
'content' => '<p>' . t('Drupal.org’s online content is © 2000-!year by the individual contributors and can be used in accordance with the <a href="@ccl_url">Creative Commons License, Attribution-ShareAlike 2.0</a>. Book descriptions are generally copyrighted by the book author or publisher, and are added to this web site with permission.', array('!year' => date('Y'), '@ccl_url' => url('node/14307'))) . '</p>',
@@ -1643,7 +1643,7 @@ function drupalorg_block_view($delta, $block = NULL) {
@@ -2702,7 +2702,7 @@ function drupalorg_preprocess_page(&$variables) {
@@ -2712,10 +2712,13 @@ function drupalorg_preprocess_page(&$variables) {
if ($reset_breadcrumb || $context || in_array($router['path'], ['group/node/%/admin/content', 'u/%/events-organized', 'u/%/events-volunteered', 'u/%/events-spoke', 'u/%/events-code-of-conduct-contact', 'user/%/documentation', 'user/%/starred', 'node/%/events-sponsored', 'project/issues/%', 'project/issues/search/%', 'list-changes/%', 'node/%/release', 'node/%/maintainers'])
@@ -2769,6 +2772,21 @@ function drupalorg_menu_breadcrumb_alter(&$active_trail, $item) {