Completed
Push — 7.x-3.x ( ae8d10...902f1e )
by Devin
07:34 queued 04:58
created
modules/commons/commons_trusted_contacts/commons_trusted_contacts.module 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Code for the Commons Trusted Contacts feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Trusted Contacts feature.
5
+   */
6 6
 
7 7
 include_once 'commons_trusted_contacts.features.inc';
8 8
 
@@ -37,11 +37,11 @@  discard block
 block discarded – undo
37 37
   }
38 38
 }
39 39
 /**
40
- * Implements hook_pathauto_alias_alter
41
- * Since all content by default goes into 'groups/group-name/node-name', we want
42
- * to do something different with private user posts. Thus we alter the alias
43
- * to be users/user-name/feed/node-title
44
- */
40
+   * Implements hook_pathauto_alias_alter
41
+   * Since all content by default goes into 'groups/group-name/node-name', we want
42
+   * to do something different with private user posts. Thus we alter the alias
43
+   * to be users/user-name/feed/node-title
44
+   */
45 45
 function commons_trusted_contacts_pathauto_alias_alter(&$alias, &$context) {
46 46
   // We're only looking for nodes and non-groups to alter, if it isn't a node return.
47 47
   if ($context['module'] != 'node') {
Please login to merge, or discard this patch.
commons/commons_trusted_contacts/commons_trusted_contacts.views_default.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_trusted_contacts.views_default.inc
5
- */
3
+   * @file
4
+   * commons_trusted_contacts.views_default.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_views_default_views().
Please login to merge, or discard this patch.
commons/commons_trusted_contacts/commons_trusted_contacts.features.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_trusted_contacts.features.inc
5
- */
3
+   * @file
4
+   * commons_trusted_contacts.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ctools_plugin_api().
Please login to merge, or discard this patch.
commons_trusted_contacts.features.field_instance.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_trusted_contacts.features.field_instance.inc
5
- */
3
+   * @file
4
+   * commons_trusted_contacts.features.field_instance.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_field_default_field_instances().
Please login to merge, or discard this patch.
modules/commons/commons_notices/commons_notices.strongarm.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_notices.strongarm.inc
5
- */
3
+   * @file
4
+   * commons_notices.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
modules/commons/commons_notices/commons_notices.features.field_instance.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_notices.features.field_instance.inc
5
- */
3
+   * @file
4
+   * commons_notices.features.field_instance.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_field_default_field_instances().
Please login to merge, or discard this patch.
modules/commons/commons_notices/commons_notices.module 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Code for the Commons Notices feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Notices feature.
5
+   */
6 6
 
7 7
 include_once 'commons_notices.features.inc';
Please login to merge, or discard this patch.
commons_documents/commons_documents.features.og_features_permission.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_documents.features.og_features_permission.inc
5
- */
3
+   * @file
4
+   * commons_documents.features.og_features_permission.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_og_features_default_permissions().
Please login to merge, or discard this patch.
modules/commons/commons_documents/commons_documents.module 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Code for the Commons Documents feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Documents feature.
5
+   */
6 6
 
7 7
 include_once 'commons_documents.features.inc';
8 8
 
Please login to merge, or discard this patch.