Skip to content

Instantly share code, notes, and snippets.

View weitzman's full-sized avatar

Moshe Weitzman weitzman

View GitHub Profile
In conjunction with *HYPERLINK NEEDED*Wednesday's Drupal Contribution Ladder session, opportunities throughout the week in a smaller setting are being offered to meet Drupal contributors that help oversee the development of Drupal core. You will climb the ladder for their subsystem, and author lessons for future Drupal contributors.
For the first part of the session, the maintainer will give a brief overview of their Drupal subsystem or project, its current progress, upcoming roadmap, and how folks can get involved. For the remaining part of the session, attendees will contribute to the presenter's core Drupal component or initiative through various hands-on activities offered by the Drupal Contribution Ladder.
Dialogue may cover topics like:
What are some common myths or oversights around their project goals?
What are concepts folks often are confused by?
What are some good learning resources out there?
And how can community members contribute a lesson plan back to "the ladder?"
<?php
/**
* @file
*
* Generates a command XML file for PHPStorm/WebStorm/IntelliJ IDEs
* that provides integration with Drush
*/
/**
<?php
/**
* @file
*
* drush_phpstorm.drush.inc
*
* Generates a command XML file for PHPStorm/WebStorm/IntelliJ IDEs
* that provides integration with Drush
*/
diff --git a/includes/mail.inc b/includes/mail.inc
index 83be066..986fb42 100644
--- a/includes/mail.inc
+++ b/includes/mail.inc
@@ -560,13 +560,18 @@ function project_issue_mail_generate_followup_mail_body($node, $history, $displa
'label' => $fields['updator'],
);
- $summary = theme('project_issue_mail_summary', $entry, $node, $comment_changes, $display_files);
+ // Append the metadata which has changed.
@weitzman
weitzman / gist:1276540
Created October 10, 2011 21:07
Contributing to Drupal

Contributing Code to Drupal Core

  • Ideas are cultivated via
    • Blog posts on Drupal Planet
    • Working groups on groups.drupal.org
  • Large changes often have an 'Request for Comment' phase
  • Anyone may submit a patch to issue queue
  • Someone else has to review and "RTBC" it
  • Committers: Dries, catch, webchick