Skip to content

Instantly share code, notes, and snippets.

View cweagans's full-sized avatar

Cameron Eagans cweagans

View GitHub Profile
<?php
/**
* @file
*
* drush_phpstorm.drush.inc
*
* Generates a command XML file for PHPStorm/WebStorm/IntelliJ IDEs
* that provides integration with Drush
*/
<?php
/**
* @file
* Provides MetaWeblog services for BlogAPI
*/
/**
* Implements hook_blogapi_info().
*/
# Created Tue Oct 25 11:44:33 MDT 2011
<VirtualHost *:80>
DocumentRoot "/Users/cweagans/Sites/marketer.dev"
ServerName marketer.dev
#ServerAlias your.alias.here
ScriptAlias /cgi-bin "/Users/cweagans/Sites/marketer.dev/cgi-bin"
<Directory "/Users/cweagans/Sites/marketer.dev">
Options All
Okay, after hashing this out in IRC for a little while, here's what we (myself, Michelle) think should happen:
1) Add a block to http://drupal.org/forum saying something to the effect of "Some support can be found in the forums, and you're welcome to use it as such, but you may find quicker response and more condensed information here: link to SE"
2) Add a link to SE on http://drupal.org/support
3) Point askdrupal.org at the Drupal StackExchange site
mysql> SELECT
-> pic.nid,
-> pic.sid as "original_state",
-> pis.name as "original_state_name",
-> pic.comment_number,
-> (
-> SELECT
-> pic2.sid
-> FROM
-> project_issue_comments pic2
SELECT
pic.nid,
pic.sid as "original_state",
pis.name as "original_state_name",
pic.comment_number,
(
SELECT
pic2.sid
FROM
project_issue_comments pic2
mysql> SELECT
-> *
-> FROM
-> (SELECT
-> pic.nid,
-> (
-> SELECT
-> pic2.sid
-> FROM
-> project_issue_comments pic2
SELECT
pic.nid,
(
SELECT
pic2.sid
FROM
project_issue_comments pic2
WHERE
pic2.nid = 8 AND
pic2.comment_number = pic.comment_number - 1
mysql> SELECT
-> n.nid, n.created, issuedata.timestamp as first_review
-> FROM
-> (SELECT
-> pic.nid,
-> (
-> SELECT
-> pic2.sid
-> FROM
-> project_issue_comments pic2
SELECT
pic.nid,
pic.sid as "original_state",
pis.name as "original_state_name",
pic.comment_number,
(
SELECT
pic2.sid
FROM
project_issue_comments pic2