Completed
Push — 7.x-3.x ( ae8d10...902f1e )
by Devin
07:34 queued 04:58
created
commons/commons_follow/commons_follow_node/commons_follow_node.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 Follow (Individual nodes) feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Follow (Individual nodes) feature.
5
+   */
6 6
 
7 7
 include_once 'commons_follow_node.features.inc';
8 8
 
Please login to merge, or discard this patch.
commons_follow/commons_follow_group/commons_follow_group.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_follow_group.strongarm.inc
5
- */
3
+   * @file
4
+   * commons_follow_group.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
commons/commons_follow/commons_follow_group/commons_follow_group.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 Follow (Groups) feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Follow (Groups) feature.
5
+   */
6 6
 
7 7
 include_once 'commons_follow_group.features.inc';
8 8
 
Please login to merge, or discard this patch.
modules/commons/commons_follow/includes/views/commons_follow.views.inc 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
     'title' => t('User Follow'), // The item it appears as on the UI,
29 29
     'help' => t('Whether the user is following this content.'), // The help that appears on the UI,
30 30
     'real field' => 'nid',
31
-     // Information for displaying a title as a field
31
+      // Information for displaying a title as a field
32 32
     'filter' => array(
33 33
       'handler' => 'commons_follow_user_follow_filter',
34 34
       'label' => t('Following'),
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
     'title' => t('User Follow'), // The item it appears as on the UI,
41 41
     'help' => t('Whether the user is following items related to this message.'), // The help that appears on the UI,
42 42
     'real field' => 'mid',
43
-     // Information for displaying a title as a field
43
+      // Information for displaying a title as a field
44 44
     'filter' => array(
45 45
       'handler' => 'commons_follow_user_follow_filter_message',
46 46
       'label' => t('Following'),
Please login to merge, or discard this patch.
modules/commons/commons_follow/commons_follow.module 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -296,11 +296,11 @@
 block discarded – undo
296 296
   return $flag->fid;
297 297
 }
298 298
 /**
299
- * Get a list of all content that a user is following.
300
- * @return
301
- *  An array keyed on the flag name with values corresponding to the IDs
302
- *  of the flagged entities.
303
- */
299
+   * Get a list of all content that a user is following.
300
+   * @return
301
+   *  An array keyed on the flag name with values corresponding to the IDs
302
+   *  of the flagged entities.
303
+   */
304 304
 function commons_follow_get_followed_content($account = array()) {
305 305
   if (empty($account)) {
306 306
     global $user;
Please login to merge, or discard this patch.
modules/commons/commons_follow/commons_follow.features.field_base.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_follow.features.field_base.inc
5
- */
3
+   * @file
4
+   * commons_follow.features.field_base.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_field_default_field_bases().
Please login to merge, or discard this patch.
modules/commons/commons_follow/commons_follow.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_follow.strongarm.inc
5
- */
3
+   * @file
4
+   * commons_follow.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
commons/commons_follow/commons_follow_term/commons_follow_term.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 Follow (Taxonomy terms) feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Follow (Taxonomy terms) feature.
5
+   */
6 6
 
7 7
 include_once 'commons_follow_term.features.inc';
8 8
 
Please login to merge, or discard this patch.
commons_follow/commons_follow_term/commons_follow_term.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_follow_term.views_default.inc
5
- */
3
+   * @file
4
+   * commons_follow_term.views_default.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_views_default_views().
Please login to merge, or discard this patch.